- 15 Ock, 2006 8 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
correct argument order.
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
- 14 Ock, 2006 5 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Fredrik Lundh yazdı
-
Armin Rigo yazdı
(is the purpose of the crashers directory to scare people? :-)
-
Neal Norwitz yazdı
-
- 13 Ock, 2006 3 kayıt (commit)
-
-
Georg Brandl yazdı
any more.
-
Georg Brandl yazdı
when it can't find out the module name it generates a warning for.
-
Tim Peters yazdı
-
- 12 Ock, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Ock, 2006 4 kayıt (commit)
-
-
Neal Norwitz yazdı
This didn't crash on Linux, but valgrind complained. I'm not sure if this test is valid on Windows. Will backport.
-
Neal Norwitz yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
- 10 Ock, 2006 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
bugs which cause the interpreter to crash. I'm sure we can find a few more. Many missing bugs deal with variations on unchecked infinite recursion (like coerce.py).
-
Neal Norwitz yazdı
Fix signatures to conform to doc (also fixed ungetmouse()). Will backport.
-
Neal Norwitz yazdı
This is how string objects work. u'%f' could use , instead of . for the decimal point. Now both strings and unicode always use periods. This is the code that would break: import locale locale.setlocale(locale.LC_NUMERIC, 'de_DE') u'%.1f' % 1.0 assert '1.0' == u'%.1f' % 1.0 I couldn't create a test case which fails, but this fixes the problem. Will backport.
-
- 09 Ock, 2006 8 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
Georg Brandl yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Walter Dörwald yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
configure would break checking curses.h. Will backport.
-
Neal Norwitz yazdı
without prior setting of the userptr. Will backport.
-
- 08 Ock, 2006 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
aren't fixed yet. Includes a first test (for compiler).
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport.
-