- 14 Eki, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 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
-
- 05 Ock, 2007 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
(will backport to 2.5)
-
- 05 Haz, 2006 5 kayıt (commit)
-
-
Tim Peters yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Tim Peters yazdı
-
Gregory P. Smith yazdı
-
- 27 Ock, 2006 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
(test cases and dbobj wrapping)
-
- 03 Haz, 2005 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
functions written in python. contributed by <frederic.gobry@epfl.ch>
-
- 28 Haz, 2004 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Based on a patch supplied by Ian Ward <ian@arevco.ca> on the pybsddb mailing list 2004-03-26.
-
- 28 Agu, 2003 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
database environments to use shared memory on systems supporting it.
-
- 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.
-
- 24 Nis, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 08 Şub, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
doesn't have UserDict.DictMixin.
-
- 05 Şub, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
to have a full dictionary interface.
-
- 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ı
-