- 27 Nis, 2008 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon.
-
Alexandre Vassalotti yazdı
-
- 26 Nis, 2008 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 25 Nis, 2008 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
the compiler. This should(?) help to fix failures in test_math and test_cmath on Linux/alpha. Also add configure message reporting the result of uname -m, as a debugging aid.
-
Thomas Heller yazdı
-
Armin Rigo yazdı
-
Neal Norwitz yazdı
-
Benjamin Peterson yazdı
-
- 24 Nis, 2008 9 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
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 yazdı
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 yazdı
Backport candidate for the release25-maint branch.
-
Amaury Forgeot d'Arc yazdı
This happened only when 8 is the first digit. Credits go to Lukas Meuser.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
for backwards compatibility, yet 2.5 did not have them at all.
-
Martin v. Löwis yazdı
-
- 23 Nis, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
-
- 22 Nis, 2008 7 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Amaury Forgeot d'Arc yazdı
derive the same default base class. Will backport.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
* 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 yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
work. (The test wasn't properly linked with libm. Sigh.)
-
- 21 Nis, 2008 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Amaury Forgeot d'Arc yazdı
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 yazdı
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 yazdı
a warning instead of failing with a termios.error.
-
-