Commit Graph

  • 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
  • 241e741ef2 Change Iterator to Iterable in type of reduce Sidharth Kapur 2016-02-22 17:41:47 -06:00
  • 2904b80369 Update type for reduce in stdlib/2.7/functools Sidharth Kapur 2016-02-22 17:27:46 -06:00
  • f7349d46e9 Add comment about True/False omission in 2.7 builtins David Fisher 2016-02-20 22:47:38 -08:00
  • dc647c3ed5 Fix imports Sidharth Kapur 2016-02-20 22:49:12 -06:00
  • fd9310fa97 Overload the reduce function Sidharth Kapur 2016-02-20 22:46:39 -06:00
  • b0c0f94210 Fix type for reduce Sidharth Kapur 2016-02-20 22:31:17 -06:00
  • 8d8e7caa77 Merge pull request #81 from dsp/asyncio Guido van Rossum 2016-02-19 21:19:38 -08:00
  • 70ddf02d21 Use relative imports in asyncio.tasks and asyncio.futures David Soria Parra 2016-02-19 19:51:11 -08:00
  • 3223a693d5 Add type information for asyncio.subprocess David Soria Parra 2016-01-28 19:41:01 -08:00
  • bce32b0382 Add type information for asyncio.streams David Soria Parra 2016-01-29 16:13:35 -08:00
  • 48b3b260d1 Remove invalid Python 3 syntax David Fisher 2016-02-18 16:25:30 -08:00
  • 2def7d1382 Type check Element class Ismail 2016-02-11 12:46:05 +00:00
  • 59d8f58d63 Add type hints to ElementInclude.pyi Ismail 2016-02-11 11:41:58 +00:00
  • 3910b79361 Add type information for asyncio.protocols David Soria Parra 2016-01-29 16:10:48 -08:00
  • 23ecee29d3 Add type information for asyncio.transports David Soria Parra 2016-01-29 16:08:57 -08:00
  • 0f5c38a2ce Add type information for asyncio.events.AbstractServer David Soria Parra 2016-01-29 15:48:10 -08:00
  • 4d0a9e6d49 Add type information for asyncio.coroutines David Soria Parra 2016-01-29 15:53:21 -08:00
  • 4292211da9 Merge pull request #79 from timabbott/sys.exit Guido van Rossum 2016-02-05 11:38:06 -08:00
  • a648f5eee1 Fix incorrect sys.exit() type. Tim Abbott 2016-02-05 11:22:45 -08:00
  • 89ed6e92d4 Add abc.abstractproperty (Python 3) Jukka Lehtosalo 2016-02-04 15:36:51 +00:00
  • b6e1964881 Add missing definition of compile() for 2.7. Guido van Rossum 2016-02-03 21:32:41 -08:00
  • bc26b28d78 Try using "pip install -U ..." to install mypy; does this make the test failure disappear? Guido van Rossum 2016-02-03 17:21:08 -08:00
  • ad8019da53 Merge pull request #78 from rmcgibbo/minmax Guido van Rossum 2016-02-03 17:18:19 -08:00
  • 9933080b04 Update builtins.pyi Robert T. McGibbon 2016-02-03 15:20:03 -08:00
  • 8739c4a188 Improvements to builtins min/max Robert T. McGibbon 2016-02-03 15:16:52 -08:00
  • 21613072c2 Merge pull request #76 from timabbott/urlunparse Guido van Rossum 2016-02-02 13:26:57 -08:00
  • e8dc3cdd7b Fix urlunparse stubs for 2.7 to correctly support a list/iterator argument. Tim Abbott 2016-02-02 11:29:15 -08:00
  • 6e69d24b07 Merge pull request #75 from ismail-s/feature/type_check_webbrowser Guido van Rossum 2016-02-01 09:28:09 -08:00
  • 8f2e1ac885 Only define Chrome class on py2.7 or >3.2 Ismail 2016-02-01 10:02:54 +00:00
  • b6dfeebe1e Move webbrowser.pyi to 2and3 folder Ismail 2016-02-01 10:00:53 +00:00
  • 68f771266d Merge pull request #74 from timabbott/exec Guido van Rossum 2016-01-29 18:02:35 -08:00
  • 0632f2e530 Add missing exec*, EX_* stubs for python 2 and fix py3 types. Tim Abbott 2016-01-29 17:54:06 -08:00
  • 22990dff4e Merge pull request #73 from ismail-s/feature/type_check_webbrowser Guido van Rossum 2016-01-29 12:13:41 -08:00
  • 538429c1e1 Merge pull request #72 from timabbott/sqlalchemy Guido van Rossum 2016-01-29 10:19:55 -08:00
  • 56621384a0 Type Check webbrowser py3 module Ismail 2016-01-29 14:12:09 +00:00
  • 9c816a32c4 Expand the sqlalchemy stubs related to the Column model. Tim Abbott 2016-01-28 21:46:29 -08:00
  • 730ea8ce73 Merge pull request #70 from timabbott/sqlalchemy Guido van Rossum 2016-01-28 13:26:02 -08:00
  • 913495886d Wrote a runtests.py script. It has some flaws, hence the -x args in .travis.yml. Guido van Rossum 2016-01-28 13:22:45 -08:00
  • 123b3cb2ea Fix and greatly expand stubs for sqlalchemy. Tim Abbott 2016-01-27 19:13:51 -08:00
  • f6f3d4d9ca Sigh. Need to write a local test script. Guido van Rossum 2016-01-28 11:36:52 -08:00
  • f77e9dc9a0 Better approach to testing. Fixes #7. Guido van Rossum 2016-01-28 11:17:26 -08:00
  • 6452fb0c90 Merge pull request #71 from timabbott/urllib Guido van Rossum 2016-01-28 10:29:16 -08:00
  • f624349a46 Re-enable python 2 urllib.error stubs. Tim Abbott 2016-01-27 22:13:54 -08:00
  • 9ad37b5701 Add urllib.request.proxy_bypass stubs. Tim Abbott 2016-01-27 22:12:16 -08:00
  • 0cb13efa28 Add python 2 urllib2 stubs. Tim Abbott 2016-01-27 22:08:23 -08:00
  • fcb63d2028 Add stubs for UserList, UserString, UserDict. Tim Abbott 2016-01-27 21:33:26 -08:00
  • c48b931d92 Merge pull request #69 from timabbott/tabbott-html Guido van Rossum 2016-01-27 21:21:57 -08:00
  • 390b566a31 Comment out references to modules without stubs introduced by accident. Guido van Rossum 2016-01-27 21:16:40 -08:00
  • 5f8358f7e3 Add html_entities import stubs to six.moves. Tim Abbott 2016-01-27 17:44:07 -08:00
  • 9db84e7ffe Add stubs for HTMLParser, html.parser, and six.moves.html_parser. Tim Abbott 2016-01-27 17:30:36 -08:00
  • b9ad64a038 Merge pull request #68 from timabbott/tabbott-stubs Guido van Rossum 2016-01-27 19:49:53 -08:00
  • 9b9c232f75 Fix ast.parse(). The 2nd and 3rd arg are optional. Matthias Kramm 2016-01-27 19:25:59 -08:00
  • 8af7ece855 Port unittest stub from python 3 to python 2.7. Tim Abbott 2016-01-27 14:57:31 -08:00
  • f6a0b8de0c Expand stub for simplejson module to include decoders/encoders. Tim Abbott 2016-01-27 14:41:53 -08:00
  • b30ca8e42b Add python 2 email.message_from_* stubs (and add types for py3). Tim Abbott 2016-01-27 13:58:17 -08:00
  • 9cc81d4eeb Add 2.7 stubs for dict.fromkeys(). Fixes mypy #1176. Guido van Rossum 2016-01-27 15:20:46 -08:00
  • 3ba178ddc4 Merge pull request #67 from howardzlee/frozenset Matthias Kramm 2016-01-27 14:56:11 -08:00
  • f8f0551a9e Copy frozenset stubs from 3/builtins.pyi into 2.7/__builtin__.pyi. Howard Lee 2016-01-27 14:31:50 -08:00
  • 4f4c6ff786 Fix constructor signatures to 2.7/cPickle.{Pickler,Unpickler}. Guido van Rossum 2016-01-27 11:43:45 -08:00
  • 14ffe2c13a Fix signature for 2.7/binascii.crc32(). Guido van Rossum 2016-01-27 11:42:47 -08:00
  • e40c3eb8c9 Revert "Fix min()/max() overloading with key= parameter. Fixes #1150." Guido van Rossum 2016-01-27 11:10:40 -08:00
  • 73dfe84342 Merge pull request #61 from timabbott/tabbott-six Guido van Rossum 2016-01-27 09:09:10 -08:00
  • 11e179501a Add six.moves.urllib stubs using imports. Tim Abbott 2016-01-26 12:49:32 -08:00
  • bcdec9043d Redo six.moves to be implemented purely using imports. Tim Abbott 2016-01-26 12:47:16 -08:00
  • 8f3f56d07f Add some missing python 3 urllib.parse stubs. Tim Abbott 2016-01-26 15:22:24 -08:00
  • 9e62b7df06 Add urllib.response stub for Python 3. Tim Abbott 2016-01-26 15:28:26 -08:00
  • 70eb00d3f2 Fix missing urllib.error ContentTooShortError stub. Tim Abbott 2016-01-26 15:13:45 -08:00
  • f036fd05f3 Add stubs for urllib.robotparser. Tim Abbott 2016-01-26 15:40:33 -08:00
  • a725360139 Make six.moves into a module. Tim Abbott 2016-01-26 12:45:32 -08:00
  • 99175b6815 Merge pull request #64 from python/travis3 Guido van Rossum 2016-01-26 20:14:45 -08:00
  • b3666b52cf Test 2and3, 3.3, 3.4. Guido van Rossum 2016-01-26 20:10:24 -08:00
  • 51807bfa6a Merge pull request #63 from python/travis2 Guido van Rossum 2016-01-26 20:05:43 -08:00
  • bf1dde5636 Fix tokenize.pyi; fix cp command. Guido van Rossum 2016-01-26 20:01:34 -08:00
  • 9e15a1db0a Add stdlib/2.7 to Travis CI tests. Guido van Rossum 2016-01-26 17:30:54 -08:00
  • 9e2df48687 Merge pull request #62 from python/travis Guido van Rossum 2016-01-26 17:19:56 -08:00
  • ba4d782f70 Fix bug in traceback.pyi (hey, tests are useful!). Guido van Rossum 2016-01-26 16:57:45 -08:00
  • b091a7311c Use the correct pip install incantation. Guido van Rossum 2016-01-26 16:54:18 -08:00
  • c6f15133cf Add a Travis CI configuration. Guido van Rossum 2016-01-26 16:50:47 -08:00
  • 920def0b1e Fix datetime.timedelta() argument types to be floats. Tim Abbott 2016-01-25 17:43:36 -08:00