- 02 Dec, 2011 8 commits
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 01 Dec, 2011 7 commits
-
-
Mark Dickinson authored
-
Victor Stinner authored
-
Victor Stinner authored
Create an empty string with the new Unicode API.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
And PyObject_Str() and PyObject_Repr() don't make strings ready in debug mode to ensure that the caller makes the string ready before using it.
-
- 30 Nov, 2011 4 commits
-
-
Nadeem Vawda authored
-
Antoine Pitrou authored
Still lacks docs for Windows (anyone?).
-
Antoine Pitrou authored
Still lacks docs for Windows (anyone?).
-
Nadeem Vawda authored
Also, add tests for these methods.
-
- 29 Nov, 2011 11 commits
-
-
Nadeem Vawda authored
-
Victor Stinner authored
And use surrogates macros everywhere in unicodeobject.c
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Éric Araujo authored
-
Éric Araujo authored
This fixes a regression compared to 2.x, where sys.modules.items() returns a copy, as indicated by a comment in the source. Diagnosis and patch by Erik Tollerud.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 28 Nov, 2011 10 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
It was already the case with Python 2. However, the corresponding sys module entries are now set to None (instead of an unusable file object).
-
Antoine Pitrou authored
It was already the case with Python 2. However, the corresponding sys module entries are now set to None (instead of an unusable file object).
-
Meador Inge authored
Initial patch by Sjoerd de Vries.
-
Meador Inge authored
Initial patch by Sjoerd de Vries.
-