- 16 Oct, 2010 21 commits
-
-
Victor Stinner authored
to support surrogate characters
-
Victor Stinner authored
_Py_char2wchar() callers usually need the result size in characters. Since it's trivial to compute it in _Py_char2wchar() (O(1) whereas wcslen() is O(n)), add an option to get it.
-
Victor Stinner authored
surrogate characters.
-
Victor Stinner authored
-
Victor Stinner authored
surrogate characters.
-
Victor Stinner authored
new test specific to unicode (non-ascii name and filename).
-
Georg Brandl authored
-
Alexander Belopolsky authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Barry Warsaw authored
-
Victor Stinner authored
Fix my previous commit (r85569).
-
Victor Stinner authored
filenames encoded to the filesystem encoding with surrogateescape error handler (to support undecodable bytes), instead of UTF-8 in strict mode.
-
Victor Stinner authored
It occurs if the path contains surrogates.
-
Brian Quinlan authored
-
Brian Quinlan authored
-
Brian Quinlan authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Barry Warsaw authored
-
Barry Warsaw authored
* Expose the build flags to Python as sys.abiflags * Shared library libpythonX.Y<abiflags>.so * python-config --abiflags * Make two distutils tests that failed with --enable-shared (even before this patch) succeed. * Fix a few small style issues.
-
- 15 Oct, 2010 19 commits
-
-
Benjamin Peterson authored
-
R. David Murray authored
Patch by Sébastien Sablé.
-
Victor Stinner authored
filesystem encoding instead of utf-8. imp_cache_from_source() encodes the input path to filesystem encoding and this path is passed to make_compiled_pathname().
-
Victor Stinner authored
path
-
Benjamin Peterson authored
-
Victor Stinner authored
module path
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Alexander Belopolsky authored
importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-