- 10 Ara, 2007 4 kayıt (commit)
-
-
Christian Heimes yazdı
Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. Thanks to noam for the patch! I had to modify doubledigits.c slightly to support X64 and IA64 machines on Windows. I also added the new file to the three project files.
-
Guido van Rossum yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too.
-
- 09 Ara, 2007 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
* remove parameter default that didn't make sense * properly escape values in output Thanks to Jeff Wheeler from GHOP!
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Brett Cannon yazdı
-
- 08 Ara, 2007 11 kayıt (commit)
-
-
Georg Brandl yazdı
-
Skip Montanaro yazdı
anything (issue 1538).
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Alexandre Vassalotti yazdı
Return an error exit status if not all tests passes.
-
Guido van Rossum yazdı
-
- 07 Ara, 2007 4 kayıt (commit)
-
-
Armin Rigo yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Written for GHOP by Turkay Eren.
-
Raymond Hettinger yazdı
If a todo is needed, put it in the tracker.
-
- 06 Ara, 2007 8 kayıt (commit)
-
-
Christian Heimes yazdı
* 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 yazdı
-
Christian Heimes yazdı
Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it.
-
Christian Heimes yazdı
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 yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
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 yazdı
-
- 05 Ara, 2007 7 kayıt (commit)
-
-
Christian Heimes yazdı
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 yazdı
-
Christian Heimes yazdı
-
Ronald Oussoren yazdı
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 yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-