- 17 Dec, 2007 1 commit
-
-
Facundo Batista authored
is now simpler. Thanks Mark Dickinson.
-
- 16 Dec, 2007 11 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 15 Dec, 2007 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
I had to modify Brett's patch slightly.
-
Raymond Hettinger authored
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 Dec, 2007 13 commits
-
-
Christian Heimes authored
The detection now works on Unix with Makefile, Makefile with VPATH and on Windows.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
Thanks to Ian Bruntlett and Robert Lehmann.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Raymond Hettinger authored
-
Christian Heimes authored
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 authored
-
- 13 Dec, 2007 7 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Thomas Heller authored
-
Guido van Rossum authored
run it and check in the resulting configure file.
-
Christian Heimes authored
-
Alexandre Vassalotti authored
-
Raymond Hettinger authored
Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate.
-
- 12 Dec, 2007 1 commit
-
-
Christian Heimes authored
-
- 11 Dec, 2007 3 commits
-
-
Gerhard Häring authored
- 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 authored
Cosmetic changes, one bug. Remove tabpage.py, replaced by tabbedpages.py
-
Georg Brandl authored
-