cpython/Modules
2010-05-08 20:06:02 +00:00
..
_ctypes On Windows, ctypes does no longer check the stack before and after 2010-05-04 18:44:42 +00:00
_io Untabify Modules/_io/fileio.c 2010-05-05 16:27:30 +00:00
_multiprocessing Remove extraneous whitespace. 2010-05-05 20:15:14 +00:00
_sqlite Remove an unnecessary variable. 2010-05-05 20:14:27 +00:00
cjkcodecs Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
expat
zlib
_bisectmodule.c Remove unneeded variable assignment. 2010-05-03 23:44:54 +00:00
_bsddb.c pybsddb 4.8.4 integration. Please, comment in issue #8156 2010-03-22 14:22:26 +00:00
_codecsmodule.c fix escape_encode to return the correct consumed size 2010-04-05 02:51:51 +00:00
_collectionsmodule.c Add count() method to collections.deque(). 2010-04-03 18:10:37 +00:00
_csv.c
_curses_panel.c
_cursesmodule.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
_elementtree.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
_functoolsmodule.c
_hashopenssl.c
_heapqmodule.c
_hotshot.c
_json.c Remove unneeded variable mutation and initializations. 2010-05-03 23:43:49 +00:00
_localemodule.c
_lsprof.c
_math.c
_math.h
_randommodule.c
_sre.c Remove unused variables and a variable initialization. 2010-05-03 23:51:28 +00:00
_ssl.c Untabify Modules/_ssl.c 2010-05-05 15:53:45 +00:00
_struct.c A handful of whitespace fixes in Modules/_struct.c. 2010-04-04 21:19:35 +00:00
_testcapimodule.c Fix a couple of issues with the test_structmembersType class in _testcapimodule 2010-04-03 10:27:05 +00:00
_tkinter.c Remove an unused variable. 2010-05-03 23:41:51 +00:00
_weakref.c
addrinfo.h
almodule.c
ar_beos
arraymodule.c
audioop.c Clean up whitespace and remove unneeded variable initialization as found by 2010-05-03 23:42:40 +00:00
binascii.c
bsddb.h pybsddb 4.8.4 integration. Please, comment in issue #8156 2010-03-22 14:22:26 +00:00
bsddbmodule.c Fix two potential uninitialization errors and an unneeded assignment. 2010-05-03 23:57:15 +00:00
bz2module.c
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cPickle.c Remove a redundant string length check and variable assignment. 2010-05-04 00:30:17 +00:00
cryptmodule.c
cStringIO.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
cstubs
datetimemodule.c Prevent a possible NULL de-reference and an unneeded variable assignment. 2010-05-04 00:36:00 +00:00
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
future_builtins.c
gc_weakref.txt
gcmodule.c Issue #4687: Fix accuracy of garbage collection runtimes displayed with 2010-05-02 19:51:14 +00:00
gdbmmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
itertoolsmodule.c
ld_so_aix
ld_so_beos
linuxaudiodev.c
main.c Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead of '-c' while searching for the module to be executed 2010-04-28 14:51:08 +00:00
makesetup
makexp_aix
mathmodule.c
md5.c
md5.h
md5module.c
mmapmodule.c
nismodule.c
operator.c
ossaudiodev.c
parsermodule.c
posixmodule.c Untabify Modules/posixmodule.c (2) 2010-05-06 00:03:44 +00:00
puremodule.c
pwdmodule.c
pyexpat.c Fix a Py_DECREF to a Py_XDECREF. 2010-05-04 00:48:11 +00:00
python.c
readline.c Strip out extraneous whitespace, cast a some const char * to void * when 2010-05-04 00:52:41 +00:00
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c add space 2010-04-15 21:42:16 +00:00
Setup.config.in
Setup.dist
sgimodule.c
sha256module.c
sha512module.c
shamodule.c
signalmodule.c Skip signal handler re-installation if it is not necessary. Issue 8354. 2010-05-08 20:06:02 +00:00
socketmodule.c Remove an unneeded variable assignment. 2010-05-04 00:57:44 +00:00
socketmodule.h Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
spwdmodule.c
sre.h
sre_constants.h
stropmodule.c
sunaudiodev.c
svmodule.c
symtablemodule.c
syslogmodule.c Fixing obscure syslog corner-case when sys.argv = None, syslog() would call 2010-04-25 06:31:23 +00:00
termios.c
testcapi_long.h
threadmodule.c
timemodule.c
timing.h
timingmodule.c
tkappinit.c Fix some whitespace. 2010-05-04 01:01:00 +00:00
tkinter.h
unicodedata.c Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
unicodedata_db.h Issue #8024: Update the Unicode database to 5.2 2010-03-18 21:50:06 +00:00
unicodename_db.h Issue #8024: Update the Unicode database to 5.2 2010-03-18 21:50:06 +00:00
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c
zlibmodule.c Issue #8571: Fix an internal error when compressing or decompressing a 2010-05-07 16:50:34 +00:00