Commit Graph

  • a753abafcf Fix click.getchar return type (#1473) Max 2018-06-11 15:54:56 -07:00
  • bdb06b5b81 improve codecs stubs (#2114) Jelle Zijlstra 2018-06-11 15:53:15 -07:00
  • d2469c0e89 fix type for itertools.product (#2129) Jelle Zijlstra 2018-06-11 15:52:44 -07:00
  • ced5d61bb6 make urllib.response.addinfourl instantiable (#2134) Jelle Zijlstra 2018-06-11 15:43:53 -07:00
  • c4bf27b835 Copy __builtin__.pyi to builtins.pyi, to fix breakage caused by #2128 (#2215) Guido van Rossum 2018-06-11 15:10:22 -07:00
  • 4e6af84640 improve multiprocessing.Pool types (#2126) Jelle Zijlstra 2018-06-11 14:42:57 -07:00
  • 82c930e66c Improve asyncio.tasks stubs (#2139) Jelle Zijlstra 2018-06-11 14:40:54 -07:00
  • f5a74fd5da remove Optional from type of __slots__ (#2128) Jelle Zijlstra 2018-06-11 14:29:11 -07:00
  • c5e98308c0 Copy stdlib/3.4/enum.pyi to third_party/3/enum.pyi to satisfy tests (#2214) Guido van Rossum 2018-06-11 14:28:47 -07:00
  • f65caed181 allow socket.recv_into to take a memoryview (#2127) Jelle Zijlstra 2018-06-11 14:25:11 -07:00
  • cb293ebd2e switch order of base classes on awaitable classes (#2125) Jelle Zijlstra 2018-06-11 14:20:31 -07:00
  • 7abcd0f71f add ConfigParser.readfp in Python 3 (#2123) Jelle Zijlstra 2018-06-11 14:10:52 -07:00
  • 53fde2ddf7 make timeout argument to Connection.poll Optional (#2122) Jelle Zijlstra 2018-06-11 14:04:45 -07:00
  • 91af6291b1 make shlex.shlex and multiprocessing.pool.IMapIterator instantiable (#2120) Jelle Zijlstra 2018-06-11 14:04:05 -07:00
  • c5bc3bd7fa make contextvars.Context instantiable (#2119) Jelle Zijlstra 2018-06-11 14:03:02 -07:00
  • f789ee25ad make EnumMeta instantiable (#2118) Jelle Zijlstra 2018-06-11 14:02:17 -07:00
  • f73351f5bf make tracemalloc.Traceback instantiable (#2117) Jelle Zijlstra 2018-06-11 14:01:46 -07:00
  • 28f6c095d4 make http.cookies.{Base,Simple}Cookie instantiable (#2116) Jelle Zijlstra 2018-06-11 14:01:17 -07:00
  • a33a124537 make BZ2File and LZMAFile instantiable (#2115) Jelle Zijlstra 2018-06-11 13:59:38 -07:00
  • 764ee4eeec add pytz.ZERO and pytz.HOUR (#2180) Jelle Zijlstra 2018-06-11 11:27:34 -07:00
  • 46a59fc9b1 Add nis stub (#2213) Yusuke Miyazaki 2018-06-12 03:26:32 +09:00
  • 38fb53eab6 add __init__ to SimpleNamespace (#2207) Jelle Zijlstra 2018-06-11 08:08:41 -07:00
  • 87c296c964 Some inspect.formatargspec args cannot be None (#2212) Daniel Li 2018-06-11 11:07:47 -04:00
  • af3b015aa8 mock.patch.object() attribute arg should be Text (#2210) Guido van Rossum 2018-06-09 22:36:24 -07:00
  • 7831f8d883 Add _winapi stub (#2209) Ethan Smith 2018-06-09 18:48:30 -07:00
  • 84cafafe73 TracebackType is optional (#2202) Scott Belden 2018-06-09 19:22:50 -04:00
  • 8d852c3785 3.6+ Updates for ast module (#2208) mbarkhau 2018-06-09 19:30:39 +02:00
  • 129df4957c pynamodb: fix rate_limited_scan defaults (#2167) Ilya Konstantinov 2018-06-08 23:02:38 -07:00
  • d7067fb287 Add FormattedValue and JoinedStr to ast for py3.6+ (#2206) mbarkhau 2018-06-09 04:13:17 +02:00
  • 34b926008e Remove Python 3.3 check in mock.pyi (#2201) Max R 2018-06-05 18:30:28 -04:00
  • ffba2ea87a compile builtin accept PathLike (#2200) Froger David 2018-06-05 23:02:46 +02:00
  • ae91695fb7 Inspect (#2178) Froger David 2018-06-05 18:59:09 +02:00
  • e02eb70cb3 pkgutil.iter_modules accepts iterable of str (#2195) Daniel Li 2018-06-05 12:58:51 -04:00
  • 7dd4d0882d Update return type of dataclasses.field (#2197) Ivan Levkivskyi 2018-06-05 16:57:20 +01:00
  • cd4a5ff65c use pytype-single rather than pytype (#2198) Jelle Zijlstra 2018-06-05 08:34:21 -07:00
  • 1dfe4f2ec7 Add condition argument to pynamodb model delete (#2182) Max R 2018-06-05 11:18:46 -04:00
  • fcc1b7def4 Merge Python 2 and 3 versions of werkzeug (#2185) Sebastian Rittau 2018-06-05 17:16:23 +02:00
  • 270fba2e4e Add headers attribute to HTTPResponse (#2190) Anthony Sottile 2018-06-05 08:11:12 -07:00
  • 48904699ec urlretrieve can accept filename: pathlib.Path for Python>=3.6 (#2194) Michael Hirsch, Ph.D 2018-06-05 10:58:39 -04:00
  • eef0b1d562 fix type for TestCase.assertIn (#2186) Jelle Zijlstra 2018-06-04 15:34:09 -07:00
  • 9ec6d476c4 Broaden type of val argument to locale.currency (#2192) Michael 2018-06-04 14:54:26 +00:00
  • 7faa41984b Closes python/mypy/#5141 (#2191) Hanaasagi 2018-06-04 12:52:19 +08:00
  • 2d4bb04ab3 json.load can also take IO[bytes] in py36+ (#2188) Anthony Sottile 2018-06-03 19:02:55 -07:00
  • a25ff0bddf get_grouped_opcodes() returns an iterable of groups, not an iterable of opcodes. (#2183) Stephen Thorne 2018-06-01 17:59:57 +01:00
  • b7ee95aa56 Move google.protobuf from 2 to 2and3 (#2174) Nipunn Koorapati 2018-05-31 21:47:11 -07:00
  • 98badb6eff Fix mock patch.dict stub and add mock stub (#2173) Robert Collins 2018-06-01 16:45:54 +12:00
  • a3031adb46 Merge Python 2 and 3 SSL stubs (#2175) Sebastian Rittau 2018-06-01 06:44:42 +02:00
  • cedc2d962e jinja2 loader types (#2179) Cyril Jouve 2018-06-01 06:40:57 +02:00
  • c3897b4a14 A few werkzeug type fixes (#2181) Sebastian Rittau 2018-06-01 06:38:51 +02:00
  • 66226ab2d7 Preliminary implementation of stdlib/3.7/dataclasses.pyi. (#1944) George King 2018-05-30 15:57:02 -04:00
  • 351d019241 Mark inspect.getmembers as Optional for both Py2 and Py3 (#2172) Mathieu Leduc-Hamel 2018-05-29 13:43:34 -04:00
  • da7b04904c Limit lines to 130 chracters (#2169) Jelle Zijlstra 2018-05-29 08:28:08 -07:00
  • 0193ee87a8 Add OpenDirector.addheaders and PEP 526 refactoring (fixes #2163) (#2164) Sushain Cherivirala 2018-05-28 08:09:35 -07:00
  • b1cd9fedf8 Complete wsgiref (#2165) Sebastian Rittau 2018-05-28 17:08:27 +02:00
  • dc0fcdcaa0 Add missing signals to Py2/3; missing events to Py2; PEP 526 refactoring (fixes #1576) (#2168) Sushain Cherivirala 2018-05-28 00:50:10 -05:00
  • 226f0553fe Add compact keyword arg to pprint (#2162) Sushain Cherivirala 2018-05-24 23:10:17 -05:00
  • 2ba90a65c0 Remove __all__ = ... from stubs (#2161) Michael J. Sullivan 2018-05-24 19:00:07 -07:00
  • c55cf13d8e make difflib use str on 3 and AnyStr on 2 (#2160) Michael J. Sullivan 2018-05-24 13:53:42 -07:00
  • db1316d26b os.path.relpath can use a default argument and still use str (#2159) Michael J. Sullivan 2018-05-24 13:23:17 -07:00
  • 8b84e9cf13 Improve wsgiref stubs (#2145) Sebastian Rittau 2018-05-23 17:19:07 +02:00
  • a392989a30 Add support for well_known_types to google/protobuf (#2157) Guido van Rossum 2018-05-22 21:57:07 -07:00
  • b89f9553e9 keep os.path in 2 and 3 consistent (#2152) Jelle Zijlstra 2018-05-22 07:14:13 -07:00
  • d84069e78d Add stub for random.Random.choices (#2156) Jakub Nabaglo 2018-05-22 12:38:00 +10:00
  • 128a49a32d Fix LoggerAdapter.process first argument (#2153) Ilya Konstantinov 2018-05-21 08:27:16 -07:00
  • 709b193416 Rearrange overloads to account for optional arguments (#2150) Michael Lee 2018-05-19 09:20:16 -07:00
  • 6a080cd0db Use assignments instead of redefinitions for aliases in attrs (#2143) Semyon Proshev 2018-05-18 06:27:34 +03:00
  • 9275be244f Update NamedTuple _make and _replace parameters in Python 2 (#2144) Semyon Proshev 2018-05-17 21:03:55 +03:00
  • f7f00c52af socket.create_connection allows host to be None (#2136) Dmitry Figol 2018-05-17 09:45:59 -04:00
  • 97d9f2eb2c Ensures overloads are ordered from narrow to broad (#2138) Michael Lee 2018-05-17 09:45:33 -04:00
  • d5929ada4d itertools.islice allows step=None (#2142) Zac Hatfield-Dodds 2018-05-17 23:35:02 +10:00
  • f4d19d9f61 Remove selenium stubs (#2137) Ethan Smith 2018-05-16 11:50:01 -04:00
  • 66545f147a Fix protobuf stubs (#2135) Ethan Smith 2018-05-15 20:21:23 -04:00
  • e9600db2ec Remove symlinks! (#2132) Ethan Smith 2018-05-15 15:18:59 -04:00
  • 537b97ed39 add bytearray.copy to Python 3 (#2133) Jelle Zijlstra 2018-05-15 14:33:24 -04:00
  • db9246b3e5 Fix importlib.resources for mypy (#2130) Ethan Smith 2018-05-15 10:34:56 -04:00
  • 55be42f6d6 add __fspath__ support to os.path (#2053) Jelle Zijlstra 2018-05-15 10:31:40 -04:00
  • 5505cb83bb Add generated stubs for google.protobuf, from its protobufs (#2095) Alex Vandiver 2018-05-15 07:11:01 -07:00
  • 463b4144dc explicitly import boto.regioninfo (#2121) Jelle Zijlstra 2018-05-15 10:09:44 -04:00
  • 51446f35fc Add stub for dateutil.rrule (#1808) Katelyn Gigante 2018-05-15 23:04:57 +10:00
  • 4e1cc807aa adding a stub for tkinter.messagebox (#2113) Stanislav Syekirin 2018-05-13 15:36:11 +03:00
  • 56a31be7a7 Add stubs for submodules of six.moves (#2108) Daniel Li 2018-05-12 12:02:44 -04:00
  • 86f9472bc9 Correct 2 typing comments in inspect module (#2110) Phillip Schanely 2018-05-12 01:27:29 -04:00
  • 0a30d22f0d Fix Python 3 round() signature (#2107) Omar Sandoval 2018-05-11 11:02:09 -07:00
  • aab1b20c80 Add missing namespace argument to rlcompleter.Completer (#2105) Omar Sandoval 2018-05-09 22:12:02 -07:00
  • d289c20260 Add __new__ to tuple stub (#2092) Salvo 'LtWorf' Tomaselli 2018-05-10 01:30:58 +02:00
  • 2df4a32cf5 Let email.message.MIMEPart inherit from Message (#2103) Jasper Spaans 2018-05-10 01:28:14 +02:00
  • 09008599ce Merge Python 2 and 3 wsgiref (#2106) Sebastian Rittau 2018-05-10 01:26:03 +02:00
  • 3f196bde44 Make NamedTuple._replace return instance of the self parameter. (#2102) Dominik Gabi 2018-05-09 16:24:23 -07:00
  • 9b479fd07e Have Python 2 IntEnum values be ints (#2104) Danny Weinberg 2018-05-08 19:39:45 -07:00
  • d854d7e2a0 Revert "Fix signature of generic_visit method (#2100)" (#2101) Guido van Rossum 2018-05-07 11:21:19 -07:00
  • 39576c5d41 Fix signature of generic_visit method (#2100) Thomas Schaper 2018-05-07 20:20:20 +02:00
  • 252d79981b Add a stub for sys.implementation (#2097) Andrew Svetlov 2018-05-06 18:40:56 +03:00
  • 142c7488a5 Implement a stub for netrc standard module (#2098) Andrew Svetlov 2018-05-06 12:25:40 +03:00
  • 29bf24b8b9 Reparent simplejson from 2 to 2and3 (#2088) Andrew Gaul 2018-05-04 15:59:26 -07:00
  • 863b9b0886 Add new factory arg to attrib and fields_dict (#2096) David Euresti 2018-05-04 07:53:52 -07:00
  • 4d8010a988 Define threading.local as a proper class (#2086) Emil Hessman 2018-04-30 17:48:12 +02:00
  • 97e261cce8 Define SimpleNamespace as a proper class (#2087) Emil Hessman 2018-04-30 08:02:13 +02:00
  • fc9a822348 specify what type Binary is (#2057) Jelle Zijlstra 2018-04-27 14:40:33 -07:00
  • 46f0bb8b91 support unicode in Python 2 for difflib (#2055) Jelle Zijlstra 2018-04-27 14:39:18 -07:00
  • f60ffe47a2 add attributes to locale (#2056) Jelle Zijlstra 2018-04-27 14:38:22 -07:00