Skip to content
Branch: 3.5
Find file History
Pull request Compare This branch is 452 commits ahead, 10723 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 [3.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084) Jun 10, 2017
_io
_multiprocessing Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() return… Jul 23, 2016
_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
zlib
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
_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
_gdbmmodule.c
_hashopenssl.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Sep 7, 2016
_heapqmodule.c Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc Apr 15, 2016
_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 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicod… Nov 16, 2016
_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
_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
_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
_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
atexitmodule.c
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
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
getaddrinfo.c Issue #26505: Fix typos in getaddrinfo license text. Mar 7, 2016
getbuildinfo.c [3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454 Mar 4, 2017
getnameinfo.c
getpath.c
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
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
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
mathmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Sep 7, 2016
md5module.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
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
pyexpat.c [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933) Feb 25, 2019
readline.c [3.5] bpo-29854: Fix segfault in call_readline() (GH-728) Jul 9, 2017
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
sha256module.c
sha512module.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
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
sre.h
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 Issue18314 Allow unlink to remove junctions. Includes support for cre… May 5, 2014
xxlimited.c gc types needs to be allocated as such (closes #29398) Feb 1, 2017
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
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.