cpython/Lib
R. David Murray ba31105d48 Merged revisions 76659 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76659 | r.david.murray | 2009-12-03 18:57:59 -0500 (Thu, 03 Dec 2009) | 4 lines

  Issue 7431: use TESTFN in test_linecache instead of trying to create a
  file in the Lib/test directory, which might be read-only for the
  user running the tests.
........
2009-12-04 00:09:14 +00:00
..
ctypes Changed try/finally to contextlib.closing, as discussed in issue 6882. 2009-10-23 12:56:11 +00:00
curses
dbm Redundancy isn't needed here. 2009-10-10 21:28:29 +00:00
distutils Merged revisions 76651 via svnmerge from 2009-12-03 20:57:49 +00:00
email Add mktime_tz to __all__. It's documented as being available in email.utils. 2009-11-25 18:45:15 +00:00
encodings Merged revisions 76337 via svnmerge from 2009-11-17 03:43:14 +00:00
html
http Merged revisions 76208 via svnmerge from 2009-11-11 04:17:53 +00:00
idlelib Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
importlib no need to translate newlines in python code anymore 2009-11-13 00:45:32 +00:00
json
lib2to3 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from 2009-11-25 18:34:42 +00:00
logging Issue #7403: Fixed possible race condition in lock creation. 2009-11-27 14:03:36 +00:00
msilib
multiprocessing Merged revisions 76245 via svnmerge from 2009-11-13 22:35:18 +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 74754 via svnmerge from 2009-09-12 18:41:20 +00:00
test Merged revisions 76659 via svnmerge from 2009-12-04 00:09:14 +00:00
tkinter Merged revisions 74507-74511,74517 via svnmerge from 2009-08-18 15:35:57 +00:00
unittest use with_traceback correctly 2009-11-13 22:09:10 +00:00
urllib Recorded merge of revisions 76642 via svnmerge from 2009-12-03 02:45:01 +00:00
wsgiref Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
xml Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from 2009-11-13 02:25:08 +00:00
xmlrpc Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
__future__.py
__phello__.foo.py
_abcoll.py
_compat_pickle.py
_dummy_thread.py
_markupbase.py
_pyio.py Issue #6218: Make io.BytesIO and io.StringIO picklable. 2009-07-22 03:24:36 +00:00
_strptime.py
_threading_local.py Merged revisions 76117 via svnmerge from 2009-11-05 13:49:14 +00:00
_weakrefset.py
abc.py
aifc.py
antigravity.py
ast.py
asynchat.py
asyncore.py
base64.py
bdb.py
binhex.py Issues #2715, #6621: Remove unused and undefined references to FSSpec 2009-08-02 20:08:54 +00:00
bisect.py
build_class.py
cProfile.py Remove the just-removed "help" from __all__. 2009-09-04 17:15:16 +00:00
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from 2009-11-25 17:46:26 +00:00
codecs.py
codeop.py correct porting error with raise #7161 2009-10-18 00:32:49 +00:00
collections.py
colorsys.py
compileall.py
configparser.py
contextlib.py
copy.py Merged revisions 76571 via svnmerge from 2009-11-28 15:58:27 +00:00
copyreg.py
csv.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
decimal.py Merged revisions 75943-75945 via svnmerge from 2009-10-29 12:23:02 +00:00
difflib.py Merged revisions 76464 via svnmerge from 2009-11-23 19:02:52 +00:00
dis.py
doctest.py PEP-8-ify r73389. 2009-07-15 14:16:54 +00:00
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py Merged revisions 74475 via svnmerge from 2009-08-16 18:58:46 +00:00
formatter.py
fractions.py Merged revisions 76456 via svnmerge from 2009-11-23 16:27:17 +00:00
ftplib.py Merged revisions 76546 via svnmerge from 2009-11-27 13:23:26 +00:00
functools.py
genericpath.py
getopt.py
getpass.py Merged revisions 76000,76016 via svnmerge from 2009-11-01 18:42:17 +00:00
gettext.py
glob.py
gzip.py Merged revisions 75935 via svnmerge from 2009-10-29 09:39:47 +00:00
hashlib.py Merged revisions 74479 via svnmerge from 2009-08-16 22:08:56 +00:00
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.py Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from 2009-11-13 02:25:08 +00:00
io.py
keyword.py
linecache.py
locale.py Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows 2009-10-19 19:43:09 +00:00
macpath.py
macurl2path.py Fixing Issue6711 - macurl2path has typos that raise AttributeError 2009-08-16 06:43:50 +00:00
mailbox.py Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from 2009-11-25 17:46:26 +00:00
mailcap.py
mimetypes.py Merged revisions 76306 via svnmerge from 2009-11-15 14:25:16 +00:00
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from 2009-11-25 17:46:26 +00:00
os2emxpath.py
pdb.doc
pdb.py Merged revisions 74838-74839 via svnmerge from 2009-09-16 16:40:45 +00:00
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
plistlib.py updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module 2009-09-16 00:49:03 +00:00
poplib.py Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. 2009-08-06 16:06:25 +00:00
posixpath.py
pprint.py Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types. 2009-11-19 01:07:05 +00:00
profile.py Merged revisions 74773 via svnmerge from 2009-09-13 15:18:53 +00:00
pstats.py Use true kwonly arg instead of **kwds hackaround. 2009-09-02 20:33:30 +00:00
pty.py
py_compile.py
pyclbr.py
pydoc.py Merged revisions 76312 via svnmerge from 2009-11-15 23:04:33 +00:00
queue.py
quopri.py Use true booleans and a bit more PEP8. 2009-09-02 20:34:14 +00:00
random.py
re.py
reprlib.py
rlcompleter.py
runpy.py fix test checking for error message 2009-11-25 18:38:11 +00:00
sched.py
shelve.py
shlex.py
shutil.py
site.py Merged revisions 74526 via svnmerge from 2009-08-20 21:28:05 +00:00
smtpd.py
smtplib.py fix print statement 2009-09-25 21:35:24 +00:00
sndhdr.py
socket.py
socketserver.py
sre_compile.py
sre_constants.py
sre_parse.py
ssl.py
stat.py
string.py Merged revisions 75070 via svnmerge from 2009-09-26 12:33:22 +00:00
stringprep.py
struct.py Merged revisions 75283 via svnmerge from 2009-10-08 15:59:20 +00:00
subprocess.py Merged revisions 76168 via svnmerge from 2009-11-09 15:23:15 +00:00
sunau.py
symbol.py fix an ambiguity in the grammar from the implementation of extended unpacking 2009-09-27 02:43:28 +00:00
symtable.py
tabnanny.py
tarfile.py Merged revisions 76443 via svnmerge from 2009-11-22 18:48:49 +00:00
telnetlib.py - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT 2009-07-26 22:23:04 +00:00
tempfile.py #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+" mode: 2009-11-30 00:08:56 +00:00
textwrap.py Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from 2009-10-04 14:49:41 +00:00
this.py
threading.py Issue #3001: Add a C implementation of recursive locks which is used by 2009-11-10 18:46:01 +00:00
timeit.py
token.py
tokenize.py use some more itertools magic to make '' be yielded after readline is done 2009-11-14 18:09:17 +00:00
trace.py
traceback.py Issue #4486: When an exception has an explicit cause, do not print its implicit context too. 2009-11-28 16:12:28 +00:00
tty.py
turtle.py #7129: add missing function. 2009-10-14 18:46:15 +00:00
types.py
uu.py Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
uuid.py
warnings.py Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
wave.py
weakref.py
webbrowser.py Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 2009-09-11 22:24:02 +00:00
wsgiref.egg-info
xdrlib.py
zipfile.py fix print statement 2009-09-25 21:35:24 +00:00