- 17 Jul, 2007 6 commits
-
-
Guido van Rossum authored
pass on Windows. (2) Fix a typo in makefile() where using a text mode would attempt to set self.mode instead of text.mode.
-
Collin Winter authored
-
Collin Winter authored
-
Guido van Rossum authored
(Sigh. There are so many redundant tests.)
-
Collin Winter authored
-
Guido van Rossum authored
-
- 16 Jul, 2007 7 commits
-
-
Guido van Rossum authored
SF patch# 1755176 by Amaury Forgeot d'Arc.
-
Guido van Rossum authored
Remove the encoding from Tix.py (it doesn't seem to need one). Note: we still have to keep the "coding: utf-8" declaration for files that aren't pure ASCII, as the default per PEP 3120 hasn't been implemented yet.
-
Guido van Rossum authored
(This is not the fix suggested by Hasan Diwan in SF patch# 1753889.)
-
Guido van Rossum authored
-
Guido van Rossum authored
into uu.py. (This is *not* SF patch 1754339, which I rejected.)
-
Guido van Rossum authored
(There are more places that don't close 'f' at all if an error occurs, but none have a bogus try/finally pattern.)
-
Guido van Rossum authored
Fixes to make test_mmap.py pass unit tests. Moves the interface from being string based to being bytes based.
-
- 15 Jul, 2007 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
The domain of chr() and the range of ord() are now always [0 ... 0x10FFFF].
-
- 14 Jul, 2007 1 commit
-
-
Thomas Heller authored
-
- 13 Jul, 2007 7 commits
-
-
Thomas Heller authored
the trunk is merged.
-
Thomas Heller authored
-
Thomas Heller authored
their value now as str, no longer str8.
-
Thomas Heller authored
Accept bytes instead of str8 in the (unexposed in ctypes) BSTR type.
-
Thomas Heller authored
version is not compatible with Python 2.x anymore). Remove backwards compatibility code.
-
Thomas Heller authored
version is not compatible with Python 2.x anymore). Remove backwards compatibility code.
-
Thomas Heller authored
(unicode) string.
-
- 12 Jul, 2007 15 commits
-
-
Thomas Heller authored
remove the 'crash-protection'.
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
before we can pass it to re.sub.
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
test by default.
-
Thomas Heller authored
These are passed as byte strings (unicode strings are passed as wide character strings).
-
Thomas Heller authored
ctypes.create_unicode_buffer also accepts bytes now. Revert some tests in test_unicode: Since string literals are unicode now, conversion takes place when byte literals are passed as unicode parameters.
-
Thomas Heller authored
PyStringObject before).
-
Thomas Heller authored
-