- 21 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 02 Agu, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77912 | ezio.melotti | 2010-02-02 17:57:45 +0200 (Tue, 02 Feb 2010) | 1 line Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77871 | ezio.melotti | 2010-01-31 13:46:54 +0200 (Sun, 31 Jan 2010) | 1 line #7092: silence more -3 and -Wd warnings ........ r77910 | ezio.melotti | 2010-02-02 10:37:35 +0200 (Tue, 02 Feb 2010) | 1 line #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. ........ r77913 | ezio.melotti | 2010-02-02 19:34:37 +0200 (Tue, 02 Feb 2010) | 1 line #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna. ........
-
- 22 Mar, 2010 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 15 Mar, 2010 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 02 Şub, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 02 Tem, 2009 1 kayıt (commit)
-
-
Jesus Cea yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 21:27:01 +0100 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........
-
- 21 Şub, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 23 Eyl, 2008 1 kayıt (commit)
-
-
Jesus Cea yazdı
Reviewed by Nick Coghlan.
-
- 31 Agu, 2008 1 kayıt (commit)
-
-
Jesus Cea yazdı
be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
-
- 23 Tem, 2008 1 kayıt (commit)
-
-
Jesus Cea yazdı
This patch publishes the work done until now for Python 3.0 compatibility. Still a lot to be done. When possible, we use 3.0 features in Python 2.6, easing development and testing, and exposing internal changes to a wider audience, for better test coverage. Some mode details: http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2
-
- 13 May, 2008 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 29 Mar, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Thanks to Wummel for the patch
-
- 04 Mar, 2008 1 kayıt (commit)
-
-
Neal Norwitz yazdı
As reported by Trent Nelson on python-dev.
-
- 02 Mar, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
stand alone distribution of bsddb that includes its own small copy of test_support for the needed functionality on older pythons.
-
- 24 Şub, 2008 1 kayıt (commit)
-
-
Neal Norwitz yazdı
run the test simultaneously. The simplest thing I found that worked on both Windows and Unix was to use the PID. It's unique so should be sufficient. This should prevent many of the spurious failures of the automated tests since they run as different users. Also cleanup the directory consistenly in the tearDown methods. It would be nice if someone ensured that the directories are always created with a consistent name.
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 05 Ock, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Patch #1520904] Fix bsddb tests to write to the temp directory instead of the Lib/bsddb/test directory
-
- 05 Eyl, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 28 Tem, 2006 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
methods now allow their database parameter to be None as the sleepycat API allows. Also adds an appropriate test case for DBEnv.dbrename and dbremove.
-
- 05 Haz, 2006 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
in BerkeleyDB >= 4.2 it tried to construct a list out of an uninitialized char **log_list. feature: export the DB_ARCH_REMOVE flag by name in the module on BerkeleyDB >= 4.2.
-
- 27 Ock, 2006 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
(test cases and dbobj wrapping)
-
- 08 Haz, 2005 1 kayıt (commit)
-
-
Anthony Baxter yazdı
-
- 04 Haz, 2005 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
* the has_key() method was not raising a DBError when a database error had occurred. [SF patch id 1212590] * added a wrapper for the DBEnv.set_lg_regionmax method [SF patch id 1212590] * DBKeyEmptyError now derives from KeyError just like DBNotFoundError. * internally everywhere DB_NOTFOUND was checked for has been updated to also check for DB_KEYEMPTY. This fixes the semantics of a couple operations on recno and queue databases to be more intuitive and results in less unexpected DBKeyEmptyError exceptions being raised.
-
- 18 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 26 Şub, 2004 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
* Fixed a bug in the compatibility interface set_location() method where it would not properly search to the next nearest key when used on BTree databases. [SF bug id 788421] * Fixed a bug in the compatibility interface set_location() method where it could crash when looking up keys in a hash or recno format database due to an incorrect free().
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 13 Ock, 2004 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
test_basics.py: updated for the set_get_returns_none() default of 2 change.
-
- 01 Eki, 2003 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
of the current value without reading the value itself.
-
- 21 Eyl, 2003 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
features in BerkeleyDB not exposed. notably: the DB_MPOOLFILE interface has not yet been wrapped in an object. Adds support for building and installing bsddb3 in python2.3 that has an older version of this module installed as bsddb without conflicts. The pybsddb.sf.net build/packaged version of the module uses a dynamicly loadable module called _pybsddb rather than _bsddb.
-
- 09 Tem, 2003 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
* Extended DB & DBEnv set_get_returns_none functionality to take a "level" instead of a boolean flag. The boolean 0 and 1 values still have the same effect. A value of 2 extends the "return None instead of raising an exception" behaviour to the DBCursor set methods. This will become the default behaviour in pybsddb 4.2. * Fixed a typo in DBCursor.join_item method that made it crash instead of returning a value. Obviously nobody uses it. Wrote a test case for join and join_item.
-
- 28 Ock, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
-
- 17 Ock, 2003 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
underlying DB has already been closed (and thus all of its cursors). This fixes a potential segfault. SF pybsddb bug id 667343 bugfix: close the DB object when raising an exception due to an error during DB.open. This prevents an exception when closing the environment about not all databases being closed. SF pybsddb bug id 667340
-
Gregory P. Smith yazdı
coredump or segmentation violation. Sourceforge patch ID 664896: http://sourceforge.net/tracker/index.php?func=detail&aid=664896&group_id=13900&atid=313900 The bug was reported on the pybsddb-users mailing list.
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
version 4.1.1 and works with up to BerkeleyDB 4.1.25.
-
- 24 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Kas, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-