- 14 Jan, 2006 2 commits
-
-
Armin Rigo authored
(is the purpose of the crashers directory to scare people? :-)
-
Neal Norwitz authored
-
- 13 Jan, 2006 3 commits
-
-
Georg Brandl authored
any more.
-
Georg Brandl authored
when it can't find out the module name it generates a warning for.
-
Tim Peters authored
-
- 12 Jan, 2006 1 commit
-
-
Georg Brandl authored
-
- 11 Jan, 2006 4 commits
-
-
Neal Norwitz authored
This didn't crash on Linux, but valgrind complained. I'm not sure if this test is valid on Windows. Will backport.
-
Neal Norwitz authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
- 10 Jan, 2006 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Neal Norwitz authored
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 authored
Fix signatures to conform to doc (also fixed ungetmouse()). Will backport.
-
Neal Norwitz authored
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 Jan, 2006 8 commits
-
-
Fredrik Lundh authored
-
Georg Brandl authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Walter Dörwald authored
-
Neal Norwitz authored
-
Neal Norwitz authored
configure would break checking curses.h. Will backport.
-
Neal Norwitz authored
without prior setting of the userptr. Will backport.
-
- 08 Jan, 2006 16 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
aren't fixed yet. Includes a first test (for compiler).
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
-
Tim Peters authored
Squash new warnings from VC 7.1 about mixing signed and unsigned types in comparisons. I can see why `len` was changed to size_t here, but don't see why `i` was also changed. Change `i` back to int.
-
Tim Peters authored
Move declaration of local `flags` to top of block.
-
Neal Norwitz authored
Revert previous checkin, the check is for <, not ==. i is unsed in non-debug builds, but is used in debug builds
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
for 2 different values without changing. I think this was the intent. The unused warning only occurs when not building in debug mode.
-