- 01 Eyl, 2007 8 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Eric Smith yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
- 31 Agu, 2007 32 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Eric Smith yazdı
-
Kurt B. Kaiser yazdı
-
Guido van Rossum yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
- 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 yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
exception) and change bytes.find() to use _getbuffer(), so b"".find("") will raise TypeError instead of SystemError.
-
Thomas Heller yazdı
with the SDK compiler. This should fix the failing Lib\ctypes\test\test_as_parameter.py test.
-
Barry Warsaw yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
be UTF-8. Fixes #1070.
-
Barry Warsaw yazdı
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 yazdı
Fix all remaining instances that did bad things with the new str.translate().
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Thomas Heller yazdı
bytes objects don't.
-
Georg Brandl yazdı
Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification.
-
Thomas Heller yazdı
This fixes test_builtin on windows. (bug was introduced by the merge of the int/long unification branch, rev 53421)
-
Georg Brandl yazdı
mainly concerning PEPs 3131 and 3120.
-
Martin v. Löwis yazdı
add -n option to regrtest, and use it on the buildbot.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
removed in rev 55543.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-