.. |
_ctypes
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_sqlite
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
cjkcodecs
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
expat
|
…
|
|
zlib
|
…
|
|
Setup.config.in
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
2008-05-25 13:05:15 +00:00 |
Setup.dist
|
Create the dbm package from PEP 3108. #2881.
|
2008-05-26 10:29:35 +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
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_bytesio.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_codecsmodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_collectionsmodule.c
|
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from
|
2008-02-12 22:59:25 +00:00 |
_csv.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
_curses_panel.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
_cursesmodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_dbmmodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_elementtree.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_fileio.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_functoolsmodule.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
_gdbmmodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_hashopenssl.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_heapqmodule.c
|
Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from
|
2008-03-16 00:07:10 +00:00 |
_json.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_localemodule.c
|
Fix another buffer overflow.
|
2008-03-08 13:39:58 +00:00 |
_lsprof.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
_randommodule.c
|
Remove defunct parts of the random module
|
2008-01-13 23:40:30 +00:00 |
_sre.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_ssl.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_struct.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_testcapimodule.c
|
Fixed refleak in _testcapi.test_s_code.
|
2008-05-15 22:06:59 +00:00 |
_threadmodule.c
|
Create the dbm package from PEP 3108. #2881.
|
2008-05-26 10:29:35 +00:00 |
_tkinter.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
_weakref.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
addrinfo.h
|
…
|
|
ar_beos
|
…
|
|
arraymodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
atexitmodule.c
|
…
|
|
audioop.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
binascii.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
bsddb.h
|
Merged revisions 59488-59511 via svnmerge from
|
2007-12-15 01:27:15 +00:00 |
bz2module.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
cStringIO.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
cmathmodule.c
|
Merged revisions 63361-63373,63375,63377-63380 via svnmerge from
|
2008-05-16 18:15:12 +00:00 |
config.c.in
|
Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from
|
2008-04-13 13:53:33 +00:00 |
cryptmodule.c
|
…
|
|
datetimemodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
errnomodule.c
|
Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word
|
2008-01-04 13:33:00 +00:00 |
fcntlmodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
fpectlmodule.c
|
…
|
|
fpetestmodule.c
|
…
|
|
gc_weakref.txt
|
…
|
|
gcmodule.c
|
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from
|
2008-02-16 07:38:31 +00:00 |
getaddrinfo.c
|
…
|
|
getbuildinfo.c
|
…
|
|
getnameinfo.c
|
…
|
|
getpath.c
|
Change command line processing API to use wchar_t.
|
2008-04-05 20:41:37 +00:00 |
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
|
Fix a refleak
|
2008-04-01 07:37:58 +00:00 |
ld_so_aix
|
…
|
|
ld_so_beos
|
…
|
|
main.c
|
Merged revisions 62774-62775,62785,62787-62788 via svnmerge from
|
2008-05-06 23:45:46 +00:00 |
makesetup
|
…
|
|
makexp_aix
|
…
|
|
mathmodule.c
|
Remove duplicate check for PyLong_Check(). It was checked above.
|
2008-05-20 04:39:15 +00:00 |
md5module.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
mmapmodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
nismodule.c
|
…
|
|
operator.c
|
Remove __{get,set,del}slice__ dingleberries.
|
2008-03-17 18:02:30 +00:00 |
ossaudiodev.c
|
Renamed PyBytes to PyByteArray
|
2008-05-26 13:22:05 +00:00 |
parsermodule.c
|
Rename copy_reg module to copyreg.
|
2008-05-11 08:55:36 +00:00 |
posixmodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +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
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
python.c
|
Change command line processing API to use wchar_t.
|
2008-04-05 20:41:37 +00:00 |
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
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
sha1module.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
sha256module.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
sha512module.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
signalmodule.c
|
Merged revisions 61849 via svnmerge from
|
2008-03-24 14:05:07 +00:00 |
socketmodule.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
socketmodule.h
|
Copied doc for reload() from trunk's function.rst to imp.rst
|
2008-01-07 17:19:16 +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
|
Merged revisions 60990-61002 via svnmerge from
|
2008-02-23 18:30:17 +00:00 |
termios.c
|
Renamed PyString to PyBytes
|
2008-05-26 13:28:38 +00:00 |
testcapi_long.h
|
…
|
|
timemodule.c
|
Merged revisions 62177-62178,62180-62193 via svnmerge from
|
2008-04-07 03:17:54 +00:00 |
tkappinit.c
|
…
|
|
unicodedata.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
unicodedata_db.h
|
…
|
|
unicodename_db.h
|
…
|
|
xxmodule.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +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
|
Renamed PyBytes to PyByteArray
|
2008-05-26 13:22:05 +00:00 |
zlibmodule.c
|
Renamed PyBytes to PyByteArray
|
2008-05-26 13:22:05 +00:00 |