- 16 Eki, 2007 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 15 Eki, 2007 2 kayıt (commit)
-
-
Guido van Rossum yazdı
per discussion in issue 1031213.
-
Armin Rigo yazdı
-
- 14 Eki, 2007 3 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 Eki, 2007 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Georg Brandl yazdı
-
- 12 Eki, 2007 10 kayıt (commit)
-
-
http://bugs.python.org/issue1233Gregory P. Smith yazdı
was useless due to inverted logic. Also adds a test case for RECNO dbs to test_dbshelve.
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
would be accessed. Will backport.
-
Neal Norwitz yazdı
Also fix a memory leak.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
being initialized. (gcc warning and Coverity 202)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 11 Eki, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
operating system version. This allows to use ctypes when Python was configured with --disable-toolbox-glue.
-
- 10 Eki, 2007 4 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
Just move over to the public API names. Closes issue1238.
-
- 09 Eki, 2007 6 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Patch 1225 Tal Einat modified from IDLE-Spoon.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
sourceforge pybsddb patch 1551443 by w_barnes.
-
Gregory P. Smith yazdı
string key (and probably a few other situations with string keys). This was reported with a patch as pybsddb sourceforge bug 1708868 by jjjhhhlll at gmail.
-
Gregory P. Smith yazdı
object available as bsddb.db.api. This is based on the patch submitted by Duncan Grisby here: http://sourceforge.net/tracker/index.php?func=detail&aid=1551895&group_id=13900&atid=313900 See this thread for additional info: http://sourceforge.net/mailarchive/forum.php?thread_name=E1GAVDK-0002rk-Iw%40apasphere.com&forum_name=pybsddb-users It also cleans up the code a little by removing some ifdef/endifs for python prior to 2.1 and for unsupported Berkeley DB <= 3.2.
-
Raymond Hettinger yazdı
-
- 08 Eki, 2007 8 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
No need to merge this to py3k!
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Let the field spec be either a string or a non-string sequence (suggested by Martin Blais with use cases). Improve the error message in the case of a SyntaxError (caused by a duplicate field name).
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Also expand a few other methods' docs, which had more info in the deprecated string module docs.
-
- 06 Eki, 2007 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Also use the safe unlink in test_support instead of rolling our own here.
-
Gregory P. Smith yazdı
reliable. gmail.org is someones personal domain.
-