You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Serhiy Storchaka 48842714b9 Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
..
_ctypes Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_decimal Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 10 years ago
_io Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_multiprocessing Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
_sqlite Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
cjkcodecs Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
clinic Issue #26244: Clarify default zlib compression level in documentation 10 years ago
expat Issue #25523: Correct "a" article to "an" article 10 years ago
zlib Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
Setup.config.in Issue #21076: the C signal module has been renamed to _signal 12 years ago
Setup.dist - merge 3.4 11 years ago
_bisectmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_bz2module.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_codecsmodule.c Issue #24824: Signatures of codecs.encode() and codecs.decode() now are 11 years ago
_collectionsmodule.c Issue #26194: Inserting into a full deque to raise an IndexError 10 years ago
_cryptmodule.c Use converter names instead of format units in Argument Clinic descriptions 11 years ago
_csv.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_curses_panel.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_cursesmodule.c Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari 11 years ago
_datetimemodule.c Issue#26616:Fixed a bug in datetime.astimezone() method. 10 years ago
_dbmmodule.c Issue #24000: Improved Argument Clinic's mapping of converters to legacy 11 years ago
_elementtree.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_functoolsmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_gdbmmodule.c Issue #24000: Improved Argument Clinic's mapping of converters to legacy 11 years ago
_hashopenssl.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 10 years ago
_heapqmodule.c Issue #24221: Small optimizations for heapq. 11 years ago
_json.c Issue #24683: Fixed crashes in _json functions called with arguments of 11 years ago
_localemodule.c Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
_lsprof.c Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name. 12 years ago
_lzmamodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_math.c Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
_math.h Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
_opcode.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
_operator.c Issue #22955: Fixed reference leak in attrgetter.repr(). 11 years ago
_pickle.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_posixsubprocess.c Issue #25764: Merge subprocess fix from 3.4 into 3.5 10 years ago
_randommodule.c Issue #24620: Random.setstate() now validates the value of state last element. 11 years ago
_scproxy.c Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat 11 years ago
_sre.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_ssl.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_ssl_data.h Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
_stat.c Issue #21741: Add st_file_attributes to os.stat_result on Windows. 12 years ago
_struct.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
_testbuffer.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
_testcapimodule.c Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units 10 years ago
_testimportmultiple.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_testmultiphase.c Close #24748: Restore imp.load_dynamic compatibility 10 years ago
_threadmodule.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), 11 years ago
_tkinter.c Issue #20035: Reimplement tkinter._fix module as a C function. 11 years ago
_tracemalloc.c Enhance _tracemalloc debug mode 10 years ago
_weakref.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
_winapi.c Issue #20172: Update clinicizations to current clinic. 11 years ago
addrinfo.h Recorded merge of revisions 81029 via svnmerge from 16 years ago
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and 25 years ago
arraymodule.c Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 10 years ago
atexitmodule.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 10 years ago
audioop.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 10 years ago
binascii.c Switch binascii over to using the common _Py_strhex implementation for its hex 11 years ago
cmathmodule.c Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). 11 years ago
config.c.in PEP 489: Multi-phase extension module initialization 11 years ago
errnomodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
faulthandler.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
fcntlmodule.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
fpectlmodule.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
fpetestmodule.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c Issue #22117: The gc module now uses _PyTime_t timestamp 11 years ago
getaddrinfo.c Issue #26505: Fix typos in getaddrinfo license text. 10 years ago
getbuildinfo.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
getnameinfo.c Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
getpath.c Issue #23731: Implement PEP 488. 11 years ago
grpmodule.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
hashlib.h Issue #25523: Correct "a" article to "an" article 10 years ago
hashtable.c Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
hashtable.h asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
itertoolsmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
ld_so_aix.in Removed trailing whitespaces in miscalenous files. 11 years ago
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path. Closes 25 years ago
main.c Fixed formatting comman-line usage message. 10 years ago
makesetup Removed unintentional trailing spaces in text files. 11 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Issue #26114: Remove a reference to 'Numerical Recipes'. 10 years ago
md5module.c Issue9951: update _hashopenssl and md5module to use _Py_strhex(). 11 years ago
mmapmodule.c Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 10 years ago
nismodule.c Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat 11 years ago
ossaudiodev.c Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of int 11 years ago
overlapped.c asyncio: sync overlapped.c with GitHub 10 years ago
parsermodule.c Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 10 years ago
posixmodule.c Issue #26494: Fixed crash on iterating exhausting iterators. 10 years ago
posixmodule.h Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
pwdmodule.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
pyexpat.c Raise more correct exception on overflow in setting buffer_size attribute of 10 years ago
readline.c Issue #6953: Rearrange and expand Readline module documentation 10 years ago
resource.c Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. 12 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c merge 3.4 (#25371) 10 years ago
sha1module.c Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. 11 years ago
sha256module.c Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. 11 years ago
sha512module.c Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. 11 years ago
signalmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
socketmodule.c Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on 10 years ago
socketmodule.h Issue #22117: The socket module uses _PyTime_t timestamp for timeouts 11 years ago
spwdmodule.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
sre.h Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. 11 years ago
sre_constants.h Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. 11 years ago
sre_lib.h Issue #18684: Fixed reading out of the buffer in the re module. 11 years ago
symtablemodule.c remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore 11 years ago
syslogmodule.c Issue #20437: Fixed 22 potential bugs when deleting objects references. 12 years ago
termios.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL. 10 years ago
tkappinit.c Issue #4350: Removed a number of out-of-dated and non-working for a long time 12 years ago
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 11 years ago
unicodedata.c upgrade to Unicode 8.0.0 11 years ago
unicodedata_db.h upgrade to Unicode 8.0.0 11 years ago
unicodename_db.h upgrade to Unicode 8.0.0 11 years ago
winreparse.h Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman. 12 years ago
xxlimited.c Issue #24373: Eliminate PEP 489 test refleaks 11 years ago
xxmodule.c PEP 489: Multi-phase extension module initialization 11 years ago
xxsubtype.c PEP 489: Multi-phase extension module initialization 11 years ago
zipimport.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
zlibmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago

README

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