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.
 
 
 
 
 
 
Nadeem Vawda acfdfdafa2 Fix typo in backporting fix of issue #16411 to 2.7. 13 years ago
..
_ctypes Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler 14 years ago
_io Fixes Issue #12268 for the io module - File readline, readlines and 13 years ago
_multiprocessing Issue #10133: Make multiprocessing deallocate buffer if socket read fails. 14 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 Fix docstring for deque ctor to mark iterable parameter optional 13 years ago
_csv.c 2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka. 14 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 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 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 Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c 14 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. 15 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. 15 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 #14398: Fix size truncation and overflow bugs in bz2 module. 13 years ago
cPickle.c Issue #7689: Allow pickling of dynamically created classes when their 15 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 16 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 16 years ago
gc_weakref.txt SF 1055820: weakref callback vs gc vs threads 22 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 16 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 #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 14 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 Fix closes issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp 14 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 15 years ago
parsermodule.c Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. 14 years ago
posixmodule.c Issue #15765: Fix quirky NetBSD getcwd() behaviour. 14 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() 14 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 #16230: Fix a crash in select.select() when one the lists changes size while iterated on. 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 null merge from 2.6 14 years ago
socketmodule.c Modules/socketmodule.c: netdb_lock: define static. 14 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 Impl ssize_t 20 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 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. 15 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 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. 15 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() 14 years ago
zlibmodule.c Fix typo in backporting fix of issue #16411 to 2.7. 13 years ago