- 24 Oct, 2007 1 commit
-
-
Neal Norwitz authored
Issue 1307 by Derek Shockey, fix the same bug for RCPT.
-
- 23 Oct, 2007 2 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
Issue #1307, patch by Derek Shockey. When "MAIL" is received without args, an exception happens instead of sending a 501 syntax error response.
-
- 19 Oct, 2007 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
-
- 18 Oct, 2007 1 commit
-
-
Gregory P. Smith authored
- Fix bsddb.dbtables: Don't randomly corrupt newly inserted rows by picking a rowid string with null bytes in it. Such rows could not later be deleted, modified or individually selected. Existing bsdTableDb databases created with such rows are out of luck. - Use mkdtemp for the test_dbtables test database environment and clean it up afterwards using shutil.rmtree.
-
- 13 Oct, 2007 2 commits
-
-
Gregory P. Smith authored
-
Georg Brandl authored
-
- 12 Oct, 2007 5 commits
-
-
Gregory P. Smith authored
Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append was useless due to inverted logic. Also adds a test case for RECNO dbs to test_dbshelve.
-
Brett Cannon authored
-
Martin v. Löwis authored
-
Thomas Heller authored
See also https://bugs.launchpad.net/bugs/72505.
-
Neal Norwitz authored
Fix Coverity 185-186: If the passed in FILE is NULL, uninitialized memory would be accessed.
-
- 09 Oct, 2007 1 commit
-
-
Gregory P. Smith authored
on DBCursor.get (and a friends) when passing in a string key.
-
- 06 Oct, 2007 3 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
- 05 Oct, 2007 3 commits
-
-
Neal Norwitz authored
This code was broken if save() returned a negative number since i contained a boolean value and then we compared i < 0 which should never be true.
-
Neal Norwitz authored
Fix Coverity #158: Check the correct variable.
-
-
- 24 Sep, 2007 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 19 Sep, 2007 1 commit
-
-
Georg Brandl authored
(backport from rev. 58204)
-
- 18 Sep, 2007 1 commit
-
-
Sean Reifscheider authored
-
- 17 Sep, 2007 3 commits
-
-
Sean Reifscheider authored
-
Sean Reifscheider authored
-
Sean Reifscheider authored
-
- 14 Sep, 2007 3 commits
-
-
Thomas Heller authored
Fixes issue #1777530; backported from trunk.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 13 Sep, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 12 Sep, 2007 4 commits
-
-
Georg Brandl authored
to be orderable to properly represent them. (backport from rev. 58122)
-
Georg Brandl authored
(backport from rev. 58119)
-
Georg Brandl authored
(backport from rev. 58117).
-
Georg Brandl authored
(backport from rev. 58115).
-
- 11 Sep, 2007 1 commit
-
-
Brett Cannon authored
-
- 07 Sep, 2007 1 commit
-
-
Georg Brandl authored
-
- 06 Sep, 2007 2 commits
-
-
Gregory P. Smith authored
-
Thomas Heller authored
-