- 29 Kas, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
Credits go to Thomas Lamb, who wrote this as a task in the GHOP contest.
-
Georg Brandl yazdı
-
- 28 Kas, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 27 Kas, 2007 8 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Also added a warning.warnpy3k() as convenient method for Python 3.x related deprecation warnings.
-
Guido van Rossum yazdı
the imaginary part (as long as it's not complex). Backport candidate?
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
-
Christian Heimes yazdı
-
Facundo Batista yazdı
module level. Fixes issue 1755179.
-
Thomas Heller yazdı
implementation in C.
-
- 26 Kas, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Kas, 2007 12 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
Also document a few other O_ constants that were missing from documentation.
-
Amaury Forgeot d'Arc yazdı
attribute of an empty cell object. Now a ValueError is raised.
-
Amaury Forgeot d'Arc yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
communicate() to work as described.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Christian Heimes yazdı
svn merge -r59131:HEAD ../../py3k/PCbuild9/ .
-
Christian Heimes yazdı
I'm wonder why I was trying to add the filename to the node all the time. The compiling struct is more obvious.
-
- 23 Kas, 2007 11 kayıt (commit)
-
-
Facundo Batista yazdı
-
Facundo Batista yazdı
number: now it does not store the mantissa as a tuple of numbers, but as a string. This avoids a lot of conversions, and achieves a speedup of 40%. The API remains intact. Thanks Mark Dickinson.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Andrew M. Kuchling yazdı
-
Christian Heimes yazdı
And yet another fix for the patch. Paul Moore has send me a note that I've missed a declaration. The additional code has moved the declaration in the middle of the block.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Backquotes still don't report the correct file. The AST nodes only contain the line number but not the file name.
-
Christian Heimes yazdı
The patches are adding deprecation warnings for back ticks and <>
-
Christian Heimes yazdı
-
Brett Cannon yazdı
-
- 22 Kas, 2007 2 kayıt (commit)
-
-
Christian Heimes yazdı
I've finished the last task for the PCbuild9 directory today. I don't think there is much left to do. Now you can all play around with the shiny new VS 2008 and try the PGO builds. I was able to get a speed improvement of about 10% on py3k. Have fun! :)
-
Guido van Rossum yazdı
With some changes of my own thrown in (e.g. backport of r58107).
-
- 21 Kas, 2007 3 kayıt (commit)
-
-
Christian Heimes yazdı
The Windows installer and some Linux distros are using compileall to compile all py files in the Lib/ directory. However no test exists to check if all py files can be compiled. I figured out that make testall is the easiest way to test compileall.
-
Amaury Forgeot d'Arc yazdı
-
Christian Heimes yazdı
Thanks for the reminder, Brett
-