- 13 Oct, 2007 1 commit
-
-
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 3 commits
-
-
Gregory P. Smith authored
-
Thomas Heller authored
-
Armin Rigo authored
-
- 05 Sep, 2007 3 commits
-
-
Martin v. Löwis authored
a readonly source.
-
Matthias Klose authored
to include some information about the build environment.
-
Martin v. Löwis authored
to get dependencies right.
-
- 04 Sep, 2007 2 commits
-
-
Matthias Klose authored
-
Martin v. Löwis authored
source encoding.
-
- 03 Sep, 2007 1 commit
-
-
Matthias Klose authored
-
- 02 Sep, 2007 1 commit
-
-
Ronald Oussoren authored
-