Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_blake2 bpo-36127: Argument Clinic: inline parsing code for keyword parameter… Mar 14, 2019
_ctypes
_decimal
_io
_multiprocessing
_sha3 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Mod… Jan 2, 2019
_sqlite
_xxtestfuzz
cjkcodecs
clinic bpo-36297: remove "unicode_internal" codec (GH-12342) Mar 18, 2019
expat bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079) Dec 10, 2018
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
Setup
_abc.c
_asynciomodule.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. ( Dec 17, 2018
_bisectmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
_bz2module.c bpo-33138: Change standard error message for non-pickleable and non-c… Oct 31, 2018
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_cryptmodule.c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) Dec 30, 2018
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c bpo-33106: change dbm key deletion error for readonly file from KeyEr… Dec 12, 2018
_elementtree.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
_functoolsmodule.c lru_cache: Add more comments. Fix comment typos. Clarify a comment. (G… Feb 9, 2019
_gdbmmodule.c bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464) Mar 20, 2019
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c
_queuemodule.c bpo-35081: Make some _PyGC macros internal (GH-10507) Nov 13, 2018
_randommodule.c closes bpo-35991: Fix a potential double free in Modules/_randommodul… Feb 14, 2019
_scproxy.c
_sre.c
_ssl.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
_ssl_data.h
_stat.c Issue #21741: Add st_file_attributes to os.stat_result on Windows. Jun 19, 2014
_struct.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
_testbuffer.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
_testcapimodule.c
_testimportmultiple.c Remove compile warnings for _testimportmodule Dec 15, 2012
_testmultiphase.c
_threadmodule.c
_tkinter.c
_tracemalloc.c
_uuidmodule.c
_weakref.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
_winapi.c
_xxsubinterpretersmodule.c
addrinfo.h
arraymodule.c bpo-36285: Fix integer overflow in the array module. (GH-12317) Mar 20, 2019
atexitmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
audioop.c bpo-33781: audioop: enhance rounding double as int (GH-7447) Jun 6, 2018
binascii.c
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. Aug 29, 2016
config.c.in rename _imp initialization function to follow conventions (#5432) Jan 29, 2018
errnomodule.c Fix #13210. Port the Windows build from VS2008 to VS2010. May 13, 2012
faulthandler.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
fcntlmodule.c bpo-35189: Retry fnctl calls on EINTR (GH-10413) Nov 23, 2018
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() em… Aug 2, 2012
getpath.c bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423) Mar 19, 2019
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
main.c
makesetup
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 Sep 14, 2005
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c Remove d_initial from the parser as it is unused (GH-12212) Mar 9, 2019
posixmodule.c bpo-33608: Make sure locks in the runtime are properly re-created. (g… Mar 9, 2019
posixmodule.h bpo-33441: Make the sigset_t converter available in other modules. (G… May 8, 2018
pwdmodule.c bpo-34604: Use %R because of invisible characters or trailing whitesp… Dec 5, 2018
pyexpat.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
readline.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
resource.c
rotatingtree.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
rotatingtree.h
selectmodule.c
sha1module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) Oct 19, 2018
sha256module.c
sha512module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) Oct 19, 2018
signalmodule.c
socketmodule.c bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467) Mar 20, 2019
socketmodule.h
spwdmodule.c
sre.h bpo-25054, bpo-1647489: Added support of splitting on zerowidth patte… Dec 4, 2017
sre_constants.h
sre_lib.h bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-1… Feb 18, 2019
symtablemodule.c
syslogmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
termios.c
testcapi_long.h
timemodule.c
tkappinit.c Issue #4350: Removed a number of out-of-dated and non-working for a l… Jul 23, 2014
tkinter.h
unicodedata.c
unicodedata_db.h closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) Mar 10, 2019
unicodename_db.h
winreparse.h Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid c… Aug 4, 2016
xxlimited.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
xxmodule.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
xxsubtype.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
zlibmodule.c

README

Source files for standard library extension modules,
and former extension modules that are now builtin modules.
You can’t perform that action at this time.