- 28 Agu, 2007 2 kayıt (commit)
-
-
Eric Smith yazdı
-
Guido van Rossum yazdı
-
- 27 Agu, 2007 35 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Eric Smith yazdı
Moved fieldnameiterator and formatteriterator to stringlib/string_format.h, so that they can be used when backporting to 2.6.
-
Guido van Rossum yazdı
(XXX Though perhaps temp files should be created in text mode by default?!)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Eric Smith yazdı
Cleanup in anticipation of moving formatteriterator and fieldnameiterator into stringlib/string_format.h.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
see a better way; the 'Binary' class is poorly specified so it's unclear what behavior is relied upon.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Eric Smith yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(And if there are, they will now get an error when used. So fix them!)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- Replace all asserts by ValuleErrors or TypeErrors as appropriate. - Add _checkReadable, _checkWritable methods; these check self.closed too. - Add a test that everything exported by io.py exists, and is either an exception or an IOBase instance (except for the open function). - Default buffering to 1 if isatty() (I had to tweak this to enforce the *default* bit -- GvR).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Eric Smith yazdı
-
Guido van Rossum yazdı
-
Eric Smith yazdı
-
Eric Smith yazdı
PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion).
-
Thomas Heller yazdı
-
Neal Norwitz yazdı
Stop polluting namespace.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
"{0:.{precision}s}".format('hello world', precision=5) I pretty sure it's because of the 'precision' keyword. Still need to investigate further.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Kurt B. Kaiser yazdı
Issue1028
-
- 26 Agu, 2007 3 kayıt (commit)
-
-
Neal Norwitz yazdı
Hopefully this works with VC7. If not, it should be pretty close.
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
-