- 30 Apr, 2008 6 commits
-
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Nick Coghlan authored
Update command line usage documentation to reflect 2.6 changes (also includes some minor cleanups). Addresses TODO list issue 2258
-
Eric Smith authored
Implemented grouping, with tests. Cleaned up PyOS_ascii_formatd by breaking reformatting into smaller functions.
-
- 29 Apr, 2008 2 commits
-
-
Martin v. Löwis authored
-
Andrew M. Kuchling authored
Strip down SSL docs; I'm not managing to get test programs working, so I'll just give a minimal description
-
- 28 Apr, 2008 8 commits
-
-
Amaury Forgeot d'Arc authored
Some of them now have tests and can be removed. Only 70 to go...
-
Georg Brandl authored
-
Brett Cannon authored
test_capi from automatically calling the function.
-
Skip Montanaro authored
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 authored
-
Brett Cannon authored
improperly indented. Closes issue #2699.
-
Skip Montanaro authored
"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 authored
* 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 Apr, 2008 14 commits
-
-
Skip Montanaro authored
function parameters.
-
Skip Montanaro authored
* 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 authored
'/' char on Windows. Patch 2061 Tal Einat.
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
space. Patch 1196903 Jeff Shute. M idlelib/PyShell.py M idlelib/EditorWindow.py M idlelib/NEWS.txt
-
Skip Montanaro authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon.
-
Alexandre Vassalotti authored
-
- 26 Apr, 2008 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 25 Apr, 2008 7 commits
-
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
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 authored
-
Armin Rigo authored
-
Neal Norwitz authored
-
Benjamin Peterson authored
-