cpython/Lib
2008-02-05 18:13:15 +00:00
..
bsddb Remove DictMixin which is superceded by collections.MutableMapping 2008-02-04 22:07:15 +00:00
ctypes Convert some custom sort comparison functions to equivalent key functions. 2008-01-30 02:55:10 +00:00
curses Merged revisions 60094-60123 via svnmerge from 2008-01-20 09:06:41 +00:00
distutils Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from 2008-02-03 16:51:08 +00:00
email Merged revisions 60053-60078 via svnmerge from 2008-01-19 16:21:02 +00:00
encodings The bz2 codec isn't supported any more. I've also commented out several codecs which were removed in the past. 2007-12-02 15:27:38 +00:00
idlelib Convert some custom sort comparison functions to equivalent key functions. 2008-01-30 02:55:10 +00:00
lib-tk Merged revisions 59642-59665 via svnmerge from 2008-01-02 18:30:52 +00:00
logging Merged revisions 60234-60244 via svnmerge from 2008-01-24 16:21:45 +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
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-mac Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +00:00
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3 Merged revisions 59628-59641 via svnmerge from 2008-01-01 14:42:15 +00:00
test Manually merge r60521 from trunk. 2008-02-05 18:13:15 +00:00
wsgiref
xml Removed the new module 2007-11-28 08:28:28 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Fix-up mapping equality tests to include both keys and values 2008-02-05 12:10:29 +00:00
_LWPCookieJar.py
_markupbase.py rename markupbase to _markupbase 2007-12-07 11:10:11 +00:00
_MozillaCookieJar.py
_strptime.py
_threading_local.py
_weakrefset.py Moved WeakSet into a bootstap module use by abc.py. 2008-02-05 00:20:01 +00:00
abc.py Moved WeakSet into a bootstap module use by abc.py. 2008-02-05 00:20:01 +00:00
aifc.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
anydbm.py
asynchat.py
asyncore.py Fix exception slicing. 2008-01-06 18:23:30 +00:00
base64.py
BaseHTTPServer.py
bdb.py
binhex.py
bisect.py
build_class.py
calendar.py
cgi.py Remove one use of UserDict.UserDict 2008-02-04 22:43:27 +00:00
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py Fix issue #1707. When raw_input() was removed, it was incorrectly replaced 2008-01-02 02:55:27 +00:00
codecs.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
codeop.py
collections.py Put an updated UserDict class in the collections module and 2008-02-05 01:53:00 +00:00
colorsys.py
commands.py
compileall.py
ConfigParser.py
contextlib.py
Cookie.py
cookielib.py Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). 2008-01-30 20:15:17 +00:00
copy.py
copy_reg.py
cProfile.py
csv.py
dbhash.py
decimal.py Context flags get set, not incremented. 2008-02-01 20:38:12 +00:00
difflib.py Merged revisions 59883-59920 via svnmerge from 2008-01-11 16:17:00 +00:00
dircache.py
dis.py
doctest.py Merged revisions 59883-59920 via svnmerge from 2008-01-11 16:17:00 +00:00
DocXMLRPCServer.py Merged revisions 59450-59464 via svnmerge from 2007-12-11 01:06:40 +00:00
dumbdbm.py Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb modules are next). 2008-02-04 20:44:31 +00:00
dummy_thread.py
dummy_threading.py
filecmp.py Fix more exception slicing. 2008-01-06 21:13:42 +00:00
fileinput.py
fnmatch.py
formatter.py Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +00:00
fpformat.py
ftplib.py Merged revisions 60176-60209 via svnmerge from 2008-01-23 08:24:23 +00:00
functools.py
genericpath.py
getopt.py
getpass.py Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt. 2008-01-01 16:30:47 +00:00
gettext.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
glob.py Fix build error. 2008-01-27 16:16:19 +00:00
gzip.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
hashlib.py
heapq.py Replace map(None, *iterables) with zip(*iterables). 2008-01-22 23:25:35 +00:00
hmac.py
htmlentitydefs.py Use strings for all entity values, as that is now possible 2007-12-29 18:38:41 +00:00
htmllib.py
HTMLParser.py rename markupbase to _markupbase 2007-12-07 11:10:11 +00:00
httplib.py #1929: fix httplib _read_chunked (str/bytes confusion). 2008-01-26 09:45:58 +00:00
ihooks.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
imaplib.py fix bug 1482: IMAP4 SSL isn't working 2008-02-01 02:16:46 +00:00
imghdr.py
imputil.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
inspect.py Merged revisions 59883-59920 via svnmerge from 2008-01-11 16:17:00 +00:00
io.py Fix issue1753: TextIOWrapper.write writes utf BOM for every string. 2008-01-07 18:30:48 +00:00
keyword.py Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +00:00
linecache.py
locale.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
macpath.py
macurl2path.py
mailbox.py Merged revisions 60094-60123 via svnmerge from 2008-01-20 09:06:41 +00:00
mailcap.py
mhlib.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
mimetools.py
mimetypes.py
modulefinder.py
multifile.py
mutex.py
netrc.py
nntplib.py
ntpath.py Merged revisions 59703-59773 via svnmerge from 2008-01-06 16:59:19 +00:00
nturl2path.py
numbers.py Merged revisions 60441-60474 via svnmerge from 2008-01-31 14:31:45 +00:00
opcode.py Merged revisions 59541-59561 via svnmerge from 2007-12-19 02:07:34 +00:00
optparse.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
os.py
os2emxpath.py
pdb.doc
pdb.py Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from 2008-01-18 09:56:22 +00:00
pickle.py
pickletools.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
pipes.py
pkgutil.py
platform.py Fix bug introduced by r59746. 2008-01-05 21:20:19 +00:00
plistlib.py svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/plat-mac/plistlib.py Lib/ 2008-01-27 15:20:13 +00:00
poplib.py
posixpath.py Merged revisions 59703-59773 via svnmerge from 2008-01-06 16:59:19 +00:00
pprint.py Update pprint() to match the new repr style for frozensets 2008-01-31 01:10:03 +00:00
profile.py
pstats.py Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). 2008-01-30 20:15:17 +00:00
pty.py
py_compile.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
pyclbr.py Convert some custom sort comparison functions to equivalent key functions. 2008-01-30 02:55:10 +00:00
pydoc.py Convert some custom sort comparison functions to equivalent key functions. 2008-01-30 02:55:10 +00:00
Queue.py Sync-up Queue.py with Py2.6 2008-01-17 00:13:27 +00:00
quopri.py
random.py Take Tim's advice and have random.sample() support only sequences and sets. 2008-01-14 01:00:53 +00:00
rational.py Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from 2008-02-04 18:48:49 +00:00
re.py Merged revisions 60284-60349 via svnmerge from 2008-01-27 15:18:18 +00:00
repr.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
rfc822.py
rlcompleter.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
robotparser.py
runpy.py Merged revisions 59275-59303 via svnmerge from 2007-12-03 21:02:03 +00:00
sched.py Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from 2008-01-18 09:56:22 +00:00
sgmllib.py rename markupbase to _markupbase 2007-12-07 11:10:11 +00:00
shelve.py Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb modules are next). 2008-02-04 20:44:31 +00:00
shlex.py
shutil.py Merged revisions 60124-60142 via svnmerge from 2008-01-20 15:14:11 +00:00
SimpleHTTPServer.py
SimpleXMLRPCServer.py Fixed two of the three failing xml rpc tests 2007-12-08 18:38:20 +00:00
site.py Merged revisions 60176-60209 via svnmerge from 2008-01-23 08:24:23 +00:00
smtpd.py
smtplib.py Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from 2008-01-18 09:56:22 +00:00
sndhdr.py
socket.py update to fix leak in SSL code 2007-12-14 22:08:56 +00:00
SocketServer.py Merged revisions 60080-60089,60091-60093 via svnmerge from 2008-01-19 20:08:23 +00:00
sre.py
sre_compile.py Merged revisions 59666-59679 via svnmerge from 2008-01-03 23:01:04 +00:00
sre_constants.py
sre_parse.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
ssl.py update to fix leak in SSL code 2007-12-14 22:08:56 +00:00
stat.py
statvfs.py
string.py
stringprep.py
struct.py Merged revisions 59696-59702 via svnmerge from 2008-01-04 03:08:33 +00:00
subprocess.py Merged revisions 60094-60123 via svnmerge from 2008-01-20 09:06:41 +00:00
sunau.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py Convert some custom sort comparison functions to equivalent key functions. 2008-01-30 02:55:10 +00:00
telnetlib.py
tempfile.py
textwrap.py Merged revisions 60080-60089,60091-60093 via svnmerge from 2008-01-19 20:08:23 +00:00
this.py
threading.py Merged revisions 60245-60277 via svnmerge from 2008-01-25 11:23:10 +00:00
timeit.py
token.py
tokenize.py Merged revisions 60080-60089,60091-60093 via svnmerge from 2008-01-19 20:08:23 +00:00
trace.py Merged revisions 60080-60089,60091-60093 via svnmerge from 2008-01-19 20:08:23 +00:00
traceback.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
tty.py
types.py Fix docstring of types.py. 2007-12-21 08:16:54 +00:00
unittest.py Convert some custom sort comparison functions to equivalent key functions. 2008-01-30 02:55:10 +00:00
urllib.py Fix merge glitch that let test_urllib fail. 2008-01-26 11:23:13 +00:00
urllib2.py Merged revisions 60210-60233 via svnmerge from 2008-01-24 09:42:52 +00:00
urlparse.py Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 2008-01-21 20:36:10 +00:00
user.py
UserDict.py Remove DictMixin which is superceded by collections.MutableMapping 2008-02-04 22:07:15 +00:00
UserList.py
UserString.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
uu.py
uuid.py
warnings.py
wave.py #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00
weakref.py Decouple weakref containers from UserDict 2008-02-05 01:15:57 +00:00
webbrowser.py
whichdb.py
wsgiref.egg-info
xdrlib.py
xmlrpclib.py
zipfile.py Merged revisions 60094-60123 via svnmerge from 2008-01-20 09:06:41 +00:00