- 11 Jan, 2006 3 commits
-
-
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 20 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.
-
Neal Norwitz authored
Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_FD. res is not used, add a XXX comment
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 07 Jan, 2006 3 commits
-
-
Tim Peters authored
fail everywhere.
-
Neal Norwitz authored
-
Neal Norwitz authored
-