Commit Graph

  • 6e84021f56 ChainMap fixes (#878) Jelle Zijlstra 2017-01-29 20:29:29 -08:00
  • bb5ba13315 Moved syslog from 2/ to 2and3/. Allow both forms of syslog.syslog. (#884) Matt Kimball 2017-01-29 20:19:13 -08:00
  • a9bb7f89d3 Fixes to subprocess.CompletedProcess (#895) Jelle Zijlstra 2017-01-29 20:16:49 -08:00
  • fd1201f5d5 Allow asyncio.wait to accept non-Task Futures (#881) Matt Kimball 2017-01-29 17:53:38 -08:00
  • d486e2a8d5 Add typing.ClassVar (fixes #888) (#889) miedzinski 2017-01-30 02:15:04 +01:00
  • 225f302135 Address str/unicode issue with logging.getLogger. (#883) Lucas Wiman 2017-01-29 11:40:20 -08:00
  • 66bc746bb3 StreamWriter.drain is a coroutine (#880) Jelle Zijlstra 2017-01-29 11:33:35 -08:00
  • 2d46679da8 Added attributes present in inheritors of types.InstanceType (#885) Andrey Vlasovskikh 2017-01-29 22:26:30 +03:00
  • bb33cb0119 Added __instancecheck__ and __subclasscheck__ to type (#887) Andrey Vlasovskikh 2017-01-29 22:17:01 +03:00
  • 8ce64ce782 Updates to slice built-in (#891) Andrey Vlasovskikh 2017-01-29 22:16:23 +03:00
  • 2b25b3ef6d Argument of input() is not restricted to str (#890) Andrey Vlasovskikh 2017-01-29 21:34:32 +03:00
  • c048984ab9 Update stub of str to match documentation. (#893) Lucas Wiman 2017-01-29 10:14:32 -08:00
  • 9a1e8452a3 input argument to Process.communicate is Optional (#894) Jelle Zijlstra 2017-01-29 10:12:36 -08:00
  • 6d1edb285d Expand several stdlib methods to accept unicode or str. (#869) Lucas Wiman 2017-01-27 08:03:25 -08:00
  • c8435f4315 Added object.__sizeof__ (#865) Andrey Vlasovskikh 2017-01-26 23:05:53 +03:00
  • 025f31dcc9 Added class super to builtins (#867) Andrey Vlasovskikh 2017-01-26 22:53:59 +03:00
  • 1d1a2e458c Added methods of typing.NamedTuple (#864) Andrey Vlasovskikh 2017-01-26 22:52:59 +03:00
  • 39df0d0725 Added object as the base class of type (#866) Andrey Vlasovskikh 2017-01-26 22:46:15 +03:00
  • c88d865520 Missing variable annotations were failing mypy tests Lukasz Langa 2017-01-24 15:21:55 -08:00
  • ccdc609706 Update sqlalchemy stubs (#857) Alexey 2017-01-24 02:56:30 +03:00
  • c5ffe4f1d9 Fix returned decoder/encoder types in codecs Bertrand Bonnefoy-Claudet 2017-01-23 13:55:43 +01:00
  • abd2995bad add stub for os.get_terminal_size in python3 (#859) Avy Faingezicht 2017-01-23 11:06:39 -06:00
  • cf98162fca Add __bool__ to numeric builtin types Alex Frieder 2017-01-20 15:37:15 -05:00
  • db09b441ce Add __nonzero__ to numeric builtin types Alex Frieder 2017-01-20 15:33:59 -05:00
  • 5d1a162db9 Mention CONTRIBUTING.md updates on stub versioning in the README Lukasz Langa 2017-01-20 11:49:55 -08:00
  • 598c1d5545 Expand CONTRIBUTING.md with information about sys.version_info checks (#853) Łukasz Langa 2017-01-20 11:41:44 -08:00
  • 6178ed3201 Expansion of unions inside params definition (#848) Adam Marszałek 2017-01-20 18:09:23 +01:00
  • f2579e532f Update signature of dict.get (#852) Jukka Lehtosalo 2017-01-20 15:41:54 +00:00
  • c577c84a17 Add stub for cryptography.hazmat.primitives.serialization (#851) Jukka Lehtosalo 2017-01-20 15:40:30 +00:00
  • 0192f301b4 Reflect Python 3.4.4 asyncio.queues changes in stubs (#847) aostiles 2017-01-19 16:11:09 -08:00
  • 741dd37422 Update annotations in requests.api for Python 3 (#849) Alexey 2017-01-20 01:09:58 +03:00
  • b96bd698ab Fix return values of athrow and aclose. (#845) Jelle Zijlstra 2017-01-19 12:21:51 -08:00
  • df9d11bf71 add AsyncGenerator to typing.pyi, collections/abc.pyi and collections/__init__.pyi (#815) Jelle Zijlstra 2017-01-18 13:24:28 -08:00
  • 2195b9d297 Update annotations for requests.api (#844) Alexey 2017-01-18 22:32:18 +03:00
  • 6339f88ae4 Updated the stub for builtins to change slice to take Optional[int] rather than just straight int. Dylan Jenkinson 2017-01-15 10:28:26 +13:00
  • 97bd6e37b9 Update argparse to accept unicode in many contexts Jukka Lehtosalo 2017-01-18 16:17:08 +00:00
  • aa6a1c53c9 Add stubs for dateutil.tz (#839) Roy Williams 2017-01-17 15:54:15 -08:00
  • 3b30996733 Change ast's parse signature to return Module (#836) Ethan 2017-01-17 09:49:41 -08:00
  • 35978a7ca5 Make signature of DictMixin.get consistent with Mapping.get (#838) Jukka Lehtosalo 2017-01-17 14:08:49 +00:00
  • 734ad44a11 Make MRO of UserDict.DictMixin consistent with Mapping (#837) Jukka Lehtosalo 2017-01-17 13:55:31 +00:00
  • 511ff30f06 Make functions in asyncio.tasks accept Awaitables (#834) Jelle Zijlstra 2017-01-16 16:16:10 -08:00
  • 70d012ed0b Remove trailing commas, pytype doesn't like them Guido van Rossum 2017-01-13 13:55:57 -08:00
  • 37fc626ffd Add type signature for a WSGI Application to wsgiref (#825) Łukasz Langa 2017-01-13 13:36:34 -08:00
  • 41ba734fc2 Fix return type of next when default parameter is provided. Roy Williams 2017-01-12 10:38:49 -08:00
  • fd4abe5fc3 Add full Python 2 type stubs for OpenSSL.crypto Russ Allbery 2017-01-12 14:00:49 -08:00
  • 2580702036 Match py2 assert*IsInstance with isinstance Eric Moyer 2017-01-12 09:03:39 -05:00
  • cd2d08970d Make calendar.timegm stub accept struct_time Mohab Usama 2017-01-11 10:08:56 +01:00
  • 6008b9dbb1 Overload signature of get to return an Optional value and to allow default to take any type to match runtime behavior. Roy Williams 2017-01-11 15:36:32 -08:00
  • 05c6c66fa4 Improve CONTRIBUTING.md (#824) Łukasz Langa 2017-01-11 17:55:14 -08:00
  • 4603baaa6c Restore stdlib/2/builtins.pyi as a symlink to __builtin__.pyi (#823) Łukasz Langa 2017-01-11 17:24:14 -08:00
  • b369a3f2db Fix return type of RawConfigParser.items() Guido van Rossum 2017-01-11 07:09:27 -08:00
  • d7edb0365f RawConfigParser.items (#820) Madeleine Thompson 2017-01-10 18:56:26 -05:00
  • d17f7236a1 Add missing imports from collections.abc (#818) Luiz 2017-01-09 23:13:27 -02:00
  • d18484095e atomicwrites: add pyi file (#705) Ryan C. Thompson 2017-01-09 15:13:48 -08:00
  • 62e57618d9 Match assertIsInstance signature with isinstance (#802) Eric Moyer 2017-01-09 12:23:46 -05:00
  • f9135c5aa0 add __init_subclass__ to 3.6 (#813) Jelle Zijlstra 2017-01-09 09:22:20 -08:00
  • 534c7c1103 Fix SplitResult and ParseResult stubs (#816) Mohab Usama 2017-01-09 17:33:14 +01:00
  • 4b5e766193 allow_fragments, not allow_framgents (#812) Madeleine Thompson 2017-01-05 17:59:04 -05:00
  • 2cb8e184cc Add NoReturn (#811) David Fisher 2017-01-04 13:38:05 -08:00
  • 93bb4604cb Add special methods for object (#774) z33ky 2017-01-04 14:52:51 +01:00
  • 5f98dbb4bf Create stubs for the secrets module in Python 3.6 Cadel Watson 2017-01-03 14:15:09 +11:00
  • 61cdd4b7ae AbstractEventLoop missing methods from 3.4.2 and up. (#798) Jason Fried 2017-01-03 11:05:04 -08:00
  • 844b32cc64 Fixup types Roy Williams 2016-12-28 13:31:33 -08:00
  • 7fd08cf073 Add more type information to requests.PreparedRequest Roy Williams 2016-12-27 18:13:45 -08:00
  • b78eb48b26 Make unittest.removeHandler() an overloaded function. Guido van Rossum 2017-01-01 17:24:28 -08:00
  • f775ef3bc5 Fix RawConfigParser.read stub for Python 2. (#808) lionel-github 2017-01-02 15:36:03 -08:00
  • 94641f5a84 Revert "Make all single-constraint TypeVars to use bounds" (#806) Guido van Rossum 2017-01-01 16:35:50 -08:00
  • b46366e77d Make all single-constraint TypeVars to use bounds Michael Lee 2016-12-31 22:16:53 -08:00
  • c34f11d569 Add more specific types to protobuf Roy Williams 2017-01-01 01:53:09 -05:00
  • 6a15963e7d Add math.tau to typeshed (#801) Alex 2016-12-29 13:17:40 -05:00
  • bbc7594ec7 Add Flag, IntFlag and auto to enum stubs Lukasz Langa 2016-12-28 11:26:40 -08:00
  • f8717ccfc4 Add support for request.get's 'params' param (#770) Alex Jurkiewicz 2016-12-29 06:24:03 +11:00
  • 43f18bc830 Use specific types in dateutil.relativedelta stubs Mateusz Kurek 2016-12-21 09:48:15 +01:00
  • 8a8680371a Fix type for six.reraise to make it match sys.exc_info() David Euresti 2016-12-26 00:38:40 -08:00
  • 37dff4d8bc Update _curses.pyi gotyaoi 2016-12-22 15:28:21 -08:00
  • 562ab18792 Update weakref.pyi Jason Fried 2016-12-27 13:04:05 -08:00
  • 79c3a40a3a add missing constants (#791) Nicolas Duchastel de Montrouge 2016-12-24 20:44:57 -08:00
  • 231f00d7da Fix boto stubs. Guido van Rossum 2016-12-24 08:30:36 -08:00
  • 08432484d5 CONTRIBUTING.md (#790) Łukasz Langa 2016-12-24 08:46:08 -08:00
  • 8e9c53f1db Add basic stub for characteristic (#771) Alex Jurkiewicz 2016-12-24 14:11:34 +11:00
  • 7853c26f79 Add missing Dict, List, Set, Tuple imports. Lukasz Langa 2016-12-22 16:07:36 -08:00
  • 25a46f42be Switch to Python 3.6 for flake8 runs, re-enable E999 checks Lukasz Langa 2016-12-21 20:08:36 -08:00
  • 937a3ca3fe Remove trailing whitespace Lukasz Langa 2016-12-22 15:59:25 -08:00
  • 4084296f3f Exclude boto from tests due to broken Liskov Substitution Principle Lukasz Langa 2016-12-22 15:54:20 -08:00
  • 576ada74c6 Temporary workaround for pallets/werkzeug#1052 Lukasz Langa 2016-12-22 14:53:04 -08:00
  • 27f4185d06 Temporary workaround for pallets/werkzeug#1051 Lukasz Langa 2016-12-22 14:40:50 -08:00
  • 4c6c2737b0 Temporary workaround for pallets/itsdangerous#74 Lukasz Langa 2016-12-22 14:26:29 -08:00
  • 7c706e1100 Move boto to 2and3, add stubs for s3 Roy Williams 2016-12-21 11:36:26 -08:00
  • 4466a225a6 Upgrade to flake8-pyi 16.12.1 Lukasz Langa 2016-12-21 17:29:27 -08:00
  • 38dd402b99 Fix broken imports in routes/__init__.pyi Lukasz Langa 2016-12-21 17:26:40 -08:00
  • 231ed7bb89 Fix broken imports in redis/__init__.pyi Lukasz Langa 2016-12-21 17:24:31 -08:00
  • cfe1cbb426 Add missing import in werkzeug stubs. Lukasz Langa 2016-12-21 17:19:53 -08:00
  • 092b15e3e9 Mark 92 F821 to go. Lukasz Langa 2016-12-21 01:31:12 -08:00
  • 609b2486d1 Add missing Optional import. Lukasz Langa 2016-12-21 01:18:34 -08:00
  • bacd6c0aed Add missing Set imports. Lukasz Langa 2016-12-21 01:17:55 -08:00
  • c0c982ada5 Add missing Dict imports. Lukasz Langa 2016-12-21 01:15:26 -08:00
  • 5f416fae64 Add missing List imports. Lukasz Langa 2016-12-21 01:06:52 -08:00
  • 8c5c788a4d Enable flake8-pyi plugin to automatically include *.pyi files Lukasz Langa 2016-12-21 00:44:17 -08:00
  • 52d9f815dd Remove spurious out/ directory. Lukasz Langa 2016-12-20 09:53:47 -08:00
  • 740c8921a5 Style fixes on bz2 Thomas Aynaud 2016-12-20 17:59:27 +01:00