- 16 Ara, 2007 11 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 15 Ara, 2007 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Christian Heimes yazdı
I had to modify Brett's patch slightly.
-
Raymond Hettinger yazdı
pointer copy and object increment in one pass. For small lists, save the overhead of the call to memcpy() -- this comes up in calls like f(*listcomp).
-
- 14 Ara, 2007 13 kayıt (commit)
-
-
Christian Heimes yazdı
The detection now works on Unix with Makefile, Makefile with VPATH and on Windows.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
Thanks to Ian Bruntlett and Robert Lehmann.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Raymond Hettinger yazdı
-
Christian Heimes yazdı
I added also the feature that a @prop.getter decorator does not overwrite the doc string of the property if it was given as an argument to property().
-
Christian Heimes yazdı
-
- 13 Ara, 2007 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
-
Guido van Rossum yazdı
run it and check in the resulting configure file.
-
Christian Heimes yazdı
-
Alexandre Vassalotti yazdı
-
Raymond Hettinger yazdı
Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate.
-
- 12 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 11 Ara, 2007 4 kayıt (commit)
-
-
Gerhard Häring yazdı
- Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a statement recompilation with no bound parameters lead to a segfault - Backported a fix necessary because of an SQLite API change in version 3.5. This prevents segfaults when executing empty queries, like our test suite does
-
Kurt B. Kaiser yazdı
Cosmetic changes, one bug. Remove tabpage.py, replaced by tabbedpages.py
-
Georg Brandl yazdı
-
Christian Heimes yazdı
The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. Guido: It's pretty bad actually -- repr(1e5) comes out as '1.0'... Ditto for repr(1eN) for most N... Both in 2.6 and in 3.0...
-