cpython/Modules
Larry Hastings 462582651c Two minor Argument Clinic bugfixes: use the name of the class in the
docstring for __new__ and __init__, and always use "goto exit" instead of
returning "NULL" for failure to parse (as _new__ and __init__ return ints).
2014-01-22 03:05:49 -08:00
..
_ctypes Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:33:23 +02:00
_decimal Issue #19936: Remove executable bits from C source files and several forgotten 2014-01-16 18:48:45 +02:00
_io Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown. 2013-12-21 15:51:54 +01:00
_multiprocessing
_sqlite (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid 2013-12-19 16:39:00 +01:00
cjkcodecs
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c merge 3.3 (#20250) 2014-01-13 23:56:30 -05:00
_cryptmodule.c Clinic-ize the crypt module. Derby! 2014-01-14 21:00:27 +01:00
_csv.c Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and 2013-12-19 16:28:04 +02:00
_curses_panel.c
_cursesmodule.c Two minor Argument Clinic bugfixes: use the name of the class in the 2014-01-22 03:05:49 -08:00
_datetimemodule.c Issue #19273: The marker comments Argument Clinic uses have been changed 2014-01-07 12:41:53 -08:00
_dbmmodule.c Two minor Argument Clinic bugfixes: use the name of the class in the 2014-01-22 03:05:49 -08:00
_elementtree.c
_freeze_importlib.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 2014-01-20 21:35:06 +02:00
_lzmamodule.c
_math.c
_math.h
_opcode.c Two minor Argument Clinic bugfixes: use the name of the class in the 2014-01-22 03:05:49 -08:00
_operator.c
_pickle.c Two minor Argument Clinic bugfixes: use the name of the class in the 2014-01-22 03:05:49 -08:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c Issue #19723: Missed one conversion to the new Argument Clinic syntax. 2014-01-07 14:25:26 -08:00
_ssl.c avoid a compiler warning about assigning const char * to char *. 2014-01-17 12:09:05 -08:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c Issue #20226: Major improvements to Argument Clinic. 2014-01-16 11:32:01 -08:00
_testembed.c
_testimportmultiple.c
_threadmodule.c threading.RLock._acquire_restore() now raises a TypeError instead of a 2014-01-02 12:47:24 +01:00
_tkinter.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 2014-01-20 21:35:06 +02:00
_tracemalloc.c tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE 2013-12-16 23:06:19 +01:00
_weakref.c Issue #20287: Argument Clinic's output is now configurable, allowing 2014-01-17 17:47:17 -08:00
_winapi.c
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c fix refleak in the error case 2014-01-13 09:20:53 -05:00
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c Merge: #19970: Fix some comment typos. 2013-12-13 20:53:26 -05:00
fcntlmodule.c Issue #16136: Remove VMS support and VMS-related code 2013-12-21 16:19:10 +01:00
fpectlmodule.c Issue #16136: Remove VMS support and VMS-related code 2013-12-21 16:19:10 +01:00
fpetestmodule.c
gc_weakref.txt
gcmodule.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 2014-01-20 21:35:06 +02:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Issue #16136: Remove VMS support and VMS-related code 2013-12-21 16:19:10 +01:00
grpmodule.c Issue #16136: Remove VMS support and VMS-related code 2013-12-21 16:19:10 +01:00
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c Issue #15475: Add __sizeof__ implementations for itertools objects. 2013-12-09 17:45:57 +02:00
ld_so_aix.in
ld_so_beos
main.c Issue #16136: Remove VMS support and VMS-related code 2013-12-21 16:19:10 +01:00
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c Issue #16136: Remove VMS support and VMS-related code 2013-12-21 16:19:10 +01:00
nismodule.c
ossaudiodev.c Issue #16404: Add checks for return value of PyLong_FromLong() in 2013-12-17 15:12:46 +02:00
overlapped.c
parsermodule.c (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error 2014-01-02 11:50:10 +01:00
posixmodule.c merge 3.3 (#17811) 2014-01-18 22:57:05 -05:00
posixmodule.h
pwdmodule.c Issue #16136: Remove VMS support and VMS-related code 2013-12-21 16:19:10 +01:00
pyexpat.c
python.c
readline.c
resource.c Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. 2013-12-08 14:35:55 +01:00
rotatingtree.c
rotatingtree.h
selectmodule.c (Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from 2014-01-21 01:42:11 +01:00
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c merge 3.3 (#20251) 2014-01-14 00:22:50 -05:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c Issue #19273: The marker comments Argument Clinic uses have been changed 2014-01-07 12:41:53 -08:00
unicodedata_db.h
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c merge 3.3 2014-01-09 09:36:23 -06:00
zlibmodule.c Two minor Argument Clinic bugfixes: use the name of the class in the 2014-01-22 03:05:49 -08:00