cpython/Lib
Tarek Ziadé aa4398b642 Merged revisions 71478 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71478 | tarek.ziade | 2009-04-11 17:14:17 +0200 (Sat, 11 Apr 2009) | 1 line

  testing a full check case
........
2009-04-11 15:17:04 +00:00
..
ctypes
curses
dbm
distutils Merged revisions 71478 via svnmerge from 2009-04-11 15:17:04 +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
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
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 71465 via svnmerge from 2009-04-11 14:30:59 +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 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 Minor factoring. 2009-04-08 08:28:28 +00:00
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py
copyreg.py
cProfile.py
csv.py
decimal.py
difflib.py
dis.py
doctest.py
dummy_threading.py
filecmp.py
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
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
modulefinder.py
netrc.py
nntplib.py
ntpath.py fix variable name #5595 2009-03-29 13:02:52 +00:00
nturl2path.py
numbers.py
opcode.py
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
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 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 #5698, part 2: generate a meta info in pydoc HTML pages indicating the encoding, and fix the -w option to use the correct encoding. 2009-04-10 08:31:48 +00:00
pydoc_topics.py
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py
sched.py
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
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py
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
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 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
webbrowser.py
wsgiref.egg-info
xdrlib.py
zipfile.py