- 10 Oct, 2007 3 commits
-
-
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.
-
- 21 Sep, 2007 2 commits
-
-
Neil Schemenauer authored
understandable.
-
Neil Schemenauer authored
nb_reserved.
-
- 20 Sep, 2007 1 commit
-
-
Thomas Wouters authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r58211 | facundo.batista | 2007-09-19 19:53:25 +0200 (Wed, 19 Sep 2007) | 4 lines Issue #1772851. Optimization of __hash__ to behave better for big big numbers. ........ r58216 | raymond.hettinger | 2007-09-20 05:03:43 +0200 (Thu, 20 Sep 2007) | 1 line Fit nits ........ r58217 | georg.brandl | 2007-09-20 10:44:59 +0200 (Thu, 20 Sep 2007) | 2 lines alternate -> alternative. ........ r58218 | georg.brandl | 2007-09-20 18:06:07 +0200 (Thu, 20 Sep 2007) | 2 lines Patch #1541463: optimize performance of cgi.FieldStorage operations. ........ r58219 | georg.brandl | 2007-09-20 18:45:27 +0200 (Thu, 20 Sep 2007) | 2 lines #1176: document that string methods don't take keyword args. ........ r58220 | thomas.wouters | 2007-09-20 19:35:10 +0200 (Thu, 20 Sep 2007) | 4 lines Try harder to stay within the 79-column limit. There's still two places that go (way) over, but those are harder to fix without suffering in readability. ........
-
- 19 Sep, 2007 1 commit
-
-
Thomas Wouters authored
-