| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm | Serhiy Storchaka | 2015-02-15 | 1 | -0/+8 |
|
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -1/+0 |
|
|
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -4/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -2/+2 |
|
|
* | This test doesn't pass on Windows. The cause seems to be that chmod | Neal Norwitz | 2007-01-18 | 1 | -2/+8 |
|
|
* | [Bug #802128 continued] Modify mode depending on the process umask. | Andrew M. Kuchling | 2006-12-22 | 1 | -6/+10 |
|
|
* | [Bug #802128] Make the mode argument of dumbdbm actually work the way it's | Andrew M. Kuchling | 2006-12-22 | 1 | -0/+14 |
|
|
* | Tools/scripts/reindent.py _is_ your friend | Anthony Baxter | 2005-06-08 | 1 | -3/+3 |
|
|
* | [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra... | Andrew M. Kuchling | 2005-06-07 | 1 | -0/+18 |
|
|
* | Make close() identical to __del__() for a dumbdbm database. Make | Tim Peters | 2003-07-13 | 1 | -0/+7 |
|
|
* | Added a new randomized test. | Tim Peters | 2003-07-11 | 1 | -0/+28 |
|
|
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -2/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | restructure a bit to not rely on test case execution ordering | Skip Montanaro | 2002-03-17 | 1 | -4/+28 |
|
|
* | This test left a new set of 3 junk files behind each time it was run. | Tim Peters | 2002-01-30 | 1 | -11/+18 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-11-13 | 1 | -2/+2 |
|
|
* | Committing the second part of patch #480902, an improved test suite | Barry Warsaw | 2001-11-13 | 1 | -31/+66 |
|
|
* | Use a saner test filename, to work on Windows. | Guido van Rossum | 2001-01-19 | 1 | -3/+1 |
|
|
* | A dumb test for the dumdbm module. | Guido van Rossum | 2001-01-18 | 1 | -0/+39 |
|
|