- 21 Şub, 2011 15 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #10830: Fix PyUnicode_FromFormatV("%c") for non-BMP characters on narrow build.
-
Victor Stinner yazdı
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 yazdı
Issue #11169: compileall module uses repr() to format filenames and paths to escape surrogate characters and show spaces.
-
Victor Stinner yazdı
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 yazdı
package had previously been installed.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
with large config files.
-
Brett Cannon yazdı
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 yazdı
-
Brett Cannon yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
larger than 4GB. Patch by Nadeem Vawda.
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
- 20 Şub, 2011 6 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 19 Şub, 2011 6 kayıt (commit)
-
-
Georg Brandl yazdı
#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 yazdı
-
Éric Araujo yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 18 Şub, 2011 2 kayıt (commit)
-
-
Brett Cannon yazdı
Patch reviewed by Raymond Hettinger, permission from Georg Brandl to commit during an RC.
-
Raymond Hettinger yazdı
-
- 17 Şub, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 15 Şub, 2011 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 14 Şub, 2011 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
- 13 Şub, 2011 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-