cpython/Lib
Guido van Rossum ebea9beab3 Bytes should never equal unicode.
Add tests for str <cmpop> bytes.
2007-04-09 00:49:13 +00:00
..
bsddb More fixes related to removal of exception slicing. 2007-03-28 21:03:48 +00:00
compiler Fix the compiler package w.r.t. the new metaclass syntax. 2007-03-19 17:56:01 +00:00
ctypes Implement PEP 3115 -- new metaclass syntax and semantics. 2007-03-18 15:41:51 +00:00
curses Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
distutils Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
email Fairly subtle fix for failing tests. 2007-02-09 22:36:02 +00:00
encodings Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
hotshot Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
idlelib Fix merge bug (lost line causing syntax error). 2007-02-25 22:37:36 +00:00
lib-tk Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
logging Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
msilib Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
plat-aix3 Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
plat-aix4 Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
plat-atheos Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
plat-beos5 Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
plat-darwin
plat-freebsd2 Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
plat-freebsd3 Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
plat-freebsd4
plat-freebsd5
plat-freebsd6 Whitespace normalization. 2004-08-20 03:47:14 +00:00
plat-freebsd7 Whitespace normalization. 2005-07-17 23:16:17 +00:00
plat-generic
plat-irix5 Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
plat-irix6 Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
plat-linux2 Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
plat-mac Fix plistlib to work with dict views. 2007-02-21 21:18:18 +00:00
plat-netbsd1
plat-next3
plat-os2emx Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
plat-riscos Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
plat-sunos5 Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
plat-unixware7 Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
site-packages
sqlite3 Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
test Bytes should never equal unicode. 2007-04-09 00:49:13 +00:00
wsgiref Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
xml Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
BaseHTTPServer.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
Bastion.py Change all the function attributes from func_* -> __*__. This gets rid 2007-02-25 20:55:47 +00:00
CGIHTTPServer.py Merged revisions 53538-53622 via svnmerge from 2007-02-05 01:24:16 +00:00
ConfigParser.py When removing indexing/slicing on exceptions some places were changed 2007-03-21 22:26:20 +00:00
Cookie.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
DocXMLRPCServer.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
HTMLParser.py Reverting previous checkin. This breaks too much of HTMLParser to be applied 2005-09-01 06:25:34 +00:00
MimeWriter.py
Queue.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
SimpleHTTPServer.py Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
SimpleXMLRPCServer.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
SocketServer.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
StringIO.py Kill off softspace completely (except in formatter.py which seems to have 2007-02-09 23:20:19 +00:00
UserDict.py Some more test now pass. 2007-02-15 04:01:01 +00:00
UserList.py
UserString.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
_LWPCookieJar.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
_MozillaCookieJar.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
__future__.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
__phello__.foo.py
_strptime.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
_threading_local.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
aifc.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
anydbm.py
asynchat.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
asyncore.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
audiodev.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
base64.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
bdb.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
binhex.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
bisect.py
build_class.py Implement PEP 3115 -- new metaclass syntax and semantics. 2007-03-18 15:41:51 +00:00
cProfile.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
calendar.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
cgi.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
cgitb.py Merge ast-branch to head 2005-10-20 19:59:25 +00:00
chunk.py Patch #1373643: The chunk module can now read chunks larger than 2006-02-18 21:10:56 +00:00
cmd.py Get rid of a bunch more raw_input references 2006-03-17 06:49:51 +00:00
code.py Kill off softspace completely (except in formatter.py which seems to have 2007-02-09 23:20:19 +00:00
codecs.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
codeop.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
colorsys.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
commands.py
compileall.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
contextlib.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
cookielib.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
copy.py Remove duplicate refs to int from int/long unification presumably. (There might be more refs like these.) 2007-02-27 03:41:04 +00:00
copy_reg.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
csv.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
dbhash.py
decimal.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
difflib.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
dircache.py
dis.py Change all the function attributes from func_* -> __*__. This gets rid 2007-02-25 20:55:47 +00:00
doctest.py Change all the function attributes from func_* -> __*__. This gets rid 2007-02-25 20:55:47 +00:00
dumbdbm.py Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from 2007-02-22 05:04:32 +00:00
dummy_thread.py Merged revisions 53538-53622 via svnmerge from 2007-02-05 01:24:16 +00:00
dummy_threading.py Merged revisions 53538-53622 via svnmerge from 2007-02-05 01:24:16 +00:00
filecmp.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
fileinput.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
fnmatch.py
formatter.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
fpformat.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
ftplib.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
functools.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
genericpath.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
getopt.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
getpass.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
gettext.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
glob.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
gopherlib.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
gzip.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
hashlib.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
heapq.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
hmac.py Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
htmlentitydefs.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
htmllib.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
httplib.py Make test_socket_ssl.py pass by fixing some code that was 2007-03-19 22:26:27 +00:00
ihooks.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
imaplib.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
imghdr.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
imputil.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
inspect.py Final part of SF# 1607548 by Tony Lownds: fix pydoc and inspect. 2007-02-28 22:03:49 +00:00
io.py Cleanup. 2007-04-08 23:59:06 +00:00
keyword.py regenerated to reflect the addition of 'nonlocal' and removal of 'print' 2007-02-28 20:21:30 +00:00
linecache.py Fix another loop over a dict that may change... :-( 2007-02-26 22:21:25 +00:00
locale.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
macpath.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
macurl2path.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
mailbox.py Fix another unit test. 2007-02-12 00:22:55 +00:00
mailcap.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
markupbase.py Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
md5.py [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
mhlib.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
mimetools.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
mimetypes.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
mimify.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
modulefinder.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
multifile.py
mutex.py
netrc.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
new.py SF patch 1495675: Remove types.InstanceType and new.instance 2006-05-26 19:12:38 +00:00
nntplib.py Fix a bunch of doctests with the -d option of refactor.py. 2007-02-09 20:13:25 +00:00
ntpath.py Merged revisions 53451-53537 via svnmerge from 2007-02-01 18:02:27 +00:00
nturl2path.py Bug #649974: make docstrings for url2pathname consistent 2005-12-26 22:53:56 +00:00
opcode.py Implement PEP 3115 -- new metaclass syntax and semantics. 2007-03-18 15:41:51 +00:00
optparse.py Checkin the regenerated Python-ast.c and fix test_optparse. 2007-02-11 23:06:17 +00:00
os.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
os2emxpath.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
pdb.doc bug #989672: pdb.doc and the help messages for the help_d and help_u methods 2004-08-14 15:19:28 +00:00
pdb.py Change all the function attributes from func_* -> __*__. This gets rid 2007-02-25 20:55:47 +00:00
pickle.py Fix a bizarre error where test_pickletools fails if preceded by test_pyclbr. 2007-02-26 07:07:02 +00:00
pickletools.py Change a test to be more predictable. 2007-02-26 15:59:50 +00:00
pipes.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
pkgutil.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
platform.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
popen2.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
poplib.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
posixfile.py Add support for FreeBSD 7. 2005-07-17 02:36:59 +00:00
posixpath.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
pprint.py Nailed test_weakref.py. Pfew, messy! 2007-02-11 22:59:48 +00:00
profile.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
pstats.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
pty.py Merged revisions 53538-53622 via svnmerge from 2007-02-05 01:24:16 +00:00
py_compile.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
pyclbr.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
pydoc.py A class used as an exception should inherit from Exception. 2007-04-07 03:04:01 +00:00
quopri.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
random.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
re.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
repr.py Fix repr.py -- it was triggering on the type name 'long', should be 'int'. 2007-01-15 00:14:39 +00:00
rexec.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
rfc822.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
rlcompleter.py Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 2006-05-27 19:21:47 +00:00
robotparser.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
runpy.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
sched.py Refactor: 2004-12-17 13:52:20 +00:00
sgmllib.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
sha.py [ sf.net patch # 1121611 ] 2005-08-21 18:45:59 +00:00
shelve.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
shlex.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
shutil.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
site.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
smtpd.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
smtplib.py Fix a bunch of doctests with the -d option of refactor.py. 2007-02-09 20:13:25 +00:00
sndhdr.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
socket.py Kill off softspace completely (except in formatter.py which seems to have 2007-02-09 23:20:19 +00:00
sre.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
sre_compile.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
sre_constants.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
sre_parse.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
stat.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
statvfs.py
string.py Implement PEP 3115 -- new metaclass syntax and semantics. 2007-03-18 15:41:51 +00:00
stringold.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
stringprep.py Avoid forward-declaring the methods array. 2006-03-10 11:20:04 +00:00
struct.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
subprocess.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
sunau.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
sunaudio.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
symbol.py Regenerate symbol.py. 2007-02-28 00:40:24 +00:00
symtable.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
tabnanny.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
tarfile.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00
telnetlib.py Fix a bunch of doctests with the -d option of refactor.py. 2007-02-09 20:13:25 +00:00
tempfile.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
textwrap.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
this.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
threading.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
timeit.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
toaiff.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
token.py Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. 2007-03-18 19:01:53 +00:00
tokenize.py Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. 2007-03-18 19:01:53 +00:00
trace.py Change all the function attributes from func_* -> __*__. This gets rid 2007-02-25 20:55:47 +00:00
traceback.py Remove the ability to slice/index on exceptions per PEP 352. 2007-02-27 00:15:55 +00:00
tty.py
types.py Change all the function attributes from func_* -> __*__. This gets rid 2007-02-25 20:55:47 +00:00
unittest.py Implement PEP 3115 -- new metaclass syntax and semantics. 2007-03-18 15:41:51 +00:00
urllib.py Use input() now that it is available. 2007-03-19 22:23:59 +00:00
urllib2.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
urlparse.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
user.py
uu.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
uuid.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
warnings.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
wave.py
weakref.py Remove the exceptions builtin module, all the exceptions are already builtin. 2007-02-26 22:22:47 +00:00
webbrowser.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
whichdb.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
wsgiref.egg-info Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
xdrlib.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
xmllib.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
xmlrpclib.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
zipfile.py Merged revisions 53623-53858 via svnmerge from 2007-02-23 15:07:44 +00:00