cpython/Modules
2014-12-05 21:59:35 -05:00
..
_ctypes fix test where sizeof(long) != sizeof(int) 2014-11-06 00:52:58 -05:00
_decimal Introduce and check for MPD_VERSION_HEX for precise management of builds 2014-08-26 21:31:47 +02:00
_io fix possible double free in TextIOWrapper.__init__ (closes #22849) 2014-11-12 10:19:46 -05:00
_multiprocessing Issue #21704: Fix build error for _multiprocessing when semaphores 2014-07-28 23:01:02 +01:00
_sqlite Issue #21147: sqlite3 now raises an exception if the request contains a null 2014-09-11 13:29:05 +03:00
cjkcodecs
clinic
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c Issue #22166: clear codec caches in test_codecs 2014-09-15 23:50:44 +12:00
_collectionsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c Issue #22044: Fixed premature DECREF in call_tzinfo_method. 2014-07-25 14:59:48 -07:00
_dbmmodule.c
_elementtree.c
_freeze_importlib.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c Issue #22338: Fix a crash in the json module on memory allocation failure. 2014-09-10 23:31:42 +02:00
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c Fix typo. 2014-10-28 22:24:46 +01:00
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c Issue #22290: Fix error handling in the _posixsubprocess module. 2014-10-05 17:25:19 +02:00
_randommodule.c
_scproxy.c
_sre.c
_ssl.c allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) 2014-12-05 21:59:35 -05:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c Issue #22588: Fix typo in _testcapi.test_incref_decref_API() 2014-10-09 22:15:41 +02:00
_testembed.c
_testimportmultiple.c
_threadmodule.c
_tkinter.c Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with 2014-09-11 10:57:13 +03:00
_tracemalloc.c Removed duplicated words in in comments and docs. 2014-12-01 18:28:43 +02:00
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Issue #22581: Use more "bytes-like object" throughout the docs and comments. 2014-12-05 22:25:22 +02:00
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), 2014-09-30 13:54:14 +02:00
fcntlmodule.c Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian 2014-11-10 10:42:26 +02:00
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Issue #17095: Temporarily revert getpath.c change that added the Modules 2014-09-14 19:19:49 -07:00
grpmodule.c Closes #19342: improve docstrings in grp module. 2014-10-02 08:34:41 +02:00
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. 2014-08-19 17:11:20 +03:00
nismodule.c
ossaudiodev.c Issue #22369: Change "context manager protocol" to "context management protocol". 2014-09-10 23:43:41 +03:00
overlapped.c
parsermodule.c
posixmodule.c Removed duplicated words in in comments and docs. 2014-12-01 18:28:43 +02:00
posixmodule.h
pwdmodule.c
pyexpat.c Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. 2014-10-08 20:00:09 +02:00
python.c
readline.c Issue #22773: fix failing test with old readline versions due to issue #19884. 2014-11-04 14:52:10 +01:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c Issue #22581: Use more "bytes-like object" throughout the docs and comments. 2014-12-05 22:25:22 +02: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
unicodedata_db.h
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c