.. |
_ctypes
|
Fix for FreeBSD. Fixes http://python.org/sf/1470353.
|
2006-04-15 20:23:54 +00:00 |
_sqlite
|
Fix memory leak
|
2006-04-16 03:28:17 +00:00 |
cjkcodecs
|
Try to get rid of a Coverity warning by consistently using origpending.
|
2006-03-28 06:19:28 +00:00 |
expat
|
|
|
zlib
|
|
|
_bisectmodule.c
|
More unconsting.
|
2006-02-27 17:20:04 +00:00 |
_bsddb.c
|
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
|
2006-04-08 07:10:51 +00:00 |
_codecsmodule.c
|
|
|
_csv.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
_curses_panel.c
|
Coverity-found bug: don't use temp->next *before* checking it for NULL. Also
|
2006-03-07 13:38:14 +00:00 |
_cursesmodule.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
_elementtree.c
|
merged with cElementTree development trunk (1.0.6 snapshot):
|
2006-03-12 21:06:35 +00:00 |
_hashopenssl.c
|
Properly fix Py_SAFE_DOWNCAST-triggerd bugs.
|
2006-03-02 05:05:17 +00:00 |
_heapqmodule.c
|
|
|
_hotshot.c
|
Patch #1470300: Port _hotshot to QNX4.25 port.
|
2006-04-14 15:07:46 +00:00 |
_localemodule.c
|
|
|
_lsprof.c
|
Thanks to Coverity, these were all reported by their Prevent tool.
|
2006-03-07 04:48:24 +00:00 |
_randommodule.c
|
|
|
_sre.c
|
Move constructors, add some casts to make C++ compiler happy. Still a problem
|
2006-04-12 04:26:11 +00:00 |
_ssl.c
|
Patch #1380952: fix SSL objects timing out on consecutive read()s
|
2006-03-31 18:01:16 +00:00 |
_testcapimodule.c
|
Add a test for Py_ssize_t. Correct typo in getargs.c.
|
2006-04-13 07:59:30 +00:00 |
_tkinter.c
|
Get rid of warnings about using chars as subscripts
|
2006-04-10 02:17:47 +00:00 |
_weakref.c
|
|
|
addrinfo.h
|
|
|
almodule.c
|
Fix some missing checks after PyTuple_New, PyList_New, PyDict_New
|
2006-03-17 19:03:25 +00:00 |
ar_beos
|
|
|
arraymodule.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
audioop.c
|
Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict()
|
2006-03-20 06:34:06 +00:00 |
binascii.c
|
Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints.
|
2006-03-01 23:10:05 +00:00 |
bsddbmodule.c
|
|
|
bz2module.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
cdmodule.c
|
|
|
cgen.py
|
|
|
cgensupport.c
|
|
|
cgensupport.h
|
|
|
clmodule.c
|
|
|
cmathmodule.c
|
|
|
collectionsmodule.c
|
Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for
|
2006-04-15 17:28:34 +00:00 |
config.c.in
|
whoops. missed one in an auto-generated file. another extern "C" {} for C++ compiler compatibility
|
2006-04-13 04:49:25 +00:00 |
cPickle.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
cryptmodule.c
|
|
|
cStringIO.c
|
Remove unnecessary casts from type object initializers.
|
2006-03-30 11:58:57 +00:00 |
cstubs
|
|
|
datetimemodule.c
|
Coverity-found bug: datetime_strptime() failed to check for NULL return from
|
2006-04-14 21:23:42 +00:00 |
dbmmodule.c
|
|
|
dlmodule.c
|
|
|
errnomodule.c
|
|
|
fcntlmodule.c
|
Explain why we use the unsigned int format for a signed int variable.
|
2006-03-02 17:58:27 +00:00 |
flmodule.c
|
|
|
fmmodule.c
|
|
|
fpectlmodule.c
|
|
|
fpetestmodule.c
|
|
|
functionalmodule.c
|
Replace INT_MAX with PY_SSIZE_T_MAX.
|
2006-04-13 07:52:27 +00:00 |
gc_weakref.txt
|
|
|
gcmodule.c
|
Some more changes to make code compile under a C++ compiler.
|
2006-04-11 12:14:09 +00:00 |
gdbmmodule.c
|
Fix gcc (4.0.x) warning about use of uninitialized variable.
|
2006-03-01 22:54:36 +00:00 |
getaddrinfo.c
|
|
|
getbuildinfo.c
|
|
|
getnameinfo.c
|
|
|
getpath.c
|
spread the extern "C" { } magic pixie dust around. Python itself builds now
|
2006-04-13 02:06:09 +00:00 |
glmodule.c
|
|
|
grpmodule.c
|
|
|
imageop.c
|
|
|
imgfile.c
|
|
|
itertoolsmodule.c
|
Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to
|
2006-04-15 22:33:13 +00:00 |
ld_so_aix
|
|
|
ld_so_beos
|
|
|
linuxaudiodev.c
|
Rework channelnumber/samplesize detetion code's output variables a bit to
|
2006-03-01 22:45:36 +00:00 |
main.c
|
spread the extern "C" { } magic pixie dust around. Python itself builds now
|
2006-04-13 02:06:09 +00:00 |
makesetup
|
|
|
makexp_aix
|
|
|
mathmodule.c
|
|
|
md5.c
|
- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
|
2006-04-03 16:27:50 +00:00 |
md5.h
|
- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
|
2006-04-03 16:27:50 +00:00 |
md5module.c
|
- Patch #360466: Replace the MD5 implementation from RSA Data Security Inc
|
2006-04-03 16:27:50 +00:00 |
mmapmodule.c
|
Checking in the code for PEP 357.
|
2006-03-07 18:50:55 +00:00 |
nismodule.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
operator.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
ossaudiodev.c
|
Fix some missing checks after PyTuple_New, PyList_New, PyDict_New
|
2006-03-17 19:03:25 +00:00 |
parsermodule.c
|
Update for new grammar
|
2006-04-12 05:24:39 +00:00 |
posixmodule.c
|
spread the extern "C" { } magic pixie dust around. Python itself builds now
|
2006-04-13 02:06:09 +00:00 |
puremodule.c
|
|
|
pwdmodule.c
|
|
|
pyexpat.c
|
err is no longer used
|
2006-04-16 00:02:59 +00:00 |
python.c
|
|
|
readline.c
|
|
|
resource.c
|
|
|
rgbimgmodule.c
|
|
|
rotatingtree.c
|
|
|
rotatingtree.h
|
|
|
selectmodule.c
|
|
|
Setup.config.in
|
|
|
Setup.dist
|
- add missing chunk for patch #1117961
|
2006-04-03 16:59:32 +00:00 |
sgimodule.c
|
|
|
sha256module.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
sha512module.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
shamodule.c
|
Revert backwards-incompatible const changes.
|
2006-02-27 16:46:16 +00:00 |
signalmodule.c
|
|
|
socketmodule.c
|
Patch #1191065: Fix preprocessor problems on systems where recvfrom
|
2006-04-15 08:35:59 +00:00 |
socketmodule.h
|
|
|
spwdmodule.c
|
|
|
sre.h
|
|
|
sre_constants.h
|
|
|
stropmodule.c
|
Replace INT_MAX with PY_SSIZE_T_MAX.
|
2006-04-13 07:34:09 +00:00 |
structmodule.c
|
|
|
sunaudiodev.c
|
|
|
svmodule.c
|
|
|
symtablemodule.c
|
|
|
syslogmodule.c
|
|
|
termios.c
|
|
|
testcapi_long.h
|
|
|
threadmodule.c
|
remove forward declarations, move constructor functions. makes code C++ safe.
|
2006-04-12 04:08:46 +00:00 |
timemodule.c
|
C++ compiler changes. casts, rename variables with reserved names.
|
2006-04-13 07:19:01 +00:00 |
timing.h
|
|
|
timingmodule.c
|
|
|
tkappinit.c
|
|
|
unicodedata.c
|
Support NFD of very long strings.
|
2006-04-13 06:36:31 +00:00 |
unicodedata_db.h
|
Update Unicode database to Unicode 4.1.
|
2006-03-09 23:38:20 +00:00 |
unicodename_db.h
|
Update Unicode database to Unicode 4.1.
|
2006-03-09 23:38:20 +00:00 |
xxmodule.c
|
Move test code out of xxmodule and into _testcapimodule.c where it belongs.
|
2006-03-15 05:43:10 +00:00 |
xxsubtype.c
|
remove forward declarations. No constructors to move for these files. Makes
|
2006-04-12 04:29:01 +00:00 |
yuv.h
|
|
|
yuvconvert.c
|
|
|
zipimport.c
|
Use Py_VISIT in all tp_traverse methods, instead of traversing manually or
|
2006-04-15 21:47:09 +00:00 |
zlibmodule.c
|
Patch #1459631: documnent zlib.Decompress.flush() length parameter.
|
2006-04-01 07:39:41 +00:00 |