- 05 Nov, 2011 7 commits
-
-
Benjamin Peterson authored
Patch by Daniel Urban.
-
Éric Araujo authored
-
Charles-François Natali authored
to poll(2): don't set them.
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Closes #13254.
-
Petri Lehtinen authored
Closes #13254.
-
- 04 Nov, 2011 22 commits
-
-
Victor Stinner authored
-
Amaury Forgeot d'Arc authored
variable in the default value of a keyword-only argument: (lambda *, arg=GLOBAL_NAME: None)
-
Amaury Forgeot d'Arc authored
variable in the default value of a keyword-only argument: (lambda *, arg=GLOBAL_NAME: None)
-
Florent Xicluna authored
-
Petri Lehtinen authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Victor Stinner authored
_PyUnicode_CheckConsistency() checks also hash and length value for not ready Unicode strings.
-
Victor Stinner authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Victor Stinner authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
Thanks to Robert Xiao.
-
- 03 Nov, 2011 11 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* _PyUnicode_CheckConsistency() now takes a PyObject* instead of void* * Remove now useless casts to PyObject*
-
Victor Stinner authored
* Fix decode_code_page_errors() result * Inline decode_code_page() and encode_code_page_chunk() * Replace the PyUnicodeObject type by PyObject
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Victor Stinner authored
The code is not correct, but at least it doesn't crash anymore.
-
Victor Stinner authored
of a Unicode string. This is an incompatible change, but putp() is used to emit terminfo commands, which are bytes strings, not Unicode strings.
-
Victor Stinner authored
Unicode string. This is an incompatible change, but putp() is used to emit terminfo commands, which are bytes strings, not Unicode strings.
-