- 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 12 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ı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
- be clear finalizers survive automatically - update for PEP 442 __del__ changes - mention module cleanup changes and weakref.finalize in What's New
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Since all versions since 2.2 are under the same licensing terms, this saves the release manager from touching the two files for very new minor release.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Raymond Hettinger yazdı
-
- 21 Eyl, 2013 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
(should fix the failures on OpenIndiana)
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 20 Eyl, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-