Commit Graph

  • d760d48f52 Copy string.Formatter to python 3 (#443) David Euresti 2016-08-05 07:47:23 -07:00
  • a98e9aa651 Enable UF_COMPRESSED and UF_HIDDEN in stat in python3 (#444) David Euresti 2016-08-05 07:24:16 -07:00
  • 141318c056 Add RemoteError and current_process to multiprocessing (#445) David Euresti 2016-08-05 07:19:46 -07:00
  • 382cb5fe20 Updating subprocess.pyi to support python 3.5 (#438) wreed4 2016-08-05 10:01:34 -04:00
  • 89091458ed Fix Tuple being imported twice in ast.pyi (#442) David Euresti 2016-08-05 06:54:01 -07:00
  • 9715995b2d Remove undesired type variable from lxml.objectify (#441) Jakub Stasiak 2016-08-05 14:51:20 +02:00
  • b46658c104 remove stray ',' Matthias Kramm 2016-08-04 15:39:58 -07:00
  • a14b1893d9 Add some missing lxml stub pieces (#436) Jakub Stasiak 2016-08-04 19:40:13 +02:00
  • de4e87f574 Changes required by mypy async-await support (#435) Guido van Rossum 2016-08-03 17:01:35 -07:00
  • 5a5138aa1e Add stubs for pkgutils (#431) Valérian Rousset 2016-08-04 00:40:37 +02:00
  • d315ceb060 Add os.scandir and os.DirEntry (#424) Daniël van Eeden 2016-08-04 00:40:00 +02:00
  • 51a519b358 Add timeout argument to Popen communicate (#423) Daniël van Eeden 2016-08-04 00:39:35 +02:00
  • 07bf49f55a Add stubs for dateutil.relativedelta (#421) Roy Williams 2016-08-03 18:39:12 -04:00
  • 2e560d38dc Improve distutils (#418) Valérian Rousset 2016-08-04 00:38:15 +02:00
  • 2c21f27310 Add plistlib (#433) Valérian Rousset 2016-08-02 23:52:26 +02:00
  • 53f0ed7e68 Fix signature of nested() -- it actually returns a list of values. Guido van Rossum 2016-08-02 12:03:58 -07:00
  • 1e1694276c Oops, should use ... not None. Guido van Rossum 2016-08-02 11:06:52 -07:00
  • 2bb6856456 Change local to type Any and add link to mypy bug. Guido van Rossum 2016-08-02 10:59:11 -07:00
  • 9debde04e9 Make type of threading.locals more lenient. Guido van Rossum 2016-08-02 09:39:00 -07:00
  • 47f2746526 Fix the definitions of BadZip{f,F}ile. (#432) Guido van Rossum 2016-08-02 09:04:45 -07:00
  • e60c3de954 Update pytype blacklist. (#430) Alvaro Caceres 2016-08-02 09:45:46 -05:00
  • 6e596e9609 Fix decimal and contextlib (#428) Guido van Rossum 2016-08-02 07:39:13 -07:00
  • fd66ff21ae Add __version__ to protobuf module (#429) Roy Williams 2016-08-02 00:32:03 -04:00
  • ee02a8a968 Improve threading (#403) Valérian Rousset 2016-08-01 23:31:57 +02:00
  • 4c20cd6711 2and3/mmap.pyi : remove "type: ignore" (#425) Alvaro Caceres 2016-08-01 16:20:37 -05:00
  • f72afd0ad1 Update pytype blacklist (#422) Alvaro Caceres 2016-07-29 17:45:09 -05:00
  • 1bd78d4aab Improve contextlib (#406) Valérian Rousset 2016-07-30 00:26:14 +02:00
  • 24086b2195 Finish mail (#396) Valérian Rousset 2016-07-30 00:25:52 +02:00
  • af860ee993 textwrap for py3: fixed stubs to include 'text' param (#420) Max Wittek 2016-07-29 14:01:03 -07:00
  • 417230043e add colorsys (#419) Valérian Rousset 2016-07-29 17:02:24 +02:00
  • 0fea15ea29 Add mmap (#412) Valérian Rousset 2016-07-29 15:47:23 +02:00
  • 6c6f5f19da apply conditionals (#417) Valérian Rousset 2016-07-29 14:59:26 +02:00
  • cfde32b93f Add mimetypes (#404) Valérian Rousset 2016-07-29 14:50:46 +02:00
  • 9795200acc Add optional delete argument to bytes.translate and bytearray.translate (#416) johnklai1 2016-07-28 23:38:56 -07:00
  • 781b079f91 Add Supports{Abs,Float,Int,Round} as base classes for Decimal. (#415) Guido van Rossum 2016-07-28 15:13:27 -07:00
  • 6701a10e93 Add 2.7/decimal.pyi generated by stubgen (#414) Alvaro Caceres 2016-07-28 13:09:48 -05:00
  • 557579da36 merge py2 and py3 errno (#413) Valérian Rousset 2016-07-28 15:15:22 +02:00
  • b968bfcb1c Update pytype test blacklist (#411) Alvaro Caceres 2016-07-27 17:43:48 -05:00
  • 39325bf159 Mypy now supports sys.platform and sys.version_info checks (#410) Guido van Rossum 2016-07-27 13:25:29 -07:00
  • 112a1a17dd Add S_IRWXG to Python 2.7's stat.pyi file. (#409) johnklai1 2016-07-27 11:29:12 -07:00
  • b91b932d4f Add BaseRequestHandler instance attributes (#384) Jakub Stasiak 2016-07-26 17:57:08 +01:00
  • cd413c502c Add hmac (#402) Valérian Rousset 2016-07-26 17:40:04 +02:00
  • cc735b1176 expose xml.sax Exceptions (#280) Michael R. Crusoe 2016-07-26 16:45:27 +02:00
  • 44b367c7fe Add re fullmatch() information (#381) Jakub Stasiak 2016-07-26 15:43:29 +01:00
  • 918eef43f7 Add some missing classes from queue in py3 (#401) Fabian Heredia Montiel 2016-07-26 09:41:56 -05:00
  • 56760eda52 Improve iterators (#405) Valérian Rousset 2016-07-26 16:41:08 +02:00
  • 9ecc1f2147 Add stubs for NewType helper function (#398) Michael Lee 2016-07-26 07:35:28 -07:00
  • b8c08f25f7 Add traceback.print_stack to mypy python 3 (#400) jchien14 2016-07-25 16:40:01 -07:00
  • a93b491fed Add Py2 BaseHTTPServer (#397) Wojciech Kaczmarek 2016-07-26 01:14:02 +02:00
  • 746f4db989 Change constants to type-equivalent versions (#392) Alvaro Caceres 2016-07-25 15:03:42 -05:00
  • ba69b32d06 argparse stub fix: parse_known_args takes an optional sequence of strings like parse_args(), not an optional string (#386) jdelic 2016-07-22 23:39:56 +02:00
  • 791966a65a argparse stub fix: allow subclasses of Action in add_argument(action=...) (#385) jdelic 2016-07-22 23:38:24 +02:00
  • 05cd6ec5fa List should probably be Sequence (#387) jdelic 2016-07-22 22:19:49 +02:00
  • d7db6221da Change imports so pytype can parse them (#394) alvarocaceres 2016-07-22 15:04:09 -05:00
  • 19135832bd Fix a couple of missing and wrong types (typing, six, gettext) (#393) David Euresti 2016-07-22 12:52:28 -07:00
  • b676e4af92 Remove non-stub code from pyis (#391) alvarocaceres 2016-07-22 13:10:13 -05:00
  • 4f7c9ce432 argparse stub fix: values parameter of Action can also be str and None (#388) jdelic 2016-07-22 19:58:59 +02:00
  • f7b35bc8be Remove line continuations to help pytype parse (#390) alvarocaceres 2016-07-22 12:55:42 -05:00
  • 0863590721 add site (#389) Valérian Rousset 2016-07-22 16:38:17 +02:00
  • 4a408c014f Add pytz basic typing (#383) Fabian Heredia Montiel 2016-07-22 07:52:40 -05:00
  • e02332a787 Misc. changes to help pytype parse typeshed (#382) alvarocaceres 2016-07-21 15:08:12 -05:00
  • 368c703078 Add dict views to python 2 (#376) Michael Lee 2016-07-21 11:28:35 -07:00
  • d787dbe984 Add conditional floor for Python 3.x (#380) Fabian Heredia Montiel 2016-07-21 13:08:21 -05:00
  • c1b12970f6 Change empty string literals to ellipsis (#377) alvarocaceres 2016-07-20 12:57:32 -05:00
  • 1d5df0bd7b Add enumera (#378) Fabian Heredia Montiel 2016-07-20 12:53:34 -05:00
  • df5c64e247 Add StopAsyncIteration; also add StopIteration.value. Guido van Rossum 2016-07-19 16:58:15 -07:00
  • ac5916c170 Tweak version tests to help pytype parse them (#374) alvarocaceres 2016-07-19 09:43:35 -05:00
  • ba349199d7 More general types for frozenset methods (#277) Daniel F Moisset 2016-07-19 02:17:57 +02:00
  • 9b3fe3d0e0 add types to pathlib (#338) Valérian Rousset 2016-07-18 06:16:25 +02:00
  • a62d6207ab Fix pkg resources (#341) Valérian Rousset 2016-07-18 06:05:39 +02:00
  • 61f232c7d8 add py3 version to zipimport (#305) Valérian Rousset 2016-07-18 06:05:05 +02:00
  • d5938ee76c Add cpython specific constants to ssl (#291) Valérian Rousset 2016-07-18 04:27:29 +02:00
  • cf655f6f02 add some types to importlib (#340) Valérian Rousset 2016-07-16 00:46:28 +02:00
  • 6d8628c247 Misc asyncio changes (#373) Guido van Rossum 2016-07-15 15:44:29 -07:00
  • 6aeea2a872 Add stub for cgi.parse_header(). (#371) Guido van Rossum 2016-07-15 15:42:51 -07:00
  • 395265b9fb trim blacklist (#370) Matthias Kramm 2016-07-15 10:17:47 -07:00
  • 8ef221c162 add zipfile for py2 (#345) Valérian Rousset 2016-07-15 14:55:20 +02:00
  • 932737d322 Made the readfp method take in a BinaryIO type (#346) Daniel 2016-07-14 04:36:22 -07:00
  • 534837e1ee add __{cause,context,traceback}__ to BaseException, per PEP 3134 (#369) speezepearson 2016-07-13 15:26:55 -07:00
  • f47ff0b966 Add --strict-optional flag to mypy (#368) Guido van Rossum 2016-07-13 09:50:36 -07:00
  • e05edb60f1 Mypy stub fixes for strict optional mode (#366) Jukka Lehtosalo 2016-07-13 17:38:40 +01:00
  • bca4c81b70 builtins: Remove Exception.message. (#363) Eklavya Sharma 2016-07-13 20:41:51 +05:30
  • 53d126f4d4 More fixes for argparse. (#362) Guido van Rossum 2016-07-13 07:51:29 -07:00
  • e815c803a6 add ChainMap class to collections module (#361) speezepearson 2016-07-13 06:16:37 -07:00
  • e436795124 add default arguments to traceback.format_exception (#360) speezepearson 2016-07-13 06:14:16 -07:00
  • cfeaa41310 Merge pull request #359 from Michael0x2a/add-boto-exception-stub Matthias Kramm 2016-07-12 17:18:26 -07:00
  • e19e10c891 Merge pull request #348 from sharmaeklavya2/fix-subprocess-check-output Matthias Kramm 2016-07-12 17:12:33 -07:00
  • 4b46ca1b66 Remove unnecessary import Michael Lee 2016-07-12 17:10:32 -07:00
  • ae14734bd2 Add stub for boto.exception (from stubgen) Michael Lee 2016-07-12 17:04:29 -07:00
  • 6f5e20dcd4 Merge pull request #358 from alvarocaceres/fixup Matthias Kramm 2016-07-12 17:01:17 -07:00
  • 67ccb1b450 revert unnecessary change to mypy_test from previous commit Alvaro Caceres 2016-07-12 18:46:09 -05:00
  • b63e09c239 Fix some issues for dateutil and argparse (#357) Guido van Rossum 2016-07-12 16:24:33 -07:00
  • 63cbe2dc3c Refactor how test are run, add tests to exercise pytype (if installed) (#353) alvarocaceres 2016-07-12 17:30:54 -05:00
  • 1c4662d2f3 Two small changes to help the mypy test suite pass (#355) Guido van Rossum 2016-07-12 14:10:36 -07:00
  • b48ddf7532 Merge pull request #352 from tharvik/improve_argparse Matthias Kramm 2016-07-11 06:36:25 -07:00
  • 87235ad72b merge py2 and py3 argparse tharvik 2016-07-11 15:23:51 +02:00
  • 90b9d4d77c Merge pull request #339 from tharvik/improve_os Matthias Kramm 2016-07-11 06:18:38 -07:00
  • 1833e8e4b6 add some types to os tharvik 2016-07-11 15:09:52 +02:00
  • 9e432889fe Merge pull request #351 from tharvik/fix_bytearray Matthias Kramm 2016-07-11 06:07:02 -07:00
  • 0e635efa6c add bytearray.insert tharvik 2016-07-11 14:04:18 +02:00