cpython/Lib
2007-11-29 18:48:53 +00:00
..
bsddb Merged revisions 58817-58861 via svnmerge from 2007-11-05 19:43:04 +00:00
ctypes Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
curses
distutils The _winreg module returns bytes which must be decoded to unicode, not encoded. 2007-11-17 11:46:54 +00:00
email Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
encodings Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
idlelib Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
lib-tk Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
logging Merged revisions 58930-58938 via svnmerge from 2007-11-12 01:32:03 +00:00
msilib long integer -> integer. 2007-11-29 18:48:53 +00:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6 Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
plat-freebsd7 Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
plat-freebsd8 Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
plat-generic
plat-linux2
plat-mac Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3 Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
test Merged revisions 59202-59211 via svnmerge from 2007-11-28 10:04:30 +00:00
wsgiref
xml Removed the new module 2007-11-28 08:28:28 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Removed more types from the types module 2007-11-29 16:21:13 +00:00
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py
_threading_local.py
abc.py #1061 (mainly by Thomas Wouters): use weak sets for abc caches. 2007-10-23 06:26:46 +00:00
aifc.py
anydbm.py
asynchat.py
asyncore.py In followup to #1310: Remove more exception indexing. 2007-10-22 16:16:13 +00:00
base64.py Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
BaseHTTPServer.py make sure to write bytes instead of strings to underlying socket channel 2007-10-30 18:13:17 +00:00
bdb.py
binhex.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
bisect.py
build_class.py
calendar.py Merged revisions 58939-58946 via svnmerge from 2007-11-12 15:01:33 +00:00
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
code.py
codecs.py
codeop.py
collections.py Oops, forgot to test this after the merge. 2007-11-16 00:48:13 +00:00
colorsys.py
commands.py
compileall.py
ConfigParser.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
contextlib.py Merged revisions 58742-58816 via svnmerge from 2007-11-02 23:46:40 +00:00
Cookie.py
cookielib.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
copy.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
copy_reg.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
cProfile.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
csv.py
dbhash.py
decimal.py Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
difflib.py
dircache.py
dis.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
doctest.py Merged revisions 59193-59201 via svnmerge from 2007-11-27 21:50:00 +00:00
DocXMLRPCServer.py Patch from Georg Brandl and me for #1493 2007-11-25 09:39:14 +00:00
dumbdbm.py Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py Patch 1341 by Amaury Forgeot d'Arc. 2007-10-29 17:39:59 +00:00
fnmatch.py
formatter.py
fpformat.py
ftplib.py Change the default encoding for ftplib.FTP to latin1 so that bytes can be in 2007-10-08 19:48:15 +00:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py Merged revisions 58862-58885 via svnmerge from 2007-11-06 20:51:31 +00:00
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
io.py Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
keyword.py
linecache.py
locale.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
macpath.py
macurl2path.py
mailbox.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
modulefinder.py Merged revisions 59193-59201 via svnmerge from 2007-11-27 21:50:00 +00:00
multifile.py
mutex.py
netrc.py Patch # 1331 by Christian Heimes. 2007-10-26 04:29:23 +00:00
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
os.py Merged revisions 59193-59201 via svnmerge from 2007-11-27 21:50:00 +00:00
os2emxpath.py
pdb.doc
pdb.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
pickle.py Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
pickletools.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
pipes.py
pkgutil.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
platform.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
pty.py
py_compile.py Fixed #1403 where compileall and py_compile choked on an encoding header in a py file. Both modules need more unit tests. 2007-11-08 16:34:32 +00:00
pyclbr.py
pydoc.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 2007-11-27 10:40:20 +00:00
Queue.py
quopri.py Patch 1329 (partial) by Christian Heimes. 2007-10-30 17:27:30 +00:00
random.py
re.py
repr.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
sgmllib.py
shelve.py
shlex.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py Convert the socket module to insist on bytes for input, and to return bytes 2007-11-21 22:09:45 +00:00
site.py Patch 1267 by Christian Heimes. 2007-10-19 23:16:50 +00:00
smtpd.py Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
smtplib.py Convert the socket module to insist on bytes for input, and to return bytes 2007-11-21 22:09:45 +00:00
sndhdr.py
socket.py This is roughly socket2.diff from issue 1378, with a few changes applied 2007-11-16 01:24:05 +00:00
SocketServer.py
sre.py
sre_compile.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
sre_constants.py
sre_parse.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
ssl.py Disable dup() of SSLSocket. I don't think it can be made to work. 2007-11-16 01:28:45 +00:00
stat.py
statvfs.py
string.py Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
stringprep.py
struct.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
subprocess.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
telnetlib.py
tempfile.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
textwrap.py
this.py
threading.py
timeit.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
token.py
tokenize.py Patch 1420 by Ron Adam. 2007-11-12 17:40:10 +00:00
trace.py Merged revisions 59107-59186 via svnmerge from 2007-11-26 23:23:18 +00:00
traceback.py
tty.py
types.py Removed more types from the types module 2007-11-29 16:21:13 +00:00
unittest.py Minor cleanup 2007-11-26 10:14:51 +00:00
urllib.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
urllib2.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
uu.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
uuid.py Rename buffer -> bytearray. 2007-11-21 19:29:53 +00:00
warnings.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
wave.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
weakref.py #1061 (mainly by Thomas Wouters): use weak sets for abc caches. 2007-10-23 06:26:46 +00:00
webbrowser.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
whichdb.py
wsgiref.egg-info
xdrlib.py
xmlrpclib.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
zipfile.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00