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