0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules
2013-12-09 19:03:24 +01:00
..
_ctypes silence unused-value warnings in libffi's dlmalloc.c 2013-12-04 09:43:21 +01:00
_decimal Fix two typos. 2013-12-08 20:08:32 +01:00
_io
_multiprocessing
_sha3
_sqlite
cjkcodecs
expat Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded. 2013-12-06 23:43:50 +01:00
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c ncurses' winch and mvwinch return an unsigned long 2013-12-04 08:50:32 +01:00
_datetimemodule.c Silence more PyObject_INIT() unused value warnings. 2013-12-04 09:34:29 +01:00
_dbmmodule.c Issue #19296: Silence compiler warning in dbm_open. 2013-12-06 00:20:00 +01:00
_elementtree.c Issue #19815: Fix segfault when parsing empty namespace declaration. 2013-11-28 06:35:40 -08:00
_freeze_importlib.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c exclude _hashopenssl.c:_setException() from LCOV coverage 2013-12-05 07:38:13 +01:00
_heapqmodule.c
_json.c Issue #11489: JSON decoder now accepts lone surrogates. 2013-11-26 21:27:11 +02:00
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. 2013-12-07 01:09:27 -08:00
_posixsubprocess.c Fixes issue #15798: subprocess.Popen() no longer fails if file 2013-12-01 17:27:40 -08:00
_randommodule.c
_scproxy.c
_sre.c
_ssl_data.h
_ssl.c Issue #19509: Add SSLContext.check_hostname to match the peer's certificate 2013-12-02 02:41:19 +01:00
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c
_testembed.c
_testimportmultiple.c
_threadmodule.c
_tkinter.c
_tracemalloc.c Close #19741: tracemalloc_realloc() does not release the table lock anymore 2013-12-04 01:47:46 +01:00
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Issue #3693: Fix array obscure error message when given a str. 2013-11-29 20:47:15 -08:00
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c Issue #18994: Add a missing check for a return value in fcntmodule. Patch by 2013-12-01 14:30:47 +01:00
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
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
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c - Issue #19736: Add module-level statvfs constants defined for GNU/glibc 2013-12-08 15:23:07 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c
python.c
readline.c make char* const 2013-12-04 09:31:47 +01:00
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 Fix indentation of switch cases. 2013-12-06 17:46:22 -08:00
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c Fix broken docstring continuation line for detach(). 2013-12-04 11:50:09 -08:00
socketmodule.h
spwdmodule.c
sre_constants.h
sre_lib.h
sre.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata_db.h
unicodedata.c
unicodename_db.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c