- 13 Jul, 2007 5 commits
-
-
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 32 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
-
Thomas Heller authored
-
Thomas Heller authored
-
Walter Dörwald authored
-
Walter Dörwald authored
for the tp_str slot. Drop __unicode__ method.
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
weird things if someone has a "\dev" directory on the current drive.
-
Thomas Heller authored
api functions. Code from fileobject.c, patch by Amaury Forgeot d'Arc. This patch also changes: The return value of the native ftruncate function is checked for '!= 0' instead of '< 0' as before. fileio_seekable returns bool now instead of an int.
-
Thomas Heller authored
Patch by Amaury Forgeot d'Arc.
-
Thomas Heller authored
in pyconfig.h). Remove the workaround for the broken (in Python 2.3) PyUnicode_(From|As)WideChar functions.
-
Guido van Rossum authored
contain several string literals using non-ASCII characters. Because of the pain of displaying those characters, it's better to use \xXX escapes for these instead of typing the accented characters. Apologies if I missed something; it didn't look like there was anything that depended on this file being encoded in Latin-1 or containing non-ASCII characters.
-
Guido van Rossum authored
svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r56274 | georg.brandl | 2007-07-11 08:10:46 -0700 (Wed, 11 Jul 2007) | 2 lines Fix #1751965, typo in isinstance. ........
-
Guido van Rossum authored
to 'file', which no longer exists). Fix inspired by Christian Heimes, SF# 1752195.
-
Guido van Rossum authored
Fix by Christian Heimes, SF# 1751958, who writes: I tested the fixes with the Zope3 zope.app.locales packages. The mo files are loaded and parsed w/o any problem. The translation with gettext.gettext is working as expected.
-
Guido van Rossum authored
Fix by Alexandre Vassalotti, SF# 1752173.
-
Guido van Rossum authored
Found by Amaury Forgeot d'Arc, SF# 1752317. (Also removed a redundant check for !errors.)
-
Guido van Rossum authored
Patch by Alexandre Vassalotti, SF# 1752229.
-
- 11 Jul, 2007 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Thomas Heller authored
-