Commit Graph

  • 54b49839fc Improve return value of ArgumentParser.parse_args Matthias Kramm 2015-11-11 16:31:35 -08:00
  • 87f4f54000 Fix duplicate definition in array.pyi. Matthias Kramm 2015-11-09 15:37:29 -08:00
  • 2601a12c88 fix return types in _io.pyi Matthias Kramm 2015-11-09 14:06:49 -08:00
  • 3b47859261 Add missing 'type:' Matthias Kramm 2015-11-09 13:58:09 -08:00
  • 94c9ce8fd0 Consistently use '= ...' for optional parameters. Matthias Kramm 2015-11-09 13:55:00 -08:00
  • 375bf063b1 Fix parse errors Matthias Kramm 2015-11-09 13:37:08 -08:00
  • 20f8635d73 fix syntax errors in unicodedata.pyi Matthias Kramm 2015-11-09 10:36:29 -08:00
  • 4fe8915d44 Add missing '-> None' to all __init__ methods. Matthias Kramm 2015-11-09 10:25:08 -08:00
  • d2a3d4a4ed Use explicit "# type: str" instead of '' shortcut. Matthias Kramm 2015-11-09 07:59:14 -08:00
  • 63e441e804 Merge pull request #23 from o11c/six-no-moves matthiaskramm 2015-10-29 13:11:43 -07:00
  • 617e93fb11 add link to o11c/stubtool Matthias Kramm 2015-10-28 13:27:06 -07:00
  • 2e5489d0e6 Add six, except six.moves Ben Longbons 2015-10-27 14:53:11 -07:00
  • c0aea8e8aa Finish implementation of the types module Ben Longbons 2015-10-26 17:35:14 -07:00
  • 33036f1b3b Rename _ellipsis to ellipsis. Matthias Kramm 2015-10-21 10:54:28 -07:00
  • e158a97ab2 Add BufferError, Ellipsis to 2.7/ Matthias Kramm 2015-10-21 10:51:12 -07:00
  • 4f06e3b964 Add a 2.7 symlink builtins.pyi --> __builtin__.pyi Matthias Kramm 2015-10-20 10:06:20 -07:00
  • 7ccc71aa85 Merge pull request #20 from o11c/builtin matthiaskramm 2015-10-20 10:03:45 -07:00
  • bc5880c749 Fix name of the builtin module in python2 Ben Longbons 2015-10-19 19:28:54 -07:00
  • ee1930d861 Merge pull request #15 from o11c/lots matthiaskramm 2015-10-20 07:17:17 -07:00
  • c2f892a409 Fix stubs that assumed reexport without as Ben Longbons 2015-10-16 14:48:27 -07:00
  • 2f49dfa1f5 Backport enum for pre-3.4 Ben Longbons 2015-10-16 16:57:44 -07:00
  • 56fe787c74 Update a bunch of stubs Ben Longbons 2015-10-16 13:11:27 -07:00
  • e4a7edb949 Apply urllib3 fix from JukkaL Matthias Kramm 2015-10-12 15:27:37 -07:00
  • ea12378512 it's etree, not ertree Matthias Kramm 2015-10-12 14:31:57 -07:00
  • c1e554af68 fix syntax of types.pyi Matthias Kramm 2015-10-12 14:30:17 -07:00
  • 060c2e5648 add ertree stub from Ben Longbons Matthias Kramm 2015-10-12 10:48:43 -07:00
  • f2a12774ee Use SupportsBytes Ben Longbons 2015-10-10 21:14:24 -07:00
  • 75b3d91e02 fixes for types.CodeType (in 2.7/ and 3/) Matthias Kramm 2015-10-12 10:44:45 -07:00
  • 7709b96e05 move CodeType into types.pyi Matthias Kramm 2015-10-12 10:38:45 -07:00
  • 793f3399a7 Stub for inspect.stack() and related classes Ben Longbons 2015-10-10 19:25:30 -07:00
  • 8ee4065289 Stubs for bisect Ben Longbons 2015-07-26 09:29:59 -07:00
  • aa802a9d7c Add stubs for textwrap Ben Longbons 2015-07-31 15:55:08 -07:00
  • ebb3f51f7b Apply 'Add stub for pipes' patch from Ben Longbons. Matthias Kramm 2015-10-12 08:34:26 -07:00
  • 8754806bbf applied miscalleneous stub changes from Ben Longbons Matthias Kramm 2015-10-12 08:25:48 -07:00
  • 7d2a62b092 applied stub renaming fix from Ben Longbons Matthias Kramm 2015-10-12 08:22:47 -07:00
  • 16eff9e7b6 Applied typo fix from Anup Chenthamarakshan Matthias Kramm 2015-10-12 08:20:48 -07:00
  • 5c27ca2348 Add stub for contextlib.closing David 2015-08-31 07:36:04 +02:00
  • 4d39065569 Change Queue.put return type to Future[None] Vita Smid 2015-09-15 17:09:33 +02:00
  • b90372f226 Fixed Queue.get and Queue.put return types. Vita Smid 2015-08-21 10:09:30 +02:00
  • c59a54a81a apply subprocess 'cwd' fix from Vlad-Shcherbina Matthias Kramm 2015-10-07 08:41:07 -07:00
  • ec67428914 fix directory hierarchy in third_party/3/ Matthias Kramm 2015-10-01 18:04:49 -07:00
  • 001e5af0fa split _codecs into Python 2 and Python 3 versions. Matthias Kramm 2015-10-01 15:20:48 -07:00
  • 9edaf83284 Apply stub fixes from o11c. Matthias Kramm 2015-10-01 14:52:47 -07:00
  • 28e24a4664 minor wording fixes in LICENSE Matthias Kramm 2015-10-01 08:43:06 -07:00
  • 0ef9e34af2 Add paragraph about version checks to README.md Matthias Kramm 2015-10-01 08:40:00 -07:00
  • 25a41fa052 update README.md Matthias Kramm 2015-10-01 08:26:15 -07:00
  • a2f5703041 fix bugs in builtins/2.7/*.pyi Matthias Kramm 2015-10-01 08:02:44 -07:00
  • 3f713101a5 add type 'code' Matthias Kramm 2015-10-01 08:02:05 -07:00
  • dec2b91a7d fix bugs in cStringIO Matthias Kramm 2015-09-30 15:38:01 -07:00
  • 85bc37652a add missing imports in cmath.pyi Matthias Kramm 2015-09-30 15:32:12 -07:00
  • 9ab5976585 merge builtins/2.7/functools.pyi into stdlib/ Matthias Kramm 2015-09-30 12:22:30 -07:00
  • 43876def56 minor fixes to datetime.pyi Matthias Kramm 2015-09-30 12:12:23 -07:00
  • 3060e86d4d add builtins/2.7/functools.pyi Matthias Kramm 2015-09-30 12:09:28 -07:00
  • 56dcc02e25 Apply fixes, remove duplicates. Matthias Kramm 2015-09-30 12:04:57 -07:00
  • fc2ddb852c remove duplicate math.pyi Matthias Kramm 2015-09-30 12:02:43 -07:00
  • bb65ba14bd Merge branch 'mypy' Matthias Kramm 2015-09-30 11:42:15 -07:00
  • 337abed05a add (overwrite with) mypy stubs, if available Matthias Kramm 2015-09-30 07:36:12 -07:00
  • 69e10b3aed clean up _json.pyi Matthias Kramm 2015-09-28 15:15:31 -07:00
  • a3a4cdceec clean up _stat.pyi Matthias Kramm 2015-09-28 15:01:52 -07:00
  • 34d9cfa8ba move marshal.pyi into 2and3/ Matthias Kramm 2015-09-28 14:54:58 -07:00
  • 92a48d1c3d clean up builtins/3/_warnings.pyi Matthias Kramm 2015-09-28 14:54:11 -07:00
  • 7d8e473340 move math.pyi into 2and3/ Matthias Kramm 2015-09-28 14:52:06 -07:00
  • 511218ea28 move _heapq into 2and3/ Matthias Kramm 2015-09-28 14:51:21 -07:00
  • 06890ecf29 move _codecs.pyi into 2and3/ Matthias Kramm 2015-09-28 14:49:13 -07:00
  • 93779bb3f8 Add isfinite() to cmath. (Python 3 only) Matthias Kramm 2015-09-28 14:48:08 -07:00
  • 8f6f3f404b move cmath.pyi into 2and3 Matthias Kramm 2015-09-28 14:41:52 -07:00
  • 2ba26b69a9 move _bisect.pyi into 2and3 Matthias Kramm 2015-09-28 14:41:11 -07:00
  • a92ed64985 fix imports in atexit.pyi Matthias Kramm 2015-09-28 14:27:34 -07:00
  • e08327255e adding missing includes Matthias Kramm 2015-09-28 14:25:15 -07:00
  • 1a38d360c7 clean up _functools.pyi Matthias Kramm 2015-09-28 08:25:41 -07:00
  • cf4cdb12c2 clean up _collections.pyi Matthias Kramm 2015-09-28 07:56:37 -07:00
  • 212c58a56a clean up _sre.pyi Matthias Kramm 2015-09-24 08:48:26 -07:00
  • 3c4ace9772 clean up _heapq.pyi Matthias Kramm 2015-09-24 07:57:03 -07:00
  • 469ef878d2 clean up _struct.pyi Matthias Kramm 2015-09-24 07:37:57 -07:00
  • d30e72eb89 fix strop.pyi Matthias Kramm 2015-09-24 07:21:05 -07:00
  • 1552344a5b fix xxsubtype.pyi Matthias Kramm 2015-09-23 15:30:18 -07:00
  • babf085017 clean up cmath.pyi Matthias Kramm 2015-09-23 15:18:24 -07:00
  • 749b956403 clean up _codecs.pyi Matthias Kramm 2015-09-23 15:08:29 -07:00
  • ed4e400ca5 add _io.pyi Matthias Kramm 2015-09-22 15:23:46 -07:00
  • 5a66e2f21f Fix errors in _socket.pyi. Matthias Kramm 2015-09-22 12:54:57 -07:00
  • cd3c5d6378 Add _socket.pyi Matthias Kramm 2015-09-22 12:43:47 -07:00
  • ce33a45411 add _weakref.pyi Matthias Kramm 2015-09-21 15:14:18 -07:00
  • 2adf05eec7 Add _warnings.pyi Matthias Kramm 2015-09-21 15:06:51 -07:00
  • 35686d817a add _symtable.pyi Matthias Kramm 2015-09-21 14:45:07 -07:00
  • 4b5be189f3 add missing constructors to _sha256, _sha512 Matthias Kramm 2015-09-21 14:20:02 -07:00
  • 95d83049a1 add _sha512.pyi Matthias Kramm 2015-09-21 14:17:59 -07:00
  • 585d04ca27 add _sha256.pyi Matthias Kramm 2015-09-21 14:16:38 -07:00
  • df26fc5fd6 add _sha.pyi Matthias Kramm 2015-09-21 14:14:40 -07:00
  • ecab81569c add _md5.pyi Matthias Kramm 2015-09-21 14:12:40 -07:00
  • 8b4aed493a add _locale.pyi Matthias Kramm 2015-09-21 14:04:18 -07:00
  • 5cb947bb94 add _ast.pyi Matthias Kramm 2015-09-21 13:43:45 -07:00
  • 1ce0b666f4 improve _bisect.pyi Matthias Kramm 2015-09-21 10:20:28 -07:00
  • b192b6fed8 improve array.pyi Matthias Kramm 2015-09-21 10:11:04 -07:00
  • 9ba44c7a80 improve zipimport module Matthias Kramm 2015-09-21 09:12:30 -07:00
  • 26670ee4b3 add grp.pyi Matthias Kramm 2015-09-21 08:41:37 -07:00
  • 6a9d746ac9 add syslog.pyi Matthias Kramm 2015-09-21 08:34:37 -07:00
  • 0e6ba447d2 add spwd.pyi Matthias Kramm 2015-09-21 08:29:25 -07:00
  • 14cbfb0dea add posix.pyi Matthias Kramm 2015-09-21 08:19:03 -07:00
  • 8624f88996 add pwd.pyi Matthias Kramm 2015-09-17 15:12:56 -07:00
  • 3471cfedc6 add cPickle Matthias Kramm 2015-09-17 15:00:00 -07:00