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.
 
 
 
 
 
 
Ned Deily cb63140911 Issue #20374: delete spurious empty line 12 years ago
..
_ctypes Issue #19936: Restored executable bits for several libffi files. 12 years ago
_decimal Issue #19936: Disable shebang lines in order to prevent using a random 12 years ago
_io Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. 12 years ago
_multiprocessing - Fix typos in the multiprocessing module. 13 years ago
_sqlite Issue #20026: Fix the sqlite module to handle correctly invalid isolation level 12 years ago
cjkcodecs support encoding error handlers that return bytes (closes #16585) 13 years ago
expat Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, 13 years ago
zlib Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, 13 years ago
Setup.config.in Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 18 years ago
Setup.dist Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_bisectmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_bz2module.c #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). 12 years ago
_codecsmodule.c Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. 14 years ago
_collectionsmodule.c correct defaultdict signature in docstring (closes #20250) 12 years ago
_cryptmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_csv.c Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and 12 years ago
_curses_panel.c #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again 13 years ago
_cursesmodule.c ncurses' winch and mvwinch return an unsigned long 12 years ago
_datetimemodule.c Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
_dbmmodule.c Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string 12 years ago
_elementtree.c Fix indentation from previous commit 12 years ago
_freeze_importlib.c Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources. 13 years ago
_functoolsmodule.c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 13 years ago
_gdbmmodule.c Issue #19288: Fixed the "in" operator of dbm.gnu databases for string 12 years ago
_gestalt.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_hashopenssl.c In the _hashlib module, only initialize the static data for OpenSSL's 13 years ago
_heapqmodule.c Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4 13 years ago
_json.c Issue #11489: JSON decoder now accepts lone surrogates. 12 years ago
_localemodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_lsprof.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
_lzmamodule.c #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). 12 years ago
_math.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_math.h Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_pickle.c Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. 12 years ago
_posixsubprocess.c Fixes issue #15798: subprocess.Popen() no longer fails if file 12 years ago
_randommodule.c Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
_scproxy.c Fix for issue #9568. 16 years ago
_sre.c Issue #19405: Fixed outdated comments in the _sre module. 12 years ago
_ssl.c avoid a compiler warning about assigning const char * to char *. 12 years ago
_ssl_data.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_struct.c Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
_testbuffer.c _testbuffer.c: In all current use cases of cmp_structure() dest->format and 14 years ago
_testcapimodule.c Issue #14432: Fix compilation when thread support is disabled 12 years ago
_testembed.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_threadmodule.c merge #17091: update docstring for _thread.Lock.acquire. 13 years ago
_tkinter.c Issue #20315: Removed support for backward compatibility with early 2.x versions. 12 years ago
_weakref.c Implement PEP 3121: new module initialization and finalization API. 18 years ago
_winapi.c #18466: fix more typos. Patch by Févry Thibault. 13 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 #17223: array module: Fix a crasher when converting an array containing 13 years ago
atexitmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
audioop.c Issue #19418 Fix some warnings on Win64 12 years ago
binascii.c #19411: Clarify that b2a_hex/hexlify returns a bytes object. 12 years ago
cmathmodule.c Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. 13 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 #19970: Fix some comment typos. 12 years ago
fcntlmodule.c #18985: Improve fcntl documentation. 12 years ago
fpectlmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 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 #15905: Fix theoretical buffer overflow in handling of sys.argv[0], 13 years ago
grpmodule.c Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok. 13 years ago
hashlib.h Issue #18627: Fix typo noticed by Vajrasky Kok. 13 years ago
itertoolsmodule.c Issue 18752: Make chain.from_iterable() more visible in the documentation. 13 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 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. 13 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 #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
md5module.c Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
mmapmodule.c Merge 13 years ago
nismodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
operator.c #16523: improve attrgetter/itemgetter/methodcaller documentation. 13 years ago
ossaudiodev.c Issue #16404: Add checks for return value of PyLong_FromLong() in 12 years ago
parsermodule.c parser: fix usage of Py_BuildValue() to build a parser error 12 years ago
posixmodule.c improve description of buffers argument for readv/writev (closes #17811) 12 years ago
posixmodule.h Issue #4591: Uid and gid values larger than 2**31 are supported now. 13 years ago
pwdmodule.c Raise KeyError instead of OverflowError when getpwuid's argument is out of 13 years ago
pyexpat.c Check return value of PyEval_GetGlobals() for NULL 13 years ago
python.c Issue #15893: frozenmain.c now handles PyMem_Malloc() failure 13 years ago
readline.c Issue #20374: delete spurious empty line 12 years ago
resource.c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 13 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c Issue #17919: Fixed integer overflow in the eventmask parameter. 12 years ago
sha1module.c Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns 13 years ago
sha256module.c Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
sha512module.c Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
signalmodule.c Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. 13 years ago
socketmodule.c remove overly strict assertion (closes #20251) 12 years ago
socketmodule.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
spwdmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
sre.h Issue #17998: Fix an internal error in regular expression engine. 13 years ago
sre_constants.h Implemented non-recursive SRE matching. 23 years ago
symtablemodule.c just return toplevel symbol table rather than all blocks (closes #19393) 12 years ago
syslogmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 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 Issue13674 Correct crash with strftime %y format under Windows 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 replace hardcoded version 12 years ago
unicodedata_db.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
unicodename_db.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xxlimited.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xxmodule.c Make indentation consistent 13 years ago
xxsubtype.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
zipimport.c fix zipimport ref leak 12 years ago
zlibmodule.c Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 13 years ago