- 29 Eyl, 2013 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 28 Eyl, 2013 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Xavier de Gaye.
-
Serhiy Storchaka yazdı
Au_read.readframes() now updates current file position and reads correct number of frames from multichannel stream. Au_write.writeframesraw() now correctly updates current file position. Au_read.getnframes() now returns an integer (as in Python 2). Au_read and Au_write now correctly works with file object if start file position is not a zero.
-
Serhiy Storchaka yazdı
Au_read.readframes() now updates current file position and reads correct number of frames from multichannel stream. Au_write.writeframesraw() now correctly updates current file position. Au_read.getnframes() now returns an integer (as in Python 2). Au_read and Au_write now correctly works with file object if start file position is not a zero.
-
Nick Coghlan yazdı
This patch appropriately marks known false alarms in the small object allocator when address sanity checking is enabled (patch contributed by Dhiru Kholia).
-
Nick Coghlan yazdı
- this was an internal implementation detail for iterparse - this has been changed to use a new private method instead - XMLPullParser.close docs are now more explicit about not returning a root element and instead direct users towards read_events - also added missing docstrings and clarified some details related to exactly *when* events are consumed from the internal queue (Initial patch by Stefan Behnel)
-
Ethan Furman yazdı
-
Ethan Furman yazdı
Issues such as iterating and containment on Enum classes, why Enum member instances do not show up on other Enum members, and how __new__ should be used.
-
- 27 Eyl, 2013 12 kayıt (commit)
-
-
Serhiy Storchaka yazdı
bytes until end of data.
-
Serhiy Storchaka yazdı
bytes until end of data.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Eli Bendersky yazdı
Issue #19016
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 Eyl, 2013 4 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
and can't bootstrap the parser.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
1. Make it work when invoked directly from the command-line. It was failing due to a couple of stale function/class usages in the __main__ section. 2. Close the parsed file in the parse() function after opening it.
-
- 25 Eyl, 2013 2 kayıt (commit)
-
-
Ethan Furman yazdı
inspect.getmembers and inspect.classify_class_attrs now search the metaclass mro for types.DynamicClassAttributes (what use to be called enum._RouteClassAttributeToGetattr); in part this means that these two functions no longer rely solely on dir(). Besides now returning more accurate information, these improvements also allow a more helpful help() on Enum classes.
-
Georg Brandl yazdı
-
- 23 Eyl, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
strings in error report.
-
Serhiy Storchaka yazdı
-
- 22 Eyl, 2013 5 kayıt (commit)
-
-
Ethan Furman yazdı
Also slight code reorg for PEP 8 guidelines.
-
Jason R. Coombs yazdı
Issue #18978: Update docs to reflect explicitly the ability to set the attribute at the class level.
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Nick Coghlan yazdı
-