- 07 Eyl, 2007 6 kayıt (commit)
-
-
Jeffrey Yasskin yazdı
This fixes the tests that broke.
-
Jeffrey Yasskin yazdı
the promotion to complex on pow(negative, fraction).
-
Jeffrey Yasskin yazdı
-
Georg Brandl yazdı
In particular, document the new comprehensions and remove mentions of long integers. Fix a bunch of related things in the lib ref.
-
Kurt B. Kaiser yazdı
1. coding_spec() only looks at first two lines of bytes to avoid a UnicodeDecodeError if rest of file is e.g. latin-1 2. coding_spec() handles \n or \r 3. Clarify that locale_encoding is used by calling it that. However, it's still called IOBinding.encoding in other parts of IDLE and that usage needs to be checked to verify that's still what is desired. 4. Return None from _decode() if decoding fails. 5. Name the vars representing bytes and strings or chars appropriately.
-
Brett Cannon yazdı
-
- 06 Eyl, 2007 9 kayıt (commit)
-
-
Gregory P. Smith yazdı
and deterministic.
-
Jeffrey Yasskin yazdı
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
Guido van Rossum yazdı
function.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
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 20 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.
-