- 30 Ock, 2007 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 18 Ock, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
doesn't support the same funcationality as on Unix. I'm not sure if this fix is the best (or if it will even work)--it's a test to see if the buildbots start passing again. It might be better to not even run this test if it's windows (or non-posix).
-
- 22 Ara, 2006 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Is there really no other way to read the umask than to set it? Hope this works on Windows...
-
Andrew M. Kuchling yazdı
described, and add a test for it. 2.5 bugfix candidate, maybe; arguably this patch changes the API of dumbdbm and shouldn't be added in a point-release.
-
- 08 Haz, 2005 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 07 Haz, 2005 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[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.
-
- 13 Tem, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
closing idempotent (it used to raise a nuisance exception on the 2nd close attempt). Bugfix candidate? Probably, but arguable.
-
- 11 Tem, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 09 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 17 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
add test case for bug #482460
-
- 30 Ock, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 13 Kas, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Barry Warsaw yazdı
for dumbdbm.py, by Skip Montanaro. The first half of Skip's patch has been postponed until Py2.3 since it adds new features.
-
- 19 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Ock, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-