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.
 
 
 
 
 
 
Victor Stinner 52d61e485e socket: Fix memory leak in sendmsg() and sendmsg_afalg() 9 years ago
..
_blake2 more PY_LONG_LONG to long long 9 years ago
_ctypes fix a PY_LONG_LONG straggler 9 years ago
_decimal Issue #26331: Implement the parsing part of PEP 515. 9 years ago
_io Issue #27810: Regenerate Argument Clinic. 9 years ago
_multiprocessing require a long long data type (closes #27961) 9 years ago
_sha3 Issue #27810: Regenerate Argument Clinic. 9 years ago
_sqlite Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually 9 years ago
cjkcodecs Issue #27810: Regenerate Argument Clinic. 9 years ago
clinic Issue #27810: Rerun Argument Clinic on all modules 9 years ago
expat Use modern mechanism for test discovery 10 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 remove --with(out)-signal-module, since the signal module is non-optional 9 years ago
Setup.dist remove --with(out)-signal-module, since the signal module is non-optional 9 years ago
_bisectmodule.c The return type of a rich comparison is an int 10 years ago
_bz2module.c Got rid of redundand "self" parameter declarations. 10 years ago
_codecsmodule.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
_collectionsmodule.c Revert part of 3471a3515827 that caused a performance regression 9 years ago
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_csv.c Issue #27809: _csv: _call_dialect() uses fast call 9 years ago
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. 10 years ago
_cursesmodule.c Avoid calling functions with an empty string as format string 9 years ago
_datetimemodule.c #28067: Fixed another typo. 9 years ago
_dbmmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_elementtree.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
_functoolsmodule.c Issue #27137: align Python & C implementations of functools.partial 9 years ago
_gdbmmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_hashopenssl.c Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). 9 years ago
_heapqmodule.c Issue #15984: Merge PyUnicode doc from 3.5 10 years ago
_json.c Issue #26719: More efficient formatting of ints and floats in json. 10 years ago
_localemodule.c Add NULL checks to the initializer of the locale module 9 years ago
_lsprof.c replace PY_LONG_LONG with long long 9 years ago
_lzmamodule.c replace PY_LONG_LONG with long long 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 Issue #27809: methodcaller_reduce() uses fast call 9 years ago
_pickle.c Issue #25761: Improved error reporting about truncated pickle data in 9 years ago
_posixsubprocess.c Issue #26862: SYS_getdents64 does not need to be defined on android API 21. 10 years ago
_randommodule.c Issue #27776: include process.h on Windows for getpid() 9 years ago
_scproxy.c Eliminate a tautological-pointer-compare warning found by Clang. 9 years ago
_sre.c Issue 24454: Removed unused match_getitem_doc. 9 years ago
_ssl.c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext 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 require C99 bool 9 years ago
_testbuffer.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
_testcapimodule.c Add a new private version to the builtin dict type 9 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testmultiphase.c Merge #27782 fix from 3.5 9 years ago
_threadmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
_tkinter.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
_tracemalloc.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
_weakref.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_winapi.c Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict 10 years ago
addrinfo.h replace PY_LONG_LONG with long long 9 years ago
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and 25 years ago
arraymodule.c Issue #27570: Merge null pointer fixes from 3.5 9 years ago
atexitmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
audioop.c Use uint16_t instead of short in audioop. 9 years ago
binascii.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. 9 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 #23524: Finish removing _PyVerify_fd from sources 9 years ago
fcntlmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 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 Don't run garbage collection on interpreter exit if it was explicitly disabled 9 years ago
getaddrinfo.c Issue #26505: merge from 3.5 10 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 merge 3.5 10 years ago
grpmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
hashlib.h Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. 9 years ago
hashtable.c merge 3.5 9 years ago
hashtable.h Cleanup hashtable.h 10 years ago
itertoolsmodule.c Issue #28019: itertools.count() no longer rounds non-integer step in range 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 Check return value of PyList_Append() in Py_Main(). CID 1353200 9 years ago
makesetup Issue #25314: store_true and store_false also create appropriate defaults. 14 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 replace PY_LONG_LONG with long long 9 years ago
mmapmodule.c Issue #23524: Finish removing _PyVerify_fd from sources 9 years ago
nismodule.c Issue #24300: Minor refactoring. 11 years ago
ossaudiodev.c more linux -> __linux__ 9 years ago
overlapped.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
parsermodule.c replace custom validation logic in the parse module with a simple DFA validator (closes #26526) 10 years ago
posixmodule.c Adds missing assert suppression. 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 Add error checking to PyInit_pyexpact 9 years ago
readline.c merge 3.5 9 years ago
resource.c replace PY_LONG_LONG with long long 9 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c replace Py_(u)intptr_t with the c99 standard types 9 years ago
sha1module.c replace PY_LONG_LONG with long long 9 years ago
sha256module.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
sha512module.c replace PY_LONG_LONG with long long 9 years ago
signalmodule.c Use PyModule_AddIntMacro() in signal module 9 years ago
socketmodule.c socket: Fix memory leak in sendmsg() and sendmsg_afalg() 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 replace Py_(u)intptr_t with the c99 standard types 9 years ago
symtablemodule.c Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 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 Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. 9 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 Issue #25923: Added the const qualifier to static constant arrays. 10 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 #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict 10 years ago
xxlimited.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
xxmodule.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
xxsubtype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
zipimport.c Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) 9 years ago
zlibmodule.c Issue #16764: Support keyword arguments to zlib.decompress(). Patch by 9 years ago

README

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