Permalink
..
Failed to load latest commit information.
_blake2 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
_ctypes bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
_decimal Correct typo (#976) Apr 3, 2017
_io bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
_multiprocessing bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
_sha3 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
_sqlite Use NULL rather than 0. (#778) Mar 23, 2017
cjkcodecs bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
clinic bpo-10076: Compiled regular expression and match objects now are copy… Apr 16, 2017
expat revert expat changes Sep 20, 2016
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 remove --with(out)-signal-module, since the signal module is non-opti… Sep 9, 2016
Setup.dist Issue #28428: Rename _futures module to _asyncio. Oct 15, 2016
_asynciomodule.c bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_c… Mar 3, 2017
_bisectmodule.c Issue #28792: Remove aliases from _bisect Nov 24, 2016
_bz2module.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
_codecsmodule.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) Mar 12, 2017
_collectionsmodule.c bpo-29935: Fixed error messages in the index() method of tuple, list … Mar 30, 2017
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_csv.c Use NULL rather than 0. (#778) Mar 23, 2017
_curses_panel.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
_cursesmodule.c bpo-30101: Add support for curses.A_ITALIC. (#1015) Apr 26, 2017
_datetimemodule.c bpo-29953: Fix memory leaks in the replace() method of datetime and t… Mar 31, 2017
_dbmmodule.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
_elementtree.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
_functoolsmodule.c bpo-29878: Add global instances of int for 0 and 1. (#852) Mar 30, 2017
_gdbmmodule.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
_hashopenssl.c _hashopenssl uses METH_FASTCALL Jan 17, 2017
_heapqmodule.c Issue #15984: Merge PyUnicode doc from 3.5 Apr 15, 2016
_json.c bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete… Mar 21, 2017
_localemodule.c allow the first call to wcsxfrm to return ERANGE (#536) Mar 8, 2017
_lsprof.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
_lzmamodule.c Issue #27517: LZMA compressor and decompressor no longer raise except… Oct 31, 2016
_math.c Issue #28256: Cleanup _math.c Oct 18, 2016
_math.h Issue #28256: Cleanup _math.c Oct 18, 2016
_opcode.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_operator.c Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and Feb 6, 2017
_pickle.c bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete… Mar 21, 2017
_posixsubprocess.c bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). ( Apr 19, 2017
_randommodule.c bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) Apr 22, 2017
_scproxy.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
_sre.c remove configure test for inline keyword (#1231) Apr 21, 2017
_ssl.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
_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-29802: Fix reference counting in module-level struct functions (#… Apr 20, 2017
_testbuffer.c Expand the PySlice_GetIndicesEx macro. (#1023) Apr 8, 2017
_testcapimodule.c convert from long long to PyLong loselessly (#1106) Apr 13, 2017
_testimportmultiple.c Remove compile warnings for _testimportmodule Dec 15, 2012
_testmultiphase.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
_threadmodule.c bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
_tkinter.c Use NULL rather than 0. (#778) Mar 23, 2017
_tracemalloc.c Issue #20186: Regenerated Argument Clinic. Feb 5, 2017
_weakref.c Issue #28427: old keys should not remove new values from Dec 27, 2016
_winapi.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
addrinfo.h replace PY_LONG_LONG with long long Sep 6, 2016
arraymodule.c Expand the PySlice_GetIndicesEx macro. (#1023) Apr 8, 2017
atexitmodule.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 Nov 2, 2015
audioop.c Use uint16_t instead of short in audioop. Sep 11, 2016
binascii.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) Mar 12, 2017
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. Aug 29, 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 bpo-30125: Fix faulthandler.disable() on Windows (#1240) Apr 21, 2017
fcntlmodule.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
fpectlmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
fpetestmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
gc_weakref.txt Issue #13575: there is only one class type. Dec 12, 2011
gcmodule.c Issue #20185: Converted the gc module to Argument Clinic. Feb 4, 2017
getaddrinfo.c Issue #26505: merge from 3.5 Mar 7, 2016
getbuildinfo.c bpo-27593: Get SCM build info from git instead of hg. (#446) 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 - Issue #27332: Fixed the type of the first argument of module-level … Jul 7, 2016
hashlib.h Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. Sep 6, 2016
hashtable.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
itertoolsmodule.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX Nov 20, 2016
main.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
makesetup merge 3.6 Jan 16, 2017
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 Sep 14, 2005
mathmodule.c bpo-29962: add math.remainder (#950) Apr 5, 2017
md5module.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
mmapmodule.c Expand the PySlice_GetIndicesEx macro. (#1023) Apr 8, 2017
nismodule.c Issue #24300: Minor refactoring. Jul 24, 2015
ossaudiodev.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
overlapped.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) Sep 8, 2016
parsermodule.c bpo-30070: Fixed leaks and crashes in errors handling in the parser m… Apr 19, 2017
posixmodule.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
posixmodule.h Issue #4591: Uid and gid values larger than 2**31 are supported now. Feb 12, 2013
pwdmodule.c - Issue #27332: Fixed the type of the first argument of module-level … Jul 7, 2016
pyexpat.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) Mar 12, 2017
readline.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
resource.c bpo-20185: Convert the resource moduel to Argument Clinic. (#545) Mar 12, 2017
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 bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
sha1module.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
sha256module.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
sha512module.c Removed redundant Argument Clinic directives. Feb 4, 2017
signalmodule.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
socketmodule.c bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) Mar 23, 2017
socketmodule.h Add sockaddr_alg to sock_addr_t (#234) Feb 22, 2017
spwdmodule.c - Issue #27332: Fixed the type of the first argument of module-level … Jul 7, 2016
sre.h Issue #28765: _sre.compile() now checks the type of groupindex and in… Nov 22, 2016
sre_constants.h Issue #17381: Fixed handling of case-insensitive ranges in regular ex… Oct 31, 2014
sre_lib.h replace Py_(u)intptr_t with the c99 standard types Sep 6, 2016
symtablemodule.c Issue #20186: Converted the symtable module to Argument Clinic. Feb 4, 2017
syslogmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
termios.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
testcapi_long.h Issue #9530: Fix undefined behaviour due to signed overflow in testca… Nov 19, 2011
timemodule.c timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294) Apr 26, 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 Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. Oct 23, 2016
unicodedata_db.h Unicode 9.0.0 Sep 15, 2016
unicodename_db.h Unicode 9.0.0 Sep 15, 2016
winreparse.h Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid c… Aug 4, 2016
xxlimited.c merge 3.5 (#29398) Feb 1, 2017
xxmodule.c Issue #25923: Added more const qualifiers to signatures of static and… Dec 25, 2015
xxsubtype.c PEP 489: Multi-phase extension module initialization May 23, 2015
zipimport.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
zlibmodule.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016

README

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