Commit Graph

  • 03044212d4 Add typings for bool __{r,}{and,or,xor}__ (#1795) Anthony Sottile 2017-12-20 21:04:55 -08:00
  • 64ca731d0b jinja2: Add Template.environment (#1789) Sebastian Rittau 2017-12-17 19:04:53 +01:00
  • 4b6b484786 Add clear method to MutableSequence in Python 3 (#1765) Semyon Proshev 2017-12-16 06:37:43 +03:00
  • 8404a62231 requests: add more accurate stubs for certain fields of the Session object (#1504) Alex Dehnert 2017-12-15 00:05:28 -05:00
  • c5439668fe Added stub for sre_compile(2and3) (#1493) Ashwini Chaudhary 2017-12-15 10:22:54 +05:30
  • cb1d150092 Improvements to stdlib/3/_curses.pyi - take 3 (#1772) gossrock 2017-12-15 04:38:39 +00:00
  • 1dccd1fdc4 Allow requests.post to accept Dict[str, str] for data. (#1777) Roy Williams 2017-12-14 20:36:21 -08:00
  • 398401baee werkzeug: Mark BaseRequest.data as property (#1785) Sebastian Rittau 2017-12-15 05:35:29 +01:00
  • 7c4765357a Make requests.Response.iter_content allow None (#1784) Alan Du 2017-12-13 17:25:32 -05:00
  • a1e85be4c9 Add __int__ to uuid.UUID (#1783) Semyon Proshev 2017-12-13 19:20:47 +03:00
  • 46125886c0 argparse: Add annotations for instance variables. (#1763) Neil Conway 2017-12-12 15:10:31 -08:00
  • 10a76c1fdd Export Connection and TableConnection from pynamodb.connection (#1779) Roy Williams 2017-12-07 14:35:13 -08:00
  • 97fb265a4c Avoid over-constraining selftype of EnumMeta (#1770) Elazar Gershuni 2017-12-04 21:21:57 +02:00
  • fc10a94db1 Distutils improvements to cmd.pyi and log.pyi (#1748) Neil Pilgrim 2017-11-27 12:47:04 -08:00
  • c1971fb443 imaplib: Fix annotation for search. (#1762) Tim Abbott 2017-11-25 13:23:57 -08:00
  • b0d9752a1c Make func in builtin map optional in Python 2 (#1751) Semyon Proshev 2017-11-22 18:57:07 +03:00
  • 622e744f3e Extract WSGIEnvironment and change value type to Any (#1745) Sebastian Rittau 2017-11-22 02:00:49 +01:00
  • 39eefa544c Fix parameters of socketserver.BaseServer.finish_request() (#1754) Masayuki Yamamoto 2017-11-22 09:42:05 +09:00
  • 8753fc78df Add setUpClass and tearDownClass to unittest.TestCase in Python 2 stub (#1760) rchen152 2017-11-21 16:39:11 -08:00
  • 15983ffc51 Add LINE and COL definitions to /stdlib/3/curses/__init__.py (#1757) gossrock 2017-11-20 21:44:20 +00:00
  • ec2cb8e44f Convert selected ABCs to Protocols (#1220) Ivan Levkivskyi 2017-11-19 17:52:16 +01:00
  • 7806420105 Fix missing colon in StreamHandler.stream type annotation (#1753) Ben Leslie 2017-11-18 17:57:55 -06:00
  • 821c765991 Several packages always auto-import certain submodules on import (#1752) Guido van Rossum 2017-11-17 15:15:40 -08:00
  • 7737e519a3 Add __dict__ to object in Python 2 (#1746) Ethan Smith 2017-11-16 08:44:48 -08:00
  • 7c11ae03de Add __qualname__ to functions and methods (#1750) Semyon Proshev 2017-11-16 19:37:36 +03:00
  • 3029357ad7 Add unicode.__rmul__ (#1749) Semyon Proshev 2017-11-16 19:31:55 +03:00
  • 8b56c1e59a Add all the files which pytype fails on during import. (#1720) Sebastian Steenbuck 2017-11-15 15:29:07 +01:00
  • 533a05be45 Fix some of the last default values that are not ... (#1731) Jelle Zijlstra 2017-11-13 07:08:30 -08:00
  • 69bffd154a Fix default values in click stubs to ... (#1734) Jelle Zijlstra 2017-11-13 07:07:20 -08:00
  • 8e75701eda make Python 2 and 3 dateutil stubs identical (#1735) Jelle Zijlstra 2017-11-13 07:06:34 -08:00
  • 84d0cbf776 move thrift to 2and3 (#1736) Jelle Zijlstra 2017-11-13 07:05:57 -08:00
  • bcfd3bf554 Fill out croniter stubs and move to 2and3 (#1737) Jelle Zijlstra 2017-11-13 07:05:38 -08:00
  • d62743d788 Make traceback.FrameSummary Iterable (#1741) Patrick Valsecchi 2017-11-13 16:05:16 +01:00
  • 83ca997140 Change more defaults to ... (#1729) Jelle Zijlstra 2017-11-13 06:56:24 -08:00
  • 0080017d02 fill out bz2 stub (#1728) Jelle Zijlstra 2017-11-13 06:55:43 -08:00
  • 87fca814b1 addr should be Tuple[str, int], not str (#1740) Nathan Henrie 2017-11-13 07:14:16 +00:00
  • 55f15427bd Refine stdlib commands module (add mkarg(), mk2arg(), correct get*()) (#1739) Alex Willmer 2017-11-13 06:44:51 +00:00
  • a44de46a00 use_builtin_types is optional for plistlib.load (#1738) FichteFoll 2017-11-12 01:54:11 +01:00
  • 97be335160 don't import enum in Python 2 (#1724) Jelle Zijlstra 2017-11-10 10:23:22 -08:00
  • 9390a49600 complete multiprocessing.connection stub (#1716) Jelle Zijlstra 2017-11-09 10:40:49 -08:00
  • 324f1761f4 Change more defaults to ... (#1727) Jelle Zijlstra 2017-11-09 10:32:17 -08:00
  • fd25e534ad Add default timeout for Condition.wait_for (#1726) Josh Staiger 2017-11-09 10:12:33 -08:00
  • 54dd6ba27c Change numerous default values to ... (#1722) Jelle Zijlstra 2017-11-09 06:28:41 -08:00
  • 66821993f6 Fix email header types (#1472) Daniel Axtens 2017-11-10 01:03:11 +11:00
  • 26ea6c0740 pkgutils.walk_packages takes optional list of str for path (#1725) Kenny Do 2017-11-09 05:57:29 -08:00
  • eaf8972e48 complete Python 3 gzip stub (#1723) Jelle Zijlstra 2017-11-09 05:56:55 -08:00
  • a1238294d7 Remove unnecessary optionality for requests.Session (#1658) Brandon W Maister 2017-11-08 22:53:56 -05:00
  • 9439ec4e4f click.echo message arg type to follow click's documentation (#1698) Grzegorz Śliwiński 2017-11-09 04:41:36 +01:00
  • 44f7869c80 Fix blake2 binding (#1663) Henri Bai 2017-11-08 19:39:55 -08:00
  • 9656febaee Merge style guide from README.md into CONTRIBUTING.md (#1696) Sebastian Rittau 2017-11-08 18:02:59 +01:00
  • 0a9a2b6470 _asdict returns OrderedDict in 3.1 and up (#1690) Luka Sterbic 2017-11-08 16:50:36 +00:00
  • 2551b76bde Replace default strings ' ' with ... (#1721) Sebastian Steenbuck 2017-11-08 17:49:54 +01:00
  • f933b9384c Refine str.maketrans and str.translate (#1613) FichteFoll 2017-11-08 03:55:05 +01:00
  • c7bc0bdb00 Add BaseException.__getitem__ & __getslice__ (#1719) Alex Willmer 2017-11-07 20:57:51 +00:00
  • 735abe68dd remove all lxml stubs for now (#1664) Jelle Zijlstra 2017-11-07 07:54:01 -08:00
  • ef46c95c9e Add List to the typing imports and order the imports (#1717) Sebastian Steenbuck 2017-11-07 15:42:23 +01:00
  • 275d9b5818 Python 3 multiprocesisng synchronization stubs (#1678) Alan Du 2017-11-07 02:07:02 -05:00
  • f4e3657c57 Allow subprocess functions to accept PathLike objects in 3.6 and above (#1713) Roy Williams 2017-11-06 10:28:08 -08:00
  • 8b367c770b Make pkgutil.get_data return Optional[bytes] (#1714) Josh Staiger 2017-11-05 14:00:51 -08:00
  • bc2f88d6ee Make Executor.__enter__ self and return types match (#1711) Josh Staiger 2017-11-04 13:56:55 -07:00
  • 05f527c089 BaseException.__init__ accepts **kwargs (#1704) anentropic 2017-11-04 06:10:34 +00:00
  • 81191e49a3 click.*option function parameter to accepts bool and Text (#1699) Grzegorz Śliwiński 2017-11-04 06:52:12 +01:00
  • 89cfa64577 Complete Py3 stub for sre_constants (#1709) Zac Hatfield Dodds 2017-11-04 16:48:10 +11:00
  • 85e75c9a6a Fix a parameter type in threading.Thread.__init__ (#1706) rchen152 2017-11-01 15:41:10 -07:00
  • aafa556a10 Add context manager methods to requests.Response (#1701) Patrick Valsecchi 2017-11-01 16:19:43 +01:00
  • 77c06d411c Remove type annotation from some Loader args (#1695) Guido van Rossum 2017-10-27 09:30:16 -07:00
  • fcf1d38c57 fix typo in dateutil.tz importing tzutc as tzutz (#1694) Grzegorz Śliwiński 2017-10-27 16:40:16 +02:00
  • ab9733b448 Support for response hooks in requests (#1674) Ilya Konstantinov 2017-10-26 07:56:05 -07:00
  • cbea45f19a Fix style example (#1689) Sebastian Rittau 2017-10-26 16:54:18 +02:00
  • 87ef6b8d53 Add stub for unittest.mock.patch.multiple() (#1686) Sebastian Rittau 2017-10-26 06:57:56 +02:00
  • 0b0a9588f3 Document default argument syntax (#1687) Sebastian Rittau 2017-10-26 06:57:46 +02:00
  • 8ead136300 IMAPlib stub. (#1685) Matěj Cepl 2017-10-26 01:37:04 +02:00
  • 0b721b7af5 Update type of "throw" method of generators to reflect that it can return a value (#1672) Matthew Wright 2017-10-25 13:54:18 -07:00
  • 9a10c74345 requests.Session.headers and proxies not optional (#1676) Ilya Konstantinov 2017-10-25 13:50:59 -07:00
  • 994cfb5369 Make PY2 enum more like PY3 enum, fixing bug in unique() (#1668) Guido van Rossum 2017-10-25 09:47:45 -07:00
  • c366a1be55 Merge v2 and v3 array stubs (#1670) hashstat 2017-10-25 09:46:25 -07:00
  • 37f1bf54a5 Fix type of source for xml.sax.parse (#1666) Sally 2017-10-25 09:45:48 -07:00
  • 817c270c32 Clean out the pytype blacklist (#1667) Martin DeMello 2017-10-24 10:38:34 -07:00
  • 9e76d44b09 Fix sys.setprofile annotation. (#1679) Carl Meyer 2017-10-23 12:26:58 -07:00
  • c888bc8a1a Fix distutils.setup's cmdclass argument (#1682) marienz 2017-10-22 19:47:31 +00:00
  • 72e24b8443 Add basic type annotations for YAML load functions (#1657) Wilfred Hughes 2017-10-20 18:18:47 +01:00
  • b7dc041f44 reexport names in 3/dateutil.tz (#1673) Ethan Smith 2017-10-15 13:32:36 -07:00
  • c10dc67ad2 Re-export names in dateutil.tz (#1669) Jelle Zijlstra 2017-10-12 17:57:12 -07:00
  • 6accffca28 popen() is function, not method, so remove self argument (#1671) hashstat 2017-10-12 12:16:14 -07:00
  • 05ffb1f912 Make initial_indent and subsequent_indent AnyStr in wrap() and fill() (#1662) Guido van Rossum 2017-10-10 15:11:48 -07:00
  • 6d619e013c Add textwrap.dedent() to Py2 stubs (#1661) Guido van Rossum 2017-10-10 10:07:18 -07:00
  • 8b6234ad2c Use self-type in asyncio.Future.*_done_callback (#1614) FichteFoll 2017-10-10 19:06:57 +02:00
  • b54a711778 Recommend against creating incomplete stubs (#1659) Jelle Zijlstra 2017-10-10 08:27:47 -07:00
  • feac49ac7f requests.post data arg accepts an iterable of tuples (#1660) rymdhund 2017-10-10 17:16:38 +02:00
  • d333474ed9 Update and add stubs for os module (#1645) hashstat 2017-10-09 21:02:10 -07:00
  • 0349f9becd Add additional type annotations to ipaddress stub (#1654) hashstat 2017-10-09 21:00:07 -07:00
  • 29473745a8 Implement array.array as a MutableSequence (#1649) hashstat 2017-10-09 10:12:01 -07:00
  • 898299969c typeshed: declare that ordereddict's copy returns ordereddict (#1656) Suren Nihalani 2017-10-08 21:15:11 -07:00
  • 51829c1bc8 Update textwrap stubs (#1634) Michael Lee 2017-10-08 21:12:20 -07:00
  • 6a55ad5b60 Update stubs for pycurl (#1635) Max Rozentsveyg 2017-10-07 08:44:24 -07:00
  • 0917560195 Add new methods to socket stubs. (#1638) hashstat 2017-10-07 08:41:06 -07:00
  • bc91a22e4e Update datetime.timetuple and datetime.utctimetuple (Py3), and datetime.__init__ (Py2) (#1648) Semyon Proshev 2017-10-07 18:39:39 +03:00
  • 97b16a0b34 itertools.count() can take floats as well as ints (#1650) hashstat 2017-10-07 08:30:07 -07:00
  • c03e3a7ac0 Added stub for whichdb(py2) (#1508) Ashwini Chaudhary 2017-10-07 07:34:18 +05:30
  • c68dcf1870 Add definitions for boto/utils.py (#1579) Max Rozentsveyg 2017-10-04 21:44:10 -07:00