- 18 Ara, 2007 3 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Amaury's ideas works great. Should we build the Python core with WINVER=0x0500 and _WIN32_WINNT=0x0500, too?
-
Raymond Hettinger yazdı
-
- 17 Ara, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
is now simpler. Thanks Mark Dickinson.
-
- 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ı
-