Commit Graph

  • 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
  • 34b343ba66 Add missing type hints to atexit.register() (#571) Sebastian Meßmer 2016-09-23 22:35:55 +02:00
  • ed97067f6d Different fix for locale/str/__builtin__ issue (#570) Guido van Rossum 2016-09-23 10:18:04 -07:00
  • bda2b54dfc itemgetter parameters can be any type that the container accepts, not just int (#564) Gustavo J. A. M. Carneiro 2016-09-23 13:40:16 +01:00
  • bbf0ac2d1f Fixing timezone utc type (#568) dlinnemeyer 2016-09-23 07:39:52 -05:00
  • 76c0850eb2 Use the correct __builtin__/builtins module in Python 2/3. (#569) Matthias Kramm 2016-09-23 05:38:35 -07:00
  • 5161341240 add signal.Signals for python3.5 (#555) Samuel Colvin 2016-09-22 20:50:27 +01:00
  • 4b0efd9343 Allow the first argument to SequenceMatcher.__init__ to be None. (#566) Stephen Thorne 2016-09-22 01:06:02 +01:00
  • 9de69f9cf2 Include time updates with Python 3.3 (#563) Rich Li 2016-09-21 15:26:04 -07:00
  • b53e4c349d Fix HTMLParser.HTMLParser, HTMLParseError. (#565) rchen152 2016-09-21 11:55:02 -07:00
  • f93642b32a Add __format__ to float, fixes #560 (#561) Gustavo J. A. M. Carneiro 2016-09-21 16:17:28 +01:00
  • c9dbb96f1d Change mmap to use bytes. Guido van Rossum 2016-08-17 15:53:26 -07:00
  • 8be390d2a6 Improve signature of communicate(). Guido van Rossum 2016-08-17 20:25:15 -07:00
  • 794e51612e Improve signatures of {get,set}sockopt(): use bytes, not str. Guido van Rossum 2016-08-17 20:25:34 -07:00
  • 61007ab1dc Add tm_zone and tm_gmtoff to time.pyi (#551) Yasushi Saito 2016-09-19 14:38:14 -07:00
  • 93ef68315b Fixed types in stdlib/3/concurrent/futures: (#557) Sebastian Meßmer 2016-09-19 17:13:12 +02:00
  • b5e372bc7f Add stubs for itsdangerous. (#537) Roy Williams 2016-09-18 14:40:18 -07:00
  • 773ad48c04 correct utcoffset return type (#554) Samuel Colvin 2016-09-18 21:44:38 +01:00
  • a353aabbcd Add commented-out flag to use --fast-parser. Guido van Rossum 2016-09-15 16:25:53 -07:00
  • d131efcaa0 Skip "module" whose name starts with ".". Guido van Rossum 2016-09-15 16:20:14 -07:00
  • ec2b9ce97e Add partial stubs for fractions (#544) Michael Lee 2016-09-14 16:40:17 -07:00
  • 1d820d48cf Add signatures for cast() and NewType (#549) Elazar 2016-09-15 00:55:06 +03:00