Commit Graph

  • c7e3e9890d add UserDict.__init__ for Python 3 (#2083) Jelle Zijlstra 2018-04-27 14:38:00 -07:00
  • 9e25506cab add missing attributes to Python 2 unicode errors (#2084) Jelle Zijlstra 2018-04-27 14:37:20 -07:00
  • 5554b0b19b argparse.ArgumentParser.error never returns (#2082) Jelle Zijlstra 2018-04-25 21:30:31 -07:00
  • 5ddff9c44a Add a stub for tkinter.filedialog and for the modules it imports (#2058) Zabolekar 2018-04-26 04:44:42 +02:00
  • ecae01a37d collections.OrderedDict dict views are reversible (#2079) Martijn Pieters 2018-04-26 03:44:25 +01:00
  • 664d30c44b Fix attr.Factory signature (#2077) David Euresti 2018-04-23 12:27:14 -07:00
  • 2dc7d39af5 Add 'file=...' to FieldDescriptor constructor. (#2073) Guido van Rossum 2018-04-20 14:51:19 -07:00
  • 5818893a7f Add default_exceptions to werkzeug.exceptions (#2071) Charles-Axel Dein 2018-04-19 18:03:24 +02:00
  • db5137b756 stdlib/selectors: change timeout argument type to float (#2070) Tomas Krizek 2018-04-19 17:36:53 +02:00
  • 2935017157 Add multiprocessing.dummy pyi files (#2059) Martin DeMello 2018-04-18 19:20:01 -07:00
  • 8e62a79970 Fix type of click.Path path_type arg (#2066) Aaron Miller 2018-04-17 23:32:02 -07:00
  • 5223b26ec8 Add __round__ to int and float in Python 3 (#2061) Semyon Proshev 2018-04-18 00:25:04 +03:00
  • 55a3bad0f8 fix signature for difflib.get_close_matches (#2064) Freek Dijkstra 2018-04-17 23:24:27 +02:00
  • aeb1aa4899 add requirements.txt to travis config (#2062) Martin DeMello 2018-04-17 14:15:58 -07:00
  • a5429d25dc add missing methods to DictMixin (#2054) Jelle Zijlstra 2018-04-14 14:21:07 -07:00
  • 035774e022 Adjust return types of shed.scheduler.run. (#2050) Siva Chandra 2018-04-13 21:00:27 -07:00
  • d63866bd36 Fix py2 unicode handling for ArgumentParser.add_argument's text arg (#2051) Michael J. Sullivan 2018-04-12 20:45:48 -07:00
  • b1a0b8ad6e add subprocess.STARTUPINFO and some associated constants (#2041) Jelle Zijlstra 2018-04-12 12:29:42 -07:00
  • 0f425db197 fix types for unittest.TestLoader.loadTestsFrom* methods (#2042) Jelle Zijlstra 2018-04-12 12:29:32 -07:00
  • 37aba00fe8 fix using ZipFile as a ContextManager (#2043) Jelle Zijlstra 2018-04-12 12:29:22 -07:00
  • b8b78886e3 add some Optionals to traceback.pyi (#2044) Jelle Zijlstra 2018-04-12 12:29:07 -07:00
  • 840f34147e add a lot more distutils.errors (#2045) Jelle Zijlstra 2018-04-12 12:28:55 -07:00
  • 5327841a18 Add pathlib.Path.__enter__ and __exit__ (#2048) Eddie Schoute 2018-04-12 13:39:19 -04:00
  • 7cd2016931 add sys.base_exec_prefix and sys.base_prefix (#2047) Jelle Zijlstra 2018-04-11 13:59:44 -07:00
  • dca53fb2bd Make the help argument of argparse.add_argument Optional. (#2046) Chris Gavin 2018-04-11 15:20:16 +01:00
  • db989427cb dest argument to add_argument is Optional (#2040) Jelle Zijlstra 2018-04-10 21:47:30 -07:00
  • bdea1bb292 fix third_party/2/enum.pyi (#2039) Jelle Zijlstra 2018-04-10 21:34:59 -07:00
  • e2cfc4bf0f Add private members to argparse.pyi. (#1937) rchen152 2018-04-10 20:56:49 -07:00
  • 6c1dffed58 Make islice start and stop parameters optional (#2031) Svend Sorensen 2018-04-10 20:55:06 -07:00
  • a51b480609 Add type annotations for multiprocessing manager address/connect (#2033) John Reese 2018-04-10 20:54:23 -07:00
  • aa7d705ae8 Add hints to PyYAML dump methods (#2023) Andrew Gaul 2018-04-09 12:59:10 -07:00
  • fe1d7f4fd4 ssl.SSLContext(protocol) >= 3.5 has a default value (#2007) NODA, Kai 2018-04-10 03:58:15 +08:00
  • 81a6ea43a5 try using --no-site-packages (#2036) Jelle Zijlstra 2018-04-09 12:55:18 -07:00
  • f37709f9c3 Merge stubs for sqlite3 (#2026) Jelle Zijlstra 2018-04-09 12:32:59 -07:00
  • 3f456e335e add multiprocessing.Process.kill and close (#2027) Jelle Zijlstra 2018-04-09 12:04:14 -07:00
  • d43eac60dd add email.parser.FeedParser (#2028) Jelle Zijlstra 2018-04-09 12:03:43 -07:00
  • 6862434eae fix return type for itsdangerous.Signer.unsign (#2029) Jelle Zijlstra 2018-04-09 12:00:41 -07:00
  • b472130201 Improve asyncio APIs which take TCP port (#2006) NODA, Kai 2018-04-09 14:17:32 +08:00
  • a994c47198 Fixup the boto stubs to allow mypy --strict. (#2032) Matt Gilson 2018-04-08 15:41:04 -04:00
  • 8482b1030b fill out stubs for requests.structures (#1897) Jelle Zijlstra 2018-04-06 11:36:43 -07:00
  • 482f207b3c os.fwalk supports bytes (#2013) Jelle Zijlstra 2018-04-06 11:22:15 -07:00
  • d24799fd31 uncomment a few parts of six.moves (#2019) Jelle Zijlstra 2018-04-06 11:20:14 -07:00
  • 4ab720161a ResourceWarning doesn't exist in Python 2 (#2020) Jelle Zijlstra 2018-04-06 11:19:34 -07:00
  • 54ecefef04 removals in Python 3.7 (#2018) Jelle Zijlstra 2018-04-06 11:11:29 -07:00
  • 0acdfd1548 more 3.7 features (#2017) Jelle Zijlstra 2018-04-06 11:09:45 -07:00
  • 7cfbc7d17f more 3.7 features (#2015) Jelle Zijlstra 2018-04-06 11:09:11 -07:00
  • ce0656a8c7 add some more Python 3.7 features (#2014) Jelle Zijlstra 2018-04-06 11:08:30 -07:00
  • 32b4eacea1 Add missing exitmsg argument to code.interact() (#2024) Omar Sandoval 2018-04-06 07:02:58 -07:00
  • 12d60a2760 Allow passing None for gflags default string value (#2016) Danny Weinberg 2018-04-04 16:50:28 -07:00
  • 7f34bbcb88 Add pkgutil.ModuleInfo (#2010) Christopher Schramm 2018-04-05 00:15:43 +02:00
  • 0af84cd9a0 upgrade flake8, pin flake8-pyi version (#2001) Jelle Zijlstra 2018-04-03 07:16:34 -07:00
  • 603be5e1da Fix typehint of click progressbar (#2003) Alan Du 2018-04-03 10:16:17 -04:00
  • bd26c7bf84 Add __complex__ to complex (#2004) Alan Du 2018-04-03 10:14:52 -04:00
  • 8e3182dafa dict.fromkeys supports arbitrary iterables. (#2012) Matt Gilson 2018-04-03 10:12:04 -04:00
  • df55343e60 Fix some more ctypes issues (#2009) Michael J. Sullivan 2018-03-30 18:03:52 -07:00
  • 9b99161ca9 Make argtypes in ctypes be a Sequence instead of a Tuple (#2005) Michael J. Sullivan 2018-03-29 14:55:56 -07:00
  • 06aee52581 Fix some issues in ctypes (fixes #1983) (#1986) dgelessus 2018-03-29 21:41:42 +02:00
  • f42724444f Update math stub arguments to reflect protocol support (#2002) Bryce Guinta 2018-03-29 07:59:27 -07:00
  • 43e6c3c435 add more minor 3.7 new features (#2000) Jelle Zijlstra 2018-03-28 21:28:27 -07:00
  • 6a1d25b73e Document why E741 is ignored Łukasz Langa 2018-03-28 20:25:50 -07:00
  • 26e573ba1c change default value to ... in inspect.pyi (#1998) Jelle Zijlstra 2018-03-28 20:24:39 -07:00
  • 5201ccdfff add E741 to ignored flake8 codes (#1999) Jelle Zijlstra 2018-03-28 20:24:24 -07:00
  • 371b805c23 improve selenium stubs (#1732) Jelle Zijlstra 2018-03-28 19:39:44 -07:00
  • 0c15e5bdcc Improve werkzeug stubs (#1730) Jelle Zijlstra 2018-03-28 19:38:35 -07:00
  • 4563c5a1ac ArgumentParser's add_argument returns the Action that was created. (#1881) Evan Krall 2018-03-28 19:09:22 -07:00
  • 0170e6d3c7 traceback.print_exception(): Arguments optional in Python 3 (#1982) Sebastian Rittau 2018-03-29 03:45:14 +02:00
  • 200273edeb add stub for importlib.resources (#1993) Jelle Zijlstra 2018-03-28 18:44:40 -07:00
  • 103056eecf fix some TODOs (#1994) Jelle Zijlstra 2018-03-28 18:40:13 -07:00
  • a62c6be905 Make encoding and newline optional in tempfile (#1995) Russell Cloran 2018-03-28 16:41:24 -07:00
  • 6c09e19847 Add missing attribute socket to asyncore (#1991) Patrick Meyer 2018-03-28 19:08:44 +02:00
  • 6cf1ec9654 Mark all dunder attributes of BaseException as Optional (#1992) Eric Wieser 2018-03-28 07:55:10 -07:00
  • ac70fdc614 Overloads for map (#1990) Semyon Proshev 2018-03-27 20:05:59 +03:00
  • 8ac7f68a86 Update return type for math.ceil in Python 2 (#1989) Semyon Proshev 2018-03-27 18:09:18 +03:00
  • 30791d4208 Give Python 2 sys.getprofile() and sys.gettrace() return types (Any). (#1988) Guido van Rossum 2018-03-26 18:37:04 -07:00
  • afeecb478b RotatingFileHandler has a terminator property (#1952) João Santos 2018-03-25 17:11:01 +02:00
  • 4da20cb8b7 multiprocessing: Fix timeout args of AsyncResult methods (#1984) Tuomas Suutari 2018-03-24 17:15:39 +02:00
  • eb571e9cbb Make protobuf's BaseContainer a MutableSequence (#1981) Michael J. Sullivan 2018-03-22 18:22:59 -07:00
  • 097e9f5e71 Fix issue with attrib ordering. (#1980) David Euresti 2018-03-22 10:50:07 -07:00
  • bbbffb5f4b implement some minor 3.7 features (#1966) Jelle Zijlstra 2018-03-22 08:01:09 -07:00
  • 9a6a7a2e75 See #1977: Delete DoneAndNotDoneFutures definition (#1978) matthewfranglen 2018-03-22 14:59:13 +00:00
  • b9c5e811df allow instantiating TracebackType in 3.7 (#1967) Jelle Zijlstra 2018-03-21 15:26:23 -07:00
  • bfe0b06953 add stub for contextvars.pyi (#1968) Jelle Zijlstra 2018-03-21 15:16:14 -07:00
  • 89cbd47344 Stubs for termcolor (#1935) Luka Sterbic 2018-03-20 22:32:50 +00:00
  • a9cce0c94b Add requests.utils.set_environ (#1973) Leonardo Fedalto 2018-03-20 15:15:52 -03:00
  • 162d884d32 Make zipfile accept Text, not str (#1826) Josh Holland 2018-03-18 05:33:29 +00:00
  • 164aa21fa1 Added stub for dircache(py2) (#1510) Ashwini Chaudhary 2018-03-18 10:52:25 +05:30
  • cac7264d3a Add google.protobuf.internal.containers.pyi to typeshed (#1718) Nipunn Koorapati 2018-03-17 22:05:43 -07:00
  • c2c48424da Add missing collections.defaultdict.__init__ overloads (#1957) (#1958) z33ky 2018-03-17 16:22:11 +01:00
  • 8009a34b90 Re-add stubs for ctypes (#1906) dgelessus 2018-03-17 04:17:24 +01:00
  • 6cf97b8db2 Proper types for Common{Request,Response}DescriptorsMixin (#1948) Sebastian Rittau 2018-03-17 04:13:03 +01:00
  • 97d3cea9d1 Add module constants for smtplib (#1962) Sebastian Rittau 2018-03-16 00:01:23 +01:00
  • eda3f36cb9 Make abc.abstractproperty a class inheriting from property. (#1964) rchen152 2018-03-15 15:59:14 -07:00
  • 5af337b438 Add subprocess annotation for TimeoutExpired (#1954) Nipunn Koorapati 2018-03-13 08:26:59 -07:00
  • 00efd76861 Rename parameter to match the actual name in stdlib (#1959) Sergey Passichenko 2018-03-10 09:10:09 -08:00
  • 9d9527c94c Get rid of BLOCKED label in favor of [WIP] subject prefix (#1956) Guido van Rossum 2018-03-09 10:39:30 -08:00
  • b0d5a2100e add progress monitoring (#1945) Martin DeMello 2018-03-08 15:37:45 -08:00
  • ef87943397 Update click.option to allow for user defined kwargs. (#1950) Dan Sully 2018-03-07 10:32:55 -08:00
  • df65f6ea15 Better type for click 'type' argument (#1903) David Euresti 2018-03-06 21:41:21 -08:00
  • d702d3621c Complete stubs for email package in python2 (#1936) Svyatoslav Ilinskiy 2018-03-06 21:38:01 -08:00
  • 89e5d9607c Add missing headers field (#1946) Salvo 'LtWorf' Tomaselli 2018-03-07 06:36:33 +01:00