- 06 Nov, 2011 9 commits
-
-
Amaury Forgeot d'Arc authored
-
Petri Lehtinen authored
Issue #10570
-
Petri Lehtinen authored
Issue #10570
-
Ned Deily authored
3a5a0943b201. Do not close listening socket on subprocess restart.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 05 Nov, 2011 21 commits
-
-
Antoine Pitrou authored
error handler in interactive mode (when calling into PyOS_Readline()).
-
Antoine Pitrou authored
error handler in interactive mode (when calling into PyOS_Readline()).
-
Petri Lehtinen authored
Closes #13340.
-
Petri Lehtinen authored
Closes #13340.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Closes #13326.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Daniel Urban.
-
Petri Lehtinen authored
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 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 10 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.
-