- 12 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
-
- 11 Nov, 2011 8 commits
-
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Brian Curtin authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Eli Bendersky authored
-
- 10 Nov, 2011 1 commit
-
-
Ezio Melotti authored
-
- 09 Nov, 2011 1 commit
-
-
Antoine Pitrou authored
when called with a timeout. Patch by Arnaud Ysmal.
-
- 08 Nov, 2011 6 commits
-
-
Charles-François Natali authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Nick Coghlan authored
Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True
-
- 07 Nov, 2011 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 06 Nov, 2011 4 commits
-
-
Petri Lehtinen authored
Issue #13340.
-
Petri Lehtinen authored
Issue #10570
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 05 Nov, 2011 7 commits
-
-
Antoine Pitrou authored
error handler in interactive mode (when calling into PyOS_Readline()).
-
Petri Lehtinen authored
Closes #13340.
-
Raymond Hettinger authored
-
Petri Lehtinen authored
-
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.
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Closes #13254.
-
- 04 Nov, 2011 4 commits
-
-
Amaury Forgeot d'Arc authored
variable in the default value of a keyword-only argument: (lambda *, arg=GLOBAL_NAME: None)
-
Petri Lehtinen authored
-
Florent Xicluna authored
-
Ross Lagerwall authored
Thanks to Robert Xiao.
-
- 03 Nov, 2011 4 commits
-
-
Victor Stinner authored
-
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.
-
Éric Araujo authored
-
Éric Araujo authored
-