Commit Graph

  • 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
  • 748428d8a4 Refine stubs for Python 2's decimal module (#545) Michael Lee 2016-09-14 09:40:14 -07:00
  • f29a996501 Refine stubs for numbers.pyi (#543) Michael Lee 2016-09-14 08:12:36 -07:00
  • 96ba62503b Use concrete type in sys.excepthook() (#547) Sebastian Meßmer 2016-09-14 17:03:41 +02:00
  • e25b882041 Full signature for namedtuple (#541) Elazar 2016-09-14 02:17:26 +03:00
  • 08d1069d6b Since 2.6, the plistlib module is not Mac-specific. Guido van Rossum 2016-09-13 13:34:40 -07:00
  • 312725ed5d Add next() to more IO classes Guido van Rossum 2016-09-13 11:48:50 -07:00
  • 8b0e6b886d Fix signature for __exit__ (#542) Guido van Rossum 2016-09-13 11:00:01 -07:00
  • 94e0625e82 Fix ujson stubs to properly use AnyStr. (#540) Tim Abbott 2016-09-13 10:07:44 -07:00
  • 052574d821 Add missing type hints to subprocess.pyi (#539) Sebastian Meßmer 2016-09-13 18:17:17 +02:00
  • 0907e2cdda Add missing BytesIO.next(). Guido van Rossum 2016-09-12 11:25:00 -07:00
  • f728e413b8 Fix a missing type in stat.pyi (#536) Sebastian Meßmer 2016-09-12 20:13:42 +02:00
  • ecc400f125 Make string.Template.substitute's arg optional (#535) Alvaro Caceres 2016-09-12 13:12:28 -05:00
  • 0321b2179b Declare logging.root -- undocumented but used. (#534) Alvaro Caceres 2016-09-12 12:21:16 -05:00
  • 7a7873aa94 adjust pytype blacklist (#529) Matthias Kramm 2016-09-09 12:28:54 -07:00
  • 5c52691954 Add more specific types for requests.sessions.Session (#524) Roy Williams 2016-09-09 12:23:32 -07:00
  • 7a48825938 Copy stubs for os.spawn* from Python 3 to Python 2 (#528) Michael Lee 2016-09-09 12:00:00 -07:00
  • 43fee3bc72 Declare 2.7 unittest's private util module (#526) Alvaro Caceres 2016-09-09 08:30:58 -05:00
  • e70be5fbe2 trim pytype testing blacklist (#527) Matthias Kramm 2016-09-09 06:30:36 -07:00
  • a257166149 Add missing type_comments attr to ast27.arguments (#522) Michael Lee 2016-09-07 11:55:27 -07:00
  • 25cb6e4ab4 Make Mapping covariant. (#512) Guido van Rossum 2016-09-05 12:57:37 -07:00
  • 1d5b35b2a5 Merge tarfile (#467) Valérian Rousset 2016-09-03 17:40:45 +02:00
  • 708fd960da Fix errors in stubs when running in strict mode (#515) Danny Weinberg 2016-09-02 19:04:56 -07:00
  • 23c44d3e36 Use generics for 2.7/weakref (#516) Alvaro Caceres 2016-08-31 20:48:45 -05:00
  • d56a5e80fb Fix six.reraise stub to take an optional traceback (#514) Drew Haven 2016-08-31 11:31:49 -07:00
  • 79a9ae942e Add DictMixin, IterableUserDict to 2.7/UserDict (#513) Alvaro Caceres 2016-08-31 13:12:34 -05:00
  • 35cdafa10e add some missing asyncio items such as gather (#511) claws 2016-08-31 23:58:22 +09:30
  • 044d11f9ee clean up unittest.py (#509) Matthias Kramm 2016-08-31 07:27:53 -07:00
  • c46993aa8e Add mypy blacklist, same syntax as pytype blacklist. (#508) Matthias Kramm 2016-08-29 14:23:39 -07:00
  • 59585bbf54 Update signature of ConfigParser.get() (#501) Elazar 2016-08-29 22:44:30 +03:00
  • bed8a60990 add hex to bytes, bytearray, memoryview (#507) claws 2016-08-30 02:09:35 +09:30
  • c0da198565 Add str into Union type for "ASCII to" functions which accept str. (#505) johnthagen 2016-08-28 16:48:24 -04:00
  • 97bc450acd Make typing.IO inherit Iterator, not Iterable (#502) Michael Lee 2016-08-27 23:31:16 -07:00
  • 5e5b3726f2 Add missing Optional to str.split and socket.socket. (#504) David Euresti 2016-08-27 19:09:55 -07:00
  • 828f42e350 Fix syntax in README.md. Matthias Kramm 2016-08-26 13:35:30 -07:00
  • f1047ec005 Stub: asyncore.pyi (#498) Elazar 2016-08-26 23:34:42 +03:00
  • 68f8a278fe Improve correctness of pathlib stubs (#483) Danny Weinberg 2016-08-26 13:17:22 -07:00
  • e8df136ce8 Fix incorrectly Optional builtin function args (#500) David Fisher 2016-08-25 19:07:00 -07:00
  • 0ffe3abf70 Adde JSON encoder and decoder objects (#499) Daniel F Moisset 2016-08-25 16:33:39 +01:00
  • 73bdb705bf Delete ctypes. It is not yet ready for prime time, alas. Guido van Rossum 2016-08-24 10:56:23 -07:00
  • ce940efc01 email.utils.parsedate and email.utils.parsedate_tz corrected to be passable to time.mktime (#497) peterdotran 2016-08-24 06:10:56 -07:00
  • e4b56b1be8 Stub for pyclbr.py (#487) Elazar 2016-08-24 16:08:46 +03:00
  • 9f1e90b33f Merge bisect (#468) Valérian Rousset 2016-08-24 15:07:40 +02:00
  • fac745c90b Allow replace(tz_info=None) on time/datetime (#485) Daniel F Moisset 2016-08-24 14:05:21 +01:00
  • 34175b888d Fix __setitem__(slice, ...) of various mutable sequences (#496) Tomasz Elendt 2016-08-24 04:02:50 +02:00
  • c10198db11 Add the selectors module (#484) Michael Lee 2016-08-23 18:57:46 -07:00
  • ed7c0779f7 Add memoryview class for python 2.7 (#493) David Euresti 2016-08-23 18:48:10 -07:00
  • aef68f323f Added attributes for URLError and HTTPError (#494) peterdotran 2016-08-23 17:55:51 -07:00
  • 5b5135878b Typo: isis -> is (#495) Antoine Catton 2016-08-24 01:24:16 +02:00
  • 9451fa922c Add start and stop arguments to Sequence.index in Py >= 3.5 (#489) Tomasz Elendt 2016-08-22 23:53:48 +02:00
  • ff86b1bd26 Remove empty wintypes module which just causes imports to break (#490) David Euresti 2016-08-22 08:48:33 -07:00
  • 3c76029c57 Added attributes for UnicodeEncodeError (#481) Daniel F Moisset 2016-08-18 13:57:16 +01:00
  • 3d32e2e661 Remove namedtuple workaround (#479) Elazar 2016-08-17 21:54:13 +03:00
  • a20d5c481a Add type stub for typing.get_type_hints (#480) Nicholas Bishop 2016-08-16 23:41:01 -04:00
  • 5a79ba1abb Fixes tzinfo return types (#476) kosaka 2016-08-17 00:07:00 +09:00
  • 9fd0fd97c6 Make FileType valid for ArgumentParser 'type' arg (#473) Tom Manderson 2016-08-16 04:42:48 +10:00
  • 1bb090d6f8 Adds logging PlaceHolder class and Logger attributes (#472) Tyler O'Meara 2016-08-15 11:42:02 -07:00
  • 219c57a28c Add winerror to WindowsError in builtins.pyi for Python 2.7 and 3 (#470) tonygrue-dbx 2016-08-15 11:41:05 -07:00
  • 69fdea09c9 Fix some type errors in gettext in python2. (#469) David Euresti 2016-08-15 11:40:16 -07:00
  • 17f7d3db20 Add ctypes (#454) Valérian Rousset 2016-08-15 20:39:23 +02:00
  • 0989cb1cb3 Add FrozenSet to the typing stub files (#474) Emanuel Barry 2016-08-13 22:34:38 -04:00
  • 313b584e34 Add stubs for ujson (#460) Michael Lee 2016-08-11 17:08:03 -07:00
  • 2824cd1197 Improve locale (#462) Valérian Rousset 2016-08-10 22:52:29 +02:00
  • 59d06de83e add rlcompleter (#455) Valérian Rousset 2016-08-10 22:39:38 +02:00
  • 04d799f656 fix unprecise type in sys.exc_info in py2 (#466) Valérian Rousset 2016-08-10 22:37:01 +02:00
  • 0edb87fc6b Make functools.cmp_to_key more realistic (#458) Jakub Stasiak 2016-08-10 21:12:52 +02:00
  • ebdf9d68b2 add termios (#456) Valérian Rousset 2016-08-10 21:09:54 +02:00
  • f3818cabbc Handle passing a tuple of types to issubclass() (#459) Jakub Stasiak 2016-08-10 21:09:16 +02:00
  • 8fd2aca9a4 Fix stubs for glob to include Python 3.4+ changes (#461) Michael Lee 2016-08-10 12:06:00 -07:00
  • 4e55f0561f Improve traceback (#465) Valérian Rousset 2016-08-10 20:18:35 +02:00
  • 231ebbefaa add types to multiprocessing.process (#463) Valérian Rousset 2016-08-10 20:01:54 +02:00
  • f209136b3c Make appropriate Popen constructor args Optional (#457) David Fisher 2016-08-08 20:14:13 -07:00
  • cc1f92103d Minor cleanup of subprocess.pyi Guido van Rossum 2016-08-05 17:32:17 -07:00
  • 1ac3c2f173 update subprocess module stub for Python 3.5 (#426) jdelic 2016-08-06 02:31:10 +02:00
  • 5de7bfe185 Add missing classes to distutils.version (#450) David Euresti 2016-08-05 14:50:14 -07:00
  • 6c1a185e49 Add exception globals in 2.7/sys.pyi. (#440) Fu Yong Quah 2016-08-05 12:04:57 -07:00
  • e3a1ddfbeb add readline module (#448) Valérian Rousset 2016-08-05 21:04:01 +02:00
  • 4fa352e6fa add keyword module (#446) Valérian Rousset 2016-08-05 21:03:21 +02:00
  • cc8799ee36 Make Future a generic, like in python2 (#449) David Euresti 2016-08-05 11:57:10 -07:00
  • a1e1d6c355 Add code (#447) Valérian Rousset 2016-08-05 16:55:43 +02:00