cpython/Modules
2005-12-14 21:46:41 +00:00
..
cjkcodecs Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module 2005-12-12 11:48:32 +00:00
expat
_bisectmodule.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
_bsddb.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
_codecsmodule.c Whitespace cleanup. 2005-11-02 08:30:08 +00:00
_csv.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
_curses_panel.c
_cursesmodule.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
_elementtree.c renamed to _elementtree (for Python 2.5) 2005-12-14 21:46:41 +00:00
_hashopenssl.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
_heapqmodule.c
_hotshot.c Nobody on python-dev seemed particularly bothered that Hotshot generates half- 2005-12-06 14:07:39 +00:00
_localemodule.c Fix grammatical typo in a comment. 2005-03-01 03:16:34 +00:00
_randommodule.c Disallow keyword arguments for type constructors that don't use them. 2005-08-26 06:42:30 +00:00
_sre.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
_ssl.c
_testcapimodule.c
_tkinter.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
_weakref.c
addrinfo.h
almodule.c
ar_beos
arraymodule.c Disallow keyword arguments for type constructors that don't use them. 2005-08-26 06:42:30 +00:00
audioop.c
binascii.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
bsddbmodule.c
bz2module.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
ccpython.cc
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
collectionsmodule.c Convert iterator __len__() methods to a private API. 2005-09-24 21:23:05 +00:00
config.c.in
cPickle.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
cryptmodule.c
cStringIO.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
cstubs
datetimemodule.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c Fix a typo. (found by Jong-uk Kim) 2005-07-28 05:57:19 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
functionalmodule.c Make functional.partial() more closely match the spec by emulating 2005-03-08 06:14:50 +00:00
gc_weakref.txt
gcmodule.c PEP 342 implementation. Per Guido's comments, the generator throw() 2005-08-02 00:46:46 +00:00
gdbmmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Change type on variable to silence gcc 4 warning. Call signature was found at 2005-09-16 02:43:35 +00:00
glmodule.c
grpmodule.c - Changes donated by Elemental Security to make it work on AIX 5.3 2005-09-14 18:09:42 +00:00
imageop.c
imgfile.c
itertoolsmodule.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
ld_so_aix SF Bug # 941346, AIX shared library fix 2005-10-03 03:57:09 +00:00
ld_so_beos
linuxaudiodev.c
main.c Fix a bunch of imports to use code.h instead of compile.h. 2005-10-21 14:58:06 +00:00
makesetup
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 2005-09-14 18:09:42 +00:00
mathmodule.c Make that a C, not a C++, comment. 2005-04-06 13:05:18 +00:00
md5.h
md5c.c
md5module.c [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
mmapmodule.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
nismodule.c
operator.c Disallow keyword arguments for type constructors that don't use them. 2005-08-26 06:42:30 +00:00
ossaudiodev.c Conditionally export a few more AFMT_* macros: AFMT_U16_NE, AFMT_S32_LE, 2005-03-28 02:40:46 +00:00
parsermodule.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
posixmodule.c Bug #869197: setgroups rejects long integer argument 2005-11-22 19:30:31 +00:00
puremodule.c
pwdmodule.c - Changes donated by Elemental Security to make it work on AIX 5.3 2005-09-14 18:09:42 +00:00
pyexpat.c moved magic into structure (mainly to simplify the client code) 2005-12-13 21:55:36 +00:00
python.c
readline.c Fix parse errors in readline module when compiling without threads. 2005-09-29 13:40:49 +00:00
regexmodule.c
regexpr.c
regexpr.h
resource.c
rgbimgmodule.c
selectmodule.c Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint 2005-11-03 05:00:25 +00:00
Setup.config.in
Setup.dist SF bug #1160187: Setup file needs entries for collections, itertools, strop 2005-03-09 23:46:11 +00:00
sgimodule.c
sha256module.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
sha512module.c Added the 'ULL' prefix to the unsigned long long literal constants. 2005-12-14 18:05:44 +00:00
shamodule.c [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
signalmodule.c - Changes donated by Elemental Security to make it work on AIX 5.3 2005-09-14 18:09:42 +00:00
socketmodule.c Add const to several API functions that take char *. 2005-12-10 18:50:16 +00:00
socketmodule.h - Changes donated by Elemental Security to make it work on AIX 5.3 2005-09-14 18:09:42 +00:00
spwdmodule.c Put docstring for getspall into same #ifdef block as function definition 2005-01-24 23:33:50 +00:00
sre.h
sre_constants.h
stropmodule.c
structmodule.c SF bug #1072182: bad arg type to isspace in struct module 2005-08-26 08:39:56 +00:00
sunaudiodev.c
svmodule.c
symtablemodule.c Merge ast-branch to head 2005-10-20 19:59:25 +00:00
syslogmodule.c SF bug #1086555: refcount problem in syslog 2004-12-16 23:52:04 +00:00
termios.c
testcapi_long.h
threadmodule.c Fix bug: 2005-06-20 16:52:57 +00:00
timemodule.c
timing.h
timingmodule.c
tkappinit.c
unicodedata.c Patch #1213831: Fix typo in unicodedata._getcode. 2005-09-18 08:17:56 +00:00
unicodedata_db.h
unicodename_db.h
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c update busted comment 2005-11-11 19:34:56 +00:00
zlibmodule.c [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. 2005-11-22 15:32:28 +00:00