- 18 Dec, 2007 3 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
Amaury's ideas works great. Should we build the Python core with WINVER=0x0500 and _WIN32_WINNT=0x0500, too?
-
Raymond Hettinger authored
-
- 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
-