- 27 Aug, 2007 27 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
see a better way; the 'Binary' class is poorly specified so it's unclear what behavior is relied upon.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Eric Smith authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(And if there are, they will now get an error when used. So fix them!)
-
Guido van Rossum authored
-
Guido van Rossum authored
- 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 authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Eric Smith authored
-
Guido van Rossum authored
-
Eric Smith authored
-
Eric Smith authored
PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion).
-
Thomas Heller authored
-
Neal Norwitz authored
Stop polluting namespace.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
"{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 authored
-
Neal Norwitz authored
-
Kurt B. Kaiser authored
Issue1028
-
- 26 Aug, 2007 13 commits
-
-
Neal Norwitz authored
Hopefully this works with VC7. If not, it should be pretty close.
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
Applying without testing since I don't have Windows. It seems to make sense from a cursory review.
-
Neal Norwitz authored
-
Eric Smith authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Guido van Rossum authored
This makes the failing tests (test_unicodedata and, on OSX, test_hashlib) pass. XXX However, I'm not sure that this is the right thing to do; this behavior means that Unicode strings are automatically hashed as their UTF-8 encoding. Is that what we want?
-
Neal Norwitz authored
-