Commit Graph

  • c40da79e8f Merge pull request #106 from mkurnikov/setuptools-stubs Guido van Rossum 2016-03-14 18:41:48 -07:00
  • 540a9e18f7 Bandaid for sqlalchemy. Lots of stuff here seems bogus. :-( Guido van Rossum 2016-03-13 17:37:02 -07:00
  • cae70c3707 Merge pull request #115 from mr-c/patch-3 Guido van Rossum 2016-03-14 09:53:13 -07:00
  • e0a3fd2a5f Allow custom actions Michael R. Crusoe 2016-03-14 14:41:08 +01:00
  • a946304d49 Merge pull request #113 from ddfisher/master Guido van Rossum 2016-03-11 16:49:23 -08:00
  • 44d278045f Fix tests David Fisher 2016-03-11 16:33:02 -08:00
  • 9f4a8d3df6 Address review feedback David Fisher 2016-03-11 16:01:30 -08:00
  • d390ef3161 Make all function annotations accessible from builtins complete David Fisher 2016-03-11 14:12:38 -08:00
  • 35c3917c29 The tornado tests now pass. Guido van Rossum 2016-03-10 10:23:11 -08:00
  • b2c4b10d6b Merge pull request #112 from isg/patch-1 Guido van Rossum 2016-03-09 21:37:26 -08:00
  • 2255e6c69a Add tornado.locks module Isaac Goldberg 2016-03-09 19:11:48 -08:00
  • b31e5eec54 Merge pull request #110 from jstasiak/python3-inspect Guido van Rossum 2016-03-09 16:31:19 -08:00
  • ea37877558 Improve Python 3 inspect stub Jakub Stasiak 2016-03-10 00:31:17 +01:00
  • df40eab77f Merge pull request #111 from jstasiak/python27-inspect-fix Guido van Rossum 2016-03-09 16:14:40 -08:00
  • 983d8cbf5e Fix Python 2.7 inspect stub (currentframe + frame type) Jakub Stasiak 2016-03-10 00:54:54 +01:00
  • 307516c95b Merge pull request #101 from Naruto0/master Guido van Rossum 2016-03-09 13:13:20 -08:00
  • 33f13dec18 Merge pull request #108 from jstasiak/python27-inspect Guido van Rossum 2016-03-09 13:07:37 -08:00
  • 49446569e1 Merge pull request #98 from ismail-s/feature/type_check_xml Guido van Rossum 2016-03-09 12:48:56 -08:00
  • ddf43e3bdb Make tests version-aware. Now only tornado and sqlalchemy stubs fail. Guido van Rossum 2016-03-09 12:24:56 -08:00
  • 54ba6d9b73 Fix typos: termina[ta]te(). Guido van Rossum 2016-03-09 09:21:15 -08:00
  • f682335037 Fix typo Ismail 2016-03-09 12:01:32 +00:00
  • 8d893cfae8 Make forward references strings Ismail 2016-03-09 11:58:24 +00:00
  • d21c09919d Creating __init__.pyi files Ismail 2016-03-09 11:18:00 +00:00
  • 395e0a4197 Fix mypy errors for Py3.1 files Ismail 2016-03-09 11:17:23 +00:00
  • d2461d2bcd Merge branch 'feature/type_check_xml' of github.com:ismail-s/typeshed into feature/type_check_xml Ismail 2016-03-09 11:10:33 +00:00
  • 28bc685573 Remove KeysView & ItemsView from py2 type hints Ismail 2016-03-07 13:08:46 +00:00
  • 69f1810462 Add pyi files for Py2.7 Ismail 2016-03-07 13:02:40 +00:00
  • 7686cb1a9c Make pyi files work for Py3 and Py3.1 Ismail 2016-03-04 16:44:41 +00:00
  • 4c06be4972 Add files for Py 3.3 and 3.2 Ismail 2016-03-03 12:55:51 +00:00
  • 6a9b713ce3 Add files for Py3.5 Ismail 2016-03-03 12:55:27 +00:00
  • b7f4055c08 Create files for Py3.4 Ismail 2016-03-03 12:54:54 +00:00
  • 865ec0e277 Remove unnecessary __methods__ Ismail 2016-03-02 22:47:55 +00:00
  • 8db369f7e2 Improve types on ElementPath Ismail 2016-02-29 15:28:03 +00:00
  • 1fc5b0b8c5 Type check rest of ElementTree file Ismail 2016-02-26 17:30:49 +00:00
  • 1f0afa5751 Type check Element class Ismail 2016-02-11 12:46:05 +00:00
  • 792604ec60 Add type hints to ElementInclude.pyi Ismail 2016-02-11 11:41:58 +00:00
  • 630f718376 Improve Python 2.7 inspect stub Jakub Stasiak 2016-03-09 02:24:15 +01:00
  • 5e0c61f8e0 Fix traceback.pyi right. (Sorry!) Guido van Rossum 2016-03-08 11:00:23 -08:00
  • 6a496215e7 Revert "Merge pull request #95 from youtux/feature/decimal-2.7" Guido van Rossum 2016-03-08 10:38:45 -08:00
  • 8b636df95a fix import fails with relative one Maxim Kurnikov 2016-03-08 14:55:06 +03:00
  • efb0cb9fdb fix some test fails, remove pip directory for now for simplicity Maxim Kurnikov 2016-03-08 14:48:43 +03:00
  • 6688dc6ea1 stubs for pkg_resources package Maxim Kurnikov 2016-03-07 23:45:57 +03:00
  • f901fff70e Add missing import of List from typing. Guido van Rossum 2016-03-07 15:47:39 -08:00
  • f151033476 version for python 3 Filip Hron 2016-03-07 23:21:02 +01:00
  • 96bb21f023 Stubs for pdb (only the most useful functions). Guido van Rossum 2016-03-07 12:17:41 -08:00
  • 753e6452db little edit Filip Hron 2016-03-07 15:25:01 +01:00
  • fc9d795460 geting rid of backslashes and other stuff Filip Hron 2016-03-07 14:51:24 +01:00
  • 372948b3d2 Remove KeysView & ItemsView from py2 type hints Ismail 2016-03-07 13:08:46 +00:00
  • 403261724a Add pyi files for Py2.7 Ismail 2016-03-07 13:02:40 +00:00
  • f710c1f313 Merge pull request #102 from onyb/onyb-patches Guido van Rossum 2016-03-05 21:05:24 -08:00
  • 01e817b17c Merge pull request #104 from ymyzk/update-gc Guido van Rossum 2016-03-05 21:03:43 -08:00
  • c8146aa9c2 Merge pull request #103 from ymyzk/update-zlib Guido van Rossum 2016-03-05 21:02:42 -08:00
  • 3193c317df Update stub for zlib Yusuke Miyazaki 2016-03-05 13:38:24 +09:00
  • 7c6e946386 Update stub for gc Yusuke Miyazaki 2016-03-05 14:25:21 +09:00
  • 09eeeea9f7 Add stub for multiprocessing.cpu_count() Anirudha Bose 2016-03-05 05:17:04 +05:30
  • 677a35cd54 Make pyi files work for Py3 and Py3.1 Ismail 2016-03-04 16:44:41 +00:00
  • 7d8808a07f Date is datetime.datetime type Filip Hron 2016-03-04 10:42:36 +01:00
  • 7755945c3e minor changes Filip Hron 2016-03-04 02:12:28 +01:00
  • f85c695648 small fixture Filip Hron 2016-03-04 01:56:41 +01:00
  • eaa9f3f0d0 sqlite3 documentation excursion Filip Hron 2016-03-04 01:46:51 +01:00
  • 4297e82bc8 Hack for mypy issue #1254. Guido van Rossum 2016-03-03 09:58:44 -08:00
  • 8808bac6fc Merge pull request #99 from Naruto0/master Guido van Rossum 2016-03-03 09:21:46 -08:00
  • 4cc112fa07 Merge pull request #100 from jstasiak/type-overload Guido van Rossum 2016-03-03 09:17:39 -08:00
  • e7e50b6997 attempt to get rid of TODOS, should i edit tests too? Filip Hron 2016-03-03 16:55:33 +01:00
  • 335be6b94e Add files for Py 3.3 and 3.2 Ismail 2016-03-03 12:55:51 +00:00
  • f3dc9dd361 Add files for Py3.5 Ismail 2016-03-03 12:55:27 +00:00
  • 9f072a928f Create files for Py3.4 Ismail 2016-03-03 12:54:54 +00:00
  • 41f0e7c8b6 Define three argument type() overload (Python 3) Jakub Stasiak 2016-03-03 09:14:56 +00:00
  • 5b92f7cbc5 putting @overload decorator back to getsockopt method Filip Hron 2016-03-03 10:15:56 +01:00
  • fee8196459 overload fix Filip Hron 2016-03-03 10:10:45 +01:00
  • 0a11b5e898 putting @overload decorator back to getsockopt method Filip Hron 2016-03-02 23:09:27 +01:00
  • 4ac61ea543 Remove unnecessary __methods__ Ismail 2016-03-02 22:47:55 +00:00
  • d5cf02390f refractoring py2 socket by removing override decorator Filip Hron 2016-03-02 23:09:27 +01:00
  • 2ae555c144 refractoring overload Filip Hron 2016-03-02 14:07:37 +01:00
  • 6076c051d5 Merge pull request #97 from dahlia/syntax-error-attributes Guido van Rossum 2016-02-29 10:15:57 -08:00
  • e525cd3253 Improve types on ElementPath Ismail 2016-02-29 15:28:03 +00:00
  • 9f1ea9c412 Specify attribute types of SyntaxError Hong Minhee 2016-02-28 05:45:35 +09:00
  • a7221265cc Install from python/mypy instead of JukkaL/mypy. Guido van Rossum 2016-02-28 18:59:47 -08:00
  • f9a9fc56ac Merge pull request #96 from wittekm/fixTypeshedForTraceback Greg Price 2016-02-26 19:12:24 -08:00
  • 00758f39dd Fixed 2.7 stubs for traceback Max Wittek 2016-02-26 18:03:24 -08:00
  • 0a496917e3 Merge pull request #95 from youtux/feature/decimal-2.7 Guido van Rossum 2016-02-26 13:09:42 -08:00
  • 00779c9564 stub for decimal, 2.7 only Alessio Bogon 2016-02-26 20:49:50 +01:00
  • a87e70f348 go back to 3-only, decimal Alessio Bogon 2016-02-26 20:47:26 +01:00
  • d518702ce6 comment version-specific code Alessio Bogon 2016-02-26 20:21:01 +01:00
  • 7955a1815e move decimal to 2and3 Alessio Bogon 2016-02-26 18:52:39 +01:00
  • bb3fc382a1 Type check rest of ElementTree file Ismail 2016-02-26 17:30:49 +00:00
  • c8630a238d Merge pull request #93 from ddfisher/master David Fisher 2016-02-25 12:04:44 -08:00
  • c50e0e6179 Remove contents of problematic asyncio __all__s David Fisher 2016-02-25 11:59:25 -08:00
  • 2840e71fbf Merge pull request #92 from lbolla/issue87-shelve Guido van Rossum 2016-02-25 10:59:37 -08:00
  • e088d13f2f Issue #87 Stub for shelve Lorenzo Bolla 2016-02-25 09:41:32 +00:00
  • 2e7163f5a7 Merge pull request #90 from lbolla/issue88-calendar Guido van Rossum 2016-02-24 20:43:30 -08:00
  • fb4910ed6d Remove Year/Month/Day/Week type aliases Lorenzo Bolla 2016-02-24 22:38:32 +00:00
  • 12d348fe67 Remove mention to internal variables Lorenzo Bolla 2016-02-24 22:19:25 +00:00
  • a69eb2730f Merge pull request #91 from ddfisher/master Guido van Rossum 2016-02-24 13:16:24 -08:00
  • ce938b367b Remove True/False/None optional arguments. Lorenzo Bolla 2016-02-24 21:01:41 +00:00
  • c48d66f28a Fix asyncio.coroutine signature David Fisher 2016-02-24 11:35:42 -08:00
  • d872968e32 Issue 88: Stub for calendar module Lorenzo Bolla 2016-02-24 12:43:27 +00:00
  • 335ef31893 Merge pull request #85 from ddfisher/master Matthias Kramm 2016-02-23 20:14:15 -06:00
  • 727501521c Merge pull request #86 from sid-kap/fix_reduce_type Guido van Rossum 2016-02-22 15:51:04 -08:00
  • 8b428ce2ff Fix imports Sidharth Kapur 2016-02-22 17:44:07 -06:00