index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
bsddb
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove bsddb
Benjamin Peterson
2008-09-03
1
-444
/
+0
*
Improve compatibility with Python3.0 testsuite
Jesus Cea
2008-09-02
1
-6
/
+9
*
bsddb code updated to version 4.7.3pre2. This code is the same than
Jesus Cea
2008-08-31
1
-211
/
+116
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
1
-2
/
+2
*
When the _iter_mixin stopped inheritting from UsserDictMixin, it lost the
Neal Norwitz
2008-03-01
1
-0
/
+3
*
In bsddb, replace UserDict.DictMixin with collections.MutableMapping.
Raymond Hettinger
2008-02-04
1
-4
/
+4
*
reapply of r57378 to fix bug 1725856
Gregory P. Smith
2007-08-24
1
-0
/
+4
*
docstring cut n paste correction
Gregory P. Smith
2007-08-23
1
-1
/
+1
*
Convert raise statements in bsddb.
Collin Winter
2007-08-22
1
-3
/
+3
*
Wrap set_location.
Martin v. Löwis
2007-08-10
1
-0
/
+8
*
Make bsddb use bytes as keys and values. Add StringKeys
Martin v. Löwis
2007-08-05
1
-14
/
+136
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-3
/
+3
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-2
/
+2
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-0
/
+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-28
/
+36
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-0
/
+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-8
/
+10
*
Whitespace normalization.
Tim Peters
2006-02-20
1
-1
/
+1
*
Bug #1210377: close bsddb cursor correctly after NotFoundError.
Georg Brandl
2006-02-20
1
-1
/
+4
*
Add a unit test for bug fix #1396678.
Georg Brandl
2006-02-19
1
-4
/
+3
*
Bug #1396678: a closed bsddb.DB raises AttributeError on repr().
Georg Brandl
2006-02-19
1
-1
/
+4
*
Get BSD DB working most for version 3.2
Neal Norwitz
2005-10-20
1
-0
/
+2
*
Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
Martin v. Löwis
2005-03-03
1
-2
/
+2
*
Fix SF bug # 897820 - we can no longer use the DB_TRUNCATE flag when
Gregory P. Smith
2004-06-27
1
-6
/
+11
*
Fixes SF bug # 778421
Gregory P. Smith
2004-02-26
1
-1
/
+1
*
__init__.py: keep it compatible with older python (True and False == 1 and 0)
Gregory P. Smith
2004-01-13
1
-2
/
+2
*
* Use weakref's of DBCursor objects for the iterator cursors to avoid a
Gregory P. Smith
2003-11-03
1
-47
/
+45
*
* Fix the singlethreaded deadlocks occurring in the simple bsddb interface.
Gregory P. Smith
2003-11-02
1
-7
/
+102
*
Use a threadsafe private DBEnv for each bsddb compatibility interface
Gregory P. Smith
2003-09-27
1
-3
/
+10
*
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
Gregory P. Smith
2003-09-21
1
-2
/
+9
*
Maintain backwards compatibility with python < 2.3 by dynamically
Gregory P. Smith
2003-09-20
1
-18
/
+30
*
The previous change works much faster (one lookup per key) when
Raymond Hettinger
2003-09-13
1
-0
/
+9
*
SF #662923
Raymond Hettinger
2003-09-12
1
-1
/
+10
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-1
/
+1
*
Everything worked in both the distutils distro and in Python 2.3cvs,
Barry Warsaw
2003-01-28
1
-16
/
+16
*
Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at
Barry Warsaw
2002-12-30
1
-9
/
+2
*
Delete bsddb from sys.modules if _bsddb cannot be imported.
Martin v. Löwis
2002-11-24
1
-1
/
+8
*
Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.
Martin v. Löwis
2002-11-19
1
-0
/
+237