Commit Graph

  • 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
  • 6248885ccc Merge pull request #350 from sharmaeklavya2/fix-bytearray Matthias Kramm 2016-07-08 14:11:45 -07:00
  • 1cccc2d115 __builtin__: Fix bytearray on python 2 Eklavya Sharma 2016-07-09 01:52:44 +05:30
  • a62a7af1c5 __builtin__: Change signature of bytearray.__delitem__. Eklavya Sharma 2016-07-09 02:28:45 +05:30
  • 0c75a22ffb Merge pull request #303 from sharmaeklavya2/sort-cmp Matthias Kramm 2016-07-07 13:22:49 -07:00
  • adc6bf5f94 Update set methods to take multiple iterables (#349) Michael Lee 2016-07-07 11:52:22 -07:00
  • a7754c3eff subprocess: Fix return type of check_output. Eklavya Sharma 2016-07-07 22:00:30 +05:30
  • 8f4a4b7817 Merge pull request #347 from fyquah95/master Matthias Kramm 2016-07-07 09:33:12 -07:00
  • 8a23acc8ee Add stdlib/2.7/traceback._print Fu Yong Quah 2016-07-07 08:39:20 -07:00
  • 2ce0e952eb First pass at dateutil Skip Montanaro 2016-07-07 08:35:09 -07:00
  • f75bbae18d Merge pull request #344 from tharvik/improve_unittest Matthias Kramm 2016-07-07 06:36:06 -07:00
  • 5962927d3d Add cmp to list.sort in python 2.7 Eklavya Sharma 2016-06-19 13:34:45 +05:30
  • 5088131e5a Correct type of formatter_class arg to ArgParse(). Guido van Rossum 2016-07-06 11:42:57 -07:00
  • 7bef3added Merge pull request #297 from alvarocaceres/subprocess Matthias Kramm 2016-07-06 10:54:01 -07:00
  • 3eedf73a3a Add types to stub for warnings module. (#342) Valérian Rousset 2016-07-06 18:58:49 +02:00
  • e102c99f36 improve unittest tharvik 2016-07-06 11:33:48 +02:00
  • 8515cf5de8 Attempt to reduce cyclical dependencies between types and importlib. (#335) Guido van Rossum 2016-07-05 10:23:24 -07:00
  • 8fb9f4a8f1 Add stubs for dis and opcode (#331) Elazar 2016-07-05 20:18:58 +03:00
  • c98c2afb58 os: Add buffering to fdopen. (#337) Eklavya Sharma 2016-07-05 08:42:06 +05:30
  • a393897c9a Added JSONEncoder and JSONDecoder to stdlib/2.7/json.pyi (#332) Dakkaron 2016-07-05 03:24:23 +02:00
  • df1a655858 email.header: Make decode_header also accept str. (#333) Eklavya Sharma 2016-07-05 06:41:49 +05:30
  • a424eeb1f8 Fix some stubs in urllib.parse (#334) Eklavya Sharma 2016-07-05 02:23:46 +05:30