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.
 
 
 
 
 
 
Antoine Pitrou 49e4dfeec8 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. 13 years ago
..
_ctypes Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 13 years ago
_io #17275: Fix class name in init errors in C bufferedio classes. 13 years ago
_multiprocessing Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_sqlite Issue #17073: Fix some integer overflows in sqlite3 module. 13 years ago
cjkcodecs Merge #12417 followup, also removing an extra docstring 15 years ago
expat Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
zlib Remove unneeded directories. 20 years ago
Setup.config.in Patch to make _codecs a builtin module. This is necessary since 24 years ago
Setup.dist Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Minor cleanups. 13 years ago
_csv.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 13 years ago
_hashopenssl.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_heapqmodule.c Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. 13 years ago
_hotshot.c Untabify C files. Will watch buildbots. 16 years ago
_json.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 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
_randommodule.c Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. 14 years ago
_sre.c Issue #9669: Protect re against infinite loops on zero-width matching in 13 years ago
_ssl.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_struct.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_testcapimodule.c Issue #13093: Fix _testcapi.unicode_encodedecimal() 14 years ago
_tkinter.c Issue #13153: Tkinter functions now raise TclError instead of ValueError when 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
audioop.c Issue #16686: Fixed a lot of bugs in audioop module. 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
cPickle.c Issue #13555: Fix an integer overflow check. 13 years ago
cStringIO.c Issue #13555: cPickle now supports files larger than 2 GiB. 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
getbuildinfo.c let's keep parenthesis around sizeof 15 years ago
getnameinfo.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Issue #4591: Uid and gid values larger than 2**31 are supported now. 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
mmapmodule.c Issue #16743: Fix mmap overflow check on 32 bit Windows 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
posixmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. 13 years ago
posixmodule.h Issue #4591: Uid and gid values larger than 2**31 are supported now. 13 years ago
puremodule.c Untabify C files. Will watch buildbots. 16 years ago
pwdmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. 13 years ago
pyexpat.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
signalmodule.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
socketmodule.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Issue #13169: The maximal repetition number in a regular expression has been 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 #17091: update docstring for _thread.Lock.acquire. 13 years ago
timemodule.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
zlibmodule.c Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago