- 30 Nis, 2008 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Nick Coghlan yazdı
Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258
-
Eric Smith yazdı
Implemented grouping, with tests. Cleaned up PyOS_ascii_formatd by breaking reformatting into smaller functions.
-
- 29 Nis, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description
-
- 28 Nis, 2008 8 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Some of them now have tests and can be removed. Only 70 to go...
-
Georg Brandl yazdı
-
Brett Cannon yazdı
test_capi from automatically calling the function.
-
Skip Montanaro yazdı
needed (better set available in Lib/test/test_robotparser.py). Clean up a few PEP 8 nits (compound statements on a single line, whitespace around operators).
-
Skip Montanaro yazdı
-
Brett Cannon yazdı
improperly indented. Closes issue #2699.
-
Skip Montanaro yazdı
"class_descriptor", "Function" instead of "function_descriptor". Note default path value for readmodule*. Wrap some long paragraphs. Don't mention 'inpackage' which isn't part of the public API.
-
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 2 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.
-