- 28 Nis, 2008 1 kayıt (commit)
-
-
Skip Montanaro yazdı
* Avoid creating unused local variables where we can. Where we can't prefix the unused variables with '_'. * Avoid shadowing builtins where it won't change the external interface of a function. * Use None as default path arg to readmodule and readmodule_ex.
-
- 27 Nis, 2008 14 kayıt (commit)
-
-
Skip Montanaro yazdı
function parameters.
-
Skip Montanaro yazdı
* The only exception we should catch when trying to import cStringIO is an ImportError. * Delete the function signatures embedded in the mk*temp docstrings. * The tempdir global variable was initialized twice.
-
Kurt B. Kaiser yazdı
'/' char on Windows. Patch 2061 Tal Einat.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
space. Patch 1196903 Jeff Shute. M idlelib/PyShell.py M idlelib/EditorWindow.py M idlelib/NEWS.txt
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
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 4 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.
-