- 06 Sep, 2007 8 commits
-
-
Jeffrey Yasskin authored
-
Skip Montanaro authored
-
Georg Brandl authored
-
Guido van Rossum authored
function.
-
Georg Brandl authored
-
Georg Brandl authored
-
Kurt B. Kaiser authored
2. If the load fails, close the half-built edit window. 3. Don't reopen the file to check the shebang. 4. Clarify that we're setting tabs in Tk. M EditorWindow.py M FileList.py
-
Guido van Rossum authored
-
- 05 Sep, 2007 5 commits
-
-
Brett Cannon authored
-
Georg Brandl authored
-
Mark Summerfield authored
collections with some brief notes.
-
Guido van Rossum authored
The formatting of errors from pdb's own print command is different from the formatting of errors when pdb exec's an arbitrary command; the introduction of print as a pdb command caused this test to use the former instead of the latter, causing the test to fail.
-
Eric Smith authored
-
- 04 Sep, 2007 21 commits
-
-
Eric Smith authored
Corrected code for invalid conversion specifier. Added tests to verify. Modified string.Formatter to correctly expand format_spec's, and added a limit to recursion depth. Added _vformat() method to support both of these.
-
Fred Drake authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Georg Brandl authored
-
Thomas Heller authored
This should fix the Lib\test\test_uuid.py test on Windows.
-
Martin v. Löwis authored
interactive mode. Fixes #1100.
-
Thomas Wouters authored
-
Georg Brandl authored
-
Georg Brandl authored
Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
Skip Montanaro authored
-
Skip Montanaro authored
the acronym.
-
Guido van Rossum authored
-
- 03 Sep, 2007 6 commits
-
-
Matthias Klose authored
-
Gregory P. Smith authored
rather than just complaining about stderr not being what we expected masking the true problem.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Eric Smith authored
Fix segfault discovered by Ron Adam. Not checking for terminating right bracket in "'{0[}'.format(())". Fixed, and tests added.
-
Martin v. Löwis authored
-