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.
 
 
 
 
 
 
Larry Hastings 89964c48d1 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
..
_ctypes Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 11 years ago
_decimal Closes #17202: Merge with 3.4 11 years ago
_io Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. 11 years ago
_multiprocessing Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
_sqlite Issue #13583: sqlite3.Row now supports slice indexing. 11 years ago
cjkcodecs Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
clinic Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
expat merge 3.3 (#19186) 12 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 #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
_codecsmodule.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
_collectionsmodule.c fix refleak in deque_concat 11 years ago
_cryptmodule.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
_csv.c Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. 11 years ago
_curses_panel.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_cursesmodule.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
_datetimemodule.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
_dbmmodule.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
_elementtree.c Issue #23450: Fixed possible integer overflows. 11 years ago
_functoolsmodule.c Issue #7830: Flatten nested functools.partial. 11 years ago
_gdbmmodule.c Close #19282: Native context management in dbm 12 years ago
_hashopenssl.c Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. 11 years ago
_heapqmodule.c Factor common code into internal functions. 12 years ago
_json.c Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat 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 #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 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 #16518: Bring error messages in harmony with docs ("bytes-like object") 11 years ago
_pickle.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
_posixsubprocess.c Merge 3.4 (_posixsubprocess) 11 years ago
_randommodule.c Improve struct cache locality by bring commonly accessed fields close together. 11 years ago
_scproxy.c Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat 11 years ago
_sre.c Issue #14260: The groupindex attribute of regular expression pattern object 11 years ago
_ssl.c Issue #23853: Methods of SSL socket don't reset the socket timeout anymore each 11 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 #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
_testbuffer.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
_testcapimodule.c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. 11 years ago
_testimportmultiple.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_threadmodule.c Issue #22117: Add a new _PyTime_FromSeconds() function 11 years ago
_tkinter.c Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always 11 years ago
_tracemalloc.c Merge 3.4 (tracemalloc typo) 11 years ago
_weakref.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
_winapi.c Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. 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 #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
atexitmodule.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
audioop.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
binascii.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
cmathmodule.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
config.c.in Issue #13590: Improve support for OS X Xcode 4: 14 years ago
errnomodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
faulthandler.c Issue #23836: Fix the faulthandler module to handle reentrant calls 11 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 #13540: Expanded argparse documents to clarify the action API 14 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 #22883: Got rid of outdated references to PyInt and PyString in comments. 11 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 Issue #23752: _Py_fstat() is now responsible to raise the Python exception 11 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 #23641: Cleaned out legacy dunder names from tests and docs. 11 years ago
md5module.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
mmapmodule.c Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 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 Suppress a couple more DeprecationWarnings in the test suite. 12 years ago
parsermodule.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
posixmodule.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 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 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
readline.c Issue 22940: fixes to editline support 11 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 Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal 11 years ago
sha1module.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
sha256module.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
sha512module.c Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
signalmodule.c Issue #23836: Use _Py_write_noraise() to retry on EINTR in trip_signal() of 11 years ago
socketmodule.c Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. 11 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 #17381: Fixed handling of case-insensitive ranges in regular expressions. 11 years ago
symtablemodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 PEP 475: on EINTR, retry the function even if the timeout is equals to zero 11 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 Include tkinter.h only after including tk.h (or the equivalent for another platform). 17 years ago
unicodedata.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
unicodedata_db.h upgrade to unicode 7.0.0 12 years ago
unicodename_db.h upgrade to unicode 7.0.0 12 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 Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
xxmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
xxsubtype.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
zipimport.c Issue #23731: Implement PEP 488. 11 years ago
zlibmodule.c Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago

README

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