- 03 Nov, 2003 1 commit
-
-
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 6 commits
-
-
Raymond Hettinger authored
Document the correct definition of os.path.getctime()
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Fix inaccuracy: all entities from XHTML 1.0 are supported (according to text further down in this file)
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.3.
-
Raymond Hettinger authored
had slightly different error messages.
-
- 26 Oct, 2003 5 commits
-
-
Raymond Hettinger authored
-
Steve Purcell authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* tee object is no longer subclassable * independent iterators renamed to "itertools.tee_iterator" * fixed doc string typo and added entry in the module doc string
-
Steve Purcell authored
* Fixed typo in docstring for 'failUnlessAlmostEqual()' * Removed unnecessary use of 'float()' for time values. * Removed apparently unnecessary import of unittest. At some point in the distant past I believe it was necessary otherwise the 'TestCase' that a module saw was not the same as the 'TestCase' seen within 'unittest', and the user's TestCase subclasses were not recognised as subclasses of the TestCase seen within unittest. Seems not to be necessary now.
-
- 25 Oct, 2003 2 commits
-
-
Alex Martelli authored
alone, because there can be no guarantee re the semantics of += vs + .
-
Armin Rigo authored
no-cyclic-comparison patch at the same time as errors.c. Reverting ceval.c to the previous revision.
-