cpython/Lib
Benjamin Peterson e12ef0421a add UnsupportedOperation to __all__ 2009-04-29 21:53:47 +00:00
..
ctypes Merged revisions 71847 via svnmerge from 2009-04-24 20:05:20 +00:00
curses
dbm
distutils Merged revisions 72094 via svnmerge from 2009-04-29 08:07:44 +00:00
email "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. 2009-03-30 23:12:30 +00:00
encodings
html
http Merged revisions 71303 via svnmerge from 2009-04-11 20:12:10 +00:00
idlelib Merged revisions 71995 via svnmerge from 2009-04-27 16:58:05 +00:00
importlib fix name again 2009-04-04 01:21:56 +00:00
json Forward port r70471: Add object_pairs_hook. Issue 5381. 2009-04-21 03:09:17 +00:00
lib2to3
logging Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported. 2009-04-27 13:55:05 +00:00
msilib
multiprocessing Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from 2009-04-11 20:45:40 +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 for py3k. 2009-04-27 16:34:57 +00:00
site-packages
sqlite3
test Document the fact that 'compname' and 'comptype' are bytes. 2009-04-29 21:50:39 +00:00
tkinter
urllib #5624: _winreg is winreg in Python 3. 2009-04-01 04:28:33 +00:00
wsgiref
xml Merged revisions 71414 via svnmerge from 2009-04-09 22:16:43 +00:00
xmlrpc Merged revisions 71268 via svnmerge from 2009-04-07 13:13:10 +00:00
__future__.py barry has already been causing test breakage 2009-04-01 20:38:13 +00:00
__phello__.foo.py
_abcoll.py Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. 2009-04-01 19:05:50 +00:00
_dummy_thread.py
_markupbase.py
_pyio.py readline() args must be an int #3521 2009-04-24 22:59:52 +00:00
_strptime.py The message for the exception when time.strptime was passed something other 2009-03-31 03:58:04 +00:00
_threading_local.py
_weakrefset.py
abc.py
aifc.py Merged revisions 72100-72101 via svnmerge from 2009-04-29 15:34:32 +00:00
antigravity.py
ast.py
asynchat.py
asyncore.py Merged revisions 70873,70904,70934,71490 via svnmerge from 2009-04-12 15:35:44 +00:00
base64.py
bdb.py
binhex.py
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 2009-03-31 17:51:51 +00:00
build_class.py
cProfile.py
calendar.py
cgi.py
cgitb.py Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from 2009-04-11 19:48:14 +00:00
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Minor factoring. 2009-04-08 08:28:28 +00:00
colorsys.py
compileall.py Merged revisions 71750 via svnmerge from 2009-04-19 17:14:11 +00:00
configparser.py Merged revisions 71564 via svnmerge from 2009-04-27 16:43:36 +00:00
contextlib.py
copy.py
copyreg.py
csv.py
decimal.py Update links and version info. 2009-04-21 03:43:15 +00:00
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py Merged revisions 71832 via svnmerge from 2009-04-24 14:06:19 +00:00
ftplib.py Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +00:00
functools.py
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +00:00
gzip.py
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py
io.py add UnsupportedOperation to __all__ 2009-04-29 21:53:47 +00:00
keyword.py
linecache.py
locale.py Merged revisions 70936 via svnmerge from 2009-04-01 03:42:00 +00:00
macpath.py
macurl2path.py
mailbox.py In 3k this becomes an items() call. 2009-04-02 19:44:43 +00:00
mailcap.py
mimetypes.py Merged revisions 72045 via svnmerge from 2009-04-27 21:04:19 +00:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py Merged revisions 71540,71563 via svnmerge from 2009-04-27 16:41:41 +00:00
os.py
os2emxpath.py
pdb.doc
pdb.py Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py
plistlib.py Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from 2009-04-11 19:48:14 +00:00
poplib.py
posixpath.py Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from 2009-04-11 19:48:14 +00:00
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Merged revisions 71960 via svnmerge from 2009-04-27 16:28:57 +00:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py Issue 5830: Events are now comparable when the time and type are the same. 2009-04-24 18:43:43 +00:00
shelve.py
shlex.py
shutil.py
site.py Merged revisions 70778 via svnmerge from 2009-03-30 23:16:10 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from 2009-04-11 19:48:14 +00:00
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate 2009-04-12 15:51:51 +00:00
stringprep.py
struct.py
subprocess.py
sunau.py
symbol.py
symtable.py Merged revisions 70801,70809 via svnmerge from 2009-03-31 15:26:37 +00:00
tabnanny.py
tarfile.py
telnetlib.py -fixes telnetlib constants to be one-length byte arrays instead of ints 2009-04-10 05:33:26 +00:00
tempfile.py
textwrap.py
this.py
threading.py Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +00:00
timeit.py Localize the function lookup in timeit. 2009-04-03 02:45:36 +00:00
token.py
tokenize.py Remove dependency on the collections module. 2009-04-29 14:21:25 +00:00
trace.py #5656: detect correct encoding of files when reporting coverage in trace.py, and ignore files in the temporary directory when reporting. 2009-04-01 23:07:29 +00:00
traceback.py Merged revisions 71237-71238 via svnmerge from 2009-04-05 14:28:42 +00:00
tty.py
turtle.py
types.py
unittest.py Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from 2009-04-11 20:45:40 +00:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py