- 14 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 13 Ara, 2007 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
-
Guido van Rossum yazdı
run it and check in the resulting configure file.
-
Christian Heimes yazdı
-
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.
-