- 25 Apr, 2008 2 commits
-
-
Neal Norwitz authored
-
Benjamin Peterson authored
-
- 24 Apr, 2008 9 commits
-
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
This is a modified version of a patch proposed by Humberto Diogenes in the discussion of issue1883. I will merge manually this change into the py3k branch: the tests must be adapted.
-
Amaury Forgeot d'Arc authored
See http://mail.python.org/pipermail/python-checkins/2008-April/068633.html the extra events perfectly match several calls to socket._fileobject.__del__()
-
Thomas Heller authored
Backport candidate for the release25-maint branch.
-
Amaury Forgeot d'Arc authored
This happened only when 8 is the first digit. Credits go to Lukas Meuser.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
for backwards compatibility, yet 2.5 did not have them at all.
-
Martin v. Löwis authored
-
- 23 Apr, 2008 2 commits
-
-
Benjamin Peterson authored
-
Gregory P. Smith authored
-
- 22 Apr, 2008 7 commits
-
-
Skip Montanaro authored
-
Amaury Forgeot d'Arc authored
derive the same default base class. Will backport.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
* Default to using /dev/tty for the password prompt and input before falling back to sys.stdin and sys.stderr. * Use sys.stderr instead of sys.stdout. * print the 'password may be echoed' warning to stream used to display the prompt rather than always sys.stderr. * warn() with GetPassWarning when input may be echoed.
-
Neal Norwitz authored
-
Benjamin Peterson authored
-
Mark Dickinson authored
work. (The test wasn't properly linked with libm. Sigh.)
-
- 21 Apr, 2008 15 commits
-
-
Benjamin Peterson authored
-
Amaury Forgeot d'Arc authored
It seems to work, but will fail at the first flush. This causes IDLE to crash when too many warnings are printed. Will backport.
-
Mark Dickinson authored
apparently because tanh(-0.) loses the sign of zero on that platform. If true, this is a bug in FreeBSD. Added a configure test to verify this. I still need to figure out how best to deal with this failure.
-
Gregory P. Smith authored
a warning instead of failing with a termios.error.
-
Jeroen Ruigrok van der Werven authored
-
Gregory P. Smith authored
-
David Goodger authored
-
David Goodger authored
-
Thomas Heller authored
-
Benjamin Peterson authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Mark Dickinson authored
-
Andrew M. Kuchling authored
-
- 20 Apr, 2008 5 commits
-
-
Mark Dickinson authored
should fix the problem in the same way that the cmath.phase problems were fixed.
-
Amaury Forgeot d'Arc authored
info for all processed zip files, even when they are no longer used.
-
Mark Dickinson authored
-
Mark Dickinson authored
the phase and polar methods.
-
Andrew M. Kuchling authored
-