cpython/Modules
Guido van Rossum 3c887b2802 Issue #1645 by Alberto Bertogli. Fix a comment. 2007-12-18 20:10:42 +00:00
..
_ctypes Issue #1642: Fix segfault in ctypes when trying to delete attributes. 2007-12-18 19:00:34 +00:00
_sqlite Forward-port of commit 59184. 2007-12-11 21:07:40 +00:00
cjkcodecs Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. 2007-12-14 03:02:34 +00:00
expat
zlib
Setup.config.in
Setup.dist Remove the rgbimg module. It has been deprecated since Python 2.5. 2007-05-20 07:09:50 +00:00
_bisectmodule.c
_bsddb.c * db->get_types is only available in BerkeleyDB >= 4.2 2007-11-05 09:06:28 +00:00
_codecsmodule.c The incremental decoder for utf-7 must preserve its state between calls. 2007-11-20 23:31:27 +00:00
_collectionsmodule.c Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. 2007-12-13 00:08:37 +00:00
_csv.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_curses_panel.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_cursesmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_elementtree.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_functoolsmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_hashopenssl.c email address update 2007-09-09 20:25:00 +00:00
_heapqmodule.c
_hotshot.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_localemodule.c - Fix an off-by-one bug in locale.strxfrm(). 2007-04-03 04:35:59 +00:00
_lsprof.c Patch #1733973 by peaker: 2007-09-06 08:30:51 +00:00
_randommodule.c Issue #1727780: Support loading pickles of random.Random objects created 2007-12-03 19:20:02 +00:00
_sre.c Patch # 1140 (my code, approved by Effbot). 2007-09-10 22:02:25 +00:00
_ssl.c Fixed warning in ssl module 2007-12-14 04:38:13 +00:00
_struct.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_testcapimodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_tkinter.c Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails 2007-08-09 21:47:11 +00:00
_typesmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
_weakref.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
addrinfo.h
almodule.c
ar_beos
arraymodule.c Improve extended slicing support in builtin types and classes. Specifically: 2007-08-28 15:28:19 +00:00
audioop.c
binascii.c Backport checkin: 2007-05-09 18:10:47 +00:00
bsddb.h Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. 2007-12-14 03:02:34 +00:00
bsddbmodule.c
bz2module.c issue1597011: Fix for bz2 module corner-case error due to error checking bug. 2007-09-17 05:45:04 +00:00
cPickle.c Fix Coverity #159. 2007-10-05 05:01:38 +00:00
cStringIO.c Fix compilation warning. 2007-08-08 13:50:02 +00:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
datetimemodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
dbmmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
dlmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
gdbmmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
getaddrinfo.c
getbuildinfo.c Fixing changes to getbuildinfo.c that broke linux builds 2007-06-07 23:53:49 +00:00
getnameinfo.c
getpath.c Typos. 2007-03-10 07:38:14 +00:00
glmodule.c
grpmodule.c
imageop.c
imgfile.c
itertoolsmodule.c itertools.count() no longer limited to sys.maxint. 2007-10-04 00:20:27 +00:00
ld_so_aix
ld_so_beos
linuxaudiodev.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
main.c Backport some main.c cleanup from the py3k branch 2007-11-20 14:55:57 +00:00
makesetup Patch #786737: Allow building in a tree of symlinks pointing to 2007-09-05 11:47:34 +00:00
makexp_aix
mathmodule.c
md5.c
md5.h
md5module.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
mmapmodule.c Fix some compiler warnings for signed comparisons on Unix and Windows. 2007-10-31 06:33:20 +00:00
nismodule.c
operator.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
ossaudiodev.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
parsermodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
posixmodule.c Forward-port r59310: 2007-12-03 23:09:04 +00:00
puremodule.c
pwdmodule.c
pyexpat.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
python.c
readline.c readline module cleanup 2007-11-12 18:58:08 +00:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
sgimodule.c
sha256module.c email address update 2007-09-09 20:25:00 +00:00
sha512module.c email address update 2007-09-09 20:25:00 +00:00
shamodule.c email address update 2007-09-09 20:25:00 +00:00
signalmodule.c Patch #1643738 by Ulisses Furquim -- make the is_tripped variable 2007-12-10 23:00:12 +00:00
socketmodule.c Issue #1645 by Alberto Bertogli. Fix a comment. 2007-12-18 20:10:42 +00:00
socketmodule.h Patch #1432399: Add HCI sockets. 2007-02-14 10:07:37 +00:00
spwdmodule.c
sre.h
sre_constants.h
stropmodule.c
sunaudiodev.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
svmodule.c
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
threadmodule.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
timemodule.c In Windows' time.clock(), when QueryPerformanceFrequency() fails, 2007-03-29 12:42:07 +00:00
timing.h
timingmodule.c
tkappinit.c
unicodedata.c Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot 2007-07-28 07:03:05 +00:00
unicodedata_db.h
unicodename_db.h
xxmodule.c Fixed a nasty problem in the xxmodule.c 2007-12-12 18:09:06 +00:00
xxsubtype.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
yuv.h
yuvconvert.c
zipimport.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
zlibmodule.c Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress 2007-11-21 00:46:21 +00:00