- 13 Oct, 2007 1 commit
-
-
Georg Brandl authored
-
- 12 Oct, 2007 10 commits
-
-
http://bugs.python.org/issue1233Gregory P. Smith authored
was useless due to inverted logic. Also adds a test case for RECNO dbs to test_dbshelve.
-
Raymond Hettinger authored
-
Martin v. Löwis authored
Will backport to 2.5.
-
Neal Norwitz authored
-
Neal Norwitz authored
would be accessed. Will backport.
-
Neal Norwitz authored
Also fix a memory leak.
-
Neal Norwitz authored
-
Neal Norwitz authored
being initialized. (gcc warning and Coverity 202)
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 11 Oct, 2007 1 commit
-
-
Thomas Heller authored
operating system version. This allows to use ctypes when Python was configured with --disable-toolbox-glue.
-
- 10 Oct, 2007 4 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Raymond Hettinger authored
-
Brett Cannon authored
Just move over to the public API names. Closes issue1238.
-
- 09 Oct, 2007 6 commits
-
-
Kurt B. Kaiser authored
Patch 1225 Tal Einat modified from IDLE-Spoon.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
sourceforge pybsddb patch 1551443 by w_barnes.
-
Gregory P. Smith authored
string key (and probably a few other situations with string keys). This was reported with a patch as pybsddb sourceforge bug 1708868 by jjjhhhlll at gmail.
-
Gregory P. Smith authored
object available as bsddb.db.api. This is based on the patch submitted by Duncan Grisby here: http://sourceforge.net/tracker/index.php?func=detail&aid=1551895&group_id=13900&atid=313900 See this thread for additional info: http://sourceforge.net/mailarchive/forum.php?thread_name=E1GAVDK-0002rk-Iw%40apasphere.com&forum_name=pybsddb-users It also cleans up the code a little by removing some ifdef/endifs for python prior to 2.1 and for unsupported Berkeley DB <= 3.2.
-
Raymond Hettinger authored
-
- 08 Oct, 2007 8 commits
-
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Georg Brandl authored
No need to merge this to py3k!
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Let the field spec be either a string or a non-string sequence (suggested by Martin Blais with use cases). Improve the error message in the case of a SyntaxError (caused by a duplicate field name).
-
Georg Brandl authored
-
Georg Brandl authored
Also expand a few other methods' docs, which had more info in the deprecated string module docs.
-
- 06 Oct, 2007 4 commits
-
-
Neal Norwitz authored
Also use the safe unlink in test_support instead of rolling our own here.
-
Gregory P. Smith authored
reliable. gmail.org is someones personal domain.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
ubuntu buildbots.
-
- 05 Oct, 2007 6 commits
-
-
Raymond Hettinger authored
-
Neal Norwitz authored
-
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. Will backport (assuming it's necessary)
-
Neal Norwitz authored
-
Neal Norwitz authored
Fix a compiler warning about passing a PyTypeObject* instead of PyObject*.
-
-