- 10 Oct, 2007 7 commits
-
-
Guido van Rossum authored
Only the filename is still a PyString now. (We'll need to deal with the default filesystem encoding to do it right.)
-
Guido van Rossum authored
to guarantee the claim that it doesn't set an exception.
-
Guido van Rossum authored
-
Guido van Rossum authored
object with PyString calls and not checking errors. This caused the display of syntax errors to be deformed.
-
Guido van Rossum authored
-
Kurt B. Kaiser authored
-
Guido van Rossum authored
-
- 09 Oct, 2007 6 commits
-
-
Kurt B. Kaiser authored
Caused file save to fail. Bug 1130. M idlelib/IOBinding.py M idlelib/NEWS.txt
-
Guido van Rossum authored
-
Gregory P. Smith authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Changes comparisons between PyBytes and PyUnicode to return unequal instead of raising TypeError.
-
Guido van Rossum authored
locally-defined macros that assume ASCII and only consider ASCII letters.
-
- 08 Oct, 2007 7 commits
-
-
Brett Cannon authored
the range of 255 instead of only 128.
-
Georg Brandl authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Guido van Rossum authored
This will undoubtedly require Windows build file changes too.
-
Guido van Rossum authored
Get rid of buffer(). Use memoryview() in its place where possible. In a few places, do things a bit different, because memoryview() can't slice (yet).
-
- 07 Oct, 2007 2 commits
-
-
Brett Cannon authored
-
Neal Norwitz authored
without being initialized. Also make the code conform to the comment and return the new object. This code needs a test!
-
- 06 Oct, 2007 2 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
- 02 Oct, 2007 1 commit
-
-
Neal Norwitz authored
-
- 28 Sep, 2007 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 27 Sep, 2007 3 commits
-
-
Guido van Rossum authored
-
Collin Winter authored
-
Guido van Rossum authored
str.join(...) now applies str() to the sequence elements if they're not strings alraedy, except for bytes, which still raise TypeError (for the same reasons why ""==b"" raises it).
-
- 26 Sep, 2007 1 commit
-
-
Skip Montanaro authored
tutorial is the right place to mention a file object's encoding.
-
- 25 Sep, 2007 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 24 Sep, 2007 2 commits
-
-
Georg Brandl authored
-
Thomas Heller authored
PyBuffer into Py_buffer.
-
- 23 Sep, 2007 4 commits
-
-
Skip Montanaro authored
mostly got the distinction between text and binary modes correct, though someone should proofread my writing. I also sort of guessed at the meaning of the various index:: entries.
-
Skip Montanaro authored
for a bit of rewriting. Separating the reformatting from the rewriting should make it easier for people to review the substantive changes.
-
Georg Brandl authored
-
Travis E. Oliphant authored
Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object.
-