Commit Graph

  • b6b8554c6b Add stub version of Type[C] (#216) Guido van Rossum 2016-05-24 16:44:13 -07:00
  • 25f5c9c6f8 Added type annotations and small fixes (#219) Dakkaron 2016-05-23 18:16:01 +02:00
  • 11049f9a4f Fix html.escape signature (#218) Florian Bruhin 2016-05-19 23:37:19 +02:00
  • 8503f13a41 Add types for gettext (#217) David Shea 2016-05-19 17:34:38 -04:00
  • 2bb026cd76 Fix type of getsockopt (#213) David Euresti 2016-05-18 15:30:24 -07:00
  • 9154cd1320 type errors in codecs.EncodedFile (#208) Valérian Rousset 2016-05-18 15:43:33 +02:00
  • bb5c93a217 Add __version__ to requests (#206) Eklavya Sharma 2016-05-18 09:58:45 +05:30
  • 355143851a Use __delete__, not __del__, in class property. See comments on #199. Guido van Rossum 2016-05-17 11:26:14 -07:00
  • 8e3bde1dab getpass return str (#204) jukebox 2016-05-17 15:32:03 +02:00
  • 70389d14ee Make property a type (#199) beckjake 2016-05-16 14:24:55 -06:00
  • 3e37029bfe Almost all re functions take a compiled pattern. (Even re.compile()!) (#203) Guido van Rossum 2016-05-16 11:25:59 -07:00
  • d09cc058a6 Add note about not using basestring in tempfile Jukka Lehtosalo 2016-05-16 17:46:41 +01:00
  • d3d6a47302 Accept more unicode in 2.7 tempfile stubs (#201) Jukka Lehtosalo 2016-05-16 13:37:15 +01:00
  • cd12f6e255 Add some missing "type" attributes (#200) Jakub Stasiak 2016-05-14 19:18:36 +02:00
  • e9efb31aa7 fix integration of io with mypy (#196) Valérian Rousset 2016-05-13 01:52:36 +02:00
  • 5c881a6b86 Add apply() and coerce() to 2.7 builtins. Guido van Rossum 2016-05-12 15:50:41 -07:00
  • 833a81d85e Add __future__.generator_stop for Python 3.5 (#195) Thomas Grainger 2016-05-12 23:39:55 +01:00
  • ea734c69d0 Fix subprocess stubs (#198) Tim Abbott 2016-05-12 14:45:23 -07:00
  • 9fdac6e0df improve io (#194) Valérian Rousset 2016-05-11 19:47:24 +02:00
  • 33fe6a0685 Add os.replace() James Tatum 2016-05-07 13:22:16 -07:00
  • e2ce50b525 enable string arguments for start, end, and span methods of Match object detlefla 2016-05-07 18:53:24 +02:00
  • 0be5a11496 A couple new definitions, some more unicode for 2.7 (#185) Michael R. Crusoe 2016-05-06 18:14:49 +02:00
  • eab591bb08 Change datetime.datetime.astimezone tz argument type from timezone to tzinfo (#186) Ran Benita 2016-05-06 18:06:22 +03:00
  • c2194c9761 add AST.__init__ annotation (#184) Valérian Rousset 2016-05-05 12:32:06 +02:00
  • 292447bd62 Misc stub fixes (#181) Jukka Lehtosalo 2016-05-05 00:54:57 +01:00
  • c21d8a41d5 Fix 2.7 bisect stubs (lo/hi have defaults). (#182) Guido van Rossum 2016-05-04 14:46:19 -07:00
  • e8f626536e Add Python 3 ast module; update Python 2.7 ast module; fixup typed_ast (#170) David Fisher 2016-05-04 10:40:36 -07:00
  • 8dff6e481e Added bisect.pyi and ConfigParser.pyi (#171) Dakkaron 2016-05-04 19:39:52 +02:00
  • f5bfee6f35 Finish Python 3 hashlib stub (#179) Jakub Stasiak 2016-05-04 17:29:16 +02:00
  • d492c5360d pprint stream type (#178) FichteFoll 2016-05-03 20:48:38 +02:00
  • 6537649fda json.dump{s,}' indent parameter also supports str (#175) FichteFoll 2016-05-02 02:50:03 +02:00
  • dfd4365b45 Add abc.ABCMeta.register method (#176) James Tatum 2016-05-01 17:48:23 -07:00
  • 2b80cdf75e Use overloading rather than Union for MutableMapping.update (#174) rwbarton 2016-05-01 09:50:01 -07:00
  • a5d5dcc4f4 Fixes to os.environ (#172) Jukka Lehtosalo 2016-04-28 11:53:51 +01:00
  • fde085bbdd stdlib/2.7./codecs.pyi: added missing __enter__() and __exit__() (#167) Dakkaron 2016-04-27 19:23:42 +02:00
  • ce59cd4056 Add missing 3.3+ and 3.5+ math functions (#164) Michael Lee 2016-04-25 21:40:40 -07:00
  • 79554d6da2 Add type.__call__. Fix #158. (#159) Guido van Rossum 2016-04-25 08:22:00 -07:00
  • 25b18ebcc6 Add stubs for typed_ast (#156) David Fisher 2016-04-22 15:59:30 -07:00
  • 0f67b2a675 Fix Py2 hashlib.new arg type (#157) Linjie Ding 2016-04-22 15:35:47 -07:00
  • f5f349ca8f dateutil stubs (Python 3) jukebox 2016-04-22 17:04:58 +02:00
  • 8df19841bb Make Queue generic in Python 2, similar to Python 3 (#155) Jukka Lehtosalo 2016-04-22 15:49:02 +01:00
  • 5eaf522cde Fixes to urllib2 stubs (#154) Jukka Lehtosalo 2016-04-22 13:19:37 +01:00
  • a8ef40467d Fix type error in 2.7 stubs (#152) David Fisher 2016-04-20 14:07:30 -07:00
  • 2f59de4713 Change logging signatures to allow unicode (#150) Michael R. Crusoe 2016-04-18 18:41:38 +02:00
  • 088fd393b8 Add stdlib/3/tokenize.pyi (#151) Ben Darnell 2016-04-17 22:59:47 -04:00
  • 2ddbf901c9 2.7 stub updates (#149) Ben Darnell 2016-04-17 22:02:55 -04:00
  • fcef262a9b Support keyword arguments for dict() (Python 2) (#148) Jukka Lehtosalo 2016-04-17 13:07:54 +01:00
  • 78e6e9b740 Add Text to typing.pyi; it's an alias for unicode in 2.7, for str in 3. Guido van Rossum 2016-04-16 13:42:17 -07:00
  • 70c2274e94 Update dict(...) to accept keyword arguments (#147) Jukka Lehtosalo 2016-04-16 16:30:15 +01:00
  • 23ec1ff96a Break cycle between typing and collections. (Requires a fix in mypy.) Guido van Rossum 2016-04-15 21:31:49 -07:00
  • e8a477d69d Simple stub for tornado.testing (#145) Drew Haven 2016-04-13 13:09:12 -07:00
  • 9ff4bc1f60 Merge pull request #142 from smarkets/bz2-stub Matthias Kramm 2016-04-13 07:51:20 -05:00
  • 7535d41471 Add a very basic bz2 stub Jakub Stasiak 2016-04-12 12:55:04 +02:00
  • 761cbf3f59 Fix syntax error (#144) David Fisher 2016-04-12 16:09:07 -07:00
  • 7389610937 Added type declaration for multiprocessing.pool.ThreadPool and AsyncResult. (#143) Yasushi Saito 2016-04-12 14:42:15 -07:00
  • 68306484ae py3: traceback.pyi: added format_stack (#125) Pas 2016-04-11 06:42:49 +02:00
  • c7cdcede71 Merge pull request #141 from bdarnell/updates Guido van Rossum 2016-04-10 21:40:30 -07:00
  • 54e4f51e25 Stubgen _operator. Ben Darnell 2016-04-10 23:58:21 -04:00
  • 21d082a4bc Stubgen curses (and _curses) Ben Darnell 2016-04-10 20:26:50 -04:00
  • 9fa161fe51 Stubgen gzip (and _compression) Ben Darnell 2016-04-10 20:23:06 -04:00
  • e2dde66eb1 Stubgen assorted stdlib modules Ben Darnell 2016-04-10 20:10:35 -04:00
  • 57e25550bc concurrent.futures: stubgen Ben Darnell 2016-04-10 20:08:35 -04:00
  • a3498d9883 weakref: add WeakKeyDictionary Ben Darnell 2016-04-10 19:59:15 -04:00
  • 9d2f90d2dc collections: convert from module to package Ben Darnell 2016-04-10 19:55:17 -04:00
  • f489c54501 traceback: make first argument to format_exc optional Ben Darnell 2016-04-10 19:54:01 -04:00
  • f08160bd4c subprocess: make output argument to CalledProcessError optional Ben Darnell 2016-04-10 19:51:16 -04:00
  • 0248a5cbcf Add methods to __future__._Feature Ben Darnell 2016-04-10 19:50:26 -04:00
  • 8c59f8f58e Fix select stub for 2.7 (timeout should be optionally present and float) (#135) Katherine Lai 2016-04-10 20:46:37 -07:00
  • 4f483dc314 Precision surgery to take out sqlalchemy test failures (#140) Guido van Rossum 2016-04-10 20:45:42 -07:00
  • db3cc2e8da Enable typing.DefaultDict as an alias for collections.defaultdict (#139) Ivan Levkivskyi 2016-04-09 18:32:20 +02:00
  • 5f76369093 Move warnings.pyi into 2and3/. Matthias Kramm 2016-04-08 14:43:43 -07:00
  • 28dbd6cc6a change ='' to :str=... in httplib Matthias Kramm 2016-04-08 11:59:34 -07:00
  • 68400b74ab Add 2.7/optparse.pyi Matthias Kramm 2016-04-08 11:49:14 -07:00
  • b817f83e11 Add missing return type for __init__() Matthias Kramm 2016-04-08 11:37:36 -07:00
  • a6f1075055 Added stubs for 2.7 Selenium WebElement Max Wittek 2016-04-07 17:48:04 -07:00
  • dca8eeb1fe Ouch. The itertools.chain situation is slightly more complicated. Guido van Rossum 2016-04-07 15:34:45 -07:00
  • 17e74036f5 Implement itertools.chain.from_iterable(). Guido van Rossum 2016-04-07 14:48:26 -07:00
  • 56abd1e54b Add note about obtaining consent of package owner for third-party stubs. Guido van Rossum 2016-04-06 12:47:26 -07:00
  • 5894f631ae Merge pull request #134 from tharvik/master Guido van Rossum 2016-04-04 08:38:12 -07:00
  • 3c92450972 add __dict__ attribute to class instance tharvik 2016-04-04 08:46:04 +02:00
  • 5be96f78d8 Merge pull request #129 from isg/patch-2 Guido van Rossum 2016-03-23 13:30:57 -07:00
  • f2c309b363 Also updates python3's sqlite execute() Isaac Goldberg 2016-03-23 13:12:13 -07:00
  • bc2716ff33 Update dbapi2.pyi to allow execute without binding params Isaac Goldberg 2016-03-23 11:47:52 -07:00
  • 7484499ce5 Merge pull request #121 from jukebox/fileinput Guido van Rossum 2016-03-23 10:35:04 -07:00
  • 6d68962ed7 with Guido fixes Julien Hebert 2016-03-23 08:30:39 +01:00
  • bf501353a0 Hopeful fix for fcntl stubs -- change return values back to Any. Guido van Rossum 2016-03-22 12:21:17 -07:00
  • 53e2d43f37 Merge pull request #127 from mulkieran/master-reduce Guido van Rossum 2016-03-22 08:36:07 -07:00
  • f1d08cb420 Fix signature for reduce in some files. mulhern 2016-03-22 10:06:18 -04:00
  • 2eaf1933b8 files is optional Julien Hebert 2016-03-22 08:38:08 +01:00
  • 83e51ac3cb inherit Julien Hebert 2016-03-22 06:33:31 +01:00
  • a8d2158aaf missing import Julien Hebert 2016-03-21 11:00:55 +01:00
  • 871ebbf566 io anystr Julien Hebert 2016-03-21 10:58:00 +01:00
  • 6df6bc8f86 missing callable Julien Hebert 2016-03-20 21:54:24 +01:00
  • 5ae1c1beb7 wrong syntax Julien Hebert 2016-03-20 14:20:24 +01:00
  • 703b88b0c0 openhook is callable Julien Hebert 2016-03-20 14:10:33 +01:00
  • d1baa1deaa missing one Julien Hebert 2016-03-20 14:03:47 +01:00
  • 941f86a163 files type Julien Hebert 2016-03-20 13:55:19 +01:00
  • 78fa0cd5eb pep8 Julien Hebert 2016-03-20 13:49:37 +01:00
  • 4fdf23d5bd no unexported Julien Hebert 2016-03-20 13:25:17 +01:00
  • ac8ed664a9 without comments 2 Julien Hebert 2016-03-18 19:40:49 +01:00