cpython/Lib
Guido van Rossum 51a883bf87 Make test_wave.py pass.
I have no illusion that this fixes all issues with this module.
2007-07-23 21:28:30 +00:00
..
bsddb Getting rid of cPickle. Mmm, feels good! 2007-07-20 00:22:32 +00:00
ctypes Merged revisions 56301-56442 via svnmerge from 2007-07-18 18:15:48 +00:00
curses
distutils Fix two bugs from the map->itertools.imap switch. 2007-07-17 00:39:32 +00:00
email SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and 2007-07-21 00:21:26 +00:00
encodings Change a bunch of file encodings from Latin-1 to UTF-8. 2007-07-16 23:10:57 +00:00
hotshot
idlelib Merged revisions 56483-56491 via svnmerge from 2007-07-22 14:41:55 +00:00
lib-tk Merged revisions 56301-56442 via svnmerge from 2007-07-18 18:15:48 +00:00
logging Getting rid of cPickle. Mmm, feels good! 2007-07-20 00:22:32 +00:00
msilib Change a bunch of file encodings from Latin-1 to UTF-8. 2007-07-16 23:10:57 +00:00
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-generic
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos5
plat-unixware7
site-packages
sqlite3
test Make test_wave.py pass. 2007-07-23 21:28:30 +00:00
wsgiref
xml
BaseHTTPServer.py
CGIHTTPServer.py
ConfigParser.py
Cookie.py Fix test_cookie.py. 2007-07-20 00:30:38 +00:00
DocXMLRPCServer.py
HTMLParser.py
Queue.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
SocketServer.py
StringIO.py
UserDict.py
UserList.py
UserString.py
_LWPCookieJar.py
_MozillaCookieJar.py
__future__.py
__phello__.foo.py
_abcoll.py
_strptime.py
_threading_local.py
abc.py
aifc.py
anydbm.py
asynchat.py Fix asynchat to use bytes instead of strings. 2007-07-12 07:58:54 +00:00
asyncore.py Fix test_asyncore after merge. It needs to use bytes. 2007-07-18 20:57:44 +00:00
audiodev.py
base64.py
bdb.py
binhex.py
bisect.py
build_class.py
cProfile.py Fix for cProfile. 2007-07-16 23:36:05 +00:00
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Getting rid of cPickle. Mmm, feels good! 2007-07-20 00:22:32 +00:00
colorsys.py
commands.py
compileall.py Improve error handling; don't die from unicode errors or syntax errors. 2007-07-15 13:01:48 +00:00
contextlib.py
cookielib.py
copy.py
copy_reg.py Getting rid of cPickle. Mmm, feels good! 2007-07-20 00:22:32 +00:00
csv.py
dbhash.py
decimal.py
difflib.py
dircache.py
dis.py
doctest.py Make doctest pass by specifying the right encoding. 2007-07-20 18:08:03 +00:00
dumbdbm.py
dummy_thread.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py Minimal changes to make ftplib work. Basically, this opens the stream in 2007-07-17 20:45:57 +00:00
functools.py
genericpath.py
getopt.py Change a bunch of file encodings from Latin-1 to UTF-8. 2007-07-16 23:10:57 +00:00
getpass.py
gettext.py Fixes for str/uni/bytes for gettext.py. test_gettext.py passes. 2007-07-12 08:04:06 +00:00
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py Make hmac use bytes. Make test_hmac pass. 2007-07-10 13:35:52 +00:00
htmlentitydefs.py
htmllib.py
httplib.py
ihooks.py
imaplib.py
imghdr.py
imputil.py
inspect.py Merged revisions 56301-56442 via svnmerge from 2007-07-18 18:15:48 +00:00
io.py Make close() (all versions) ignore IOError from flush(). 2007-07-22 20:38:07 +00:00
keyword.py
linecache.py Be even more lenient when catching errors from readlines(). 2007-07-10 11:34:31 +00:00
locale.py
macpath.py
macurl2path.py
mailbox.py SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and 2007-07-21 00:21:26 +00:00
mailcap.py
markupbase.py
mhlib.py
mimetools.py
mimetypes.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
opcode.py
optparse.py
os.py
os2emxpath.py
pdb.doc
pdb.py
pickle.py Getting rid of cPickle. Mmm, feels good! 2007-07-20 00:22:32 +00:00
pickletools.py Getting rid of cPickle. Mmm, feels good! 2007-07-20 00:22:32 +00:00
pipes.py
pkgutil.py
platform.py
poplib.py Fix test_poplib failures. 2007-07-23 00:24:10 +00:00
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py Use the encoding specification when reading the source file. 2007-07-15 14:02:52 +00:00
pyclbr.py
pydoc.py Fix a bug from the map->itertools.imap conversion. 2007-07-17 00:27:30 +00:00
quopri.py
random.py
re.py
repr.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py
sched.py
sgmllib.py
shelve.py
shlex.py
shutil.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py (1) SF patch# 1755214 by Amaury Forgeot d'Arc which makes some tests 2007-07-17 20:41:19 +00:00
sre.py
sre_compile.py Merged revisions 56154-56264 via svnmerge from 2007-07-11 13:09:30 +00:00
sre_constants.py
sre_parse.py
stat.py
statvfs.py
string.py
stringprep.py
struct.py
subprocess.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. 2007-07-09 10:24:45 +00:00
textwrap.py
this.py
threading.py
timeit.py
toaiff.py
token.py
tokenize.py
trace.py Getting rid of cPickle. Mmm, feels good! 2007-07-20 00:22:32 +00:00
traceback.py
tty.py
types.py
unittest.py Add the function/method name to assertRaises. 2007-07-10 09:10:40 +00:00
urllib.py Make test_urllib.py pass. Mostly str/bytes issues. 2007-07-10 08:30:03 +00:00
urllib2.py Merged revisions 56301-56442 via svnmerge from 2007-07-18 18:15:48 +00:00
urlparse.py
user.py
uu.py Fix test_uu.py by inserting an explicit conversion from bytes to str 2007-07-16 19:50:03 +00:00
uuid.py Fix test_uuid.py. 2007-07-20 17:45:09 +00:00
warnings.py
wave.py Make test_wave.py pass. 2007-07-23 21:28:30 +00:00
weakref.py
webbrowser.py Merged revisions 56154-56264 via svnmerge from 2007-07-11 13:09:30 +00:00
whichdb.py
wsgiref.egg-info
xdrlib.py
xmlrpclib.py
zipfile.py Fix test_zipfile.py. (Why was it passing before?) 2007-07-18 22:07:29 +00:00