Commit Graph

  • 8e9c53f1db Add basic stub for characteristic (#771) Alex Jurkiewicz 2016-12-24 14:11:34 +11:00
  • 7853c26f79 Add missing Dict, List, Set, Tuple imports. Lukasz Langa 2016-12-22 16:07:36 -08:00
  • 25a46f42be Switch to Python 3.6 for flake8 runs, re-enable E999 checks Lukasz Langa 2016-12-21 20:08:36 -08:00
  • 937a3ca3fe Remove trailing whitespace Lukasz Langa 2016-12-22 15:59:25 -08:00
  • 4084296f3f Exclude boto from tests due to broken Liskov Substitution Principle Lukasz Langa 2016-12-22 15:54:20 -08:00
  • 576ada74c6 Temporary workaround for pallets/werkzeug#1052 Lukasz Langa 2016-12-22 14:53:04 -08:00
  • 27f4185d06 Temporary workaround for pallets/werkzeug#1051 Lukasz Langa 2016-12-22 14:40:50 -08:00
  • 4c6c2737b0 Temporary workaround for pallets/itsdangerous#74 Lukasz Langa 2016-12-22 14:26:29 -08:00
  • 7c706e1100 Move boto to 2and3, add stubs for s3 Roy Williams 2016-12-21 11:36:26 -08:00
  • 4466a225a6 Upgrade to flake8-pyi 16.12.1 Lukasz Langa 2016-12-21 17:29:27 -08:00
  • 38dd402b99 Fix broken imports in routes/__init__.pyi Lukasz Langa 2016-12-21 17:26:40 -08:00
  • 231ed7bb89 Fix broken imports in redis/__init__.pyi Lukasz Langa 2016-12-21 17:24:31 -08:00
  • cfe1cbb426 Add missing import in werkzeug stubs. Lukasz Langa 2016-12-21 17:19:53 -08:00
  • 092b15e3e9 Mark 92 F821 to go. Lukasz Langa 2016-12-21 01:31:12 -08:00
  • 609b2486d1 Add missing Optional import. Lukasz Langa 2016-12-21 01:18:34 -08:00
  • bacd6c0aed Add missing Set imports. Lukasz Langa 2016-12-21 01:17:55 -08:00
  • c0c982ada5 Add missing Dict imports. Lukasz Langa 2016-12-21 01:15:26 -08:00
  • 5f416fae64 Add missing List imports. Lukasz Langa 2016-12-21 01:06:52 -08:00
  • 8c5c788a4d Enable flake8-pyi plugin to automatically include *.pyi files Lukasz Langa 2016-12-21 00:44:17 -08:00
  • 52d9f815dd Remove spurious out/ directory. Lukasz Langa 2016-12-20 09:53:47 -08:00
  • 740c8921a5 Style fixes on bz2 Thomas Aynaud 2016-12-20 17:59:27 +01:00
  • 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