- 05 Kas, 2011 16 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
Closes #13326.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Daniel Urban.
-
Petri Lehtinen yazdı
The find utility of OpenBSD doesn't support the "-exec cmd {} +" action. Change it to use "-depth -exec cmd {} ;" instead. Also, remove __pycache__ before *.py[co], as most bytecode files are in __pycache__ directories. Only those generated by Python 2 under Doc/tools are not. Closes #13326.
-
É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 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-