- 11 Nov, 2003 1 commit
-
-
Neil Schemenauer authored
-
- 10 Nov, 2003 8 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
-
Guido van Rossum authored
the file is a symlink. Instead, use os.lstat directly, if it exists; fall back on os.stat or the built-in open. Thanks to Iustin Pop.
-
- 09 Nov, 2003 7 commits
-
-
Alex Martelli authored
(same as commit of Sun Nov 2 to the release23-maint branch)
-
Alex Martelli authored
(same as commit of Sun Nov 2 to the release23-maint branch)
-
Alex Martelli authored
(same as commit of Sun Nov 2 to the release23-maint branch)
-
Alex Martelli authored
added a specific \ref to 5.9 in lieu of previous vague "see above". (same as commit of Sun Nov 2 to the release23-maint branch)
-
Alex Martelli authored
sf bug#812818. (same as commit of Sun Nov 2 to the release23-maint branch)
-
Alex Martelli authored
(same as commit of Sun Nov 2 to the release23-maint branch)
-
Brett Cannon authored
-
- 08 Nov, 2003 7 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
is exhausted.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
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
-