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 6cfb61f163 Issue #23392: Added tests for marshal C API that works with FILE*. 11 years ago
..
_ctypes Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
_decimal Removed redundant casts to `char *`. 11 years ago
_io Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() 11 years ago
_multiprocessing Issue #21704: Fix build error for _multiprocessing when semaphores 12 years ago
_sqlite Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
cjkcodecs Issue #23181: More "codepoint" -> "code point". 11 years ago
clinic Merge with 3.4 (closes #23280) 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 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` 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 #22156: Fix some "comparison between signed and unsigned integers" 12 years ago
_codecsmodule.c Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
_collectionsmodule.c Optimization guides suggest copying memory in an ascending direction when possible. 11 years ago
_cryptmodule.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_csv.c Issue #22156: Fix some "comparison between signed and unsigned integers" 12 years ago
_curses_panel.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_cursesmodule.c Removed redundant casts to `char *`. 11 years ago
_datetimemodule.c merge 12 years ago
_dbmmodule.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_elementtree.c Issue #22156: Fix some "comparison between signed and unsigned integers" 12 years ago
_functoolsmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 merge 3.4 (#23369) 11 years ago
_localemodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 #15955: Add an option to limit output size when decompressing LZMA data. 11 years ago
_math.c backport context argument of urlopen (#22366) for pep 476 12 years ago
_math.h Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
_opcode.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_operator.c #16518: Bring error messages in harmony with docs ("bytes-like object") 11 years ago
_pickle.c Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX 11 years ago
_posixsubprocess.c backport context argument of urlopen (#22366) for pep 476 12 years ago
_randommodule.c Fix compiler warning on Windows 64-bit: explicit cast size_t to unsigned long 12 years ago
_scproxy.c Fix for issue #9568. 16 years ago
_sre.c Issue #22818: Splitting on a pattern that could match an empty string now 11 years ago
_ssl.c ifdef our way to compatibility with old openssl (closes #23335) 11 years ago
_ssl_data.h Issue #23248: Update ssl error codes from latest OpenSSL git master. 11 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 Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity 11 years ago
_testcapimodule.c Issue #23392: Added tests for marshal C API that works with FILE*. 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 #22043: time.monotonic() is now always available 12 years ago
_tkinter.c Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter 12 years ago
_tracemalloc.c Removed duplicated words in in comments and docs. 11 years ago
_weakref.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_winapi.c Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman 12 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 #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() 11 years ago
atexitmodule.c Issue #22869: Split pythonrun into two modules 11 years ago
audioop.c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
binascii.c Issue #23280: Fix docstrings for binascii.(un)hexlify 11 years ago
cmathmodule.c Issue #21092: Merge from 3.4. 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 (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead of 11 years ago
fcntlmodule.c Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian 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 #22043: time.monotonic() is now always available 12 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 #17095: merge from 3.4 12 years ago
grpmodule.c merge with 3.4 11 years ago
hashlib.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
hashtable.c Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C 12 years ago
hashtable.h asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
itertoolsmodule.c Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. 11 years ago
ld_so_aix.in Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path. Closes 25 years ago
main.c Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is 11 years ago
makesetup Issue #17095: Fix Modules/Setup *shared* support. 12 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Issue #21092: Merge from 3.4. 11 years ago
md5module.c Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. 12 years ago
mmapmodule.c Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. 12 years ago
nismodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ossaudiodev.c Issue #22369: Change "context manager protocol" to "context management protocol". 12 years ago
overlapped.c asyncio, _overlapped.ConnectPipe(): release the GIL 11 years ago
parsermodule.c (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error 12 years ago
posixmodule.c Always #define _PyLong_FromDev as we always need it to compile rather than 11 years ago
posixmodule.h Issue #13540: Expanded argparse documents to clarify the action API 14 years ago
pwdmodule.c Issue #20152: Port the pwd module to Argument Clinic. 12 years ago
pyexpat.c Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. 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 #20656: Restore explicit downcast in select_select(). 12 years ago
sha1module.c Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. 12 years ago
sha256module.c Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. 12 years ago
sha512module.c Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. 12 years ago
signalmodule.c Issue #22869: Split pythonrun into two modules 11 years ago
socketmodule.c Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 11 years ago
socketmodule.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
spwdmodule.c Fix a missing #include. 12 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 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 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 #23181: More "codepoint" -> "code point". 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 Issue #17162: Add PyType_GetSlot. 12 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 #19515: Remove duplicated identifiers in zipimport.c 12 years ago
zlibmodule.c Issue #8677: make the zlib module "ssize_t clean" for parsing parameters 12 years ago

README

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