Commit Graph

2748 Commits

Author SHA1 Message Date
Matthias Kramm
5a66e2f21f Fix errors in _socket.pyi. 2015-09-22 12:55:02 -07:00
Matthias Kramm
cd3c5d6378 Add _socket.pyi 2015-09-22 12:43:47 -07:00
Matthias Kramm
ce33a45411 add _weakref.pyi 2015-09-21 15:14:18 -07:00
Matthias Kramm
2adf05eec7 Add _warnings.pyi 2015-09-21 15:06:51 -07:00
Matthias Kramm
35686d817a add _symtable.pyi 2015-09-21 14:45:11 -07:00
Matthias Kramm
4b5be189f3 add missing constructors to _sha256, _sha512 2015-09-21 14:20:02 -07:00
Matthias Kramm
95d83049a1 add _sha512.pyi 2015-09-21 14:17:59 -07:00
Matthias Kramm
585d04ca27 add _sha256.pyi 2015-09-21 14:16:38 -07:00
Matthias Kramm
df26fc5fd6 add _sha.pyi 2015-09-21 14:14:40 -07:00
Matthias Kramm
ecab81569c add _md5.pyi 2015-09-21 14:12:40 -07:00
Matthias Kramm
8b4aed493a add _locale.pyi 2015-09-21 14:04:18 -07:00
Matthias Kramm
5cb947bb94 add _ast.pyi 2015-09-21 13:43:45 -07:00
Matthias Kramm
1ce0b666f4 improve _bisect.pyi 2015-09-21 10:20:28 -07:00
Matthias Kramm
b192b6fed8 improve array.pyi 2015-09-21 10:11:04 -07:00
Matthias Kramm
9ba44c7a80 improve zipimport module 2015-09-21 09:12:30 -07:00
Matthias Kramm
26670ee4b3 add grp.pyi 2015-09-21 08:50:58 -07:00
Matthias Kramm
6a9d746ac9 add syslog.pyi 2015-09-21 08:34:37 -07:00
Matthias Kramm
0e6ba447d2 add spwd.pyi 2015-09-21 08:29:25 -07:00
Matthias Kramm
14cbfb0dea add posix.pyi 2015-09-21 08:19:03 -07:00
Matthias Kramm
8624f88996 add pwd.pyi 2015-09-17 15:12:56 -07:00
Matthias Kramm
3471cfedc6 add cPickle 2015-09-17 15:00:00 -07:00
Matthias Kramm
6f667fc1d5 README: move syntax example upwards 2015-09-17 09:21:18 -07:00
Matthias Kramm
771c209b95 add exceptions.pyi 2015-09-17 09:17:50 -07:00
Matthias Kramm
77196ae0f6 rework directory hierarchy 2015-09-17 08:33:18 -07:00
Matthias Kramm
9cbe15e57f Add binascii, errno, fcntl, imp, marshal, select, sys, unicodedata.
Some stubs inspired or adapted from mypy stubs.
2015-09-16 15:30:12 -07:00
Matthias Kramm
199abc980c Add paragraph about builtins vs stdlib. 2015-09-16 12:36:01 -07:00
Matthias Kramm
6be8de84e9 fix syntax errors 2015-09-15 15:47:41 -07:00
Matthias Kramm
6019cad152 change GenericType to Generic 2015-09-15 15:41:17 -07:00
Matthias Kramm
ac17e9afcf Add missing 'self' 2015-09-15 14:51:06 -07:00
Matthias Kramm
dd042b3255 Improve several stubs. (math, _random, time, etc.)
Some of these are derived from mypy/stubs/.
2015-09-15 14:34:42 -07:00
Matthias Kramm
42afca768b Fix markdown table 2015-09-15 08:18:19 -07:00
Matthias Kramm
20f28061a2 use '-> Any' instead of '-> object' 2015-09-15 08:13:31 -07:00
Matthias Kramm
edd35eaf2e Get rid of 'Undefined' 2015-09-15 08:06:30 -07:00
Matthias Kramm
7feb677d6b Rename .py to .pyi. 2015-09-15 07:58:50 -07:00
Matthias Kramm
29699f3a60 More generic directory hierarchy. 2015-09-15 07:57:26 -07:00
Matthias Kramm
5b31046d8e Fix typo: percise -> precise 2015-06-22 11:08:08 -07:00
Matthias Kramm
fcb1294932 Add 'contributions' and 'roadmap' sections to README.md 2015-06-13 17:27:56 -07:00
Matthias Kramm
792f9bde81 fix link in README.md 2015-05-20 10:17:49 -07:00
Matthias Kramm
c12e977403 Use '...' instead of 'pass' for function bodies 2015-05-20 10:14:18 -07:00
matthiaskramm
c30fb8a6df Merge pull request #11 from kirbyfan64/kirbyfan64-patch-1
Fix link to PEP 484
2015-05-03 09:18:54 -07:00
Ryan Gonzalez
ec65552ade Fix link to PEP 484 2015-04-24 18:22:40 -05:00
Matthias Kramm
823b267a93 Change README.md example to use 'Undefined'. 2015-03-25 09:09:34 -07:00
Matthias Kramm
fd1e46590f Change "NoneType" to "None". Add missing imports. 2015-03-25 09:03:19 -07:00
Matthias Kramm
c2c162a723 Add Python 3 modules, and more Python 2 modules.
Also, sort names alphabetically and add module docstrings.
2015-03-24 15:36:33 -07:00
Matthias Kramm
231d854ef3 add some Python 2 modules 2015-03-12 14:21:34 -07:00
Matthias Kramm
83cdec9a4c Add project and format description to README.md 2015-03-05 08:39:38 -08:00
Jukka Lehtosalo
9640fe569d Add directories for Python 2 and Python 3 stubs 2015-03-04 20:57:49 -08:00
Jukka Lehtosalo
893f49bd80 Initial commit 2015-03-04 20:51:28 -08:00