- 27 Agu, 2007 30 kayıt (commit)
-
-
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 10 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ı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
I skipped the adding of libraries because it was harder and I'm less confident about getting it right. Also I'm not sure why they are required now and weren't required before.
-
Neal Norwitz yazdı
Applying without testing since I don't have Windows. It seems to make sense from a cursory review.
-
Neal Norwitz yazdı
-
Eric Smith yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-