.. |
_ctypes
|
Make _ctypes.c PY_SSIZE_T_CLEAN.
|
2008-03-25 21:18:39 +00:00 |
_sqlite
|
Accept patch issue2426 by Paul Kippes (kippesp).
|
2008-03-28 08:32:09 +00:00 |
cjkcodecs
|
…
|
|
expat
|
…
|
|
zlib
|
…
|
|
Setup.config.in
|
…
|
|
Setup.dist
|
…
|
|
_bisectmodule.c
|
…
|
|
_bsddb.c
|
…
|
|
_codecsmodule.c
|
…
|
|
_collectionsmodule.c
|
…
|
|
_csv.c
|
…
|
|
_curses_panel.c
|
…
|
|
_cursesmodule.c
|
…
|
|
_elementtree.c
|
…
|
|
_fileio.c
|
Remove all traces of HAVE_STRERROR.
|
2008-03-18 15:35:58 +00:00 |
_functoolsmodule.c
|
…
|
|
_hashopenssl.c
|
…
|
|
_heapqmodule.c
|
Leave heapreplace() unchanged.
|
2008-03-14 05:03:44 +00:00 |
_hotshot.c
|
…
|
|
_localemodule.c
|
…
|
|
_lsprof.c
|
…
|
|
_randommodule.c
|
…
|
|
_sre.c
|
…
|
|
_ssl.c
|
Fix compiler warnings
|
2008-03-27 05:03:11 +00:00 |
_struct.c
|
Issue 1872: Changed the struct module typecode from 't' to '?', for
|
2008-03-05 15:34:29 +00:00 |
_testcapimodule.c
|
Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and improve error msg
|
2008-02-26 17:23:51 +00:00 |
_tkinter.c
|
…
|
|
_typesmodule.c
|
…
|
|
_weakref.c
|
…
|
|
addrinfo.h
|
…
|
|
almodule.c
|
…
|
|
ar_beos
|
…
|
|
arraymodule.c
|
#2359: add Py3k warning for array.read/array.write.
|
2008-03-25 08:37:23 +00:00 |
audioop.c
|
…
|
|
binascii.c
|
On platforms without zlib, make this do the right thing and return the python
|
2008-03-25 07:46:07 +00:00 |
bsddb.h
|
…
|
|
bsddbmodule.c
|
…
|
|
bz2module.c
|
…
|
|
cPickle.c
|
…
|
|
cStringIO.c
|
…
|
|
cdmodule.c
|
…
|
|
cgen.py
|
…
|
|
cgensupport.c
|
…
|
|
cgensupport.h
|
…
|
|
clmodule.c
|
…
|
|
cmathmodule.c
|
…
|
|
config.c.in
|
…
|
|
cryptmodule.c
|
…
|
|
cstubs
|
…
|
|
datetimemodule.c
|
Use a buffer large enough to ensure we don't overrun, even if the value
|
2008-03-17 19:02:45 +00:00 |
dbmmodule.c
|
Cast the arguments to PyString_AsStringAndSize() to silence compiler warnings
|
2008-03-18 16:47:51 +00:00 |
dlmodule.c
|
…
|
|
errnomodule.c
|
…
|
|
fcntlmodule.c
|
Prevent ioctl op codes from being sign extended from int to unsigned long
|
2008-03-19 23:03:25 +00:00 |
flmodule.c
|
…
|
|
fmmodule.c
|
…
|
|
fpectlmodule.c
|
…
|
|
fpetestmodule.c
|
…
|
|
future_builtins.c
|
Added zip, map, filter to future_bultins (#2171)
|
2008-03-19 02:35:45 +00:00 |
gc_weakref.txt
|
…
|
|
gcmodule.c
|
…
|
|
gdbmmodule.c
|
The contains function raised a gcc warning. The new code is copied straight from py3k.
|
2008-02-26 08:18:11 +00:00 |
getaddrinfo.c
|
…
|
|
getbuildinfo.c
|
…
|
|
getnameinfo.c
|
…
|
|
getpath.c
|
…
|
|
glmodule.c
|
…
|
|
grpmodule.c
|
…
|
|
imageop.c
|
…
|
|
imgfile.c
|
…
|
|
itertoolsmodule.c
|
Remove itertools warnings I had added before the 2-to-3 handled the migration.
|
2008-03-19 18:01:58 +00:00 |
ld_so_aix
|
…
|
|
ld_so_beos
|
…
|
|
linuxaudiodev.c
|
…
|
|
main.c
|
Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from
|
2008-03-26 12:49:49 +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
|
Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as
|
2008-03-18 19:05:32 +00:00 |
puremodule.c
|
…
|
|
pwdmodule.c
|
…
|
|
pyexpat.c
|
…
|
|
python.c
|
…
|
|
readline.c
|
…
|
|
resource.c
|
…
|
|
rotatingtree.c
|
…
|
|
rotatingtree.h
|
…
|
|
selectmodule.c
|
Fix and simplify error handling, silencing a compiler warning.
|
2008-03-26 12:57:47 +00:00 |
sgimodule.c
|
…
|
|
sha256module.c
|
…
|
|
sha512module.c
|
…
|
|
shamodule.c
|
…
|
|
signalmodule.c
|
Conditionalize sys/time.h inclusion.
|
2008-03-24 13:54:23 +00:00 |
socketmodule.c
|
Remove all traces of HAVE_STRERROR.
|
2008-03-18 15:35:58 +00:00 |
socketmodule.h
|
…
|
|
spwdmodule.c
|
…
|
|
sre.h
|
…
|
|
sre_constants.h
|
…
|
|
stropmodule.c
|
…
|
|
sunaudiodev.c
|
…
|
|
svmodule.c
|
…
|
|
symtablemodule.c
|
…
|
|
syslogmodule.c
|
…
|
|
termios.c
|
…
|
|
testcapi_long.h
|
…
|
|
threadmodule.c
|
…
|
|
timemodule.c
|
add %f format to datetime - issue 1158
|
2008-03-15 16:04:45 +00:00 |
timing.h
|
…
|
|
timingmodule.c
|
…
|
|
tkappinit.c
|
…
|
|
unicodedata.c
|
…
|
|
unicodedata_db.h
|
…
|
|
unicodename_db.h
|
…
|
|
xxmodule.c
|
…
|
|
xxsubtype.c
|
…
|
|
yuv.h
|
…
|
|
yuvconvert.c
|
…
|
|
zipimport.c
|
…
|
|
zlibmodule.c
|
Use a 32-bit unsigned int here, a long is not needed.
|
2008-03-25 07:31:28 +00:00 |