.. |
_ctypes
|
Fixed problem with missing PyInt_CheckExact() macro in _ctypes.c
|
2007-12-05 09:33:00 +00:00 |
_sqlite
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
cjkcodecs
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
expat
|
…
|
|
zlib
|
…
|
|
Setup.config.in
|
…
|
|
Setup.dist
|
#1061 (mainly by Thomas Wouters): use weak sets for abc caches.
|
2007-10-23 06:26:46 +00:00 |
_bisectmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_bsddb.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_codecsmodule.c
|
Merged revisions 59056-59076 via svnmerge from
|
2007-11-20 23:38:09 +00:00 |
_collectionsmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_csv.c
|
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
|
2007-12-04 22:10:37 +00:00 |
_curses_panel.c
|
…
|
|
_cursesmodule.c
|
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
|
2007-12-04 22:10:37 +00:00 |
_elementtree.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_fileio.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_functoolsmodule.c
|
…
|
|
_hashopenssl.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_heapqmodule.c
|
…
|
|
_localemodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_lsprof.c
|
#1535: rename __builtin__ module to builtins.
|
2007-12-02 09:40:06 +00:00 |
_randommodule.c
|
Merged revisions 59275-59303 via svnmerge from
|
2007-12-03 21:02:03 +00:00 |
_sre.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_ssl.c
|
Reverting revision 59394. We'll sort this out later.
|
2007-12-06 19:05:55 +00:00 |
_struct.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_testcapimodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
_tkinter.c
|
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
|
2007-12-04 22:10:37 +00:00 |
_typesmodule.c
|
…
|
|
_weakref.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
addrinfo.h
|
…
|
|
ar_beos
|
…
|
|
arraymodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
atexitmodule.c
|
…
|
|
audioop.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
binascii.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
bsddb.h
|
Merged revisions 58221-58741 via svnmerge from
|
2007-11-01 19:42:39 +00:00 |
bz2module.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
cStringIO.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
cmathmodule.c
|
…
|
|
config.c.in
|
#1535: rename __builtin__ module to builtins.
|
2007-12-02 09:40:06 +00:00 |
cryptmodule.c
|
…
|
|
datetimemodule.c
|
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
|
2007-12-04 22:10:37 +00:00 |
dbmmodule.c
|
Merging the py3k-pep3137 branch back into the py3k branch.
|
2007-11-06 21:34:58 +00:00 |
dlmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
errnomodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
fcntlmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
fpectlmodule.c
|
…
|
|
fpetestmodule.c
|
…
|
|
gc_weakref.txt
|
…
|
|
gcmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
gdbmmodule.c
|
Merging the py3k-pep3137 branch back into the py3k branch.
|
2007-11-06 21:34:58 +00:00 |
getaddrinfo.c
|
…
|
|
getbuildinfo.c
|
…
|
|
getnameinfo.c
|
…
|
|
getpath.c
|
…
|
|
grpmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
itertoolsmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
ld_so_aix
|
…
|
|
ld_so_beos
|
…
|
|
main.c
|
Make test_cmd_line_scripts pass by using a unicode string instead of
|
2007-11-19 18:36:41 +00:00 |
makesetup
|
Merged revisions 57778-58052 via svnmerge from
|
2007-09-08 17:39:28 +00:00 |
makexp_aix
|
…
|
|
mathmodule.c
|
…
|
|
md5module.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
mmapmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
nismodule.c
|
Use s# instead of t# for nis_match.
|
2007-08-30 10:21:51 +00:00 |
operator.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
ossaudiodev.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
parsermodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
posixmodule.c
|
Merged revisions 59304-59312 via svnmerge from
|
2007-12-04 01:13:14 +00:00 |
pwdmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
pyexpat.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
python.c
|
…
|
|
readline.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
resource.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
rotatingtree.c
|
…
|
|
rotatingtree.h
|
…
|
|
selectmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
sha1module.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
sha256module.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
sha512module.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
signalmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
socketmodule.c
|
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
|
2007-12-04 22:10:37 +00:00 |
socketmodule.h
|
Marc-Andre Lemburg has found the culprit of the problem in r57142.
|
2007-11-30 23:34:21 +00:00 |
spwdmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
sre.h
|
…
|
|
sre_constants.h
|
…
|
|
symtablemodule.c
|
…
|
|
syslogmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
termios.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
testcapi_long.h
|
…
|
|
threadmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
timemodule.c
|
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
|
2007-12-04 22:10:37 +00:00 |
tkappinit.c
|
…
|
|
unicodedata.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
unicodedata_db.h
|
…
|
|
unicodename_db.h
|
…
|
|
xxmodule.c
|
Merged revisions 59275-59303 via svnmerge from
|
2007-12-03 21:02:03 +00:00 |
xxsubtype.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
yuv.h
|
…
|
|
yuvconvert.c
|
…
|
|
zipimport.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
zlibmodule.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |