- 12 Eki, 2007 5 kayıt (commit)
-
-
Travis E. Oliphant yazdı
Fix problems with memoryview object. There is still more to do to finish PEP 3118. The memory-view object needs to be fleshed out and the struct module needs to be modified.
-
Travis E. Oliphant yazdı
Add macros for checking for long double and defining the size of long double on the platform. Ctypes and Struct module will both need them.
-
Travis E. Oliphant yazdı
Fix Issue 1268 with the array module by backing-out the 'w' addition. All builds will continue to use 'u' for unicode.
-
Brett Cannon yazdı
-
Gregory P. Smith yazdı
Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append was useless due to inverted logic. Also adds a test case for RECNO dbs to test_dbshelve.
-
- 11 Eki, 2007 3 kayıt (commit)
-
-
Brett Cannon yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 10 Eki, 2007 8 kayıt (commit)
-
-
Guido van Rossum yazdı
with a bytes instance (as this will soon print something differently).
-
Guido van Rossum yazdı
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 yazdı
to guarantee the claim that it doesn't set an exception.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
object with PyString calls and not checking errors. This caused the display of syntax errors to be deformed.
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
-
Guido van Rossum yazdı
-
- 09 Eki, 2007 6 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
Caused file save to fail. Bug 1130. M idlelib/IOBinding.py M idlelib/NEWS.txt
-
Guido van Rossum yazdı
-
Gregory P. Smith yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Changes comparisons between PyBytes and PyUnicode to return unequal instead of raising TypeError.
-
Guido van Rossum yazdı
locally-defined macros that assume ASCII and only consider ASCII letters.
-
- 08 Eki, 2007 7 kayıt (commit)
-
-
Brett Cannon yazdı
the range of 255 instead of only 128.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
This will undoubtedly require Windows build file changes too.
-
Guido van Rossum yazdı
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 Eki, 2007 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Neal Norwitz yazdı
without being initialized. Also make the code conform to the comment and return the new object. This code needs a test!
-
- 06 Eki, 2007 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
- 02 Eki, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 28 Eyl, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 27 Eyl, 2007 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Collin Winter yazdı
-
Guido van Rossum yazdı
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 Eyl, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
tutorial is the right place to mention a file object's encoding.
-