Commit Graph

  • c9e992ea8d Fix a few return types in stdlib/2/inspect.pyi. (#916) rchen152 2017-02-06 08:19:14 -08:00
  • ca36070d51 Improved pytz support for timezone function (#911) Adam Marszałek 2017-02-03 19:54:59 +01:00
  • c760a4e949 Make OrderedDict inherit from Reversible (#912) Mike Patek 2017-02-01 12:23:43 -05:00
  • b240b241f0 add stdlib/2/repr.pyi (#910) Matthias Kramm 2017-01-31 14:56:48 -08:00
  • 40754e312f fix import error in logging/__init__.pyi Matthias Kramm 2017-01-31 14:54:11 -08:00
  • 6855a20a51 add TestCase.failureException (#907) Matthias Kramm 2017-01-31 14:37:52 -08:00
  • 295ffbe4f3 improve inspect.pyi (#908) Matthias Kramm 2017-01-31 14:34:18 -08:00
  • 293dcfa661 fix socket.sendto (#909) Matthias Kramm 2017-01-31 14:32:15 -08:00
  • b8df3de81a Coroutine functions should return Generator type (#903) Tomasz Elendt 2017-01-31 23:28:07 +01:00
  • 987f465b4f add missing import Matthias Kramm 2017-01-31 09:25:45 -08:00
  • bc092ded69 pstats: Add default value for kwarg (#905) Eklavya Sharma 2017-01-31 17:12:14 +05:30
  • 0e9ad51882 Declare asyncio.wait() as taking an Iterable rather than a List. (#901) Guido van Rossum 2017-01-30 13:55:39 -08:00
  • a5e6ac4339 Fix ClientConnectedCallback in asyncio.stream (#900) Tomasz Elendt 2017-01-30 22:53:33 +01:00
  • 9625cc738f Update accumulate signature to account for optional function arg (#896) syrrim 2017-01-30 16:22:06 -05:00
  • fe15d91041 merge */xml/etree into 2and3/xml/etree (#899) Valérian Rousset 2017-01-30 22:19:28 +01:00
  • 1a49669711 Add quote_via argument to urlencode (#897) Mike Patek 2017-01-30 15:03:52 -05:00
  • 0e7b2e1acf Add 'sys.is_finalizing' function (#898) Mike Patek 2017-01-30 13:25:39 -05:00
  • 0d1015f00b Update type of six.string_types to Union[str, unicode] (#882) Lucas Wiman 2017-01-30 07:41:19 -08:00
  • f398628948 Adding pymysql stubs to third_party/2and3 (#861) Alexey 2017-01-30 08:01:49 +03:00
  • 92534805b5 Added missing special attributes for PY3 functions (#875) Andrey Vlasovskikh 2017-01-30 07:34:35 +03:00
  • 7c93bb07e1 Update annotations for unittest.skip* methods. (#877) Lucas Wiman 2017-01-29 20:33:49 -08:00
  • 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