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.
 
 
 
 
 
 
Alexander Belopolsky 47649ab1f1 Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. 10 years ago
..
_ctypes Closes #20160: Merged fix from 3.5. 10 years ago
_decimal Merge 3.5. 10 years ago
_io - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_multiprocessing Issue #27591: Merge from 3.5 10 years ago
_sqlite Issue #16864: Cursor.lastrowid now supports REPLACE statement 10 years ago
cjkcodecs - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
clinic Issue #27130: Merge zlib 64-bit fixes from 3.5 10 years ago
expat sync ordering of stddef.h includes with expat 2.1.1 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 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 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 #27332: Fixed the type of the first argument of module-level functions 10 years ago
_collectionsmodule.c - Modules/_collectionsmodule.c: Mark one more internal symbol as static. 10 years ago
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_csv.c Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error 10 years ago
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. 10 years ago
_cursesmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_datetimemodule.c Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. 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 #25314: store_true and store_false also create appropriate defaults. 14 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 #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
_lsprof.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_lzmamodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 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 #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of 10 years ago
_pickle.c Issue #17711: Fixed unpickling by the persistent ID with protocol 0. 10 years ago
_posixsubprocess.c Issue #26862: SYS_getdents64 does not need to be defined on android API 21. 10 years ago
_randommodule.c Fix typos. Reported by andportnoy on GitHub. 10 years ago
_scproxy.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
_sre.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_ssl.c Merge 3.5 (INVALID_SOCKET) 10 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 #26535: Merge struct doc from 3.5 10 years ago
_testbuffer.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
_testcapimodule.c Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support 10 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testmultiphase.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
_threadmodule.c Issue #18916: Update thread module docstrings 10 years ago
_tkinter.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_tracemalloc.c - make some internal symbols static 10 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 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 #7063: Remove dead code from array slice handling 10 years ago
atexitmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
audioop.c Issue #1621: Avoid signed int negation overflow in audioop 10 years ago
binascii.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 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 - make some internal symbols static 10 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 Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
hashtable.c Cleanup hashtable.h 10 years ago
hashtable.h Cleanup hashtable.h 10 years ago
itertoolsmodule.c Issue #27626: Merge spelling fixes from 3.5 10 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 Add PYTHONMALLOC env var 10 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 #26512: Merge rounding doc from 3.5 10 years ago
md5module.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
mmapmodule.c Issue #26335: Make mmap.write() return the number of bytes written like 10 years ago
nismodule.c Issue #24300: Minor refactoring. 11 years ago
ossaudiodev.c Issue #26854: Android has a different include path for soundcard.h. 10 years ago
overlapped.c asyncio: sync overlapped.c with GitHub 10 years ago
parsermodule.c replace custom validation logic in the parse module with a simple DFA validator (closes #26526) 10 years ago
posixmodule.c Issue #26800: Undocumented support of general bytes-like objects 10 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 Issue #16182: Merge readline locale fix from 3.5 10 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 Expose EPOLLRDHUP conditionally 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 #27332: Fixed the type of the first argument of module-level functions 10 years ago
socketmodule.c Issue #27702: Only expose SOCK_RAW when defined 10 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 Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. 10 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 #22624: Python 3 requires clock() to build 10 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
zlibmodule.c Issue #27130: Merge zlib 64-bit fixes from 3.5 10 years ago

README

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