cpython/Lib
R. David Murray d98ef1a1ac Merged revisions 74118 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74118 | r.david.murray | 2009-07-20 13:34:54 -0400 (Mon, 20 Jul 2009) | 5 lines

  Remove apparently unneeded and un-cleaned-up munging of sys.path from
  test_re.  Tests pass on my machine without it, and I can't see
  any obvious place in the tests that would need it.
........
2009-07-21 14:03:55 +00:00
..
ctypes Merged revisions 72352 via svnmerge from 2009-05-05 19:04:40 +00:00
curses
dbm We dont have dbm.bsd support anymore. 2009-05-17 08:42:58 +00:00
distutils Merged revisions 73975 via svnmerge from 2009-07-12 08:39:08 +00:00
email Merged revisions 73623-73624 via svnmerge from 2009-06-28 17:35:48 +00:00
encodings
html
http More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
idlelib version to 3.1.1a0 2009-06-27 22:03:18 +00:00
importlib Merged revisions 74107 via svnmerge from 2009-07-20 03:22:43 +00:00
json * Fix-up a TODO (support the sort_key option). 2009-05-27 09:58:34 +00:00
lib2to3 Merged revisions 74135 via svnmerge from 2009-07-21 13:13:16 +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 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
pydoc_data update pydoc-topics 2009-06-26 13:05:03 +00:00
site-packages
sqlite3
test Merged revisions 74118 via svnmerge from 2009-07-21 14:03:55 +00:00
tkinter - remove svn:executable property from some library files 2009-06-22 14:17:00 +00:00
urllib Fix for issue5102, timeout value propages between redirects, proxy, digest and 2009-07-19 04:20:12 +00:00
wsgiref
xml Merged revisions 73623-73624 via svnmerge from 2009-06-28 17:35:48 +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 barry has already been causing test breakage 2009-04-01 20:38:13 +00:00
__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 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 Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects. 2009-05-17 17:32:20 +00:00
abc.py Merged revisions 72278 via svnmerge from 2009-05-04 16:10:10 +00:00
aifc.py Merged revisions 72425-72426 via svnmerge from 2009-05-07 18:24:38 +00:00
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 Merged revisions 72322 via svnmerge from 2009-05-05 09:00:19 +00:00
binhex.py Merged revisions 73747 via svnmerge from 2009-07-01 15:03:38 +00:00
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 #4351: more appropriate DeprecationWarning stacklevels 2009-05-08 03:57:12 +00:00
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 Issue 6370: Performance issue with collections.Counter(). 2009-06-29 18:34:46 +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 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 Update links and version info. 2009-04-21 03:43:15 +00:00
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 Merged revisions 74078 via svnmerge from 2009-07-18 14:43:10 +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 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 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 #4351: more appropriate DeprecationWarning stacklevels 2009-05-08 03:57:12 +00:00
hashlib.py
heapq.py Make life easier for non-CPython implementations 2009-03-29 19:30:50 +00:00
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 add myself 2009-05-01 20:45:43 +00:00
keyword.py
linecache.py Merged revisions 72319-72320 via svnmerge from 2009-05-05 08:31:54 +00:00
locale.py Fix for issue 6202 2009-06-07 15:29:46 +00:00
macpath.py
macurl2path.py
mailbox.py Merged revisions 72213 via svnmerge from 2009-05-03 02:52:20 +00:00
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 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. 2009-05-06 08:04:54 +00:00
nturl2path.py Fix for issue1153027, making Py3k changes similar to fix in issue918368. 2009-05-05 18:41:13 +00:00
numbers.py
opcode.py
optparse.py Merged revisions 71540,71563 via svnmerge from 2009-04-27 16:41:41 +00:00
os.py Merged revisions 73934 via svnmerge from 2009-07-11 09:37:09 +00:00
os2emxpath.py
pdb.doc
pdb.py Merged revisions 73918-73919 via svnmerge from 2009-07-09 23:20:02 +00:00
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 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 More codestring -> codebytes. 2009-06-04 09:42:55 +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 73623-73624 via svnmerge from 2009-06-28 17:35:48 +00:00
queue.py port the queue change r70405 2009-03-21 17:36:10 +00:00
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 Merged revisions 70778 via svnmerge from 2009-03-30 23:16:10 +00:00
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
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 #4351: more appropriate DeprecationWarning stacklevels 2009-05-08 03:57:12 +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 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 -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 73186,73206,73212 via svnmerge from 2009-06-04 10:21:10 +00:00
tty.py
turtle.py #5923: update turtle module to version 1.1. 2009-05-05 08:14:33 +00:00
types.py
unittest.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
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