- 04 Aug, 2014 9 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Also, improve variable names and fix column numbers in the generated output.
-
Raymond Hettinger authored
Use two-argument form of next() and use a return-statement instead of an explicit raise StopIteration
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
a, b in arg lists, and hanging indents for long arg lists.
-
- 03 Aug, 2014 7 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Aug, 2014 5 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
#21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag.
-
Ezio Melotti authored
-
Ezio Melotti authored
#15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed.
-
Terry Jan Reedy authored
tuples by adding 'or slices'. Added ', not <typename' for bytearrays. Original patch by Claudiu Popa.
-
- 01 Aug, 2014 7 commits
-
-
Charles-François Natali authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Victor Stinner authored
command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault().
-
Victor Stinner authored
``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions.
-
Zachary Ware authored
Double quotes in expanded variables can match literal double quotes, which makes for a big mess when passing in a quoted argument (like "/p:externalsDir=..\externals", for example).
-
Zachary Ware authored
-
- 31 Jul, 2014 4 commits
-
-
Antoine Pitrou authored
Followup to issue #20540; patch by Serhiy.
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
- 30 Jul, 2014 8 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
In particular this allows to initialize images from binary data.
-
Serhiy Storchaka authored
In particular this allows to initialize images from binary data.
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-