- 01 Sep, 2007 19 commits
-
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Kurt B. Kaiser authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Eric Smith authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
-
- 31 Aug, 2007 21 commits
-
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Eric Smith authored
-
Kurt B. Kaiser authored
-
Guido van Rossum authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
- throw out many mentions of "old-style/new-style" - add memoryview() though I somebody has to fill in the details - throw out str.decode() - throw out classobj and instanceobj
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
exception) and change bytes.find() to use _getbuffer(), so b"".find("") will raise TypeError instead of SystemError.
-
Thomas Heller authored
with the SDK compiler. This should fix the failing Lib\ctypes\test\test_as_parameter.py test.
-
Barry Warsaw authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
be UTF-8. Fixes #1070.
-
Barry Warsaw authored
line splitting examples don't split things the way they used to -- or should. In these cases, change the test case and add an XXX. The final failure was in Charset.body_encode() with euc-jp charset. These return the original string unencoded, which isn't right. XXX and comment this out for now; we'll fix it after a1.
-
Georg Brandl authored
Fix all remaining instances that did bad things with the new str.translate().
-
Georg Brandl authored
-
Martin v. Löwis authored
-