..
_ctypes
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
2007-11-15 20:48:54 +00:00
_sqlite
Remove an unused local variable.
2007-11-06 23:14:42 +00:00
cjkcodecs
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
2007-11-15 20:48:54 +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
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
_codecsmodule.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
_collectionsmodule.c
Merged revisions 58886-58929 via svnmerge from
2007-11-10 23:39:45 +00:00
_csv.c
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
2007-11-15 20:48:54 +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
Added some additional checks for sys.std?? is None, see #1440
2007-11-15 02:26:46 +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
Fixed bug #1081: file.seek allows float arguments
2007-11-08 18:04:45 +00:00
_functoolsmodule.c
Merged revisions 56467-56482 via svnmerge from
2007-07-21 17:22:18 +00:00
_hashopenssl.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
_heapqmodule.c
Use UTF-8 for a docstring that contains non-ASCII chars.
2007-08-23 23:58:43 +00:00
_localemodule.c
Get the locale and pwd tests working on the Solaris box where there
2007-10-27 05:40:06 +00:00
_lsprof.c
Get rid of more uses of string and use unicode
2007-10-27 04:00:45 +00:00
_randommodule.c
Remove checking redundantly for checks of PyInt and PyLong.
2007-08-31 04:32:55 +00:00
_sre.c
Remove the buffer API from PyUnicode as specified by PEP 3137. Also,
2007-10-14 02:05:51 +00:00
_ssl.c
get SSL support to work again
2007-11-15 22:23:56 +00:00
_struct.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
_testcapimodule.c
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
2007-11-15 20:48:54 +00:00
_tkinter.c
Tkinter binding involving Control-spacebar raises unicode error
2007-08-27 01:55:21 +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
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
atexitmodule.c
missing docstrings
2007-08-06 20:59:28 +00:00
audioop.c
Make audioop and its tests use bytes throughout.
2007-07-20 07:36:26 +00:00
binascii.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
bsddb.h
Merged revisions 58221-58741 via svnmerge from
2007-11-01 19:42:39 +00:00
bz2module.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +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
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
2007-11-15 20:48:54 +00:00
dbmmodule.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
dlmodule.c
Merged revisions 56467-56482 via svnmerge from
2007-07-21 17:22:18 +00:00
errnomodule.c
Use unicode for the errno.errorcode names
2007-08-24 00:10:00 +00:00
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
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
getaddrinfo.c
getbuildinfo.c
Merged revisions 55817-55961 via svnmerge from
2007-06-13 18:07:49 +00:00
getnameinfo.c
getpath.c
grpmodule.c
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
2007-11-15 20:48:54 +00:00
itertoolsmodule.c
Merged revisions 58221-58741 via svnmerge from
2007-11-01 19:42:39 +00:00
ld_so_aix
ld_so_beos
main.c
Fix for bug #1442 pythonstartup addition of minor error checking
2007-11-14 16:21:32 +00:00
makesetup
Merged revisions 57778-58052 via svnmerge from
2007-09-08 17:39:28 +00:00
makexp_aix
mathmodule.c
Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__
2007-08-23 22:56:55 +00:00
md5module.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
mmapmodule.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
nismodule.c
Use s# instead of t# for nis_match.
2007-08-30 10:21:51 +00:00
operator.c
Merged revisions 56467-56482 via svnmerge from
2007-07-21 17:22:18 +00:00
ossaudiodev.c
Use unicode
2007-08-26 04:57:08 +00:00
parsermodule.c
Patch 1144 by David Binger, fix for parser module. With unittest.
2007-11-15 19:17:28 +00:00
posixmodule.c
Issue 1406: use widechar api for os.environ, on Windows.
2007-11-08 19:33:05 +00:00
pwdmodule.c
Get the locale and pwd tests working on the Solaris box where there
2007-10-27 05:40:06 +00:00
pyexpat.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
python.c
readline.c
Merged revisions 58947-59004 via svnmerge from
2007-11-16 00:35:22 +00:00
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
#1061 (mainly by Thomas Wouters): use weak sets for abc caches.
2007-10-23 06:26:46 +00:00
sha1module.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
sha256module.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
sha512module.c
Merging the py3k-pep3137 branch back into the py3k branch.
2007-11-06 21:34:58 +00:00
signalmodule.c
socketmodule.c
This is roughly socket2.diff from issue 1378, with a few changes applied
2007-11-16 01:24:05 +00:00
socketmodule.h
Remove support for BeOS
2007-08-17 12:57:41 +00:00
spwdmodule.c
Use unicode for password modules
2007-08-24 23:26:23 +00:00
sre_constants.h
sre.h
symtablemodule.c
syslogmodule.c
Whoops, not sure how I screwed up the name. Now builds and passes the test.
2007-08-25 00:29:58 +00:00
termios.c
testcapi_long.h
threadmodule.c
Added some additional checks for sys.std?? is None, see #1440
2007-11-15 02:26:46 +00:00
timemodule.c
Patch #1314 by Christian Heimes.
2007-10-23 19:43:28 +00:00
tkappinit.c
unicodedata_db.h
unicodedata.c
Merged revisions 56753-56781 via svnmerge from
2007-08-06 23:33:07 +00:00
unicodename_db.h
xxmodule.c
Use unicode for reference (is there any way to build this module)
2007-08-24 22:49:25 +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
Use unicode (and bytes as appropriate)
2007-08-26 05:08:21 +00:00
zlibmodule.c
Convert a bunch of constant strings in C to unicode.
2007-08-23 21:42:55 +00:00