cpython/Modules
2013-11-06 17:25:17 +01:00
..
_ctypes Issue #19437: Fix PyCFuncPtrType constructor, handle 2013-10-31 16:34:08 +01:00
_decimal Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() 2013-10-29 20:33:14 +01:00
_io Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure 2013-10-29 02:23:46 +01:00
_multiprocessing
_sha3 Issue #18742: Expose the internal hash type object for ABCs. 2013-10-22 15:05:23 +02:00
_sqlite Issue #19437: Fix pysqlite_cursor_iternext() of sqlite3, when the row factory 2013-11-05 14:50:30 +01:00
cjkcodecs CJK codecs: less magical macros, semicolon is now explicit 2013-10-29 00:59:44 +01:00
expat
zlib Issue #18527: Upgrade internal copy of zlib to 1.2.8 2013-10-21 12:03:09 +02:00
_bisectmodule.c
_bz2module.c #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). 2013-10-28 21:41:24 +01:00
_codecsmodule.c
_collectionsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string 2013-10-25 00:01:25 +03:00
_elementtree.c Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. 2013-10-23 19:21:55 +02:00
_freeze_importlib.c
_functoolsmodule.c
_gdbmmodule.c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string 2013-10-25 00:08:13 +03:00
_hashopenssl.c Issue #18582: fix memory leak in pbkdf2 code 2013-11-06 17:25:17 +01:00
_heapqmodule.c
_json.c
_localemodule.c Cleanup locale.localeconv(): move Py_DECREF() closer to the error 2013-10-29 19:28:20 +01:00
_lsprof.c
_lzmamodule.c #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). 2013-10-28 21:41:24 +01:00
_math.c
_math.h
_operator.c
_pickle.c Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an 2013-10-31 13:39:23 +01:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c Issue #19405: Fixed outdated comments in the _sre module. 2013-10-27 08:07:46 +02:00
_ssl.c Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure 2013-10-31 16:35:38 +01:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c Issue #19433: test_capi: check signness of some C types 2013-10-29 19:59:31 +01:00
_testembed.c
_testimportmultiple.c
_threadmodule.c Issue #19437: Fix _threading.RLock constructor (rlock_new), call 2013-11-05 15:10:19 +01:00
_tkinter.c
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c Issue #19418 Fix some warnings on Win64 2013-10-31 17:38:24 +00:00
binascii.c Merge #19411: Clarify that b2a_hex/hexlify returns a bytes object. 2013-11-03 13:22:17 -05:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c Issue #18742: Expose the internal hash type object for ABCs. 2013-10-22 15:05:23 +02:00
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk). 2013-10-30 14:44:05 -07:00
parsermodule.c
posixmodule.c Issue #19437: Fix os.statvfs(), handle errors 2013-10-30 18:55:24 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c
python.c
readline.c
resource.c Issue #16595: Add prlimit() to resource module 2013-10-22 11:21:54 +02:00
rotatingtree.c
rotatingtree.h
selectmodule.c Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error 2013-10-30 19:57:52 +01:00
Setup.config.in
Setup.dist
sha1module.c Issue #18742: Expose the internal hash type object for ABCs. 2013-10-22 15:05:23 +02:00
sha256module.c Issue #18742: Expose the internal hash type object for ABCs. 2013-10-22 15:05:23 +02:00
sha512module.c Issue #18742: Expose the internal hash type object for ABCs. 2013-10-22 15:05:23 +02:00
signalmodule.c
socketmodule.c
socketmodule.h
spwdmodule.c #18678: Correct names of spwd struct members. 2013-11-03 19:54:05 -05:00
sre.h Issue #18685: Restore re performance to pre-PEP 393 levels. 2013-10-26 10:45:48 +03:00
sre_constants.h
sre_lib.h Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. 2013-10-26 11:18:42 +03:00
symtablemodule.c merge 3.3 (#19393) 2013-10-26 13:22:08 -04:00
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() failures 2013-10-29 01:46:24 +01:00
zlibmodule.c