- 17 Jul, 2007 9 commits
-
-
Collin Winter authored
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
-
Guido van Rossum authored
Untested.
-
Guido van Rossum authored
text mode and encodes commands being sent. The default encoding is ASCII, there's a class/instance variable 'encoding' you could set to change it.
-
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 12 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).
-