- 04 Agu, 2014 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
Use two-argument form of next() and use a return-statement instead of an explicit raise StopIteration
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
a, b in arg lists, and hanging indents for long arg lists.
-
- 03 Agu, 2014 7 kayıt (commit)
-
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 Agu, 2014 5 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed.
-
Terry Jan Reedy yazdı
tuples by adding 'or slices'. Added ', not <typename' for bytearrays. Original patch by Claudiu Popa.
-
- 01 Agu, 2014 7 kayıt (commit)
-
-
Charles-François Natali yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
Victor Stinner yazdı
command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault().
-
Victor Stinner yazdı
``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions.
-
Zachary Ware yazdı
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 yazdı
-
- 31 Tem, 2014 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
Followup to issue #20540; patch by Serhiy.
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
- 30 Tem, 2014 8 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
In particular this allows to initialize images from binary data.
-
Serhiy Storchaka yazdı
In particular this allows to initialize images from binary data.
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 29 Tem, 2014 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
defers making a copy until it is mutated, improving performance and memory use on some use cases. Patch by David Wilson.
-
Victor Stinner yazdı
A side effect is that Python depends to the WinSock library.
-
Victor Stinner yazdı
operations require the socket to be non-blocking
-
Victor Stinner yazdı
the socket to be non-blocking
-