- 08 Nov, 2003 1 commit
-
-
Raymond Hettinger authored
-
- 07 Nov, 2003 3 commits
-
-
Raymond Hettinger authored
-
Michael W. Hudson authored
[ 819012 ] Fix for former/latter confusion in Extending documentation although not by using supplied patch.
-
Raymond Hettinger authored
-
- 06 Nov, 2003 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Raymond Hettinger authored
-
- 05 Nov, 2003 2 commits
-
-
Neil Schemenauer authored
-
Jeremy Hylton authored
-
- 04 Nov, 2003 1 commit
-
-
Anthony Baxter authored
-
- 03 Nov, 2003 3 commits
-
-
Gregory P. Smith authored
-
Jeremy Hylton authored
Also fix use of n for two different variables in two different blocks.
-
Gregory P. Smith authored
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 Nov, 2003 5 commits
-
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
Gregory P. Smith authored
* Add support for multiple iterator/generator objects at once on the simple bsddb _DBWithCursor interface.
-
Gregory P. Smith authored
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 authored
-
- 31 Oct, 2003 9 commits
-
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #703198. Backported to 2.3.
-
- 30 Oct, 2003 2 commits
-
-
Raymond Hettinger authored
-
Brett Cannon authored
-
- 29 Oct, 2003 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
New fix for this bug recognizes differing definitions on various systems.
-
- 28 Oct, 2003 7 commits
-
-
Neal Norwitz authored
If the file doesn't exist, the code to display an error message was broken Will backport.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Armin Rigo authored
Added dis.findlinestarts(). SF bug 811294
-
Armin Rigo authored
SF bug 793822
-
Armin Rigo authored
SF patch 825639 http://mail.python.org/pipermail/python-dev/2003-October/039445.html
-
Raymond Hettinger authored
-
- 27 Oct, 2003 1 commit
-
-
Raymond Hettinger authored
Document the correct definition of os.path.getctime()
-