- 08 Kas, 2011 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True
-
- 07 Kas, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 06 Kas, 2011 4 kayıt (commit)
-
-
Petri Lehtinen yazdı
Issue #13340.
-
Petri Lehtinen yazdı
Issue #10570
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 05 Kas, 2011 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
error handler in interactive mode (when calling into PyOS_Readline()).
-
Petri Lehtinen yazdı
Closes #13340.
-
Raymond Hettinger yazdı
-
Petri Lehtinen yazdı
-
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.
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
Closes #13254.
-
- 04 Kas, 2011 4 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
variable in the default value of a keyword-only argument: (lambda *, arg=GLOBAL_NAME: None)
-
Petri Lehtinen yazdı
-
Florent Xicluna yazdı
-
Ross Lagerwall yazdı
Thanks to Robert Xiao.
-
- 03 Kas, 2011 9 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Unicode string. This is an incompatible change, but putp() is used to emit terminfo commands, which are bytes strings, not Unicode strings.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
New wording is taken straight from the PEP, so this time should be good :)
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
- 02 Kas, 2011 4 kayıt (commit)
-
-
Éric Araujo yazdı
-
Victor Stinner yazdı
Unicode string. This is an incompatible change, but the previous behaviour was completly wrong.
-
Charles-François Natali yazdı
-
Éric Araujo yazdı
- 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 Kas, 2011 6 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
-
Sandro Tosi yazdı
-