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.
 
 
 
 
 
 
Ronald Oussoren 1c60c7ac4c Issue #1602133: 'environ' is not really available with shared libraries on OSX 13 years ago
..
_ctypes Issue #15989: Fix several occurrences of integer overflow 13 years ago
_io Issue #15989: Fix several occurrences of integer overflow 13 years ago
_multiprocessing Issue #10527: Use poll() instead of select() for multiprocessing pipes 13 years ago
_sqlite Issue #14572: Prevent build failures with pre-3.5.0 versions of 14 years ago
cjkcodecs Merge #12417 followup, also removing an extra docstring 15 years ago
expat Add 2.7.3 and 2.7.4 UUIDs 14 years ago
zlib Remove unneeded directories. 20 years ago
Setup.config.in Patch to make _codecs a builtin module. This is necessary since 23 years ago
Setup.dist - Mention _heapq in Setup.dist. 14 years ago
_bisectmodule.c Issue #14829: Fix bisect issues under 64-bit Windows. 14 years ago
_bsddb.c null merge from 2.6 14 years ago
_codecsmodule.c Issue #8930: fix some C code indentation 16 years ago
_collectionsmodule.c make deque_clear void, since it's infallible 13 years ago
_csv.c 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. 13 years ago
_curses_panel.c Untabify C files. Will watch buildbots. 16 years ago
_cursesmodule.c - Issue #7567: Don't call `setupterm' twice. 16 years ago
_elementtree.c Issue #2892: preserve iterparse events in case of SyntaxError 14 years ago
_functoolsmodule.c #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
_hashopenssl.c Issue #15219: Fix a reference leak when hashlib.new() is called with 14 years ago
_heapqmodule.c Show the function signature in the docstring 13 years ago
_hotshot.c Untabify C files. Will watch buildbots. 16 years ago
_json.c Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. 13 years ago
_localemodule.c Untabify C files. Will watch buildbots. 16 years ago
_lsprof.c Untabify C files. Will watch buildbots. 16 years ago
_math.c Add workaround for log1p(-0.0) on platforms where it's broken. 14 years ago
_math.h Add workaround for log1p(-0.0) on platforms where it's broken. 14 years ago
_randommodule.c Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. 14 years ago
_sre.c use PyInt_FromSsize_t instead of PyLong_FromSsize_t (#10182) 13 years ago
_ssl.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 14 years ago
_struct.c #14897: Enhance error messages of struct.pack and struct.pack_into 13 years ago
_testcapimodule.c Issue #13093: Fix _testcapi.unicode_encodedecimal() 14 years ago
_tkinter.c Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. 14 years ago
_weakref.c #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
addrinfo.h Untabify C files. Will watch buildbots. 16 years ago
almodule.c Untabify C files. Will watch buildbots. 16 years ago
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and 25 years ago
arraymodule.c Issue #15424: Add a __sizeof__ implementation for array objects. 14 years ago
audioop.c null merge from 2.6 14 years ago
binascii.c Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. 14 years ago
bsddb.h null merge from 2.6 14 years ago
bsddbmodule.c Untabify C files. Will watch buildbots. 16 years ago
bz2module.c Issue #16828: Fix error incorrectly raised by bz2.compress(''). 13 years ago
cPickle.c Issue #7689: Allow pickling of dynamically created classes when their 14 years ago
cStringIO.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 14 years ago
cdmodule.c Untabify C files. Will watch buildbots. 16 years ago
cgen.py Deprecate DEVICE, GL, gl, and the related modules cgen and cgensupport for removal in 3.0. 18 years ago
cgensupport.c Untabify C files. Will watch buildbots. 16 years ago
cgensupport.h Untabify C files. Will watch buildbots. 16 years ago
clmodule.c Untabify C files. Will watch buildbots. 16 years ago
cmathmodule.c #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
config.c.in Untabify Modules/config.c.in. 16 years ago
cryptmodule.c Untabify C files. Will watch buildbots. 16 years ago
cstubs REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
datetimemodule.c Issue #11576: Fixed timedelta subtraction glitch on big timedelta values 15 years ago
dbmmodule.c Untabify C files. Will watch buildbots. 16 years ago
dlmodule.c Untabify C files. Will watch buildbots. 16 years ago
errnomodule.c Issue #14662: Prevent shutil failures on OS X when destination does not 14 years ago
fcntlmodule.c Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from 15 years ago
flmodule.c Untabify C files. Will watch buildbots. 16 years ago
fmmodule.c Untabify C files. Will watch buildbots. 16 years ago
fpectlmodule.c Untabify C files. Will watch buildbots. 16 years ago
fpetestmodule.c Check return result from Py_InitModule*(). This API can fail. 20 years ago
future_builtins.c Fix issue10065 - future_builtins' docstring lacks some functions 15 years ago
gc_weakref.txt SF 1055820: weakref callback vs gc vs threads 21 years ago
gcmodule.c Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. 14 years ago
gdbmmodule.c The contains function raised a gcc warning. The new code is copied straight from py3k. 18 years ago
getaddrinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. 14 years ago
getbuildinfo.c let's keep parenthesis around sizeof 15 years ago
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. 14 years ago
getpath.c copy_absolute(): keep the relative path if getcwd() failed 15 years ago
glmodule.c Untabify C files. Will watch buildbots. 16 years ago
grpmodule.c Merged revisions 87238 via svnmerge from 15 years ago
imageop.c Untabify C files. Will watch buildbots. 16 years ago
imgfile.c Untabify C files. Will watch buildbots. 16 years ago
itertoolsmodule.c Issue #13454: Fix a crash when deleting an iterator created by itertools.tee() 13 years ago
ld_so_aix.in Small fix to ld_so_aix.in for 2.x 16 years ago
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path. Closes 25 years ago
linuxaudiodev.c Untabify C files. Will watch buildbots. 16 years ago
main.c #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. 13 years ago
makesetup Patch #786737: Allow building in a tree of symlinks pointing to 19 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Fix indentation of Python code example in C comment. 16 years ago
md5.c Untabify C files. Will watch buildbots. 16 years ago
md5.h - Issue #3745: Fix hashlib to always reject unicode and non buffer-api 17 years ago
md5module.c Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes 14 years ago
mmapmodule.c #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2) 14 years ago
nismodule.c Merged revisions 84172 via svnmerge from 16 years ago
operator.c Untabify C files. Will watch buildbots. 16 years ago
ossaudiodev.c Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas 14 years ago
parsermodule.c Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
posixmodule.c Issue #1602133: 'environ' is not really available with shared libraries on OSX 13 years ago
puremodule.c Untabify C files. Will watch buildbots. 16 years ago
pwdmodule.c Merged revisions 84106 via svnmerge from 16 years ago
pyexpat.c Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() 13 years ago
python.c Apparently FreeBSD enables some HW floating-point exceptions by default. 23 years ago
readline.c Merged revisions 87356 via svnmerge from 15 years ago
resource.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. 13 years ago
sgimodule.c Untabify C files. Will watch buildbots. 16 years ago
sha256module.c Untabify C files. Will watch buildbots. 16 years ago
sha512module.c Untabify C files. Will watch buildbots. 16 years ago
shamodule.c Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes 14 years ago
signalmodule.c check windows fd validity (closes #16992) 13 years ago
socketmodule.c Issue #15989: Fix several occurrences of integer overflow 13 years ago
socketmodule.h Untabify C files. Will watch buildbots. 16 years ago
spwdmodule.c Untabify C files. Will watch buildbots. 16 years ago
sre.h get the core to compile --disable-unicode 13 years ago
sre_constants.h Implemented non-recursive SRE matching. 23 years ago
stropmodule.c Untabify C files. Will watch buildbots. 16 years ago
sunaudiodev.c Untabify C files. Will watch buildbots. 16 years ago
svmodule.c Untabify C files. Will watch buildbots. 16 years ago
symtablemodule.c initialize more global type objects (closes #16369) 13 years ago
syslogmodule.c Untabify C files. Will watch buildbots. 16 years ago
termios.c Untabify C files. Will watch buildbots. 16 years ago
testcapi_long.h Untabify C files. Will watch buildbots. 16 years ago
threadmodule.c protect this call, too 14 years ago
timemodule.c Plug a leak in timemodule. The module dictionary is saved during 13 years ago
timing.h Remove the advertising clause from the BSD license in timing.h. 18 years ago
timingmodule.c Untabify C files. Will watch buildbots. 16 years ago
tkappinit.c Untabify C files. Will watch buildbots. 16 years ago
tkinter.h Include tkinter.h only after including tk.h (or the equivalent for another platform). 17 years ago
unicodedata.c #16681: use "bidirectional class" instead of "bidirectional category" in the docstring too. 13 years ago
unicodedata_db.h Issue #8024: Update the Unicode database to 5.2 16 years ago
unicodename_db.h Issue #8024: Update the Unicode database to 5.2 16 years ago
xxmodule.c Untabify C files. Will watch buildbots. 16 years ago
xxsubtype.c Untabify C files. Will watch buildbots. 16 years ago
yuv.h Untabify C files. Will watch buildbots. 16 years ago
yuvconvert.c Untabify C files. Will watch buildbots. 16 years ago
zipimport.c Closes #15897: zipimport.c doesn't check return value of fseek() 13 years ago
zlibmodule.c Issue #15677: Also fix docstrings in zlib module. 13 years ago