- 06 Eyl, 2007 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
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 yazdı
-
- 05 Eyl, 2007 5 kayıt (commit)
-
-
Brett Cannon yazdı
-
Georg Brandl yazdı
-
Mark Summerfield yazdı
collections with some brief notes.
-
Guido van Rossum yazdı
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 yazdı
-
- 04 Eyl, 2007 21 kayıt (commit)
-
-
Eric Smith yazdı
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 yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Georg Brandl yazdı
-
Thomas Heller yazdı
This should fix the Lib\test\test_uuid.py test on Windows.
-
Martin v. Löwis yazdı
interactive mode. Fixes #1100.
-
Thomas Wouters yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
the acronym.
-
Guido van Rossum yazdı
-
- 03 Eyl, 2007 9 kayıt (commit)
-
-
Matthias Klose yazdı
-
Gregory P. Smith yazdı
rather than just complaining about stderr not being what we expected masking the true problem.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Eric Smith yazdı
Fix segfault discovered by Ron Adam. Not checking for terminating right bracket in "'{0[}'.format(())". Fixed, and tests added.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 02 Eyl, 2007 1 kayıt (commit)
-
-
Eric Smith yazdı
Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit.
-
- 01 Eyl, 2007 2 kayıt (commit)
-
-
Collin Winter yazdı
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 yazdı
-