Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fdca6d8599e46ee7fc7844a798666fc60923fbe5
/
Lib
/
test
/
test_tempfile.py
a8785cc
Patch #1630118: add a SpooledTemporaryFile class to tempfile.
by Collin Winter
· 18 years ago
4168c04
Fix a tab.
by Georg Brandl
· 18 years ago
35ef9c1
Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter
by Georg Brandl
· 18 years ago
4bc2c09
Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].
by Neal Norwitz
· 19 years ago
215f13d
Normalized a few cases of whitespace in function declarations.
by Martin Blais
· 19 years ago
a1fb4c8
Exceedingly minor tweak.
by Michael W. Hudson
· 20 years ago
9996828
Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems.
by Martin v. Löwis
· 21 years ago
59db96f
When /tmp has certain sticky bits set, newly created subdirectories
by Guido van Rossum
· 21 years ago
d4210bc
Patch #813200: Quote executable path on Windows. Fixes #811082.
by Martin v. Löwis
· 22 years ago
d662548
Patch #810914: Return absolute path for mkstemp. Fixes #810408.
by Martin v. Löwis
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
ce92147
Added the Mac to platforms that don't have user/group/other modes.
by Jack Jansen
· 23 years ago
8bec483
Two bugs:
by Fred Drake
· 23 years ago
7633d23
Don't call warnings.resetwarnings(); that does bad things that cause
by Fred Drake
· 23 years ago
8ccd9b6
Standardize behavior: no docstrings in test functions. Also get rid
by Guido van Rossum
· 23 years ago
1d0eeec
OS/2 EMX behaves like Windows where file permissions are concerned
by Andrew MacIntyre
· 23 years ago
e888cdc
Get rid of _once(); inlining it takes less code. :-)
by Guido van Rossum
· 23 years ago
7874106
Patch by Zack W to make test_noinherit() more robust: spawn a Python
by Guido van Rossum
· 23 years ago
68ee012
Drop the number of test files to 100 for all the tests
by Neal Norwitz
· 23 years ago
20f0b36
test_many(): open only 100 temp files, not 1000. Some systems don't
by Guido van Rossum
· 23 years ago
ca3ac7f
There's no distinction among 'user', 'group' and 'world' permissions
by Tim Peters
· 23 years ago
a0d55de
Whitespace normalization.
by Tim Peters
· 23 years ago
0e54871
Check-in of the most essential parts of SF 589982 (tempfile.py
by Guido van Rossum
· 23 years ago
c57a285
SF bug #476138: tempfile behavior across platforms
by Tim Peters
· 24 years ago