Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_dumbdbm.py
f733abb
Whitespace normalization.
by Tim Peters
· 18 years ago
06a9a0c
This test doesn't pass on Windows. The cause seems to be that chmod
by Neal Norwitz
· 18 years ago
9ef0ef5
[Bug #802128 continued] Modify mode depending on the process umask.
by Andrew M. Kuchling
· 18 years ago
dc26758
[Bug #802128] Make the mode argument of dumbdbm actually work the way it's
by Andrew M. Kuchling
· 18 years ago
95a2a4e
Tools/scripts/reindent.py _is_ your friend
by Anthony Baxter
· 20 years ago
ecdad85
[Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace.
by Andrew M. Kuchling
· 20 years ago
7a6c733
Make close() identical to __del__() for a dumbdbm database. Make
by Tim Peters
· 22 years ago
663d1b6
Added a new randomized test.
by Tim Peters
· 22 years ago
3b0a329
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
by Guido van Rossum
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
c08fe82
restructure a bit to not rely on test case execution ordering
by Skip Montanaro
· 23 years ago
d9fbf35
This test left a new set of 3 junk files behind each time it was run.
by Tim Peters
· 23 years ago
8876848
Whitespace normalization.
by Tim Peters
· 24 years ago
3ca656f
Committing the second part of patch #480902, an improved test suite
by Barry Warsaw
· 24 years ago
a8e14d4
Use a saner test filename, to work on Windows.
by Guido van Rossum
· 24 years ago
2f1064c
A dumb test for the dumdbm module.
by Guido van Rossum
· 24 years ago