- 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 6 commits
-
-
Florent Xicluna authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
-
Sandro Tosi authored
-
- 31 Oct, 2011 6 commits
-
-
Ned Deily authored
PYTHONNOUSERSITE). (Patch by Carl Meyer)
-
Senthil Kumaran authored
even when reporthook is None. Patch by Jyrki Pulliainen.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Jesus Cea authored
-
Sandro Tosi authored
-