Commit Graph

  • 79d8757f1f Enable flake8 tests Lukasz Langa 2016-12-20 03:19:53 -08:00
  • 82b2d8e3bc Fixing flake8 F403, F405 errors Lukasz Langa 2016-12-20 02:28:12 -08:00
  • 99a57e5cbe Fixing flake8 E251 errors Lukasz Langa 2016-12-20 01:54:34 -08:00
  • 68a49c2c2e Fixing flake8 E111, E114, E116, E203, E225, E262 errors Lukasz Langa 2016-12-20 01:39:18 -08:00
  • 6e2709906b Fixing flake8 B errors Lukasz Langa 2016-12-20 01:17:38 -08:00
  • ad9038dcd7 Fixing flake8 E303 errors Lukasz Langa 2016-12-20 01:07:20 -08:00
  • d70bb0c00f Fixing flake8 E202, E203, E225 errors Lukasz Langa 2016-12-20 01:02:59 -08:00
  • 6eb97964fd Fixing flake8 E401, E402 errors Lukasz Langa 2016-12-20 00:41:22 -08:00
  • 147772950f Fixing flake8 E265 errors Lukasz Langa 2016-12-20 00:16:44 -08:00
  • 5b6a9937b2 Fixing flake8 E266 errors Lukasz Langa 2016-12-20 00:06:36 -08:00
  • 6b5c6626d6 Fixing flake8 E121, E122, E123, E124, E125, E126 errors Lukasz Langa 2016-12-19 23:47:57 -08:00
  • 67e38b6806 Fixing flake8 E231 errors Lukasz Langa 2016-12-19 22:22:14 -08:00
  • 93ec300dd4 added a few types to simplejson's dumps to match dump (#781) Wesley Bowman 2016-12-20 08:52:22 +01:00
  • 3d79158db5 Add return type to multiprocessesing.cpu_count for Python 2. Roy Williams 2016-12-19 22:46:56 -08:00
  • fe0e3744cc Fixing flake8 E261 errors Lukasz Langa 2016-12-19 22:09:35 -08:00
  • b84f20a011 Fixing flake8 W errors Lukasz Langa 2016-12-19 21:52:56 -08:00
  • d2c0f83a72 Introduce flake8 configuration. Lukasz Langa 2016-12-19 21:27:41 -08:00
  • a6ecab3fe7 correct return value type TestRunner.run Reverb Chu 2016-12-16 15:24:20 -08:00
  • 89da3a4159 Move Crypto to 2and3 and generate rest of stubs. (#782) Roy Williams 2016-12-19 20:13:51 -08:00
  • 7e89fc0d49 Define __slots__ for object as Iterable[str] / Iterable[Union[str, unicode]] (#780) TrueBrain 2016-12-19 22:09:04 +01:00
  • 2058ae30ab Proper singledispatch type definitions Lukasz Langa 2016-12-19 12:54:08 -08:00
  • beb9183103 Swap order of overloads to fix filter without strict optional (#779) David Fisher 2016-12-16 15:57:04 -08:00
  • aa6f4a07c1 Fix AbstractEventLoop.call* callable definitions. (#753) Simon Ekstrand 2016-12-17 00:15:20 +01:00
  • 830c2fb089 updating stderr to return type Any (#776) Philip House 2016-12-16 19:51:52 +08:00
  • 957307b785 Make filter work properly with Optional elements (#775) David Fisher 2016-12-15 17:53:38 -08:00
  • 6fc57a419b Adapt base64 stub to newer Python 3 versions (#762) KOSAKA Masayuki 2016-12-15 01:52:19 +09:00
  • 5dbc7d1db6 Py2 SQLAlchemy: Move some TypeEngine functions from subclasses to TypeEngine (#724) Tom Manderson 2016-12-14 09:38:55 +10:00
  • 6887edebda add calendar data attributes (#751) Henri Dwyer 2016-12-13 17:58:26 -05:00
  • 0392ccaa9c Add stub for _thread.get_ident() (#746) jgarvin 2016-12-13 16:56:06 -06:00
  • 3cae92253b Fix datetime.fromtimestamp (#759) KOSAKA Masayuki 2016-12-14 07:55:06 +09:00
  • 918dab66d0 pstats: add stub (#727) Jelle Zijlstra 2016-12-13 14:51:57 -08:00
  • 04f5c5699e Merge 3.4 and 3.5 pathlib stubs (#764) Philip House 2016-12-14 04:03:03 +08:00
  • b46280ec78 Make FrozenSet covariant. (#769) Guido van Rossum 2016-12-13 11:40:18 -08:00
  • bc252d69ac set subprocess stdout to be type Any (#581) (#761) Philip House 2016-12-13 22:23:45 +08:00
  • 0d7a5374c5 Add missing stubs for bz2 Thomas Aynaud 2016-12-12 14:29:18 +01:00
  • 7e6000949e it's threading.Lock, not threading.LockType Matthias Kramm 2016-12-12 11:58:43 -08:00
  • ac97b22365 add missing Ellipsis Matthias Kramm 2016-12-12 11:48:57 -08:00
  • 8a5447be05 add 'Handler' and 'Filterer' classes to logging Matthias Kramm 2016-12-12 11:41:08 -08:00
  • 97a6d27558 Make first argument to filter optional Jelle Zijlstra 2016-12-09 16:52:03 -08:00
  • 57aa1923d5 Make sqlite3's Connection.rollback() return None (#758) Daisuke Miyakawa 2016-12-08 09:22:47 +09:00
  • af5b5c83fd Make shutil.copytree stub's ignore parameter optional. (#740) George King 2016-12-07 17:47:34 -05:00
  • e7db9cda4d Add stub for os.path.commonpath (new in 3.5). (#738) George King 2016-12-07 17:47:04 -05:00
  • dccc29bc2f Add None to type union for subprocess.Popen.communicate input. (#743) George King 2016-12-07 17:46:34 -05:00
  • f39f9bf694 Make object_hook of json.load and json.loads optional (Python 2) (#757) Jukka Lehtosalo 2016-12-07 13:32:56 -08:00
  • b33c2c6158 Introduce multiprocessing.freeze_support() (#749) Daisuke Miyakawa 2016-12-08 06:30:14 +09:00
  • 090dafb9b0 fixes #559 (#750) Philip House 2016-12-08 05:28:37 +08:00
  • 00e4027b77 Add idx parameter to JSONDecoder.raw_decode. (#742) George King 2016-12-07 16:19:27 -05:00
  • 085c3f9915 Make json.load, json.loads stubs object_hook parameter optional. (#741) George King 2016-12-07 16:14:49 -05:00
  • 2b022d18a4 Add stub for unittest.mock (#731) Jon Dufresne 2016-12-07 08:05:01 -08:00
  • 79061f9de2 move simplejson from stdlib/ to third_party/ (#752) Matthias Kramm 2016-12-06 17:43:47 -08:00
  • 64124376aa Make a few types in werkzeug more compatible with base types (#730) Naomi Seyfer 2016-12-06 16:14:46 -08:00
  • 69ea0ad43f Iteration and fetch* fixes to the sqlite3.Cursor type (#663) Onno Kortmann 2016-12-06 17:17:21 +01:00
  • 3855e7023f Ignore a stub class that extends Any (#745) Danny Weinberg 2016-12-05 14:30:14 -08:00
  • 679a6e5669 Give shutil.which a return annotation (#744) Danny Weinberg 2016-12-05 11:41:53 -08:00
  • f447cbdc89 Fix resource_string type: from str to bytes (#734) Bertrand Bonnefoy-Claudet 2016-12-05 20:20:16 +01:00
  • 4d59c04c16 Fix README.md to name mypy_test.py correctly. (#737) George King 2016-12-05 14:18:33 -05:00
  • d18a225ec2 Fix type for base64.b64encode, it should accept str or bytes (#736) thomascellerier 2016-12-05 20:15:40 +01:00
  • 5ba7abc559 Add GenericMeta (so that classes can be Generic when they already hav… (#703) Calen Pennington 2016-12-02 15:09:59 -05:00
  • a2559eeaeb make pytype aware that 2.7/ has been renamed to 2/ (#729) Matthias Kramm 2016-12-02 06:10:14 -08:00
  • 8e1cad6837 #538 fixing concurrent.futures.ProcessPoolExecutor (#728) Philip House 2016-12-02 19:10:48 +08:00
  • 5d61aa5acb Add stubs for jinja2 (#722) Roy Williams 2016-12-01 05:38:15 -08:00
  • 392eb4aa5a add stubs for Python 2 profile and cProfile (#699) Jelle Zijlstra 2016-12-01 03:51:41 -08:00
  • 38d356503d Increase compatibility of itsdangerous URLSafeSerializerMixin & Serializer (#712) Naomi Seyfer 2016-12-01 03:48:56 -08:00
  • ed4f9e9b0b urlencode: change parameters to Any instead of AnyStr (#715) Jelle Zijlstra 2016-12-01 03:38:23 -08:00
  • c9ad4b8dc0 Have frozenset inherit from FrozenSet (#726) Josiah Boning 2016-11-30 17:58:11 -08:00
  • d1081b94ee [logging] Fix forward references Lukasz Langa 2016-11-30 10:48:10 -08:00
  • 85807ed72a logging.Formatter attributes fixed (#721) Łukasz Langa 2016-11-30 09:09:05 -08:00
  • 0391e72a6e Expose pytz.UTC as an instance as opposed to as a class (#723) Roy Williams 2016-11-29 23:04:53 -08:00
  • 1dff8e4a45 Add stubs for markupsafe (#718) Roy Williams 2016-11-29 13:32:12 -08:00
  • bbbf1d8c7a PurePath.parent[s] should be properties (#706) Guido van Rossum 2016-11-28 14:01:22 -08:00
  • 33c0134b70 Move PY2 werkzeug stubs to 2/ directory. Guido van Rossum 2016-11-28 13:43:06 -08:00
  • d0f6a05793 Fix logging.Logger.isEnabledFor() to return bool instead of None. Peter Amstutz 2016-11-28 14:46:22 -05:00
  • 021b162bc9 Add stubs for werkzeug (#530) Roy Williams 2016-11-28 10:50:57 -08:00
  • 16c3af3068 Update README.md to mention 3.6 and --fast-parser Lukasz Langa 2016-11-26 20:27:50 -08:00
  • 5145a1119d Complete stubs for Click 6.6 on Python 3. Lukasz Langa 2016-11-26 20:19:51 -08:00
  • ab4ad3fe9d Make tests run with 3.6 --fast-parser, too Lukasz Langa 2016-11-26 20:17:28 -08:00
  • eb90eddd8f Fix urllib.parse.urlencode signature (#702) rymdhund 2016-11-24 12:45:20 +01:00
  • 33b81b9e2b Add MutableSet to collections (#691) Roy Williams 2016-11-24 03:39:00 -08:00
  • b9733f5717 Formatting and typos (#707) Hugo 2016-11-24 11:31:10 +02:00
  • c134fe7638 handlers should be an optional argument of logging.basicConfig() (#704) Naomi Seyfer 2016-11-24 01:21:10 -08:00
  • b10125cd7d commands: add python 2 pyi file (#698) Jelle Zijlstra 2016-11-23 04:14:03 -08:00
  • e13f2c739d Add Iterable base class to tarfile.TarFile (#693) Anders Kaseorg 2016-11-23 06:49:44 -05:00
  • 7ac78b163d Remove BaseException.with_traceback in py2 (#697) Jelle Zijlstra 2016-11-23 03:42:59 -08:00
  • 9bc07e7b9d fix typo in list.__delslice__ (#696) Jelle Zijlstra 2016-11-23 03:41:33 -08:00
  • 4f567d993b Add missing self parameters (#695) Richard Eames 2016-11-23 04:37:39 -07:00
  • f36d7a3cd3 Multiprocessing fixes (#687) Ryan C. Thompson 2016-11-12 17:31:54 -08:00
  • 88350e7f47 Add ns accurate times in os.stat_result (#686) jgarvin 2016-11-12 19:20:00 -06:00
  • c4125739e5 The timeout argument to Queue.{get,put} may be None (#682) Onno Kortmann 2016-11-11 19:29:52 +01:00
  • 2d19599b68 python2: gmtime(None), localtime(None), and ctime(None) works (#662) Onno Kortmann 2016-11-11 18:33:50 +01:00
  • 5fc1b4b948 Add missing MutableSet abstract base class (#680) Hong Minhee 2016-11-11 07:10:10 +09:00
  • ec4987fa5d Fix AwaitableGenerator inheritance; Awaitable is the return value, not the yielded value (#679) Guido van Rossum 2016-11-10 11:57:31 -08:00
  • 8305d51e75 Add more specific types for requests.session.Session.mount and BaseAdapter (#674) Roy Williams 2016-11-10 11:14:30 -08:00
  • 9fa6c994a3 Fix zipfile getinfo return type (#678) David Percy 2016-11-10 14:08:57 -05:00
  • 3f03849b70 Fix asyncio.wait for() and add exceptions (#676) nobuggy 2016-11-10 20:00:43 +01:00
  • bf8b5ac5fd Relax signature of gather() (#677) Guido van Rossum 2016-11-10 10:55:29 -08:00
  • dfe4bf0a70 Fix broken sys.version_info check in importlib/abc.pyi (#673) Elazar Gershuni 2016-11-09 18:43:06 +02:00
  • ca98a8ee91 Add ret_type keyword argument for croniter (#668) Ruud van Asseldonk 2016-11-09 17:18:09 +01:00
  • 13b1cdc834 Stubs for collections.abc (#671) Hong Minhee 2016-11-09 14:37:33 +09:00
  • 1b30761802 Small changes by @rowilla to collections.pyi and urllib/requests.pyi. Roy Williams 2016-09-09 16:12:30 -07:00
  • f7f9c956ff Add stubs for cookielib to 2. Roy Williams 2016-09-09 16:12:03 -07:00