cpython/Lib
Benjamin Peterson 5a6deb4cae remove string.maketrans 2009-06-28 21:35:31 +00:00
..
ctypes
curses
dbm We dont have dbm.bsd support anymore. 2009-05-17 08:42:58 +00:00
distutils Merged revisions 73490 via svnmerge from 2009-06-28 21:30:52 +00:00
email Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from 2009-06-28 17:22:03 +00:00
encodings
html
http More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
idlelib bump to 3.2a0 2009-06-27 21:40:27 +00:00
importlib Fixup/simplify another nested context manager. 2009-06-12 11:25:59 +00:00
json * Fix-up a TODO (support the sort_key option). 2009-05-27 09:58:34 +00:00
lib2to3 revert 73505 here 2009-06-22 18:31:48 +00:00
logging Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. 2009-06-21 17:46:49 +00:00
msilib Merged revisions 73390 via svnmerge from 2009-06-12 17:31:41 +00:00
multiprocessing Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from 2009-06-11 22:54:11 +00:00
plat-aix4
plat-atheos
plat-darwin
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
pydoc_data update pydoc-topics 2009-06-26 13:05:03 +00:00
site-packages
sqlite3
test Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from 2009-06-28 19:19:51 +00:00
tkinter - remove svn:executable property from some library files 2009-06-22 14:17:00 +00:00
urllib More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
wsgiref
xml Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from 2009-06-28 17:22:03 +00:00
xmlrpc #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. 2009-06-04 09:11:51 +00:00
__future__.py
__phello__.foo.py
_abcoll.py Issue 6037: MutableSequence.__iadd__ should return self. 2009-05-18 15:35:26 +00:00
_compat_pickle.py Issue #6137: The pickle module now translates module names when loading 2009-06-04 20:32:06 +00:00
_dummy_thread.py
_markupbase.py
_pyio.py give the C implementation of TextIOWrapper the errors property #6217 2009-06-06 18:02:12 +00:00
_strptime.py
_threading_local.py
_weakrefset.py Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. 2009-05-17 17:32:20 +00:00
abc.py
aifc.py
antigravity.py Another hidden treasure. 2009-06-03 17:21:17 +00:00
ast.py
asynchat.py
asyncore.py This fixes bug 5798 on OS X. 2009-06-03 19:48:02 +00:00
base64.py More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
bdb.py
binhex.py
bisect.py
build_class.py
cProfile.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Fix field name conflicts for named tuples. 2009-05-27 00:38:24 +00:00
colorsys.py
compileall.py
configparser.py
contextlib.py Merged revisions 73518-73519 via svnmerge from 2009-06-23 10:55:52 +00:00
copy.py Merged revisions 72669 via svnmerge from 2009-05-15 17:04:50 +00:00
copyreg.py
csv.py
decimal.py
difflib.py
dis.py
doctest.py Issue #6195: fix doctest to no longer try to read 'source' data from 2009-06-12 15:33:19 +00:00
dummy_threading.py
filecmp.py Use new form of with-statement instead of contextlib.nested(). 2009-06-04 00:11:54 +00:00
fileinput.py Use PEP 8 and true booleans. 2009-05-17 12:22:57 +00:00
fnmatch.py
formatter.py
fractions.py - remove svn:executable property from some library files 2009-06-22 14:17:00 +00:00
ftplib.py
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from 2009-06-01 22:42:33 +00:00
glob.py
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py Merged revisions 72662 via svnmerge from 2009-05-15 12:15:51 +00:00
imghdr.py
inspect.py Use true boolean for flag argument. 2009-06-01 17:23:51 +00:00
io.py
keyword.py
linecache.py
locale.py Fix for issue 6202 2009-06-07 15:29:46 +00:00
macpath.py
macurl2path.py
mailbox.py
mailcap.py
mimetypes.py Fix default value in docstring. 2009-06-08 09:07:34 +00:00
modulefinder.py
netrc.py
nntplib.py Merged revisions 72640 via svnmerge from 2009-05-14 21:30:46 +00:00
ntpath.py
nturl2path.py
numbers.py
opcode.py Merged revisions 72912,72920,72940 via svnmerge from 2009-06-28 03:18:59 +00:00
optparse.py
os.py Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from 2009-06-11 22:54:11 +00:00
os2emxpath.py
pdb.doc
pdb.py
pickle.py Issue #6137: The pickle module now translates module names when loading 2009-06-04 20:32:06 +00:00
pickletools.py Issue #6137: The pickle module now translates module names when loading 2009-06-04 20:32:06 +00:00
pipes.py
pkgutil.py
platform.py
plistlib.py More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from 2009-06-28 17:22:03 +00:00
queue.py
quopri.py
random.py Issue 6261: Clarify behavior of random.uniform(). 2009-06-11 23:12:14 +00:00
re.py
reprlib.py
rlcompleter.py
runpy.py - remove svn:executable property from some library files 2009-06-22 14:17:00 +00:00
sched.py Merged revisions 72932 via svnmerge from 2009-05-26 07:51:03 +00:00
shelve.py
shlex.py
shutil.py Merged revisions 73250 via svnmerge from 2009-06-05 19:13:27 +00:00
site.py
smtpd.py
smtplib.py More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
sndhdr.py
socket.py Merged revisions 73138 via svnmerge from 2009-06-02 07:41:26 +00:00
socketserver.py http://bugs.python.org/issue6192 2009-06-28 21:34:22 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
stat.py
string.py remove string.maketrans 2009-06-28 21:35:31 +00:00
stringprep.py
struct.py
subprocess.py Issue #6274. Fixed a potential FD leak in subprocess.py. 2009-06-19 20:34:30 +00:00
sunau.py
symbol.py Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from 2009-06-11 22:54:11 +00:00
symtable.py simplify this expression 2009-06-28 19:30:36 +00:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py Merged revisions 73186,73206,73212 via svnmerge from 2009-06-04 10:21:10 +00:00
tty.py
turtle.py
types.py
unittest.py Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from 2009-06-27 23:45:02 +00:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty parameters. 2009-05-30 21:04:26 +00:00
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py Merged revisions 73565 via svnmerge from 2009-06-26 08:05:13 +00:00