cpython/Modules
Brett Cannon 56aae8f304 Issue #17633: Improve support for namespace packages with zipimport.
Previously zipimport mistakenly limited namespace support to only the
top-level of the zipfile when it should have supported an arbitrary
depth.

Thanks to Phil Connel for the bug report and initial patch and Mike
Romberg for the final patch.
2016-01-15 11:22:19 -08:00
..
_ctypes Issue #20440: More use of Py_SETREF. 2015-12-27 15:41:34 +02:00
_decimal Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 2015-12-19 20:05:25 +02:00
_io Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:36:18 +02:00
_multiprocessing
_sqlite Issue #20440: More use of Py_SETREF. 2015-12-27 15:41:34 +02:00
cjkcodecs Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:36:18 +02:00
clinic
expat
zlib
_bisectmodule.c
_bz2module.c Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:36:18 +02:00
_codecsmodule.c
_collectionsmodule.c merge 3.4 2016-01-01 11:56:16 -06:00
_cryptmodule.c
_csv.c Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:35:59 +02:00
_curses_panel.c Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:35:59 +02:00
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c Issue #20440: More use of Py_SETREF. 2015-12-27 15:41:34 +02:00
_functoolsmodule.c Issue #25447: Copying the lru_cache() wrapper object now always works, 2015-12-28 23:58:07 +02:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:36:18 +02:00
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:36:18 +02:00
_posixsubprocess.c Issue #25764: Merge subprocess fix from 3.4 into 3.5 2015-12-05 02:03:42 +00:00
_randommodule.c
_scproxy.c
_sre.c Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:35:59 +02:00
_ssl.c enable SSL_MODE_RELEASE_BUFFERS 2016-01-07 21:37:37 -08:00
_ssl_data.h
_stat.c
_struct.c Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:36:18 +02:00
_testbuffer.c
_testcapimodule.c
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c
_tkinter.c
_tracemalloc.c
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 2015-12-19 20:05:25 +02:00
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:35:59 +02:00
fcntlmodule.c
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 merge 3.4 2016-01-01 11:56:16 -06:00
ld_so_aix.in
ld_so_beos
main.c Fixed formatting comman-line usage message. 2015-12-30 09:28:19 +02:00
makesetup
makexp_aix
mathmodule.c Issue #26114: Remove a reference to 'Numerical Recipes'. 2016-01-15 09:38:24 -08:00
md5module.c
mmapmodule.c Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 2015-12-19 20:05:25 +02:00
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 2015-12-19 20:05:25 +02:00
posixmodule.c Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) 2015-12-14 00:21:50 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:35:59 +02:00
socketmodule.c
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
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c Issue #17633: Improve support for namespace packages with zipimport. 2016-01-15 11:22:19 -08:00
zlibmodule.c Issue #20440: More use of Py_SETREF. 2015-12-27 15:41:34 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.