- 08 Kas, 2003 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
is exhausted.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 07 Kas, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Michael W. Hudson yazdı
[ 819012 ] Fix for former/latter confusion in Extending documentation although not by using supplied patch.
-
Raymond Hettinger yazdı
-
- 06 Kas, 2003 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Raymond Hettinger yazdı
-
- 05 Kas, 2003 2 kayıt (commit)
-
-
Neil Schemenauer yazdı
-
Jeremy Hylton yazdı
-
- 04 Kas, 2003 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 03 Kas, 2003 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Jeremy Hylton yazdı
Also fix use of n for two different variables in two different blocks.
-
Gregory P. Smith yazdı
memory leak that would've occurred for all iterators that were destroyed before having iterated until they raised StopIteration. * Simplify some code. * Add new test cases to check for the memleak and ensure that mixing iteration with modification of the values for existing keys works.
-
- 02 Kas, 2003 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Raymond Hettinger yazdı
(Contributed by George Yoshida.)
-
Gregory P. Smith yazdı
* Add support for multiple iterator/generator objects at once on the simple bsddb _DBWithCursor interface.
-
Gregory P. Smith yazdı
has been closed" exceptions. Adds a DBCursorClosedError exception in the closed cursor case for future use in fixing the legacy bsddb interface deadlock problems due to its use of cursors with DB_INIT_LOCK | DB_THREAD support enabled.
-
Raymond Hettinger yazdı
-
- 31 Eki, 2003 9 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Fixes #703198. Backported to 2.3.
-
- 30 Eki, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
- 29 Eki, 2003 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
New fix for this bug recognizes differing definitions on various systems.
-
- 28 Eki, 2003 4 kayıt (commit)
-
-
Neal Norwitz yazdı
If the file doesn't exist, the code to display an error message was broken Will backport.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Armin Rigo yazdı
Added dis.findlinestarts(). SF bug 811294
-