- 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 9 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
-
Éric Araujo authored
New wording is taken straight from the PEP, so this time should be good :)
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
- 02 Nov, 2011 4 commits
-
-
Éric Araujo authored
-
Victor Stinner authored
Unicode string. This is an incompatible change, but the previous behaviour was completly wrong.
-
Charles-François Natali authored
-
Éric Araujo authored
- Actually check the contents of the file created by bdist_dumb. - Don’t use “RECORD” as filename for non-PEP 376 record file - Don’t start method name with “_test”, it smells like a disabled test method instead of an helper method - Fix some idioms (assertIn, addCleanup)
-
- 01 Nov, 2011 1 commit
-
-
Florent Xicluna authored
-