You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Serhiy Storchaka cc164232aa Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). 9 years ago
..
_ctypes Issue #28139: Fix messed up indentation 9 years ago
_decimal Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively 10 years ago
_io Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
_multiprocessing Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false 10 years ago
_sqlite Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() 9 years ago
cjkcodecs Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
clinic do not pretend to support passing a fd to access() 9 years ago
expat Use modern mechanism for test discovery 11 years ago
zlib Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
Setup.config.in Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
Setup.dist Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_bisectmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_bz2module.c Issue #28275: Clean up to avoid use-after-free after bzip decompress failure 9 years ago
_codecsmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_collectionsmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_csv.c merge 3.4 (closes #27758) 10 years ago
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. 10 years ago
_cursesmodule.c merge 3.4 10 years ago
_datetimemodule.c Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
_dbmmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_elementtree.c Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. 10 years ago
_functoolsmodule.c Issue #25455: Fixed a crash in repr of recursive functools.partial objects. 10 years ago
_gdbmmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_hashopenssl.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
_heapqmodule.c Issue #25314: Remove confused statement about const argument 10 years ago
_json.c Issue #25314: Remove confused statement about const argument 10 years ago
_localemodule.c Issue #28139: Fix messed up indentation 9 years ago
_lsprof.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_lzmamodule.c Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). 9 years ago
_math.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_math.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_opcode.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_operator.c merge 3.4 (#27783) 10 years ago
_pickle.c Issue #17711: Fixed unpickling by the persistent ID with protocol 0. 10 years ago
_posixsubprocess.c Issue #20947: Fixed a gcc warning with -Wstrict-overflow. 9 years ago
_randommodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_scproxy.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_sre.c merge 3.4 (#27774) 10 years ago
_ssl.c Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. 9 years ago
_ssl_data.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_stat.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_struct.c Issue #25314: Remove confused statement about const argument 10 years ago
_testbuffer.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testcapimodule.c Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). 9 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testmultiphase.c Issue #27782: Fix m_methods handling in multiphase init 10 years ago
_threadmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
_tkinter.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_tracemalloc.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
_weakref.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_winapi.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
addrinfo.h Recorded merge of revisions 81029 via svnmerge from 16 years ago
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and 25 years ago
arraymodule.c Issue #27570: Avoid zero-length memcpy() calls with null source pointers 9 years ago
atexitmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
audioop.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
binascii.c Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). 9 years ago
cmathmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
config.c.in Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
errnomodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
faulthandler.c Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
fcntlmodule.c Issue #28139: Fix messed up indentation 9 years ago
fpectlmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
fpetestmodule.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
getaddrinfo.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
getbuildinfo.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
getnameinfo.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
getpath.c remove (hilarious) defaults for various constants getpath.c needs 10 years ago
grpmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
hashlib.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
hashtable.c do not memcpy from NULL 9 years ago
hashtable.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
itertoolsmodule.c Issue #28322: Fixed possible crashes when unpickle itertools objects from 9 years ago
ld_so_aix.in Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path. Closes 25 years ago
main.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
makesetup Issue #28145: Spelling fixes 9 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
md5module.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
mmapmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
nismodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
ossaudiodev.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
overlapped.c asyncio: sync overlapped.c with GitHub 10 years ago
parsermodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
posixmodule.c Increase buffer for readlink() in case OS will support longer names one day. 9 years ago
posixmodule.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pwdmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
pyexpat.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
readline.c explicitly cast away constness to silence compiler warning 9 years ago
resource.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c issue27018 - Fix the documentation of select.epoll.register method. 10 years ago
sha1module.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
sha256module.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
sha512module.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
signalmodule.c Issue #28139: Fix messed up indentation 9 years ago
socketmodule.c Issue #28139: Fix messed up indentation 9 years ago
socketmodule.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
spwdmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
sre.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sre_constants.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sre_lib.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
symtablemodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
syslogmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
termios.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tkappinit.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tkinter.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodedata.c Add an extra byte for null in case we ever get very long unicode names. 9 years ago
unicodedata_db.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodename_db.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
winreparse.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
xxlimited.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
xxmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
xxsubtype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
zipimport.c Issue #28131: Fix a regression in zipimport's compile_source() 9 years ago
zlibmodule.c Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module 10 years ago

README

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