- 15 Oct, 2007 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Changes to make __file__ a proper Unicode object, using the default filesystem encoding. This is a bit tricky because the default filesystem encoding isn't set by the time we import the first modules; at that point we fudge things a bit. This is okay since __file__ isn't really used much except for error reporting. Tested on OSX and Linux only so far.
-
Kurt B. Kaiser authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 14 Oct, 2007 4 commits
-
-
Guido van Rossum authored
-
Neal Norwitz authored
Also fix some indentation.
-
Alexandre Vassalotti authored
returned by 'et' need to be freed after usage.
-
Alexandre Vassalotti authored
fix the error message of the 't' format unit, in getargs.c, so that it asks for bytes, instead of string.
-
- 13 Oct, 2007 4 commits
-
-
Gregory P. Smith authored
Adds a DBShelf __repr__ method to not raise an exception when the DB is closed.
-
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 5 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
-