Commit Graph

  • 1fe9fd83fa validator.instance_of can contain sequence of types (#1920) yed podtrzitko 2018-03-06 19:18:33 +01:00
  • 50c7188300 Work around mypy issue #4554 in attr.Factory (#1933) David Euresti 2018-03-05 19:21:14 -08:00
  • 1c47458ac6 Add cache_clear to lru_cache (#1941) Ethan Smith 2018-03-05 18:52:46 -08:00
  • 6c30806d07 add deprecation comment to mypy_extensions (#1943) Matthias Kramm 2018-03-05 18:51:14 -08:00
  • 38dc8f5a6a Switch usages of mypy_extensions.NoReturn over to typing.NoReturn. (#1942) rchen152 2018-03-05 12:42:29 -08:00
  • f91163d729 Fix type of loop parameter to start_unix_server (#1939) Rob Day 2018-03-03 21:34:02 +00:00
  • ac465ea224 Add guideline for undocumented objects. (#1938) Guido van Rossum 2018-03-02 11:54:51 -08:00
  • a8465da863 Add stub for subprocess.list2cmdline function (#1898) Miguel Gaiowski 2018-03-02 11:04:22 -08:00
  • 156927d2a2 tzinfo.tzname is optional (#1934) Kenny Do 2018-02-28 19:14:12 -08:00
  • 74345aa898 Add missing next method to iterators returned by Pool.imap (#1926) Takuya Akiba 2018-03-01 11:34:30 +09:00
  • 7e169a29c2 Add multiprocessing.pool to Python 2 stub (#1932) Takuya Akiba 2018-03-01 04:22:11 +09:00
  • e1243d0103 Add missing attributes, fix some parameter types in argparse.Action. (#1907) rchen152 2018-02-28 11:20:04 -08:00
  • a618ee30d4 Fix instantiating a xml.etree.ElementTree.Element (#1930) Roy Williams 2018-02-27 17:59:11 -05:00
  • c9eead5890 Make some arguments in secrets module optional (#1929) Josh Holland 2018-02-27 18:52:21 +00:00
  • 5e37071a42 Fix imports to expose error classes in multiprocessing module (#1928) Takuya Akiba 2018-02-28 02:47:18 +09:00
  • 066c434410 Improve the unittest stubs. (#1927) rchen152 2018-02-27 06:46:10 -08:00
  • 9b6df1d6bc [tokenize.open] Accept PathLike filename (#1921) Łukasz Langa 2018-02-26 11:01:48 -08:00
  • a5c9093edc Allow requests.post to accept str for data. (#1922) Han Song 2018-02-25 22:19:35 -08:00
  • 61e63293f1 Work around mypy issue #4554 in attrs. (#1914) David Euresti 2018-02-24 13:00:15 -08:00
  • 38aea73b4b Merge Python 2 and 3 versions of time.pyi (#1909) Sebastian Rittau 2018-02-24 20:49:37 +01:00
  • 35d3effe03 Remove version check for deque.insert and deque.index (#1916) Jelle Zijlstra 2018-02-24 11:12:56 -08:00
  • ab72267669 also test 3.7 with mypy (#1917) Jelle Zijlstra 2018-02-24 09:56:35 -08:00
  • f5b3979b70 contextlib.pyi ExitStack.callback take Callable (#1908) Jason Fried 2018-02-24 09:41:13 -08:00
  • f91c891ad4 Fix name collision in contextlib on 3.7 (#1915) Ethan Smith 2018-02-24 09:25:47 -08:00
  • 8891b02d51 Make update parameters all optional (#1913) Roy Williams 2018-02-23 13:18:55 -08:00
  • 84b6e95bdc Accept unicode in importlib.import_module (#1910) Daniel Li 2018-02-22 12:05:06 -05:00
  • 2c6296034f Future.set_running_or_notify_cancel returns bool (#1911) Daniel Li 2018-02-22 12:03:37 -05:00
  • 7ae2f25216 Fix some problems introduced by recent commits. (#1905) Ivan Levkivskyi 2018-02-20 21:34:48 +00:00
  • d3a9650fa1 Fix return type of re.match, re.search (#1886) shahin 2018-02-19 09:23:57 -08:00
  • 8ecb74012a Add __divmod__ to numeric types (#1900) David Euresti 2018-02-18 16:59:12 -08:00
  • b6bd58268b Update base class to match the source file (#1899) Pradyun Gedam 2018-02-18 22:33:09 +05:30
  • 1707d8f466 Improve pymysql types (#1804) Daniel Bowman 2018-02-17 01:23:17 +00:00
  • 0c2249fbd6 Add FileHandler properties (#1834) Mark Amery 2018-02-17 01:21:30 +00:00
  • 1e8b953182 Add stub for AsyncExitContext added by bpo-29302. (#1876) Ilya Kulakov 2018-02-16 17:17:17 -08:00
  • 18ae67d040 [stdlib/3/multiprocessing] Add queues.pyi, make the other stubs use it (#1879) Łukasz Langa 2018-02-17 01:00:44 +00:00
  • e7b567c1f4 Issue 1858: pynamodb 3.2.1 added new methods in Attributes which are not in typeshed (#1859) Asim Goheer 2018-02-16 16:54:45 -08:00
  • 71c2a94cb8 Allow os.listdir to accept a PathLike in Python3.6 (#1894) Roy Williams 2018-02-16 16:42:58 -08:00
  • 0f36f7ea09 Treat all pynamodb Numbers as floats (#1895) Roy Williams 2018-02-16 16:42:32 -08:00
  • 37ec012113 Change the type of BaseException.message to Any (#1887) Guido van Rossum 2018-02-16 13:42:28 -08:00
  • 100a071729 Make the urllib.quote/unquote functions generic (#1891) Guido van Rossum 2018-02-16 13:14:05 -08:00
  • 3e85d6bb61 Add missing unittest.mock.patch attributes (#1882) Nick Gaya 2018-02-16 09:13:33 -08:00
  • 2e278f2aeb [stdlib/2and3/__future__] Add PEP 563 annotations (#1880) Łukasz Langa 2018-02-14 17:23:17 +00:00
  • d288f443b9 Merge {IO,Environment,Windows}Error into OSError for Python 3.3+ (#1852) Marti Raudsepp 2018-02-14 18:33:56 +02:00
  • 8d46ada49d Add undocumented but occasionally used attributes to inspect.pyi. (#1864) rchen152 2018-02-14 08:20:55 -08:00
  • b33c7d1a84 Add missing private field to NamedTuple (#1866) Salvo 'LtWorf' Tomaselli 2018-02-14 17:11:19 +01:00
  • 3c4bc4266d improve asyncio.AbstractEventLoop.getaddrinfo() (#1867) NODA, Kai 2018-02-15 00:09:38 +08:00
  • fe4bea39a2 fix return type of linecache.getlines (#1877) Jelle Zijlstra 2018-02-13 16:19:44 -08:00
  • afc84c119c Add TestCase.longMessage to stdlib/2/unittest.pyi (#1875) Matt Bogosian 2018-02-11 16:16:35 -08:00
  • fe5e12795f Fix signature of CaseInsensitiveDict (#1873) David Euresti 2018-02-11 08:19:39 -08:00
  • c5bb3aa547 mypy gets confused if you leave out 'self' (#1871) Karl Ramm 2018-02-10 16:24:05 -05:00
  • c1c9fac63f Add tornado.process (#1870) Can Berk Güder 2018-02-09 15:43:22 -08:00
  • 40d6faeccd Ignore thrift imports (#1869) Guido van Rossum 2018-02-09 09:11:59 -08:00
  • 6b82088e20 Add UserDict attribute data for Python 3 (#1863) Rhys Parry 2018-02-09 07:55:58 -08:00
  • ed9d08e93b Collections that inherit from dict should should override copy() (#1856) Chad Dombrova 2018-02-08 16:26:37 -08:00
  • 9c04490e92 add sys.setdefaultencoding() (#1865) Matthias Kramm 2018-02-08 11:25:48 -08:00
  • 1713ad64de allow Optional[float] for asyncio.wait() timeout arg (#1860) Rick Kilgore 2018-02-07 19:49:33 -08:00
  • 60dc2e2408 Clean up the pytype blacklist. (#1851) Martin DeMello 2018-02-06 15:41:47 -08:00
  • 1533602779 filter function: make the callable of the first overload non-optional so that mypy is able to select the second overload for the case. (#1855) George King 2018-02-05 13:50:40 -05:00
  • fa98de6d57 Accept Text in distutils *Version classes (#1854) Guido van Rossum 2018-02-05 10:50:04 -08:00
  • b111a4537f Add attrs library (#1838) Chad Dombrova 2018-02-02 21:26:35 -08:00
  • 10b14c654c Add type stub for the lzma module (#1844) PeterJCLaw 2018-02-01 22:36:42 +00:00
  • 15f07f5d03 Add ImportError attributes name, path for Python 3.3+ (#1849) Marti Raudsepp 2018-02-01 17:38:26 +02:00
  • b5baedffb7 Add 'message' to click.decorators.version_option (#1845) Erwin Janssen 2018-02-01 01:56:49 +01:00
  • 3e00a8f8e1 PEP 553 and PEP 564 (#1846) Semyon Proshev 2018-02-01 03:51:25 +03:00
  • 33039f913e Adding py36 additions to datetime module (#1848) James M. Allen 2018-01-31 19:22:25 -05:00
  • 1c3ec74d13 Remove incomplete thrift stubs that cause false positives. (#1827) Carl Meyer 2018-01-26 18:26:14 -05:00
  • 79e0b94ef1 adding curses.ascii, curses.panel and curses.textpad modules (#1792) gossrock 2018-01-26 22:39:55 +00:00
  • 372b541a07 Fix requests session hooks type (#1794) Garrett 2018-01-27 07:39:01 +09:00
  • 6d7173b70b Add StringIO.name and BytesIO.name (#1802) Sebastian Rittau 2018-01-26 23:34:06 +01:00
  • a08d57833f Fix werkzeug environ type (#1831) Sebastian Rittau 2018-01-26 23:30:23 +01:00
  • 66e5863ead Change the return type of unittest.TestCase.fail() to NoReturn (#1843) rchen152 2018-01-26 14:28:37 -08:00
  • 468d2fa629 _curses.tparm works on bytes, not str (#1828) Yuri Khan 2018-01-24 05:31:59 +07:00
  • 1e4c2a9031 Refine types for distutils.version (#1835) Michael Lee 2018-01-23 14:29:22 -08:00
  • 732726400f Add stub for stat.filemode (#1837) Yuri Khan 2018-01-24 05:27:01 +07:00
  • 754789b031 modify pytype_test to run from within pytype too, and support python3 (#1817) Martin DeMello 2018-01-22 12:18:58 -08:00
  • c2fa0a153a Minor improvements to simplejson stubs (#1832) Ivan Levkivskyi 2018-01-19 22:42:31 +00:00
  • 7f3e01550b Add py2 stubs for multiprocessing.Queue (#1829) David Zbarsky 2018-01-17 16:06:15 -08:00
  • 35edccce68 CONTRIBUTING: Use PEP 526 syntax in example (#1803) Sebastian Rittau 2018-01-17 19:28:45 +01:00
  • f207bc3cc3 add note about not squashing (#1830) Elliott Beach 2018-01-16 18:26:48 -06:00
  • 72052d8338 Fix tests to work with newest version of pytype (#1824) Matthias Kramm 2018-01-12 12:28:19 -08:00
  • 5264fa6d5d Fix return-type of _BaseNetwork.supernet() (#1822) Michel Albert 2018-01-11 17:24:11 +01:00
  • 9429ac070b Use Union[bytes, Text] instead of AnyStr (#1819) Nathan Henrie 2018-01-11 09:23:39 -07:00
  • 76c733dc5b Fix the return type of os.popen() (#1820) rchen152 2018-01-10 05:57:29 -08:00
  • 7073bc0a49 Cleanup and merge datetime.pyi (#1805) Sebastian Rittau 2018-01-09 23:06:31 +01:00
  • 2dd85c3658 move os.stat_result into posix stub (#1818) Jelle Zijlstra 2018-01-10 05:50:56 +08:00
  • 8175130688 Reexport DoesNotExist from pynamodb.models (#1809) Roy Williams 2018-01-09 13:00:39 -08:00
  • 688f813457 fix subclassing ExitStack (#1810) Elliott Beach 2018-01-08 08:02:30 -06:00
  • db6e2a637b Fix some bugs in xml.etree.ElementTree.Element's container behavior. (#1816) rchen152 2018-01-04 19:04:46 -08:00
  • 29acda6431 Add itertools.imap signatures for more than two iterables. (#1815) rchen152 2018-01-04 19:03:41 -08:00
  • af98a29823 Add __getslice__ to the Python 2 definition of mmap.mmap (#1812) rchen152 2018-01-04 16:16:00 -08:00
  • 592bdcc8a6 Fix the return type of textwrap.wrap (#1813) rchen152 2018-01-04 16:15:17 -08:00
  • f6b60cb3ea A couple fixes to the io stubs. (#1811) rchen152 2018-01-04 16:14:38 -08:00
  • fb2c7b34e2 Improve itsdangerous stubs (#1733) Jelle Zijlstra 2018-01-03 04:50:22 +08:00
  • bb8b9bdaec codecs.iter(en|de)code fix return type (#1807) Daniel Bowtell 2018-01-02 20:49:34 +00:00
  • c8c4a8f208 Added filelist attribute to ZipFile (#1798) Salvo 'LtWorf' Tomaselli 2018-01-02 19:18:03 +01:00
  • 4ee508a032 make os.scandir work as a context manager (#1787) Jelle Zijlstra 2018-01-03 02:17:38 +08:00
  • 2a30532f8d docs: fix typo (#1799) Thomas Broadley 2017-12-23 14:33:51 -05:00
  • 6509eee80e add util.pyi to blacklist (#1800) Jelle Zijlstra 2017-12-23 11:23:48 -08:00
  • 0eb7083f0e move dateutil into 2and3 (#1743) Jelle Zijlstra 2017-12-23 06:38:55 -08:00
  • b41c6dafee Make Enum Iterable (etc.) only structurally (#1755) Elazar Gershuni 2017-12-21 23:32:10 +02:00