- 13 Ara, 2007 2 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Raymond Hettinger yazdı
Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate.
-
- 12 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 11 Ara, 2007 5 kayıt (commit)
-
-
Gerhard Häring yazdı
- Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a statement recompilation with no bound parameters lead to a segfault - Backported a fix necessary because of an SQLite API change in version 3.5. This prevents segfaults when executing empty queries, like our test suite does
-
Kurt B. Kaiser yazdı
Cosmetic changes, one bug. Remove tabpage.py, replaced by tabbedpages.py
-
Georg Brandl yazdı
-
Christian Heimes yazdı
The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. Guido: It's pretty bad actually -- repr(1e5) comes out as '1.0'... Ditto for repr(1eN) for most N... Both in 2.6 and in 3.0...
-
Kurt B. Kaiser yazdı
-
- 10 Ara, 2007 5 kayıt (commit)
-
-
Guido van Rossum yazdı
in signalmodule.c more robust. Includes Martin von Loewis's suggestion to set is_tripped after .tripped.
-
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 6 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ı
-