cpython/Lib
2007-10-30 18:13:17 +00:00
..
bsddb Merge 58539: squelch the warning that this test is intended to raise. 2007-10-19 07:34:48 +00:00
ctypes A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s. 2007-10-24 19:37:27 +00:00
curses
distutils Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
email Get test_email to pass. There is a problem reading the data file and 2007-10-27 02:55:08 +00:00
encodings Patch 1280, by Alexandre Vassalotti. 2007-10-19 22:06:24 +00:00
idlelib In followup to #1310: Remove more exception indexing. 2007-10-22 16:16:13 +00:00
lib-tk Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
logging Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
msilib Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-generic
plat-linux2
plat-mac remove ord() calls on what are now integers rather than characters 2007-10-30 18:12:39 +00:00
plat-netbsd1
plat-next3
plat-os2emx Run 2to3's fix_has_key over Lib/plat-os2emx/. 2007-09-01 20:35:04 +00:00
plat-sunos5
plat-unixware7
site-packages
sqlite3 Make str/str8 comparisons return True/False for !=/==. 2007-10-22 20:24:51 +00:00
test Patch 1329 (partial) by Christian Heimes. 2007-10-30 17:27:30 +00:00
wsgiref Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
xml Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Patch 1335 by Christian Heimes. 2007-10-26 17:39:48 +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 Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
anydbm.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
asynchat.py Fix test_smtplib by munging asynchat some more. 2007-08-31 00:20:14 +00:00
asyncore.py In followup to #1310: Remove more exception indexing. 2007-10-22 16:16:13 +00:00
base64.py Forgot one. This makes test_urllib2.py pass. 2007-08-29 02:30:49 +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 Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
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 57620-57771 via svnmerge from 2007-08-30 22:15:33 +00:00
cgi.py Merged revisions 58211-58220 via svnmerge from 2007-09-20 18:22:40 +00:00
CGIHTTPServer.py
cgitb.py
chunk.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
cmd.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
code.py
codecs.py
codeop.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
collections.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +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 Fix a poorly-translated raise statement in contextlib. 2007-09-01 20:27:58 +00:00
Cookie.py
cookielib.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
copy.py
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 Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
dbhash.py
decimal.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
difflib.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
dircache.py
dis.py Patch 1280, by Alexandre Vassalotti. 2007-10-19 22:06:24 +00:00
doctest.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
DocXMLRPCServer.py
dumbdbm.py Make dumbdbm use bytes for keys consistently. 2007-08-28 00:09:54 +00:00
dummy_thread.py
dummy_threading.py
filecmp.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
fileinput.py Patch 1341 by Amaury Forgeot d'Arc. 2007-10-29 17:39:59 +00:00
fnmatch.py
formatter.py
fpformat.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
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 Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
glob.py
gzip.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
hashlib.py Adds stand alone _md5 and _sha1 modules for use by hashlib on systems 2007-09-09 06:44:34 +00:00
heapq.py
hmac.py Changes in anticipation of stricter str vs. bytes enforcement. 2007-08-27 17:23:59 +00:00
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
ihooks.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
imaplib.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
imghdr.py
imputil.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
inspect.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
io.py Fix typo. 2007-10-30 17:42:20 +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 Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
macurl2path.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
mailbox.py Force test_mailbox and test_old_mailbox into submission. 2007-08-31 04:25:05 +00:00
mailcap.py
markupbase.py
mhlib.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
mimetools.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
mimetypes.py
modulefinder.py Patch #1303: Adapt str8 constructor to bytes (now buffer) one. 2007-10-24 18:55:37 +00:00
multifile.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
mutex.py
netrc.py Patch # 1331 by Christian Heimes. 2007-10-26 04:29:23 +00:00
new.py
nntplib.py
ntpath.py Merged revisions 57221-57391 via svnmerge from 2007-08-24 16:32:05 +00:00
nturl2path.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
numbers.py Check in some documentation tweaks for PEP 3141, add some tests, and implement 2007-09-07 15:15:49 +00:00
opcode.py Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
optparse.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
os.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
os2emxpath.py
pdb.doc
pdb.py Repair a bad translation of the exec statement. 2007-09-12 19:44:18 +00:00
pickle.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
pickletools.py Patch #1303: Adapt str8 constructor to bytes (now buffer) one. 2007-10-24 18:55:37 +00:00
pipes.py Merged revisions 57620-57771 via svnmerge from 2007-08-30 22:15:33 +00:00
pkgutil.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
platform.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
poplib.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
posixpath.py Merged revisions 57221-57391 via svnmerge from 2007-08-24 16:32:05 +00:00
pprint.py
profile.py
pstats.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
pty.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
py_compile.py
pyclbr.py
pydoc.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
Queue.py
quopri.py Patch 1329 (partial) by Christian Heimes. 2007-10-30 17:27:30 +00:00
random.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
re.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
repr.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
rfc822.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
rlcompleter.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
robotparser.py Merged revisions 57620-57771 via svnmerge from 2007-08-30 22:15:33 +00:00
runpy.py Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
sched.py
sgmllib.py
shelve.py
shlex.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
shutil.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py Merged revisions 57152-57220 via svnmerge from 2007-08-20 19:06:03 +00:00
site.py Patch 1267 by Christian Heimes. 2007-10-19 23:16:50 +00:00
smtpd.py
smtplib.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
sndhdr.py
socket.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +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 Patch 1280, by Alexandre Vassalotti. 2007-10-19 22:06:24 +00:00
ssl.py Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
stat.py
statvfs.py
string.py Changed some ValueError's to KeyError and IndexError. 2007-09-04 23:04:22 +00:00
stringprep.py
struct.py Patch #1303: Adapt str8 constructor to bytes (now buffer) one. 2007-10-24 18:55:37 +00:00
subprocess.py Patch # 1331 by Christian Heimes. 2007-10-26 04:29:23 +00:00
sunau.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
sunaudio.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
symbol.py Regenerate Lib/symbol.py. 2007-08-31 07:58:27 +00:00
symtable.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
tabnanny.py
tarfile.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
telnetlib.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
tempfile.py fix typo 2007-10-29 16:56:50 +00:00
textwrap.py string.maketrans() now produces translation tables for bytes.translate() -- wrong module? 2007-08-31 10:37:15 +00:00
this.py
threading.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
timeit.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
token.py
tokenize.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
trace.py
traceback.py
tty.py
types.py Breaking ground for PEP 3137 implementation: 2007-10-08 02:46:15 +00:00
unittest.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
urllib.py Merged revisions 58203-58210 via svnmerge from 2007-09-19 21:19:28 +00:00
urllib2.py URLError now takes only a single parameter. This was causing 2007-10-27 17:25:12 +00:00
urlparse.py
user.py
UserDict.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
UserList.py Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
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 Make uuid.py thread-safe. Fix by Yuri Ginsburg. 2007-08-24 04:13:42 +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 Remove RISCOS support 2007-08-16 14:35:24 +00:00
wsgiref.egg-info
xdrlib.py Raise statement normalization in Lib/. 2007-08-30 01:19:48 +00:00
xmlrpclib.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
zipfile.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00