cpython/Lib
Raymond Hettinger f04fa1bcc5 Add docstrings.
2009-04-08 01:15:02 +00:00
..
ctypes
curses
dbm
distutils Merged revisions 71291 via svnmerge from 2009-04-05 22:57:21 +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 Make http.server main program nicer for interactive use. 2009-04-03 07:16:55 +00:00
idlelib Merged revisions 71126 via svnmerge from 2009-04-04 21:07:39 +00:00
importlib fix name again 2009-04-04 01:21:56 +00:00
json
lib2to3
logging #5287: Add exception handling around findCaller() call to help out IronPython. 2009-02-19 12:36:11 +00:00
msilib
multiprocessing Merged revisions 70908,70939,71009,71022,71036 via svnmerge from 2009-04-05 21:24:58 +00:00
plat-aix4
plat-atheos
plat-darwin These are present in the trunk but no longer in 3.x, which causes problems 2009-03-04 23:21:07 +00:00
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3
test Merged revisions 70908,70939,71009,71022,71036 via svnmerge from 2009-04-05 21:24:58 +00:00
tkinter Merged revisions 70223 via svnmerge from 2009-03-07 02:19:14 +00:00
urllib #5624: _winreg is winreg in Python 3. 2009-04-01 04:28:33 +00:00
wsgiref Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
xml
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 Fix test_memoryio under Windows 2009-04-04 14:09:30 +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
antigravity.py
ast.py
asynchat.py
asyncore.py
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
calendar.py
cgi.py
cgitb.py Merged revisions 70956 via svnmerge from 2009-04-01 16:06:01 +00:00
chunk.py
cmd.py
code.py
codecs.py
codeop.py
collections.py Add docstrings. 2009-04-08 01:15:02 +00:00
colorsys.py
compileall.py Merged revisions 69481 via svnmerge from 2009-02-10 02:10:16 +00:00
configparser.py Fix bootstrapping problem where setup.py was using configparser 2009-03-03 01:32:48 +00:00
contextlib.py
copy.py
copyreg.py
cProfile.py
csv.py
decimal.py Merged revisions 70444 via svnmerge from 2009-03-18 08:25:36 +00:00
difflib.py Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
dis.py
doctest.py
dummy_threading.py
filecmp.py Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from 2009-03-21 17:31:58 +00:00
fileinput.py
fnmatch.py
formatter.py
fractions.py
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 Make life easier for non-CPython implementations 2009-03-29 19:30:50 +00:00
hmac.py
imaplib.py
imghdr.py
inspect.py
io.py Merged revisions 70992,70995 via svnmerge from 2009-04-01 21:22:20 +00:00
keyword.py
linecache.py reuse tokenize.detect_encoding in linecache instead of a custom solution 2009-03-24 22:30:15 +00:00
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 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from 2009-03-09 21:04:33 +00:00
modulefinder.py no 2.3 compat in the py3k lib #3676 2009-02-16 16:20:10 +00:00
netrc.py
nntplib.py
ntpath.py fix variable name #5595 2009-03-29 13:02:52 +00:00
nturl2path.py
numbers.py Issue 4998: restore utility of __slots__ on Fraction. 2009-02-12 17:58:36 +00:00
opcode.py http://bugs.python.org/issue4715 2009-02-25 02:25:04 +00:00
optparse.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
os.py fix None errno #5312 2009-02-20 03:19:25 +00:00
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 no 2.3 compat in the py3k lib #3676 2009-02-16 16:20:10 +00:00
platform.py Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from 2009-03-28 21:42:05 +00:00
plistlib.py
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py #5453: fix SyntaxErrors using pydoc -k, caused by intentionally bad files in Pythons test suite. 2009-04-05 15:05:48 +00:00
pydoc_topics.py
queue.py port the queue change r70405 2009-03-21 17:36:10 +00:00
quopri.py
random.py Use ABCs to validate documented restriction to Sets or Sequences. 2009-02-24 11:27:15 +00:00
re.py Merged revisions 70090 via svnmerge from 2009-03-02 05:21:55 +00:00
reprlib.py
rlcompleter.py
runpy.py Merged revisions 69419-69420 via svnmerge from 2009-02-08 01:58:26 +00:00
sched.py
shelve.py
shlex.py
shutil.py Merged revisions 69415,69591,69593 via svnmerge from 2009-02-20 04:09:19 +00:00
site.py Merged revisions 70778 via svnmerge from 2009-03-30 23:16:10 +00:00
smtpd.py Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
smtplib.py
sndhdr.py
socket.py
socketserver.py Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from 2009-02-26 03:38:59 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py
stringprep.py
struct.py
subprocess.py Merged revisions 70137 via svnmerge from 2009-03-03 22:41:26 +00:00
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 Merged revisions 70523 via svnmerge from 2009-03-22 20:34:29 +00:00
telnetlib.py
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 reuse tokenize.detect_encoding in linecache instead of a custom solution 2009-03-24 22:30:15 +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 Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
types.py
unittest.py Patch for Py3k with fallback for comparing unsortable sequences in 2009-04-04 18:55:09 +00:00
uu.py
uuid.py
warnings.py
wave.py
weakref.py Fix a circular import dependency. 2009-03-25 23:31:22 +00:00
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py