| .. |
|
_ctypes
|
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
|
2007-08-18 11:21:56 +00:00 |
|
_sqlite
|
Fix automatic replacing mistake.
|
2007-08-11 15:39:18 +00:00 |
|
cjkcodecs
|
Merged revisions 57152-57220 via svnmerge from
|
2007-08-20 19:06:03 +00:00 |
|
expat
|
Remove support for BeOS
|
2007-08-17 12:57:41 +00:00 |
|
zlib
|
Remove RISCOS support
|
2007-08-16 14:35:24 +00:00 |
|
_bisectmodule.c
|
|
|
|
_bsddb.c
|
Require strict bytes objects for all bsddb.db input values.
|
2007-08-23 07:32:27 +00:00 |
|
_codecsmodule.c
|
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
|
2007-08-16 21:55:45 +00:00 |
|
_collectionsmodule.c
|
Kill remaining tp_print definitions.
|
2007-08-07 19:58:47 +00:00 |
|
_csv.c
|
Fix the last remaining test_csv failure.
|
2007-08-07 23:59:30 +00:00 |
|
_curses_panel.c
|
Convert a bunch of constant strings in C to unicode.
|
2007-08-23 21:42:55 +00:00 |
|
_cursesmodule.c
|
ccMake test_curses pass.
|
2007-07-24 00:16:38 +00:00 |
|
_elementtree.c
|
SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed.
|
2007-08-08 06:56:02 +00:00 |
|
_fileio.c
|
Remove a bogus comment based on the code above.
|
2007-08-16 05:18:31 +00:00 |
|
_functoolsmodule.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
_hashopenssl.c
|
Use unicode.
|
2007-08-23 20:28:10 +00:00 |
|
_heapqmodule.c
|
|
|
|
_hotshot.c
|
Merged revisions 56492-56752 via svnmerge from
|
2007-08-05 15:29:28 +00:00 |
|
_localemodule.c
|
Use a newer API for creating the module so we don't have to create
|
2007-08-23 18:08:11 +00:00 |
|
_lsprof.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
_randommodule.c
|
Remove _PyObject_Del
|
2007-08-19 22:48:23 +00:00 |
|
_sre.c
|
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
|
2007-08-18 11:21:56 +00:00 |
|
_ssl.c
|
Change read() on SSL socket to return bytes.
|
2007-08-04 02:58:42 +00:00 |
|
_struct.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
_testcapimodule.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
_tkinter.c
|
Create Unicode objects.
|
2007-08-13 06:01:43 +00:00 |
|
_typesmodule.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
_weakref.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
addrinfo.h
|
|
|
|
ar_beos
|
|
|
|
arraymodule.c
|
Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.
|
2007-08-20 07:16:33 +00:00 |
|
atexitmodule.c
|
missing docstrings
|
2007-08-06 20:59:28 +00:00 |
|
audioop.c
|
|
|
|
binascii.c
|
Remove unused variable.
|
2007-08-23 18:31:24 +00:00 |
|
bz2module.c
|
Convert a bunch of constant strings in C to unicode.
|
2007-08-23 21:42:55 +00:00 |
|
cmathmodule.c
|
|
|
|
config.c.in
|
|
|
|
cryptmodule.c
|
|
|
|
cStringIO.c
|
Merged revisions 56782-56847 via svnmerge from
|
2007-08-09 14:26:58 +00:00 |
|
datetimemodule.c
|
Get rid of some dead code and unneeded XXX comments by Neal.
|
2007-08-16 21:02:22 +00:00 |
|
dbmmodule.c
|
The dbm module should use bytes for keys. This makes test_shelve pass.
|
2007-08-14 15:42:45 +00:00 |
|
dlmodule.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
errnomodule.c
|
|
|
|
fcntlmodule.c
|
|
|
|
fpectlmodule.c
|
|
|
|
fpetestmodule.c
|
|
|
|
gc_weakref.txt
|
|
|
|
gcmodule.c
|
Convert a bunch of constant strings in C to unicode.
|
2007-08-23 21:42:55 +00:00 |
|
gdbmmodule.c
|
Change module to produce and consume bytes.
|
2007-08-11 19:28:53 +00:00 |
|
getaddrinfo.c
|
|
|
|
getbuildinfo.c
|
|
|
|
getnameinfo.c
|
|
|
|
getpath.c
|
|
|
|
grpmodule.c
|
|
|
|
itertoolsmodule.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
ld_so_aix
|
|
|
|
ld_so_beos
|
|
|
|
main.c
|
Remove RISCOS support
|
2007-08-16 14:35:24 +00:00 |
|
makesetup
|
|
|
|
makexp_aix
|
|
|
|
mathmodule.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
mmapmodule.c
|
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
|
2007-08-18 11:21:56 +00:00 |
|
nismodule.c
|
|
|
|
operator.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
ossaudiodev.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
parsermodule.c
|
Fix refleaks
|
2007-08-11 04:58:43 +00:00 |
|
posixmodule.c
|
Fix memory leak in an error condition
|
2007-08-12 17:09:36 +00:00 |
|
pwdmodule.c
|
|
|
|
pyexpat.c
|
Remove support for __members__ and __methods__. There still might be
|
2007-08-11 06:39:53 +00:00 |
|
python.c
|
|
|
|
readline.c
|
|
|
|
resource.c
|
|
|
|
rotatingtree.c
|
|
|
|
rotatingtree.h
|
|
|
|
selectmodule.c
|
Remove support for BeOS
|
2007-08-17 12:57:41 +00:00 |
|
Setup.config.in
|
|
|
|
Setup.dist
|
Merged revisions 56492-56752 via svnmerge from
|
2007-08-05 15:29:28 +00:00 |
|
sha256module.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
sha512module.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
signalmodule.c
|
|
|
|
socketmodule.c
|
Fix typo in comment
|
2007-08-22 21:38:31 +00:00 |
|
socketmodule.h
|
Remove support for BeOS
|
2007-08-17 12:57:41 +00:00 |
|
spwdmodule.c
|
|
|
|
sre.h
|
|
|
|
sre_constants.h
|
|
|
|
symtablemodule.c
|
|
|
|
syslogmodule.c
|
|
|
|
termios.c
|
|
|
|
testcapi_long.h
|
|
|
|
threadmodule.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
timemodule.c
|
Remove support for BeOS
|
2007-08-17 12:57:41 +00:00 |
|
tkappinit.c
|
|
|
|
unicodedata.c
|
Merged revisions 56753-56781 via svnmerge from
|
2007-08-06 23:33:07 +00:00 |
|
unicodedata_db.h
|
|
|
|
unicodename_db.h
|
|
|
|
xxmodule.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
xxsubtype.c
|
Merged revisions 56467-56482 via svnmerge from
|
2007-07-21 17:22:18 +00:00 |
|
yuv.h
|
|
|
|
yuvconvert.c
|
|
|
|
zipimport.c
|
Fix refcount leak, courtesy Christian Heines.
|
2007-08-17 14:33:37 +00:00 |
|
zlibmodule.c
|
Convert a bunch of constant strings in C to unicode.
|
2007-08-23 21:42:55 +00:00 |