- 12 Eki, 2007 1 kayıt (commit)
-
-
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 4 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.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
ubuntu buildbots.
-
- 05 Eki, 2007 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This code was broken if save() returned a negative number since i contained a boolean value and then we compared i < 0 which should never be true. Will backport (assuming it's necessary)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Fix a compiler warning about passing a PyTypeObject* instead of PyObject*.
-
-
Raymond Hettinger yazdı
Add maxlen support to deque() and fixup docs. Partially fix __reduce__(). The None as a third arg was no longer supported. Still needs work on __reduce__() to handle recursive inputs.
-
Fred Drake yazdı
-
- 04 Eki, 2007 7 kayıt (commit)
-
-
Neal Norwitz yazdı
All this code already exists above starting at line 653.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
M idlelib/EditorWindow.py M idlelib/aboutDialog.py M idlelib/textView.py M idlelib/NEWS.txt
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
something he didn't select or complete.
-
Raymond Hettinger yazdı
-
- 03 Eki, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
enumerate() is no longer bounded to using sequences shorter than LONG_MAX. The possibility of overflow was sending some newsgroup posters into a tizzy.
-