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 427f10b442 Merge from 3.5. 9 years ago
..
_blake2 more PY_LONG_LONG to long long 9 years ago
_ctypes Issue #25659: Merge ctypes fix from 3.5 9 years ago
_decimal Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 9 years ago
_io Merge from 3.5. 9 years ago
_multiprocessing require a long long data type (closes #27961) 9 years ago
_sha3 Don't define PY_WITH_KECCAK 9 years ago
_sqlite Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 years ago
cjkcodecs Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 years ago
clinic Issue #28585: Restored docstring of os._isdir(). 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 Issue #28428: Rename _futures module to _asyncio. 9 years ago
_asynciomodule.c Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. 9 years ago
_bisectmodule.c The return type of a rich comparison is an int 10 years ago
_bz2module.c Issue #28275: Merge bz2 fix from 3.5 into 3.6 9 years ago
_codecsmodule.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
_collectionsmodule.c Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as 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 Issue #28549: Fixed segfault in curses's addch() with ncurses6. 9 years ago
_datetimemodule.c Issue #28752: Restored the __reduce__() methods of datetime objects. 9 years ago
_dbmmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_elementtree.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 9 years ago
_functoolsmodule.c Merge 3.6 (issue #28653) 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 Issue #28139: Merge indentation fixes from 3.5 into 3.6 9 years ago
_lsprof.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 9 years ago
_lzmamodule.c Issue #27517: LZMA compressor and decompressor no longer raise exceptions if 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 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 years ago
_posixsubprocess.c Issue #20947: Fixed a gcc warning with -Wstrict-overflow. 9 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 #28727: Optimize pattern_richcompare() for a==a 9 years ago
_ssl.c Typo 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 merge 3.5 (#28184) 9 years ago
_testbuffer.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
_testcapimodule.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 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 Fixed possible NULL decrefing. 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 #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 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 #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). 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 #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 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 Issue #19398: Extra slash no longer added to sys.path components in case of 9 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 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago
itertoolsmodule.c Issue #28322: Fixed possible crashes when unpickle itertools objects from 9 years ago
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 9 years ago
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path. Closes 25 years ago
main.c Issue #28532: Show sys.version when -V option is supplied twice 9 years ago
makesetup Issue #28444: Fix missing extensions modules when cross compiling. 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 replace PY_LONG_LONG with long long 9 years ago
mmapmodule.c merge 3.5 9 years ago
nismodule.c Issue #24300: Minor refactoring. 11 years ago
ossaudiodev.c Issue #28715: Added error checks for PyUnicode_AsUTF8(). 9 years ago
overlapped.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
parsermodule.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 years ago
posixmodule.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 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 #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 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 Issue #28153: Make kqueue()'s event filters optional 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 stop using Py_LL and Py_ULL 9 years ago
signalmodule.c Issue #28139: Merge indentation fixes from 3.5 into 3.6 9 years ago
socketmodule.c Add TCP_CONGESTION and TCP_USER_TIMEOUT 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 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 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 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 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 Add an extra byte for null in case we ever get very long unicode names. 9 years ago
unicodedata_db.h Unicode 9.0.0 9 years ago
unicodename_db.h Unicode 9.0.0 9 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 #28410: Added _PyErr_FormatFromCause() -- the helper for raising 9 years ago
zlibmodule.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago

README

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