0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
2007-08-29 23:37:32 +00:00
..
bsddb Get test_bsddb3 passing 2007-08-29 05:52:49 +00:00
ctypes Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
curses
distutils Fix failure in error handler -- exc[-1] -> exc.args[-1]. 2007-08-29 13:18:47 +00:00
encodings Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests 2007-08-17 16:23:21 +00:00
hotshot Fix raise statements in hotshot. 2007-08-22 21:45:02 +00:00
idlelib 1. Debugger was failing to start due to DictProxy limitations. 2007-08-29 18:44:24 +00:00
lib-tk Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
logging Merged revisions 57221-57391 via svnmerge from 2007-08-24 16:32:05 +00:00
msilib
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-generic
plat-linux2
plat-mac Remove unneeded import. 2007-08-28 06:07:49 +00:00
plat-netbsd1
plat-next3
plat-os2emx Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
plat-sunos5
plat-unixware7
site-packages
sqlite3 Fix the sqlite test. Blobs should be created using buffer(b"blob"), 2007-08-29 03:44:33 +00:00
test Raise statement normalization in Lib/test/. 2007-08-29 23:37:32 +00:00
wsgiref Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. 2007-08-08 17:01:45 +00:00
xml r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700 2007-08-24 18:57:22 +00:00
__future__.py
__phello__.foo.py
_abcoll.py
_LWPCookieJar.py
_MozillaCookieJar.py
_strptime.py
_threading_local.py
abc.py Rename __whatever variables defined by ABCMeta to _abc_whatever, so as 2007-08-20 19:29:24 +00:00
aifc.py
anydbm.py
asynchat.py Merged revisions 56753-56781 via svnmerge from 2007-08-06 23:33:07 +00:00
asyncore.py
base64.py Forgot one. This makes test_urllib2.py pass. 2007-08-29 02:30:49 +00:00
BaseHTTPServer.py Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass. 2007-08-22 23:45:42 +00:00
bdb.py
binhex.py Convert various string literals to bytes. 2007-08-29 17:26:34 +00:00
bisect.py
build_class.py
calendar.py
cgi.py My wish for TempFile is fulfilled. 2007-08-28 03:32:38 +00:00
CGIHTTPServer.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
contextlib.py Merged revisions 57221-57391 via svnmerge from 2007-08-24 16:32:05 +00:00
Cookie.py
cookielib.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
copy_reg.py
copy.py
cProfile.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
csv.py
dbhash.py
decimal.py First merge from the trunk straight into the py3k branch. I'm not 2007-08-16 23:48:43 +00:00
difflib.py
dircache.py
dis.py
doctest.py Change the way the encoding parameter is handled. 2007-08-29 03:53:53 +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
fileinput.py Remove RISCOS support 2007-08-16 14:35:24 +00:00
fnmatch.py
formatter.py
fpformat.py
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py Make gettext work with strict str/bytes. 2007-08-29 03:08:55 +00:00
glob.py
gzip.py Retouch my last change after a comment on style from Guido. 2007-08-13 09:05:16 +00:00
hashlib.py More changes needed to make things work once bytes and str are truly divorced. 2007-08-27 23:09:25 +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 Make test_urllib be strict about str/bytes. 2007-08-29 01:53:26 +00:00
ihooks.py
imaplib.py
imghdr.py Improved patches for sndhdr and imghdr by Victor Stinner, who writes: 2007-08-13 17:50:00 +00:00
imputil.py Use the str builtin 2007-08-24 23:17:28 +00:00
inspect.py
io.py In rseponse to bug# 1029, force the newline default for StringIO to "\n", 2007-08-29 18:31:16 +00:00
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
mailcap.py
markupbase.py
mhlib.py
mimetools.py Changes in anticipation of stricter str vs. bytes enforcement. 2007-08-27 17:23:59 +00:00
mimetypes.py
modulefinder.py
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py Merged revisions 57221-57391 via svnmerge from 2007-08-24 16:32:05 +00:00
nturl2path.py
opcode.py
optparse.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
os2emxpath.py
os.py some RiscOS stuff I missed before (was only looking for "RISCOS") 2007-08-17 02:30:27 +00:00
pdb.doc
pdb.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
pickle.py More str/bytes fixes. 2007-08-27 23:18:54 +00:00
pickletools.py Change string literals to bytes, since they are compared to bytes. 2007-08-29 19:07:40 +00:00
pipes.py
pkgutil.py Remove RISCOS support 2007-08-16 14:35:24 +00:00
platform.py
poplib.py Make terminator constants bytes. 2007-08-29 19:08:30 +00:00
posixpath.py Merged revisions 57221-57391 via svnmerge from 2007-08-24 16:32:05 +00:00
pprint.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
profile.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
pstats.py
pty.py
py_compile.py A small tweak to avoid calling traceback.format_exception_only() with 2007-08-10 17:36:34 +00:00
pyclbr.py
pydoc.py SF patch# 1770008 by Christian Heimes (plus some extras). 2007-08-09 01:03:29 +00:00
Queue.py
quopri.py
random.py
re.py
repr.py
rfc822.py
rlcompleter.py
robotparser.py
runpy.py Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
sched.py
sgmllib.py Merged revisions 56782-56847 via svnmerge from 2007-08-09 14:26:58 +00:00
shelve.py Change shelve to require a bytes-oriented dict as 2007-08-11 06:57:14 +00:00
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py Merged revisions 57152-57220 via svnmerge from 2007-08-20 19:06:03 +00:00
site.py Three patches from issue #1047, by Amaury Forgeot d'Arc: 2007-08-29 18:38:11 +00:00
smtpd.py Merged revisions 56753-56781 via svnmerge from 2007-08-06 23:33:07 +00:00
smtplib.py Merged revisions 57221-57391 via svnmerge from 2007-08-24 16:32:05 +00:00
sndhdr.py Improved patches for sndhdr and imghdr by Victor Stinner, who writes: 2007-08-13 17:50:00 +00:00
socket.py Found a different, more direct way to disable ssl support until it's fixed. 2007-08-29 03:59:57 +00:00
SocketServer.py
sre_compile.py
sre_constants.py
sre_parse.py
sre.py
ssl.py Found a different, more direct way to disable ssl support until it's fixed. 2007-08-29 03:59:57 +00:00
stat.py
statvfs.py
string.py 2007-08-29 23:37:10 +00:00
stringprep.py
struct.py
subprocess.py More str/bytes goodness. 2007-08-27 23:58:21 +00:00
sunau.py
sunaudio.py Convert sunaudio.py to bytes. (It has no unit test of its own!) 2007-08-21 22:49:52 +00:00
symbol.py
symtable.py
tabnanny.py
tarfile.py Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
telnetlib.py
tempfile.py Patch # 1033 by Adam Hupp: 2007-08-28 03:29:45 +00:00
textwrap.py Quick fix for a new problem here -- using string.lowercase somehow caused 2007-08-11 16:40:13 +00:00
this.py
threading.py Get rid of all __private variables and methods in the threading module. 2007-08-20 19:25:41 +00:00
timeit.py
token.py
tokenize.py
trace.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
traceback.py
tty.py
types.py
unittest.py
urllib2.py Fix up brokenness with hashing, now hashlib is strict in requiring bytes too. 2007-08-29 14:26:52 +00:00
urllib.py Get the urllib tests to pass without the email package 2007-08-25 19:00:31 +00:00
urlparse.py
user.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
UserDict.py
UserList.py
UserString.py Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
uu.py Changes in anticipation of stricter str vs. bytes enforcement. 2007-08-27 17:23:59 +00:00
uuid.py Make uuid.py thread-safe. Fix by Yuri Ginsburg. 2007-08-24 04:13:42 +00:00
warnings.py
wave.py Convert various string literals to bytes. 2007-08-29 17:26:34 +00:00
weakref.py
webbrowser.py
whichdb.py Remove RISCOS support 2007-08-16 14:35:24 +00:00
wsgiref.egg-info
xdrlib.py
xmlrpclib.py One further change. 2007-08-27 22:31:36 +00:00
zipfile.py Change string literal to bytes. 2007-08-29 19:09:54 +00:00