- 06 Dec, 2007 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
Factor-out common calling code by simplifying the length_hint API. Speed-up the function by caching the PyObject_String for the attribute lookup.
-
Georg Brandl authored
-
- 05 Dec, 2007 16 commits
-
-
Christian Heimes authored
The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008 IDE doesn't know about (some) of the macros and can display wrong information. In my case a section #ifdef _WIN64 was grayed out although the platform was x64. I've added the macros to pyproject.vsprops and x64.vsprops. I've also added a paragraph about the property files to the readme and fixed the order of pyupdate > pyinstrument.
-
Georg Brandl authored
-
Christian Heimes authored
-
Ronald Oussoren authored
by purging bindings to OSA's debug API's. Those APIs we're completely unsupported on OSX 10.4 and are no longer available on OSX 10.5. Note that this patches a generated file. This is somewhat acceptable because regenerating the file is non-trivial and wouldn't use system headers anyway.
-
Georg Brandl authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Georg Brandl authored
Written by Ross for GHOP.
-
Andrew M. Kuchling authored
-
Christian Heimes authored
-
Christian Heimes authored
merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError
-
Christian Heimes authored
-
Christian Heimes authored
-
Georg Brandl authored
-
- 04 Dec, 2007 10 commits
-
-
Christian Heimes authored
These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno.
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. A native English speaker may want to rephrase the paragraph. ;)
-
Facundo Batista authored
-
Georg Brandl authored
by Shriphani Palakodety.
-
Christian Heimes authored
-
Christian Heimes authored
Readded a missing line.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 03 Dec, 2007 10 commits
-
-
Martin v. Löwis authored
os.access now returns True on Windows for any existing directory.
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
Written for GHOP by Josip Dzolonga.
-
Christian Heimes authored
Change GeneratorExit's base class from Exception to BaseException (This time I'm applying the patch to the correct sandbox.)
-
Georg Brandl authored
-
Facundo Batista authored
-
Martin v. Löwis authored
on 32-bit systems on 64-bit systems, and vice versa. As a consequence of the change, Random pickles created by Python 2.6 cannot be loaded in Python 2.5.
-
Facundo Batista authored
coding. Thanks Mark Dickinson.
-
Facundo Batista authored
-