Commit Graph

  • 355f30cc70 Correct return type of sum() builtin (#1582) Travis Parker 2017-10-04 21:42:35 -07:00
  • 000041761e month, day parameters to datetime.datetime are required (#1633) Naman Bharadwaj 2017-10-04 21:38:09 -07:00
  • f48731ac7a Add stub for standard library crypt module (#1641) hashstat 2017-10-04 20:39:33 -07:00
  • 6661377597 Ensure AF_*, SOCK_*, AI_*, and MSG_* constants use enum types (#1637) hashstat 2017-10-04 08:55:36 -07:00
  • fc74f53c5a Corrects timeout type annotations. (#1639) hashstat 2017-10-04 08:40:40 -07:00
  • 15f737d2a8 Corrects return type of warnings.formatwarning(). (#1640) hashstat 2017-10-04 08:37:08 -07:00
  • f1a01b3017 [XML] iterparse is None for end-ns, Tuple[str, str] for start-ns, Element otherwise (#1520) Gábor Bernát 2017-10-04 16:24:27 +01:00
  • 6c0fa96e4c Add pymysql.connections.Connection#begin(self) stub (#1636) Lloyd 2017-10-04 04:05:51 +09:00
  • a19d4e34c3 Add 3-argument overload for asyncio.gather. (#1644) Carl Meyer 2017-10-03 11:41:25 -07:00
  • 78587dc895 Revert "make __class__ refer to the current object's class (#1549)" (#1632) Jelle Zijlstra 2017-09-29 14:37:54 -04:00
  • 1a164b630c make __class__ refer to the current object's class (#1549) Jelle Zijlstra 2017-09-27 21:11:59 -04:00
  • d389ef3d85 Remove a few files from the pytype blacklist. (#1628) Martin DeMello 2017-09-27 07:57:13 -07:00
  • d14272a14f Fix the typing for clock_settime (#1629) daid 2017-09-27 16:52:50 +02:00
  • ffe2bee7a7 Fix email.utils parseaddr and formataddr to accept Optional[str] (#1626) Neil Pilgrim 2017-09-26 14:10:35 -07:00
  • b8f7ba8e8a Corrections to logging.StreamHandler stubs (#1624) (#1625) Ben Leslie 2017-09-23 17:36:51 -05:00
  • 1f867d8ab8 Fix int(Union[str, int]) (#1551) Luka Sterbic 2017-09-23 15:59:15 +02:00
  • d7533152f9 (3.6+) Adds re.RegexFlag and use it. (#1592) Pieter-Jan Briers 2017-09-23 14:58:31 +02:00
  • 6bfd43d6b6 Update utime stub (#1594) Øystein Olsen 2017-09-23 14:57:38 +02:00
  • 55dbb967ad Corrections to the asyncio exception stubs (#1623) Bruce Merry 2017-09-22 16:47:17 +02:00
  • 666f71fb56 Add a few methods to Element and ElementTree (#1585) aubanel 2017-09-22 16:11:15 +02:00
  • dc46a435da allow all valid JSON in pynamodb JSONAttribute (#1604) Jonathan Schoonhoven 2017-09-22 06:57:51 -07:00
  • ebed7c2ecb Codeobject support (#1606) Melvyn Sopacua 2017-09-22 13:54:58 +00:00
  • 03ec4023ff Adjust ast imports to make pytype happy. (#1617) Matthias Kramm 2017-09-22 06:27:27 -07:00
  • 248f74d31b ConfigParser should use IO[str] for IO functions (#1621) Amandine Lee 2017-09-22 06:25:17 -07:00
  • b4e89a078c Second param of islice allows None. (#1603) David Novakovic 2017-09-21 07:55:16 +10:00
  • 8ab207bcee Decrease Mypy concurrent process count (#1618) Ethan Smith 2017-09-20 13:01:56 -07:00
  • 3d505d0c6b Re-export exception names in exceptions.pyi (#1611) rchen152 2017-09-19 15:19:40 -07:00
  • cc3e753202 All loop kwargs in asyncio.streams are optional (#1615) FichteFoll 2017-09-18 16:51:25 +02:00
  • c009caf316 Make exceptions.pyi import its definitions from __builtin__.pyi (#1610) rchen152 2017-09-15 14:52:54 -07:00
  • 0bf2958257 Correct a typo in stdlib/2/symbol.pyi (#1607) rchen152 2017-09-14 14:33:20 -07:00
  • 693509bff6 Change Union[float, None] to Optional in socket.pyi (#1602) Dominik Gabi 2017-09-13 16:23:54 -04:00
  • 1dfa570cae Fix the definition of nlargest() in stdlib/2/heapq.pyi (#1601) rchen152 2017-09-12 08:27:41 -07:00
  • 022da963b0 update shlex (python 3.6 updates) (#1599) Mikołaj Biel 2017-09-11 21:30:48 +02:00
  • d4b21efbe8 Derive EnumMeta from ABCMeta (#1598) Elazar Gershuni 2017-09-11 03:44:53 +03:00
  • 6865c24a4c Add support for multiprocessing.get_context().Process() (#1581) John Reese 2017-09-05 20:11:21 -07:00
  • a4285af4c2 Support PathLike argument to os.path.split (#1588) Zack Hsi 2017-09-05 20:04:55 -07:00
  • fd8be43044 Fix the return type of functools.update_wrapper() (#1589) rchen152 2017-09-05 20:03:51 -07:00
  • 8d5a233c6b Fix the definition of itertools.tee() (#1584) rchen152 2017-09-05 16:21:14 -07:00
  • 28d71e6f6f Flesh out smtplib types further (#1558) Daniel Watkins 2017-08-30 06:57:59 +01:00
  • c5f1e907fa More precisely typehint asyncio.gather up to 5 params (#1550) Liran Nuna 2017-08-28 21:37:51 -07:00
  • 258b9fb821 Add IOBase to types fcntl will accept as files (#1556) Daniel Watkins 2017-08-29 05:29:57 +01:00
  • 85a788dbca multiprocessing Pool (and context manager) fixes/improvements (#1562) Daniel Watkins 2017-08-29 05:19:08 +01:00
  • 87009939a5 ssl: Add missing constants & classes (#1569) Jaen 2017-08-28 21:14:41 -07:00
  • f1a13cea9c Add __init__ and __contains__ to argparse.Namespace (#1578) Robert T. McGibbon 2017-08-27 17:14:01 -04:00
  • 8afc1b7a08 Change subprocess constants to be type int (#1577) Michael Lee 2017-08-26 17:07:25 -07:00
  • 023afbc098 Fixed the signature of six.raise_from() (#1563) Alex Grönholm 2017-08-27 00:43:43 +03:00
  • 875bfe4c2a Allow Any return value for callbacks in retrbinary etc (#1567) Chris 2017-08-26 05:40:45 +02:00
  • 341237339c requests: Add return type for __init__ methods (#1574) Tim Crawford 2017-08-25 23:34:56 -04:00
  • 76685480e0 Misc fixes found by running mypy against Dropbox internal codebase "C". (#1575) Guido van Rossum 2017-08-25 20:34:13 -07:00
  • 1050b383a3 RawConfigParser dict_type argument should be a Type (#1572) Daniel Watkins 2017-08-22 17:59:59 -04:00
  • 975c9a09ef Add range attributes (#1561) Garrett 2017-08-22 06:11:55 -07:00
  • e8ece8ccce Replicate RawConfigParser.get* methods in SectionProxy (#1568) Daniel Watkins 2017-08-21 18:00:16 -04:00
  • 24a7bfb4bf Make configparser.RawConfigParser use SectionProxy where appropriate (#1527) Daniel Watkins 2017-08-21 17:46:50 -04:00
  • 6f848e8ed8 Add definition for RawConfigParser._get_conv (#1542) Daniel Watkins 2017-08-21 17:09:42 -04:00
  • 4ea6c1cffb sys: clean up (#1545) Jelle Zijlstra 2017-08-21 13:54:55 -07:00
  • c40b7afc14 accept PathLike in os.scandir (#1546) Jelle Zijlstra 2017-08-21 13:54:22 -07:00
  • 5c328f12e1 configparser: support PathLike (#1547) Jelle Zijlstra 2017-08-21 13:42:35 -07:00
  • e20a36ada2 add to CONTRIBUTING (#1560) Jelle Zijlstra 2017-08-21 13:26:00 -07:00
  • 42e2142f28 Add Protocol and runtime to typing_extensions (#1564) Ivan Levkivskyi 2017-08-21 22:22:48 +02:00
  • 485c232409 Improve resource stubs for py3 (#1565) Artur Rodrigues 2017-08-21 18:08:51 +01:00
  • 1c8f43b86c Add closefd keyword argument to Python 2's FileIO.__init__ (#1555) Daniel Watkins 2017-08-17 14:47:08 -04:00
  • 4491e415f9 Make operations on set take AbstractSet[object] (#1533) Svyatoslav Ilinskiy 2017-08-12 03:17:47 +03:00
  • 46a73bb2e8 Added private method _basic_auth_str to stub for requests (#1514) Ashwini Chaudhary 2017-08-12 05:41:28 +05:30
  • 4f14617db1 Add stub for codeop to 2and3 (#1534) Ashwini Chaudhary 2017-08-12 05:39:57 +05:30
  • 9db63fee91 Make IOBase.__enter__ return the same type as self. Fixes #1540. (#1541) Evan Krall 2017-08-11 16:06:07 -07:00
  • 10a3e43a19 Queue stubs: Make LIFOQueue and PriorityQueue generic (#1538) Alex Ellis 2017-08-10 20:15:43 -07:00
  • 7fe417ca58 In Python 3.4 and above, os.makedirs and os.removedirs use the kwarg "name" rather than "path" (#1536) Adam Dangoor 2017-08-09 02:42:29 +01:00
  • d60f26c448 add object.__dir__ in Python 3 (#1532) Jelle Zijlstra 2017-08-07 20:29:13 -06:00
  • 19275ea38a Make multiprocessing.Queue a subclass of queue.Queue (#1525) Brian C. Lane 2017-08-07 19:25:53 -07:00
  • 228615b307 fix the type definition of namer function (#1498) vim345 2017-08-07 16:36:05 -07:00
  • 6031b37be9 Add select_autoescape to jinja2 (#1530) Zack Hsi 2017-08-07 16:19:45 -07:00
  • 8ac0694056 Make functions any and all accept Iterable[object] (#1531) Svyatoslav Ilinskiy 2017-08-07 18:13:43 -05:00
  • c6bb8a7c88 Added stub for chunk(py 2 and 3) (#1523) Ashwini Chaudhary 2017-08-06 20:51:09 +05:30
  • b2df503cde Add type annotations for emoji (#1506) Pavel Pletenev 2017-08-04 03:12:50 +04:00
  • 3638bc1f52 Fix Python 2's traceback.format_exception, traceback.print_exception (#1512) Matthias Kramm 2017-08-03 15:58:34 -07:00
  • 7a580ed0a9 Re-export values for click library (#1516) Svyatoslav Ilinskiy 2017-08-03 15:58:02 -07:00
  • 3f9fafbbb7 Re-export code from _ast into ast. (#1515) Svyatoslav Ilinskiy 2017-08-03 15:57:20 -07:00
  • a249b40a6d Make flake8 not complain about star imports (#1519) Svyatoslav Ilinskiy 2017-08-03 14:26:31 -07:00
  • aa68403230 Make BaseException's init accept object instead of Any (#1518) Svyatoslav Ilinskiy 2017-08-03 12:57:59 -07:00
  • 98d768b2c6 Re-export simplejson values (#1517) Svyatoslav Ilinskiy 2017-08-03 08:33:51 -07:00
  • 0c7b50378b Added stub for mutex(py2) (#1509) Ashwini Chaudhary 2017-08-02 21:02:10 +05:30
  • baea852b62 Added stub for sre_parse and sre_constants(py3) (#1502) Ashwini Chaudhary 2017-08-02 03:08:49 +05:30
  • 01a0c51acf Added stub for sre_parse and sre_constants(py2) (#1500) Ashwini Chaudhary 2017-08-02 03:08:22 +05:30
  • c5479b11bb Add private methods stubs to queue.Queue (#1507) blokeley 2017-08-01 22:37:51 +01:00
  • 6f23d124c0 Remove subclass IOBase from TextIOBase. (#1505) Matthias Kramm 2017-07-28 21:07:37 -07:00
  • 2d97894fa9 collections: make UserDict, UserList, and UserString concrete (#1477) Jelle Zijlstra 2017-07-26 16:34:43 -07:00
  • 72fbc459a7 Add __init__ to types.MethodType (#1499) Semyon Proshev 2017-07-26 18:38:27 +03:00
  • 15c8474e35 fix email.mime (#1482) Thomas Grainger 2017-07-26 16:29:30 +01:00
  • 34c8aa0d4c traceback: use StackSummary where possible (#1495) Luka Sterbic 2017-07-26 16:27:43 +01:00
  • 1e04a8c1b8 Add stubs for typing_extensions module (#1471) Michael Lee 2017-07-23 12:19:49 -07:00
  • 6d3024fb19 Add NoReturn type to typing stubs (#1496) Michael Lee 2017-07-20 21:24:34 -07:00
  • f6b013ba52 ignore type for mock.pyi inheritance from Any (#1492) toejough 2017-07-19 14:33:59 -04:00
  • be7490322b Counter: fix return value of most_common() (#1491) Jelle Zijlstra 2017-07-19 10:29:32 -07:00
  • 00ddb1c84a encodings: IncrementalEncoder and Decoder concrete (#1490) Jelle Zijlstra 2017-07-19 10:28:43 -07:00
  • 32d9c8cb8f make io.IncrementalNewlineDecoder concrete (#1489) Jelle Zijlstra 2017-07-19 10:28:25 -07:00
  • 74966bacd9 distutils: make Command classes non-abstract (#1488) Jelle Zijlstra 2017-07-19 10:28:16 -07:00
  • ac651d2f8c Fix a few TODOs (#1487) Jelle Zijlstra 2017-07-19 10:27:50 -07:00
  • 1515ed9f88 fix some abstract classes in third_party/ (#1486) Jelle Zijlstra 2017-07-19 10:27:22 -07:00
  • 11a479fd69 Add stub for formatter (#1481) Ashwini Chaudhary 2017-07-19 07:49:14 +05:30
  • be31439168 Added missing Process fields; More accurate Optional parameters (#1483) eujing 2017-07-19 10:17:23 +08:00