- 04 Sep, 2007 19 commits
-
-
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 9 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
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 02 Sep, 2007 1 commit
-
-
Eric Smith authored
Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit.
-
- 01 Sep, 2007 11 commits
-
-
Collin Winter authored
Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls.
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Kurt B. Kaiser authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-