Skip to content
Branch: 3.5
Find file History
Pull request Compare This branch is 452 commits ahead, 10735 commits behind master.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_ctypes [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (G… Jun 28, 2017
_decimal
_io bpo-31095: fix potential crash during GC (GH-2974) (#3196) Sep 26, 2017
_multiprocessing
_sqlite Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicod… Nov 16, 2016
cjkcodecs bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718) May 22, 2017
clinic Issue #28427: old keys should not remove new values from Dec 27, 2016
expat closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) (#… Oct 9, 2019
zlib - Issue #29169: Update zlib to 1.2.10. Jan 31, 2017
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
Setup.config.in Issue #21076: the C signal module has been renamed to _signal Apr 4, 2014
Setup.dist - merge 3.4 Apr 13, 2015
_bisectmodule.c Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. Nov 7, 2013
_bz2module.c Issue #28275: Clean up to avoid use-after-free after bzip decompress … Oct 1, 2016
_codecsmodule.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_collectionsmodule.c bpo-31095: fix potential crash during GC (GH-2974) (#3196) Sep 26, 2017
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_csv.c merge 3.4 (closes #27758) Aug 14, 2016
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. May 8, 2016
_cursesmodule.c [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (G… Jun 28, 2017
_datetimemodule.c Issue #27171: Fix typos in documentation, comments, and test function… Jun 2, 2016
_dbmmodule.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_elementtree.c [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933) Feb 25, 2019
_functoolsmodule.c bpo-31095: fix potential crash during GC (GH-2974) (#3196) Sep 26, 2017
_gdbmmodule.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_hashopenssl.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Sep 7, 2016
_heapqmodule.c
_json.c bpo-31095: fix potential crash during GC (GH-2974) (#3196) Sep 26, 2017
_localemodule.c [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (G… Jun 28, 2017
_lsprof.c
_lzmamodule.c Issue #27517: LZMA compressor and decompressor no longer raise except… Oct 31, 2016
_math.c Fix typo. Oct 28, 2014
_math.h Issue #15477: Add workaround for log1p(-0.0) on platforms where it's … Aug 18, 2012
_opcode.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_operator.c merge 3.4 (#27783) Aug 17, 2016
_pickle.c Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8:… Jul 13, 2019
_posixsubprocess.c [3.5] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_… Apr 19, 2017
_randommodule.c [3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … ( May 27, 2017
_scproxy.c Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, py… Mar 17, 2015
_sre.c Issue #29444: Fixed out-of-bounds buffer access in the group() method of Feb 4, 2017
_ssl.c [3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#1… Mar 1, 2019
_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 bpo-31095: fix potential crash during GC (GH-2974) (#3196) Sep 26, 2017
_testbuffer.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1045) Apr 8, 2017
_testcapimodule.c [3.5] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeyw… May 4, 2017
_testimportmultiple.c Remove compile warnings for _testimportmodule Dec 15, 2012
_testmultiphase.c Issue #27782: Fix m_methods handling in multiphase init Aug 21, 2016
_threadmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Sep 7, 2016
_tkinter.c [3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharStri… Jun 27, 2017
_tracemalloc.c [3.5] bpo-31018: Switch to GH-pragma pack from __declspec(align) (GH-… Jul 25, 2017
_weakref.c Issue #28427: old keys should not remove new values from Dec 27, 2016
_winapi.c [3.5] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376 Jun 24, 2017
addrinfo.h Recorded merge of revisions 81032 via svnmerge from May 9, 2010
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and Feb 16, 2001
arraymodule.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1045) Apr 8, 2017
atexitmodule.c [3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (G… Jun 12, 2017
audioop.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
binascii.c Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT Dec 24, 2016
cmathmodule.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
config.c.in PEP 489: Multi-phase extension module initialization May 23, 2015
errnomodule.c Fix #13210. Port the Windows build from VS2008 to VS2010. May 13, 2012
faulthandler.c faulthandler: Restore the old sigaltstack during teardown (GH-777) (G… Mar 24, 2017
fcntlmodule.c Issue #28139: Fix messed up indentation Sep 17, 2016
fpectlmodule.c Issue #16136: Remove VMS support and VMS-related code Dec 21, 2013
fpetestmodule.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
gc_weakref.txt Issue #13575: there is only one class type. Dec 12, 2011
gcmodule.c Issue #22117: The gc module now uses _PyTime_t timestamp Mar 27, 2015
getaddrinfo.c
getbuildinfo.c [3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454 Mar 4, 2017
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() em… Aug 2, 2012
getpath.c Issue #19398: Extra slash no longer added to sys.path components in c… Nov 11, 2016
grpmodule.c [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (G… Jun 28, 2017
hashlib.h Issue #25523: Correct "a" article to "an" article Nov 2, 2015
hashtable.c do not memcpy from NULL Sep 7, 2016
hashtable.h Issue #21036: Fix typo in macro name Mar 24, 2014
itertoolsmodule.c bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. ( Mar 30, 2017
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX Nov 20, 2016
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path… Feb 16, 2001
main.c [3.5] bpo-32551: Consistently configure sys.path[0] (#5197) Jan 23, 2018
makesetup generate spaces instead of tabs into config.c Jan 16, 2017
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 Sep 14, 2005
mathmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Sep 7, 2016
md5module.c
mmapmodule.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1045) Apr 8, 2017
nismodule.c [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (G… Jun 28, 2017
ossaudiodev.c Issue #28715: Added error checks for PyUnicode_AsUTF8(). Nov 20, 2016
overlapped.c [3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharStri… Jun 27, 2017
parsermodule.c [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the pa… Apr 19, 2017
posixmodule.c [3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991) May 14, 2018
posixmodule.h Issue #4591: Uid and gid values larger than 2**31 are supported now. Feb 12, 2013
pwdmodule.c [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (G… Jun 28, 2017
pyexpat.c [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933) Feb 25, 2019
readline.c
resource.c Issue #20191: Fixed a crash in resource.prlimit() when pass a sequenc… Dec 19, 2016
rotatingtree.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
rotatingtree.h Much-needed merge (using svnmerge.py this time) of trunk changes into… May 27, 2006
selectmodule.c issue27018 - Fix the documentation of select.epoll.register method. May 15, 2016
sha1module.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
sha256module.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
sha512module.c
signalmodule.c [3.5] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575 Mar 4, 2019
socketmodule.c Backport bpo-30205 to 3.5 (#1404) May 2, 2017
socketmodule.h Issue #22117: The socket module uses _PyTime_t timestamp for timeouts Mar 28, 2015
spwdmodule.c [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (G… Jun 28, 2017
sre.h Issue #17381: Fixed handling of case-insensitive ranges in regular ex… Oct 31, 2014
sre_constants.h Issue #17381: Fixed handling of case-insensitive ranges in regular ex… Oct 31, 2014
sre_lib.h Issue #18684: Fixed reading out of the buffer in the re module. Jul 6, 2015
symtablemodule.c
syslogmodule.c Issue #20437: Fixed 22 potential bugs when deleting objects references. Feb 9, 2014
termios.c Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 Mar 14, 2011
testcapi_long.h Issue #9530: Fix undefined behaviour due to signed overflow in testca… Nov 19, 2011
timemodule.c [3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharStri… Jun 27, 2017
tkappinit.c Issue #4350: Removed a number of out-of-dated and non-working for a l… Jul 23, 2014
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlie… Apr 22, 2015
unicodedata.c Add an extra byte for null in case we ever get very long unicode names. Sep 23, 2016
unicodedata_db.h upgrade to Unicode 8.0.0 Jun 27, 2015
unicodename_db.h upgrade to Unicode 8.0.0 Jun 27, 2015
winreparse.h
xxlimited.c
xxmodule.c PEP 489: Multi-phase extension module initialization May 23, 2015
xxsubtype.c PEP 489: Multi-phase extension module initialization May 23, 2015
zipimport.c bpo-29770: remove outdated PYO related info (GH-590) (GH-613) Mar 11, 2017
zlibmodule.c Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” mo… Jul 23, 2016

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.