Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2194 commits ahead, 8545 commits behind master.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_blake2 [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346 Oct 11, 2018
_ctypes
_decimal
_io
_multiprocessing bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
_sha3
_sqlite
cjkcodecs [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
clinic
expat
zlib - Issue #29169: Update zlib to 1.2.10. Jan 31, 2017
README
Setup.config.in
Setup.dist
_asynciomodule.c
_bisectmodule.c The return type of a rich comparison is an int Feb 14, 2016
_bz2module.c
_codecsmodule.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) Sep 8, 2016
_collectionsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c
_dbmmodule.c
_elementtree.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c [3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (G… Oct 28, 2018
_heapqmodule.c
_json.c
_localemodule.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). ( Nov 23, 2018
_pickle.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
_posixsubprocess.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) Nov 13, 2018
_randommodule.c
_scproxy.c
_sre.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
_ssl.c
_ssl_data.h Issue #23248: Update ssl error codes from latest OpenSSL git master. Jan 18, 2015
_stat.c Issue #21741: Add st_file_attributes to os.stat_result on Windows. Jun 19, 2014
_struct.c
_testbuffer.c
_testcapimodule.c
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
_tkinter.c
_tracemalloc.c
_weakref.c
_winapi.c [3.6] bpo-34563: Fix for invalid assert on big output of multiprocess… Sep 7, 2018
addrinfo.h replace PY_LONG_LONG with long long Sep 6, 2016
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and Feb 16, 2001
arraymodule.c
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. Aug 29, 2016
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
gc_weakref.txt
gcmodule.c
getaddrinfo.c Issue #26505: merge from 3.5 Mar 7, 2016
getbuildinfo.c
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() em… Aug 2, 2012
getpath.c
grpmodule.c
hashlib.h
hashtable.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
hashtable.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) Feb 25, 2018
makesetup
makexp_aix
mathmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Aug 30, 2016
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
sha1module.c
sha256module.c
sha512module.c [3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (G… Oct 28, 2018
signalmodule.c
socketmodule.c
socketmodule.h
spwdmodule.c
sre.h Issue #17381: Fixed handling of case-insensitive ranges in regular ex… Oct 31, 2014
sre_constants.h
sre_lib.h replace Py_(u)intptr_t with the c99 standard types Sep 6, 2016
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (G… Jun 15, 2018
unicodedata_db.h Unicode 9.0.0 Sep 15, 2016
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c bpo-35090: Fix potential division by zero in allocator wrappers (GH-1… Oct 28, 2018

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.