- 09 Dec, 2007 2 commits
-
-
Georg Brandl authored
-
Brett Cannon authored
-
- 08 Dec, 2007 11 commits
-
-
Georg Brandl authored
-
Skip Montanaro authored
anything (issue 1538).
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Alexandre Vassalotti authored
Return an error exit status if not all tests passes.
-
Guido van Rossum authored
-
- 07 Dec, 2007 4 commits
-
-
Armin Rigo authored
-
Georg Brandl authored
-
Georg Brandl authored
Written for GHOP by Turkay Eren.
-
Raymond Hettinger authored
If a todo is needed, put it in the tracker.
-
- 06 Dec, 2007 8 commits
-
-
Christian Heimes authored
* Removed a #define from pyconfig.h. The macro was already defined a few lines higher. * Fixed path to tix in the build_tkinter.py script * Changed make_buildinfo.c to use versions of unlink and strcat which are considered safe by Windows (as suggested by MvL). * Removed two defines from pyproject.vsprops that are no longer required. Both are defined in pyconfig.h and make_buildinfo.c doesn't use the unsafe versions any more (as suggested by MvL). * Added some more information about PGO and the property files to PCbuild9/readme.txt. Are you fine with the changes, Martin?
-
Christian Heimes authored
-
Christian Heimes authored
Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it.
-
Christian Heimes authored
Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree. Added several small unit tests for sysconfig.
-
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 15 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
-