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

........
  r73895 | tarek.ziade | 2009-07-09 00:40:51 +0200 (Thu, 09 Jul 2009) | 1 line

  Sets the compiler attribute to keep the old behavior for third-party packages.
........
2009-07-08 22:42:43 +00:00
..
ctypes Merged revisions 73720 via svnmerge from 2009-07-01 00:43:10 +00:00
curses
dbm We dont have dbm.bsd support anymore. 2009-05-17 08:42:58 +00:00
distutils Merged revisions 73895 via svnmerge from 2009-07-08 22:42:43 +00:00
email convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
encodings
html
http http://bugs.python.org/issue6267 2009-07-01 10:01:31 +00:00
idlelib bump to 3.2a0 2009-06-27 21:40:27 +00:00
importlib Remove unused import for function that no longer exists. 2009-07-01 02:51:00 +00:00
json convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
lib2to3 xrange -> range 2009-07-03 13:18:18 +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
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 Add a README file so that cvs update -P doesn't obliterate this 2000-03-31 20:03:56 +00:00
sqlite3 change deprecated unittest method calls into their proper names. 2009-07-04 08:32:15 +00:00
test Merged revisions 73841 via svnmerge from 2009-07-08 22:24:06 +00:00
tkinter convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
urllib More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
wsgiref
xml Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from 2009-06-28 17:22:03 +00:00
xmlrpc http://bugs.python.org/issue6267 2009-07-03 23:23:50 +00:00
__future__.py
__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
_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
aifc.py
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 Make b64encode raises properly a TypeError when altchars is not bytes. 2009-06-29 01:13:41 +00:00
bdb.py
binhex.py Issue #6369: Fix an RLE decompression bug in the binhex module. 2009-07-01 14:53:06 +00:00
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 Issue 6370: Performance issue with collections.Counter(). 2009-06-29 18:30:43 +00:00
colorsys.py
compileall.py
configparser.py
contextlib.py remove nested from __all__ 2009-07-01 01:38:23 +00:00
copy.py Merged revisions 72669 via svnmerge from 2009-05-15 17:04:50 +00:00
copyreg.py
csv.py
decimal.py
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 Fix formatter usage of filter(). Bug #3800. 2008-09-09 19:31:25 +00:00
fractions.py - remove svn:executable property from some library files 2009-06-22 14:17:00 +00:00
ftplib.py
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
gzip.py
hashlib.py
heapq.py
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
keyword.py
linecache.py
locale.py Fix for issue 6202 2009-06-07 15:29:46 +00:00
macpath.py
macurl2path.py
mailbox.py
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 PendingDeprecationWarning -> DeprecationWarning. Both of these were 2009-06-30 05:33:50 +00:00
nturl2path.py
numbers.py
opcode.py Merged revisions 72912,72920,72940 via svnmerge from 2009-06-28 03:18:59 +00:00
optparse.py
os.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
os2emxpath.py
pdb.doc
pdb.py
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 Issue 4005: Remove .sort() call on dict_keys object. 2009-07-05 06:42:44 +00:00
platform.py
plistlib.py More codestring -> codebytes. 2009-06-04 09:42:55 +00:00
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from 2009-06-28 17:22:03 +00:00
queue.py
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
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 http://bugs.python.org/issue6382 2009-07-07 09:09:10 +00:00
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 remove string.maketrans 2009-06-28 21:35:31 +00:00
stringprep.py
struct.py
subprocess.py Merged revisions 73825-73826 via svnmerge from 2009-07-04 02:46:54 +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 simplify this expression 2009-06-28 19:30:36 +00:00
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py Merged revisions 73744 via svnmerge from 2009-07-01 15:47:07 +00:00
textwrap.py
this.py
threading.py
timeit.py
token.py
tokenize.py
trace.py
traceback.py Merged revisions 73186,73206,73212 via svnmerge from 2009-06-04 10:21:10 +00:00
tty.py
turtle.py
types.py
unittest.py PendingDeprecationWarning -> DeprecationWarning. Both of these were 2009-06-30 05:33:50 +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