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.
 
 
 
 
 
 
Victor Stinner d006af1899 Issue #21076: the C signal module has been renamed to _signal 12 years ago
..
_ctypes merge 3.3 (#20946) 12 years ago
_decimal remove unused zero constants 12 years ago
_io Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. 12 years ago
_multiprocessing Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_sqlite Issue #20437: Fixed 22 potential bugs when deleting objects references. 12 years ago
cjkcodecs Issue #19515: Remove identifiers duplicated in the same file. 12 years ago
clinic Issue #20530: Argument Clinic's signature format has been revised again. 12 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
Setup.config.in Issue #21076: the C signal module has been renamed to _signal 12 years ago
Setup.dist Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
_bisectmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_bz2module.c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
_codecsmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_collectionsmodule.c merge 3.3 (#20250) 12 years ago
_cryptmodule.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_csv.c Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and 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 #Issue 20456: Several improvements and bugfixes for Argument Clinic, 12 years ago
_datetimemodule.c remove the ability of datetime.time to be considered false (closes #13936) 12 years ago
_dbmmodule.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_elementtree.c Issue #19815: Fix segfault when parsing empty namespace declaration. 12 years ago
_freeze_importlib.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 exclude _hashopenssl.c:_setException() from LCOV coverage 12 years ago
_heapqmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_json.c Issue #11489: JSON decoder now accepts lone surrogates. 12 years ago
_localemodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_lsprof.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
_lzmamodule.c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
_math.c only define zero constant when it is used 12 years ago
_math.h Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_opcode.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_operator.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_pickle.c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
_posixsubprocess.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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. 15 years ago
_sre.c Issue #20283: RE pattern methods now accept the string keyword parameters 12 years ago
_ssl.c asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
_ssl_data.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_stat.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_struct.c - Modules/_struct.c (unpackiter_type): Define static. 12 years ago
_testbuffer.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_testcapimodule.c Issue #20320: select.select() and select.kqueue.control() now round the timeout 12 years ago
_testembed.c Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX 12 years ago
_testimportmultiple.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
_threadmodule.c threading.RLock._acquire_restore() now raises a TypeError instead of a 12 years ago
_tkinter.c Issue #20515: Fix NULL pointer dereference introduced by issue #20368 12 years ago
_tracemalloc.c asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
_weakref.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
_winapi.c Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by 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 Make the various iterators' "setstate" sliently and consistently clip the 12 years ago
atexitmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
audioop.c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
binascii.c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
cmathmodule.c The function name for cmath.isinf in PyArg_ParseTuple() was wrong. 12 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: #19970: Fix some comment typos. 12 years ago
fcntlmodule.c Issue #16136: Remove VMS support and VMS-related code 12 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 #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
getaddrinfo.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
getbuildinfo.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
getnameinfo.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
getpath.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
grpmodule.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
hashlib.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
hashtable.c asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
hashtable.h asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
itertoolsmodule.c Issue #15475: Add __sizeof__ implementations for itertools objects. 12 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 #16136: Remove VMS support and VMS-related code 12 years ago
makesetup Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running 16 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. 12 years ago
md5module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
mmapmodule.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
nismodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ossaudiodev.c Issue #16404: Add checks for return value of PyLong_FromLong() in 12 years ago
overlapped.c overlapped.c: Fix usage of the union 12 years ago
parsermodule.c (Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error 12 years ago
posixmodule.c Issue #20320: select.select() and select.kqueue.control() now round the timeout 12 years ago
posixmodule.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pwdmodule.c Issue #16136: Remove VMS support and VMS-related code 12 years ago
pyexpat.c Issue #6676: Ensure a meaningful exception is raised when attempting 12 years ago
python.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
readline.c Issue #20437: Fixed 22 potential bugs when deleting objects references. 12 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sha256module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sha512module.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
signalmodule.c merge along w/ fix for issue #2107 (commit c9239171e429) 12 years ago
socketmodule.c asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
socketmodule.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
spwdmodule.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sre.h Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, 12 years ago
sre_constants.h Issue #13592: Improved the repr for regular expression pattern objects. 12 years ago
sre_lib.h Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, 12 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 #19748: On AIX, time.mktime() now raises an OverflowError for year 12 years ago
tkappinit.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tkinter.h Include tkinter.h only after including tk.h (or the equivalent for another platform). 17 years ago
unicodedata.c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
unicodedata_db.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
unicodename_db.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 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 #20437: Fixed 22 potential bugs when deleting objects references. 12 years ago