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.
 
 
 
 
 
 
Gregory P. Smith c10f5c2828 Fixes Issue 14234: fix for the previous commit, keep compilation when 14 years ago
..
_ctypes Issue #12881: ctypes: Fix segfault with large structure field names. 15 years ago
_io Fix typo “seperator” 14 years ago
_multiprocessing Issue #4028: Make multiprocessing build on SunOS. 14 years ago
_sqlite null merge from 2.6 14 years ago
cjkcodecs Merge #12417 followup, also removing an extra docstring 15 years ago
expat Fixes Issue 14234: fix for the previous commit, keep compilation when 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 Remove duplicate entry. 16 years ago
_bisectmodule.c Untabify C files. Will watch buildbots. 16 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 null merge from 2.6 14 years ago
_csv.c Issue #13573: The csv.writer now uses the repr() for floats rather than str(). 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 Untabify C files. Will watch buildbots. 16 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 #13774: json: Fix a SystemError when a bogus encoding is passed to 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 Merged revisions 82607 via svnmerge from 16 years ago
_math.h Issue #7518: Move substitute definitions of C99 math functions from 16 years ago
_randommodule.c Merged revisions 84299 via svnmerge from 16 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 null merge from 2.6 14 years ago
_struct.c #11515: fix several typos. Patch by Piotr Kasprzyk. 15 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 Fix docstring typo. 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 #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. 14 years ago
cPickle.c Issue #7689: Allow pickling of dynamically created classes when their 15 years ago
cStringIO.c Issue #1548891: The cStringIO.StringIO() constructor now encodes unicode 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 Untabify C files. Will watch buildbots. 16 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 Untabify C files. Will watch buildbots. 16 years ago
gdbmmodule.c The contains function raised a gcc warning. The new code is copied straight from py3k. 18 years ago
getaddrinfo.c Untabify C files. Will watch buildbots. 16 years ago
getbuildinfo.c let's keep parenthesis around sizeof 15 years ago
getnameinfo.c Untabify C files. Will watch buildbots. 16 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 Backport issue #12973 itertools fix from 3.x. 15 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 null merge from 2.6 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 Untabify C files. Will watch buildbots. 16 years ago
mmapmodule.c Merge #12417 followup, also removing an extra docstring 15 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 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
posixmodule.c null merge from 2.6 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 Fixes Issue 14234: fix for the previous commit, keep compilation when 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 #12287: Fix a stack corruption in ossaudiodev module when the FD is 15 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 Untabify C files. Will watch buildbots. 16 years ago
signalmodule.c null merge from 2.6 14 years ago
socketmodule.c Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by 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 Untabify C files. Will watch buildbots. 16 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 Merge #12417 followup, also removing an extra docstring 15 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 Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore 15 years ago
zlibmodule.c Issue #12839: Fix crash in zlib module due to version mismatch. 15 years ago