- 16 Eki, 2010 8 kayıt (commit)
-
-
Victor Stinner yazdı
It occurs if the path contains surrogates.
-
Brian Quinlan yazdı
-
Brian Quinlan yazdı
-
Brian Quinlan yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
* 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 Eki, 2010 32 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
R. David Murray yazdı
Patch by Sébastien Sablé.
-
Victor Stinner yazdı
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 yazdı
path
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
module path
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Alexander Belopolsky yazdı
importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#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 yazdı
-
Georg Brandl yazdı
#5355 followup: add unit test for new dictionaries, and provide submodules from xml.parsers.expat as advertised.
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
#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 yazdı
Amaury noticed that we're not waiting for the subprocess to be ready -- it should be checking for 1, not 0.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Sorry for the ephemeral inconvenience.
-
Antoine Pitrou yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-