- 16 Oct, 2010 2 commits
-
-
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 38 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
-
Georg Brandl authored
#9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly.
-
Georg Brandl authored
-
Georg Brandl authored
#2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
-
Georg Brandl authored
-
Georg Brandl authored
#5355 followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised.
-
Senthil Kumaran authored
-
Georg Brandl authored
#5355: Provide mappings from Expat error numbers to string descriptions and backwards, in order to actually make it possible to analyze error codes provided by ExpatError.
-
Brian Curtin authored
Amaury noticed that we're not waiting for the subprocess to be ready -- it should be checking for 1, not 0.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Sorry for the ephemeral inconvenience.
-
Antoine Pitrou authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
in the library path.
-
Victor Stinner authored
* PyUnicode_EncodeFSDefault(), PyUnicode_DecodeFSDefaultAndSize() and PyUnicode_DecodeFSDefault() use the locale encoding instead of UTF-8 if Py_FileSystemDefaultEncoding is NULL * redecode_filenames() functions and _Py_code_object_list (issue #9630) are no more needed: remove them
-
Victor Stinner authored
-
Victor Stinner authored
-
Senthil Kumaran authored
-