- 13 Oct, 2007 3 commits
-
-
Travis E. Oliphant authored
Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface. Fix up array module to export the correct format for wide-builds.
-
Guido van Rossum authored
-
Neal Norwitz authored
-
- 12 Oct, 2007 5 commits
-
-
Travis E. Oliphant authored
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 authored
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 authored
Fix Issue 1268 with the array module by backing-out the 'w' addition. All builds will continue to use 'u' for unicode.
-
Brett Cannon authored
-
Gregory P. Smith authored
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 Oct, 2007 3 commits
-
-
Brett Cannon authored
-
Fred Drake authored
-
Fred Drake authored
-
- 10 Oct, 2007 8 commits
-
-
Guido van Rossum authored
with a bytes instance (as this will soon print something differently).
-
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 1 commit
-
-
Guido van Rossum authored
-