- 25 May, 2008 14 commits
-
-
Martin v. Löwis authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
when database changes size during iteration. It now behaves like a dictionary, the next attempt to get a value from the iterator after the database has changed size will raise a RuntimeError.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
setup.py to use to build the bsddb module.
-
Georg Brandl authored
change imports and other references. Closes #2925.
-
Gregory P. Smith authored
stuff in and clean it up afterwards regardless of the result. * Get rid of duplicate list of test modules to run, they're maintained within test_all now. * Print the BerkeleyDB version to stderr when running test_bsddb3 to help buildbot problem diagnosis.
-
Georg Brandl authored
-
Georg Brandl authored
-
Gregory P. Smith authored
-
- 24 May, 2008 7 commits
-
-
Gregory P. Smith authored
soon anyways?)
-
Georg Brandl authored
place and fix all references to it. Closes #2926.
-
Guilherme Polo authored
-
Georg Brandl authored
I'm doing this case-only rename in a two-step process via a different directory to hopefully avoid problems with case-insensitive filesystems.
-
Georg Brandl authored
-
Martin v. Löwis authored
Fixes the test failure on Solaris.
-
Martin v. Löwis authored
the testsuite.
-
- 23 May, 2008 16 commits
-
-
Trent Nelson authored
Introduce a user macro named $(externalsDir), which should point to the root directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo.
-
Martin v. Löwis authored
is fixed in 3.0.
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
otherwise be produced.
-
Martin v. Löwis authored
-
Mark Dickinson authored
that exhibit the problem described in issue #2937.
-
Brett Cannon authored
-
Brett Cannon authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
information about the processor on the Debian/alpha buildbot. (I'm still trying to track down the cause of the test_math failures for this machine.) This checkin will be reverted within the next 48 hours.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
efficiently but with no intermediate loss of precision. Based on Raymond Hettinger's ASPN recipe. Thanks Jean Brouwers for the patch.
-
Raymond Hettinger authored
-
- 22 May, 2008 3 commits
-
-
Benjamin Peterson authored
Also let it pass when invoked directly
-
Jesus Cea authored
-
Brett Cannon authored
-