cpython/Lib
Michael Foord ffa2e4ee55 Merged revisions 81022 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81022 | michael.foord | 2010-05-09 11:58:25 +0200 (Sun, 09 May 2010) | 1 line

  Adding a test for unittest.BaseTestSuite.
........
2010-05-09 09:59:35 +00:00
..
ctypes Merged revisions 80761,80766 via svnmerge from 2010-05-04 19:17:41 +00:00
curses
dbm
distutils Remove traces of MacOS9 support. 2010-05-05 19:11:21 +00:00
email Merged revisions 80800 via svnmerge from 2010-05-06 01:41:14 +00:00
encodings
html
http Merged revisions 80583 via svnmerge from 2010-04-28 17:39:48 +00:00
idlelib Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from 2010-03-28 00:25:02 +00:00
importlib Remove unnecessary XXX 2010-04-17 00:31:11 +00:00
json
lib2to3 Merged revisions 80934 via svnmerge from 2010-05-07 19:10:11 +00:00
logging Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from 2010-04-11 16:25:06 +00:00
msilib
multiprocessing Issue #7316: the acquire() method of lock objects in the :mod:`threading` 2010-04-14 15:44:10 +00:00
plat-aix4
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
site-packages
sqlite3 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from 2010-04-28 22:31:17 +00:00
test Replace /s with os.sep in the new internal_execvpe test. Hopefully fixes 2010-05-09 03:36:42 +00:00
tkinter Merged revisions 79903,79907 via svnmerge from 2010-04-11 22:04:51 +00:00
unittest Merged revisions 81022 via svnmerge from 2010-05-09 09:59:35 +00:00
urllib Merged revisions 80957 via svnmerge from 2010-05-08 05:12:05 +00:00
wsgiref
xml
xmlrpc Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII 2010-04-16 13:28:05 +00:00
__future__.py
__phello__.foo.py
_abcoll.py
_compat_pickle.py
_dummy_thread.py Issue #7316: the acquire() method of lock objects in the :mod:`threading` 2010-04-14 15:44:10 +00:00
_markupbase.py
_pyio.py Merged revisions 80720 via svnmerge from 2010-05-03 16:48:20 +00:00
_strptime.py
_threading_local.py
_weakrefset.py
abc.py
aifc.py
antigravity.py
argparse.py Merged revisions 79385 via svnmerge from 2010-03-24 22:10:42 +00:00
ast.py
asynchat.py
asyncore.py Merged revisions 80880 via svnmerge from 2010-05-06 20:02:37 +00:00
base64.py
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 Minor factoring 2010-04-11 20:41:56 +00:00
colorsys.py
compileall.py Create __pycache__ dir when the pyc path is explicitly given 2010-05-08 19:52:21 +00:00
configparser.py
contextlib.py
copy.py
copyreg.py
csv.py
decimal.py Merged revisions 80753 via svnmerge from 2010-05-04 14:35:33 +00:00
difflib.py Merged revisions 80004 via svnmerge from 2010-04-12 16:58:02 +00:00
dis.py factor out constant 2010-04-04 23:26:50 +00:00
doctest.py Rolled back revisions 79307 via svnmerge from 2010-04-11 21:39:55 +00:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py Merged revisions 79629 via svnmerge from 2010-04-03 11:18:52 +00:00
ftplib.py Merged revisions 80226 via svnmerge from 2010-04-19 22:05:54 +00:00
functools.py Issue 8361: Remove assert from functools.total_ordering 2010-04-10 16:59:03 +00:00
genericpath.py
getopt.py
getpass.py
gettext.py
glob.py
gzip.py Merged revisions 80762 via svnmerge from 2010-05-04 18:47:04 +00:00
hashlib.py
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py PEP 3147 2010-04-17 00:19:56 +00:00
io.py
keyword.py
linecache.py
locale.py Merged revisions 80512 via svnmerge from 2010-04-27 02:45:53 +00:00
macpath.py Merged revisions 79195 via svnmerge from 2010-03-21 12:29:50 +00:00
macurl2path.py
mailbox.py Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from 2010-03-21 22:03:03 +00:00
mailcap.py Issue #8496: make mailcap.lookup() always return a list, rather than an iterator. 2010-04-22 13:30:10 +00:00
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes 2010-05-08 11:10:09 +00:00
os2emxpath.py
pdb.doc
pdb.py
pickle.py Issue #8383: pickle and pickletools use surrogatepass error handler when 2010-04-13 11:07:24 +00:00
pickletools.py Issue #8383: pickle and pickletools use surrogatepass error handler when 2010-04-13 11:07:24 +00:00
pipes.py Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from 2010-03-21 22:03:03 +00:00
pkgutil.py
platform.py Merged revisions 80857 via svnmerge from 2010-05-06 03:05:50 +00:00
plistlib.py Merged revisions 80279 via svnmerge from 2010-04-20 21:00:34 +00:00
poplib.py
posixpath.py
pprint.py
profile.py Remove traces of MacOS9 support. 2010-05-05 19:11:21 +00:00
pstats.py Forward port total_ordering() and cmp_to_key(). 2010-04-05 18:56:31 +00:00
pty.py
py_compile.py Create __pycache__ dir when the pyc path is explicitly given 2010-05-08 19:52:21 +00:00
pyclbr.py
pydoc.py Remove traces of MacOS9 support. 2010-05-05 19:11:21 +00:00
queue.py
quopri.py
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py PEP 3147 2010-04-17 00:19:56 +00:00
sched.py
shelve.py
shlex.py
shutil.py Merged revisions 80837 via svnmerge from 2010-05-05 22:43:04 +00:00
site.py Merged revisions 80967 via svnmerge from 2010-05-08 10:49:43 +00:00
smtpd.py
smtplib.py
sndhdr.py
socket.py
socketserver.py Merged revisions 80484 via svnmerge from 2010-04-25 22:01:43 +00:00
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py Remove unused import 2010-04-26 23:06:26 +00:00
stat.py
string.py
stringprep.py
struct.py
subprocess.py Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes 2010-05-08 11:10:09 +00:00
sunau.py
symbol.py
symtable.py
sysconfig.py Merged revisions 80967 via svnmerge from 2010-05-08 10:49:43 +00:00
tabnanny.py
tarfile.py Issue #8390: tarfile uses surrogateespace as the default error handler 2010-05-05 21:43:57 +00:00
telnetlib.py
tempfile.py
textwrap.py
this.py
threading.py Issue #850728: Add a *timeout* parameter to the `acquire()` method of 2010-04-17 23:51:58 +00:00
timeit.py
token.py
tokenize.py fix for files with coding cookies and BOMs 2010-03-18 22:34:15 +00:00
trace.py
traceback.py
tty.py
turtle.py Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from 2010-03-28 00:25:02 +00:00
types.py
uu.py
uuid.py Merged revisions 80784 via svnmerge from 2010-05-05 15:32:33 +00:00
warnings.py
wave.py
weakref.py
webbrowser.py Merged revisions 80698 via svnmerge from 2010-05-02 09:54:35 +00:00
wsgiref.egg-info
xdrlib.py
zipfile.py PEP 3147 2010-04-17 00:19:56 +00:00