cpython/Lib
Brett Cannon cfed029c42 Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places
source files for tests. Allows for concurrent execution of the tests by
preventing various executions from trampling each other.

Closes issue #7248.
2009-11-05 01:26:57 +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 76042 via svnmerge from 2009-11-01 22:38:44 +00:00
email Merged revisions 75301 via svnmerge from 2009-10-10 00:13:32 +00:00
encodings
html
http [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes 2009-09-29 18:44:53 +00:00
idlelib
importlib Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places 2009-11-05 01:26:57 +00:00
json
lib2to3 Merged revisions 76064,76066-76067 via svnmerge from 2009-11-02 18:30:48 +00:00
logging Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. 2009-10-21 20:22:14 +00:00
msilib
multiprocessing 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
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
test Merged revisions 76108 via svnmerge from 2009-11-04 21:10:38 +00:00
tkinter
unittest Rolled back revisions 74556 via svnmerge from 2009-10-10 21:27:03 +00:00
urllib Merged revisions 75333 via svnmerge from 2009-10-11 04:58:55 +00:00
wsgiref Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +00:00
xml Use true booleans and PEP8 for argdefaults. 2009-09-16 15:54:04 +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
_strptime.py
_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
build_class.py
calendar.py
cgi.py
cgitb.py
chunk.py
cmd.py
code.py
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
copyreg.py
cProfile.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
dis.py
doctest.py
dummy_threading.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fractions.py
ftplib.py
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
heapq.py
hmac.py
imaplib.py
imghdr.py
inspect.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
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
mailbox.py Merged revisions 76034,76054 via svnmerge from 2009-11-02 11:36:51 +00:00
mailcap.py
mimetypes.py
modulefinder.py
netrc.py
nntplib.py
ntpath.py
nturl2path.py
numbers.py
opcode.py
optparse.py
os.py
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
poplib.py
posixpath.py
pprint.py
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.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
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
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
telnetlib.py
tempfile.py
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 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
timeit.py
token.py
tokenize.py normalize latin-1 and utf-8 variant encodings like the builtin tokenizer does 2009-10-09 21:43:09 +00:00
trace.py
traceback.py Small PEP8 correction. 2009-09-16 14:24:29 +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
wsgiref.egg-info
xdrlib.py
zipfile.py fix print statement 2009-09-25 21:35:24 +00:00