- 30 Nov, 2007 2 commits
-
-
Christian Heimes authored
Moved the _DEBUG and NDEBUG macros to two new property files. Fixed #1527 Problem with static libs on Windows Updated README.txt
-
Facundo Batista authored
used types. Thanks Mark Dickinson.
-
- 29 Nov, 2007 7 commits
-
-
Amaury Forgeot d'Arc authored
(in deallocation of running threads, for example), so the PyGILState_Release() function must still be functional. On the other hand, _PyGILState_Fini() only frees memory, and can be called later. Backport candidate, but only after some experts comment on it.
-
Georg Brandl authored
From GHOP by Josip Dzolonga.
-
Amaury Forgeot d'Arc authored
it becomes the default startup project when opening the file for the first time.
-
Georg Brandl authored
-
Guido van Rossum authored
-
Georg Brandl authored
Credits go to Thomas Lamb, who wrote this as a task in the GHOP contest.
-
Georg Brandl authored
-
- 28 Nov, 2007 1 commit
-
-
Christian Heimes authored
-
- 27 Nov, 2007 8 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
Also added a warning.warnpy3k() as convenient method for Python 3.x related deprecation warnings.
-
Guido van Rossum authored
the imaginary part (as long as it's not complex). Backport candidate?
-
Christian Heimes authored
-
Christian Heimes authored
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
-
Christian Heimes authored
-
Facundo Batista authored
module level. Fixes issue 1755179.
-
Thomas Heller authored
implementation in C.
-
- 26 Nov, 2007 1 commit
-
-
Guido van Rossum authored
-
- 24 Nov, 2007 12 commits
-
-
Martin v. Löwis authored
-
Skip Montanaro authored
-
Georg Brandl authored
Also document a few other O_ constants that were missing from documentation.
-
Amaury Forgeot d'Arc authored
attribute of an empty cell object. Now a ValueError is raised.
-
Amaury Forgeot d'Arc authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
communicate() to work as described.
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Christian Heimes authored
svn merge -r59131:HEAD ../../py3k/PCbuild9/ .
-
Christian Heimes authored
I'm wonder why I was trying to add the filename to the node all the time. The compiling struct is more obvious.
-
- 23 Nov, 2007 9 commits
-
-
Facundo Batista authored
-
Facundo Batista authored
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 authored
-
Skip Montanaro authored
-
Andrew M. Kuchling authored
-
Christian Heimes authored
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 authored
-
Christian Heimes authored
Backquotes still don't report the correct file. The AST nodes only contain the line number but not the file name.
-
Christian Heimes authored
The patches are adding deprecation warnings for back ticks and <>
-