Commit Graph

  • 3f0eb995aa Complete the tokenize module type hints (#984) Martijn Pieters 2017-03-15 09:57:17 -07:00
  • 48b1962951 drop union return type from getaddrinfo (#1002) Jelle Zijlstra 2017-03-14 11:45:09 -07:00
  • 11350ed8cc Fix missing argument types in py3 stdlib (#995) Jelle Zijlstra 2017-03-14 11:43:42 -07:00
  • 01b3915b3f Add encoding and errors keyword arguments (new in 3.6) (#1001) Antoine Reversat 2017-03-14 10:44:10 -07:00
  • 1abd14bbcd Allow old-style exception types for backported Future. (#946) Richard Hansen 2017-03-14 12:35:06 -04:00
  • 9899037be9 Update dependencies in Travis and requirements-tests-py3.txt Łukasz Langa 2017-03-14 09:07:43 -07:00
  • 514bf736da Add stub for ftplib to 2and3 (#956) David Euresti 2017-03-14 08:22:05 -07:00
  • 05cba488a5 Revert "Fix click annotation syntax and add missing keyword arguments to subprocess (new in 3.76) (#999)" Łukasz Langa 2017-03-14 08:12:01 -07:00
  • f35f6860f3 add missing types to some arguments in third_party/3 (#994) Jelle Zijlstra 2017-03-14 08:12:14 -07:00
  • 45f4a1e913 Allow nested tuples in isinstance/issubclass (#998) =^_^= 2017-03-14 08:04:12 -07:00
  • 43a1f761b2 Fix click annotation syntax and add missing keyword arguments to subprocess (new in 3.76) (#999) Antoine Reversat 2017-03-14 08:02:12 -07:00
  • b430318ac0 Fix non-subscriptable type aliases (#993) Ivan Levkivskyi 2017-03-14 01:24:34 +01:00
  • 52da2a176b Fix datetime stubs (#992) Semyon Proshev 2017-03-13 20:12:46 +04:00
  • e4fdd0eb62 Update stubs for pathlib.PurePath and pathlib.Path classes due to PEP-519. Semyon Proshev 2017-03-13 18:35:50 +03:00
  • 10860386d8 Update stubs for os.path, os.fsencode and os.fsdecode functions due to PEP-519. Semyon Proshev 2017-03-13 18:34:18 +03:00
  • 48b271c862 Update stub for builtin open function due to PEP-519. Semyon Proshev 2017-03-13 18:33:02 +03:00
  • 0bf23b3727 Add __annotations__ to Python 3 (#990) Ivan Levkivskyi 2017-03-13 15:38:38 +01:00
  • eb07fd3c1a make sure typevars defined in stubs are private (#989) Jelle Zijlstra 2017-03-13 07:32:40 -07:00
  • 984307bf45 fix odd version comparisons (#988) Jelle Zijlstra 2017-03-12 20:48:48 -07:00
  • 3e94c46e64 Add missing methods and @coroutine decorators to AbstractEventLoop (#958) Jelle Zijlstra 2017-03-12 20:21:25 -07:00
  • b6eec58d2c remove checks against patch versions (#987) Jelle Zijlstra 2017-03-12 20:16:09 -07:00
  • 2dbb5f0bc3 Fix unicodedata (#983) Marcin Kurczewski 2017-03-13 03:38:39 +01:00
  • 47a19c761c fix typo in http.client (#985) Jelle Zijlstra 2017-03-12 19:33:47 -07:00
  • 555f45b876 remove "return" statements from builtins.pyi (#986) Jelle Zijlstra 2017-03-12 19:33:29 -07:00
  • 155fdd0cd4 Fixes to tempfile stubs (#981) Jelle Zijlstra 2017-03-12 19:32:46 -07:00
  • 02bd2bdf69 Make pickle accept IO[str] instead of BinaryIO. (#980) Matthias Kramm 2017-03-10 20:24:20 -08:00
  • a6e3e70d14 Add incorrect/missing types to Werkzeug wrappers (#969) Hong Minhee 2017-03-11 08:54:20 +09:00
  • 82f1104e59 Add Collection to typing.pyi (#967) =^_^= 2017-03-10 15:52:08 -08:00
  • cf6c563ce1 codecs: merge 2 and 3 stubs (#960) Jelle Zijlstra 2017-03-10 15:50:14 -08:00
  • d04b9b204e Function bodies should be empty (#959) Jelle Zijlstra 2017-03-10 15:35:34 -08:00
  • bd5b33f3b1 Fix frozenset (#979) Ivan Levkivskyi 2017-03-10 22:59:32 +01:00
  • 85866fe1b9 Fix unittest/mock.pyi (#973) Sebastian Meßmer 2017-03-08 14:50:28 +00:00
  • 4f51a4f2fc Improve ABCMeta.register signature (#962) Dominik Miedziński 2017-03-08 01:42:06 +01:00
  • 8e59579953 concurrent.futures: Add various Errors. Fix wait(). (#964) Nikhil Marathe 2017-03-07 16:39:25 -08:00
  • aa54fc1958 Add missing attribs to urllib.response.addinfourl (#968) Hong Minhee 2017-03-08 09:38:52 +09:00
  • a1e74b9261 Add stub for filecmp to 2and3 (#955) David Euresti 2017-03-07 16:36:25 -08:00
  • 63590301f7 Add stubs for py_compile. (#954) David Euresti 2017-03-07 16:35:45 -08:00
  • 2861674784 Remove unnecessary --fast-parser flag to mypy (#977) David Fisher 2017-03-07 15:01:17 -08:00
  • 6e34fc9127 Remove semicolon in type (#976) David Fisher 2017-03-07 14:33:55 -08:00
  • f34c550f04 Correct some return types in itertools.pyi from Iterable to Iterator. (#947) rchen152 2017-03-07 06:42:50 -08:00
  • 6ffaadbd67 Fix string.pyi (#971) Sebastian Meßmer 2017-03-06 16:08:36 +00:00
  • afde2fd234 Fix type stubs for logging (#972) Sebastian Meßmer 2017-03-06 16:05:42 +00:00
  • ba82ac08ed Fix type stubs in type.pyi (#970) Sebastian Meßmer 2017-03-06 16:04:51 +00:00
  • 0cb247e96f correct version_option arguments in click (#966) Samuel Colvin 2017-03-03 19:16:13 +00:00
  • f87dde0d1b Remove webbrowser.pyi from pytype blacklist (#963) Alvaro Caceres 2017-03-01 13:45:06 -06:00
  • 58efa1fe55 Update json.pyi (#957) Michael Walter 2017-02-27 10:51:41 -07:00
  • 59789b8a3e Improve types for xml.etree.ElementTree (#930) lincolnq 2017-02-23 07:43:09 +03:00
  • 91ff50ad7a Fix AbstractDigestAuthHandler to have correct types. David Euresti 2017-02-21 12:41:46 -08:00
  • 70e39d9ad2 Fix and unify type of socket.getaddrinfo David Euresti 2017-02-21 12:38:49 -08:00
  • da11ecf773 Add missing __init__ and isclosed to http.client.HTTPResponse David Euresti 2017-02-21 12:44:43 -08:00
  • f7aedb4d21 Fix type annotations in fnmatch for Python 2. David Euresti 2017-02-17 16:32:49 -08:00
  • 10c5e0cb44 Fix build following mypy support for metaclasses (#952) Ivan Levkivskyi 2017-02-22 13:39:57 +01:00
  • e3fb935ca4 Move opcode to 2and3 (#938) David Euresti 2017-02-21 14:27:34 -08:00
  • 1260d41cd1 Fix type of IO.writelines. (#949) David Euresti 2017-02-21 14:25:00 -08:00
  • 295788b672 Missing special attributes of class instances inherited from object (#943) Andrey Vlasovskikh 2017-02-20 22:50:14 +03:00
  • 8d42a2899a Add configparser and builtins to six (#937) David Euresti 2017-02-20 11:38:49 -08:00
  • dbea48fc7a Make 2nd argument to ModuleType an optional kwarg (#941) David Euresti 2017-02-20 11:10:59 -08:00
  • e3831d8d80 jinja2: Add InternationalizationExtension elements. (#942) Tim Abbott 2017-02-20 11:09:44 -08:00
  • 39d89ef233 Class 'property' inherits from 'object' for PY2 Andrey Vlasovskikh 2017-02-20 20:01:00 +03:00
  • 7212f23f7b Added missing 'property' attributes Andrey Vlasovskikh 2017-02-20 19:56:23 +03:00
  • 43c1369901 More precise type for 'slice' constructor Andrey Vlasovskikh 2017-02-20 21:48:50 +03:00
  • 55d4c08a8e Use BaseException for Future.exception() and .set_exception(). (#935) Richard Hansen 2017-02-15 11:19:49 -05:00
  • 43d7747f59 Add missing List imports to dateutil package. (#934) Guido van Rossum 2017-02-14 11:59:19 -08:00
  • 22c0353498 Add missing imports from typing (#933) Ivan Levkivskyi 2017-02-14 19:59:01 +01:00
  • f869a5d351 fix bugs in stdlib/2/csv.py (#932) Matthias Kramm 2017-02-13 20:21:19 -08:00
  • 52dd4903d1 Update typed_ast for version 1.0 (#931) David Fisher 2017-02-13 07:26:45 -08:00
  • a778704b30 add Counter, Deque, ChainMap (#928) Jelle Zijlstra 2017-02-11 10:52:09 -08:00
  • e80b25d1be allow instantiating ChainMap (#929) Jelle Zijlstra 2017-02-11 10:10:13 -08:00
  • 77f21e415b Ignore PyCharm project files (#926) Andrey Vlasovskikh 2017-02-10 18:28:40 +03:00
  • 3973f5851a Define __getitem__ for Match objects of Python 3.6 (#925) 5j9 2017-02-10 02:53:52 +03:30
  • f192b8c784 Update count, (r)find, and (r)index type hints for bytes and bytearray (#923) 5j9 2017-02-09 02:51:41 +03:30
  • 65b45282f4 Update python 2 UUID stubs (#922) Tom Manderson 2017-02-09 09:19:56 +10:00
  • 7a211921dd asctime/strftime take a tuple, too (#921) Matthias Kramm 2017-02-07 16:22:47 -08:00
  • 28f3fde09f improve HTTPStatus type definition (#920) Sunghyun Hwang 2017-02-08 03:39:44 +09:00
  • db84eb7844 Fix hashlib to accept multiple data types (#918) David Euresti 2017-02-06 17:24:48 -08:00
  • 6eca1a04da Some ssl fixes (#919) David Euresti 2017-02-06 17:23:22 -08:00
  • 06074e1e02 expose asyncio.open_unix_connection if it exists (#879) Jelle Zijlstra 2017-02-06 11:41:11 -08:00
  • f9d6218ab7 Fix definitions of various AbstractEventLoop methods (#902) Tomasz Elendt 2017-02-06 19:25:40 +01:00
  • 31d4a4277b Added 'shutil' API changes between 3.3 and 3.5 (#915) Matt Kimball 2017-02-06 10:18:27 -08:00
  • c9e992ea8d Fix a few return types in stdlib/2/inspect.pyi. (#916) rchen152 2017-02-06 08:19:14 -08:00
  • ca36070d51 Improved pytz support for timezone function (#911) Adam Marszałek 2017-02-03 19:54:59 +01:00
  • c760a4e949 Make OrderedDict inherit from Reversible (#912) Mike Patek 2017-02-01 12:23:43 -05:00
  • b240b241f0 add stdlib/2/repr.pyi (#910) Matthias Kramm 2017-01-31 14:56:48 -08:00
  • 40754e312f fix import error in logging/__init__.pyi Matthias Kramm 2017-01-31 14:54:11 -08:00
  • 6855a20a51 add TestCase.failureException (#907) Matthias Kramm 2017-01-31 14:37:52 -08:00
  • 295ffbe4f3 improve inspect.pyi (#908) Matthias Kramm 2017-01-31 14:34:18 -08:00
  • 293dcfa661 fix socket.sendto (#909) Matthias Kramm 2017-01-31 14:32:15 -08:00
  • b8df3de81a Coroutine functions should return Generator type (#903) Tomasz Elendt 2017-01-31 23:28:07 +01:00
  • 987f465b4f add missing import Matthias Kramm 2017-01-31 09:25:45 -08:00
  • bc092ded69 pstats: Add default value for kwarg (#905) Eklavya Sharma 2017-01-31 17:12:14 +05:30
  • 0e9ad51882 Declare asyncio.wait() as taking an Iterable rather than a List. (#901) Guido van Rossum 2017-01-30 13:55:39 -08:00
  • a5e6ac4339 Fix ClientConnectedCallback in asyncio.stream (#900) Tomasz Elendt 2017-01-30 22:53:33 +01:00
  • 9625cc738f Update accumulate signature to account for optional function arg (#896) syrrim 2017-01-30 16:22:06 -05:00
  • fe15d91041 merge */xml/etree into 2and3/xml/etree (#899) Valérian Rousset 2017-01-30 22:19:28 +01:00
  • 1a49669711 Add quote_via argument to urlencode (#897) Mike Patek 2017-01-30 15:03:52 -05:00
  • 0e7b2e1acf Add 'sys.is_finalizing' function (#898) Mike Patek 2017-01-30 13:25:39 -05:00
  • 0d1015f00b Update type of six.string_types to Union[str, unicode] (#882) Lucas Wiman 2017-01-30 07:41:19 -08:00
  • f398628948 Adding pymysql stubs to third_party/2and3 (#861) Alexey 2017-01-30 08:01:49 +03:00
  • 92534805b5 Added missing special attributes for PY3 functions (#875) Andrey Vlasovskikh 2017-01-30 07:34:35 +03:00
  • 7c93bb07e1 Update annotations for unittest.skip* methods. (#877) Lucas Wiman 2017-01-29 20:33:49 -08:00