Commit Graph

  • c134fe7638 handlers should be an optional argument of logging.basicConfig() (#704) Naomi Seyfer 2016-11-24 01:21:10 -08:00
  • b10125cd7d commands: add python 2 pyi file (#698) Jelle Zijlstra 2016-11-23 04:14:03 -08:00
  • e13f2c739d Add Iterable base class to tarfile.TarFile (#693) Anders Kaseorg 2016-11-23 06:49:44 -05:00
  • 7ac78b163d Remove BaseException.with_traceback in py2 (#697) Jelle Zijlstra 2016-11-23 03:42:59 -08:00
  • 9bc07e7b9d fix typo in list.__delslice__ (#696) Jelle Zijlstra 2016-11-23 03:41:33 -08:00
  • 4f567d993b Add missing self parameters (#695) Richard Eames 2016-11-23 04:37:39 -07:00
  • f36d7a3cd3 Multiprocessing fixes (#687) Ryan C. Thompson 2016-11-12 17:31:54 -08:00
  • 88350e7f47 Add ns accurate times in os.stat_result (#686) jgarvin 2016-11-12 19:20:00 -06:00
  • c4125739e5 The timeout argument to Queue.{get,put} may be None (#682) Onno Kortmann 2016-11-11 19:29:52 +01:00
  • 2d19599b68 python2: gmtime(None), localtime(None), and ctime(None) works (#662) Onno Kortmann 2016-11-11 18:33:50 +01:00
  • 5fc1b4b948 Add missing MutableSet abstract base class (#680) Hong Minhee 2016-11-11 07:10:10 +09:00
  • ec4987fa5d Fix AwaitableGenerator inheritance; Awaitable is the return value, not the yielded value (#679) Guido van Rossum 2016-11-10 11:57:31 -08:00
  • 8305d51e75 Add more specific types for requests.session.Session.mount and BaseAdapter (#674) Roy Williams 2016-11-10 11:14:30 -08:00
  • 9fa6c994a3 Fix zipfile getinfo return type (#678) David Percy 2016-11-10 14:08:57 -05:00
  • 3f03849b70 Fix asyncio.wait for() and add exceptions (#676) nobuggy 2016-11-10 20:00:43 +01:00
  • bf8b5ac5fd Relax signature of gather() (#677) Guido van Rossum 2016-11-10 10:55:29 -08:00
  • dfe4bf0a70 Fix broken sys.version_info check in importlib/abc.pyi (#673) Elazar Gershuni 2016-11-09 18:43:06 +02:00
  • ca98a8ee91 Add ret_type keyword argument for croniter (#668) Ruud van Asseldonk 2016-11-09 17:18:09 +01:00
  • 13b1cdc834 Stubs for collections.abc (#671) Hong Minhee 2016-11-09 14:37:33 +09:00
  • 1b30761802 Small changes by @rowilla to collections.pyi and urllib/requests.pyi. Roy Williams 2016-09-09 16:12:30 -07:00
  • f7f9c956ff Add stubs for cookielib to 2. Roy Williams 2016-09-09 16:12:03 -07:00
  • 970b6d5eb0 The distutils.Extension class does take positional args, and name+sources do not have defaults (#670) Guido van Rossum 2016-11-07 17:50:55 -08:00
  • 4b369945d0 Change struct fmt argument to str instead of AnyStr (#669) Jon Dufresne 2016-11-07 16:58:25 -08:00
  • 49a8a28c29 Use self-type for parent[s] properties too (#667) Guido van Rossum 2016-11-06 11:21:45 -08:00
  • 341c4edc37 Args is a predefined attribute on BaseException, and always Tuple[Any, ...] (#666) TrueBrain 2016-11-06 00:33:58 +01:00
  • cecb64b59f In TextIO, 'errors' is Optional (#665) TrueBrain 2016-11-05 23:02:35 +01:00
  • 3452ff5bbd GenericBrowser has two parameters swapped around (#664) TrueBrain 2016-11-05 19:20:14 +01:00
  • cd1ef9149b Queue.get(...) takes optional float (#661) onnokort 2016-11-05 18:43:52 +01:00
  • 9881a2567e Start using selftype in 3.5 pathlib (#658) Guido van Rossum 2016-11-04 15:32:57 -07:00
  • b476028df7 Fix signature of run_coroutine_threadsafe() (#657) Guido van Rossum 2016-11-04 14:49:49 -07:00
  • 53014497c4 Add Coroutine. Fix signature for Generator.throw(). (#656) Guido van Rossum 2016-11-04 11:46:50 -07:00
  • 7f7e2d4e75 Fixes for asyncio (#654) Guido van Rossum 2016-11-04 11:19:22 -07:00
  • 7c20adb715 Fix memoryview stub (#651) Guido van Rossum 2016-11-02 17:18:44 -07:00
  • 5a2a46d3bd lxml: Document _Element.tag and __iter__ (#650) Jakub Stasiak 2016-11-02 15:44:22 +01:00
  • 58d60343ba fix self for thirdparty (#646) Elazar Gershuni 2016-10-31 00:02:23 +02:00
  • 090667c7b2 fix self in urllib (#643) Elazar Gershuni 2016-10-31 00:01:46 +02:00
  • 59f86e1b6a fix self type for stdlib/2 (#645) Elazar Gershuni 2016-10-30 23:51:52 +02:00
  • 252a772b67 fix self in ssl, unittest and multiprocessing/managers (#644) Elazar Gershuni 2016-10-30 21:20:03 +02:00
  • b1c545cee6 Mark use of tzinfo optional in the datetime module. (#637) Kai Lautaportti 2016-10-30 12:00:18 -07:00
  • 15ec66cdd6 Consider __doc__ always Optional. (#641) TrueBrain 2016-10-30 19:48:23 +01:00
  • 1d47c6fdb8 Directly import ABCMeta (and abstractmethod) from abc (#640) Elazar Gershuni 2016-10-30 20:30:22 +02:00
  • 7a623f2cea Dedicated TypeVar for type.__subclasses__ (#639) Elazar Gershuni 2016-10-30 19:29:51 +02:00
  • 58d864d726 Add __enter__ and __exit__ to Pool stub (#642) Dima Gerasimov 2016-10-30 20:18:51 +03:00
  • fa1eeb024e Two minor glitches in stdlib asyncio.Event.wait() / asyncio.wait_for() (#636) nobuggy 2016-10-29 16:58:09 +02:00
  • fed966cf7f Explain how to run the tests Guido van Rossum 2016-10-28 08:47:31 -07:00
  • c3ddd3c5f2 Improve __subclasses__() signature. Fixes python/mypy#2236. Guido van Rossum 2016-10-27 17:31:03 -07:00
  • cb97bb54c0 Move 2.7 to 2 (#635) Guido van Rossum 2016-10-26 16:24:49 -07:00
  • d60bea14f6 Improve concurrent.futures.wait function stub (#634) Filip Figiel 2016-10-26 16:19:24 +02:00
  • 96123f8474 Added Lock.locked() method stub (#633) Gerhard Hagerer 2016-10-26 16:17:59 +02:00
  • 0c2e9cf3be Added variable types for resources.pyi (#632) Gerhard Hagerer 2016-10-26 16:16:48 +02:00
  • 3ea39a7c1b update constraints definition for 2.7 sqlalchemy (#630) Herbert Ho 2016-10-25 16:00:37 -07:00
  • bfbe4f8540 Update lxml stubs to add Element.append and Element.text (#629) Roy Williams 2016-10-25 12:04:42 -07:00
  • c8f324298d Added typing for os.cpu_count() (#628) Kai Lautaportti 2016-10-25 10:46:33 -07:00
  • f6bbc46c35 Fix functools.lru_cache() type hint to allow maxsize=None (#627) Kai Lautaportti 2016-10-22 15:45:57 -07:00
  • 7224b67532 Remove @builtinclass (#626) Elazar 2016-10-22 22:25:02 +03:00
  • 83802c6724 stdlib/2and3/pkgutil: Arg 1 to "iter_modules" should be List[str] (#625) Jordan Pittier 2016-10-22 01:56:34 +02:00
  • ca318e444f Fix strings that were really bytes in typed_ast (#624) David Fisher 2016-10-19 16:34:41 -07:00
  • 3253d3cc46 Add more methods to return type of tempfile.{,Named,Spooled}TemporaryFile(). (#623) Matthias Kramm 2016-10-19 16:07:03 -07:00
  • df6aeef9fd Add missing methods to 2.7/posixpath.pyi. (#622) Matthias Kramm 2016-10-19 15:53:36 -07:00
  • 7d80824092 Better definition for xml/sax/__init__.pyi. (#621) Matthias Kramm 2016-10-19 15:30:25 -07:00
  • 8fec896898 Added RecursionError to builtins for Python >= 3.5 (#620) Kai Lautaportti 2016-10-19 15:06:10 -07:00
  • 1db6a12ead assertWarns is only for python >= 3.2 (#618) Calen Pennington 2016-10-18 15:23:19 -04:00
  • 6e67acd8b1 2.7/uuid: fix types for NAMESPACE_*: use UUID instead of str (#617) Xavier Mehrenberger 2016-10-18 17:21:02 +02:00
  • 94d3ddb60a change the way 'os' imports 'os.path' (#601) Matthias Kramm 2016-10-17 17:49:12 -07:00
  • 5c4300a4bd Add mypy_extensions. (#611) David Foster 2016-10-17 16:39:17 -07:00
  • bf319675c4 Clarify how to get consent from third party package owners. Guido van Rossum 2016-10-17 13:19:33 -07:00
  • e503ad4594 Allow any kind of item in the list returned by select (#615) Joshua Smock 2016-10-17 12:11:10 -07:00
  • 8865baf840 Make ABCMeta inherit from type in py3 (#613) Calen Pennington 2016-10-17 12:19:10 -04:00
  • 8d1026cade Fix timeout parameter to Popen.wait() -- it is optional (in both senses). Guido van Rossum 2016-10-15 21:12:32 -07:00
  • b9ab4ae1c2 Add timeout parameter to subprocess.Popen.wait() (#607) Sebastian Meßmer 2016-10-15 23:59:40 +02:00
  • e4073e385a Improve types of staticmethod and classmethod (#609) Yegor Roganov 2016-10-16 00:17:17 +03:00
  • 2d8ff30e7a Improve itertools.islice type (#610) Yegor Roganov 2016-10-16 00:14:36 +03:00
  • 0c498000c4 Add future_builtins stub file (#606) Evan Hubinger 2016-10-15 08:19:20 -07:00
  • 5624e7fd4b Add collections.Container to Python 2/3 (#608) Reiner Gerecke 2016-10-15 11:16:02 -04:00
  • 0b04c44710 Revert last two commits. Guido van Rossum 2016-10-14 21:08:29 -07:00
  • 66e8d4a14f Make fromkeys() take an Iterable instead of a sequence. (#605) Guido van Rossum 2016-10-14 10:00:43 -07:00
  • 26dfcb6859 Make dict.fromkeys() a classmethod (which it is). (#604) Guido van Rossum 2016-10-14 09:41:26 -07:00
  • 5daf552f5b Make viewkeys, viewitems, viewvalues use proper types now that the typing backport has them (#602) Calen Pennington 2016-10-14 11:41:29 -04:00
  • 1b9266d801 Let open() take a pathlib.Path starting in 3.6 (#596) jgarvin 2016-10-13 18:17:39 -05:00
  • 8d10e885d1 [review] Add multiprocessing.Pool (#523) Alex Jurkiewicz 2016-10-13 10:44:37 +11:00
  • 7f7a5789bd Add attribute 'name' to StringIO (#600) Eklavya Sharma 2016-10-12 20:04:58 +05:30
  • 08ac3b7742 2.7/os: remove exception throwing, add misc members (#591) Alvaro Caceres 2016-10-12 09:34:35 -05:00
  • b92991bc2a Add TimeTuple in python3's time.pyi and datetime.pyi. (#597) Eklavya Sharma 2016-10-12 03:18:47 +05:30
  • b0eae4bf46 allow to use RLock in type annotations (#595) Matthias Kramm 2016-10-10 16:52:47 -07:00
  • 71042452c7 Add stub for SameFileError. (#594) paavoap 2016-10-10 23:07:54 +08:00
  • 490b34649f Add stub for shutil.which (#592) jgarvin 2016-10-09 21:58:55 -05:00
  • cac07d6dea Add type hints for _create_default_https_context and _create_unverified_context. (#583) paavoap 2016-10-10 10:56:01 +08:00
  • 92b600540e Add private members to stdlib threading (#590) Alvaro Caceres 2016-10-07 15:11:47 -05:00
  • 9b092f353e 2.7/inspect: add getframeinfo, getouterframes, Traceback (#588) Alvaro Caceres 2016-10-06 17:20:42 -05:00
  • 674fe2b59f Add threading.Condition.notifyAll (#587) Alvaro Caceres 2016-10-06 16:14:08 -05:00
  • f90a6d1c0e Inspect: use any instead of object (#585) Alvaro Caceres 2016-10-06 13:36:17 -05:00
  • 9586411dad Add MONDAY, TUESDAY, ... constants to stdlib/calendar (#586) Alvaro Caceres 2016-10-06 12:19:16 -05:00
  • 9e71e54aa9 Add http status code constants to 2.7/httplib (#584) Alvaro Caceres 2016-10-06 11:42:42 -05:00
  • 0e5003b61e Add HTTPStatus definition for python3.5+ (#577) Evgeniy Vasilev 2016-09-29 22:09:30 +02:00
  • ccd1dc1fac fix 2.7 version of Logger.debug (#578) Matthias Kramm 2016-09-29 12:02:12 -07:00
  • 896110fd54 The value member of an IntEnum object is an int. Guido van Rossum 2016-09-29 09:48:15 -07:00
  • 70cfe793d9 Implement PEP 526 in typed_ast (#548) Ivan Levkivskyi 2016-09-28 19:31:28 +02:00
  • aa549db5e5 Added missing operations to collections.Counter stub. (#575) Manuel Krebber 2016-09-27 19:07:57 +02:00
  • 68339ebf2e Add fileinput .pyi for Python 2.7. (#572) olliewild 2016-09-26 17:23:27 -05:00
  • 1002950322 Add missing method add_mutually_exclusive_group(...) to argparse group (#573) Robin Alazard 2016-09-26 21:07:47 +02:00