- 19 Oct, 2007 4 commits
-
-
Georg Brandl authored
-
Mark Summerfield authored
-
Georg Brandl authored
-
Gregory P. Smith authored
-
- 18 Oct, 2007 7 commits
-
-
Raymond Hettinger authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
do not contain null bytes.
-
Gregory P. Smith authored
NULL bytes it would cause the database all sorts of problems in the future leading to very strange random failures and corrupt dbtables.bsdTableDb dbs.
-
Gregory P. Smith authored
keyword argument whenever possible to avoid bugs and confusion. (dbtables.py line 447 self.db.get using txn as a non-keyword was an actual bug due to this)
-
Facundo Batista authored
-
Facundo Batista authored
it closes itself. When the stream is read in several calls to read(n), it should behave in the same way if HTTPConnection knows where the end of the stream is (through self.length). Added a test case for this behaviour.
-
- 17 Oct, 2007 1 commit
-
-
Armin Rigo authored
Introduce overflow checking into list_inplace_repeat. Backport candidate, possibly.
-
- 16 Oct, 2007 5 commits
-
-
Brett Cannon authored
* so that they are next to each other.
-
Brett Cannon authored
rendered for parameters it just showed up as ``:const:`None` `` in the output.
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 15 Oct, 2007 2 commits
-
-
Guido van Rossum authored
per discussion in issue 1031213.
-
Armin Rigo authored
-
- 14 Oct, 2007 3 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
This should make the tests more robust at the expense of allowing tests to be sloppier by not requiring them to cleanup after themselves. (It will legitamitely help when running two test suites simultaneously or if another process is already using one of the predefined ports.) Also simplifies (slightLy) the exception handling elsewhere.
-
- 13 Oct, 2007 2 commits
-
-
Gregory P. Smith authored
-
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 1 commit
-
-
Kurt B. Kaiser authored
Patch 1225 Tal Einat modified from IDLE-Spoon.
-