- 21 Feb, 2011 14 commits
-
-
Victor Stinner authored
Issue #11168: Remove filename debug variable from PyEval_EvalFrameEx(). It encoded the Unicode filename to UTF-8, but the encoding fails on undecodable filename (on surrogate characters) which raises an unexpected UnicodeEncodeError on recursion limit.
-
Victor Stinner authored
Issue #11169: compileall module uses repr() to format filenames and paths to escape surrogate characters and show spaces.
-
Victor Stinner authored
Issue #11187: Remove bootstrap code (use ASCII) of PyUnicode_AsEncodedString(), it was replaced by a better fallback (use the locale encoding) in PyUnicode_EncodeFSDefault(). Prepare also empty sections in NEWS.
-
Ned Deily authored
package had previously been installed.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
with large config files.
-
Brett Cannon authored
Many tests simply didn't care if they unset a pre-existing trace function. This made test coverage impossible. This patch fixes various tests to put back any pre-existing trace function. It also introduces test.support.no_tracing as a decorator which will temporarily unset the trace function for tests which simply fail otherwise. Thanks to Kristian Vlaardingerbroek for helping to find the cause of various trace function unsets.
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Antoine Pitrou authored
larger than 4GB. Patch by Nadeem Vawda.
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
- 20 Feb, 2011 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 19 Feb, 2011 6 commits
-
-
Georg Brandl authored
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a static string literal which should not be deallocated together with the type.
-
Éric Araujo authored
-
Éric Araujo authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 18 Feb, 2011 2 commits
-
-
Brett Cannon authored
Patch reviewed by Raymond Hettinger, permission from Georg Brandl to commit during an RC.
-
Raymond Hettinger authored
-
- 17 Feb, 2011 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 15 Feb, 2011 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 14 Feb, 2011 2 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
- 13 Feb, 2011 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-