- 19 Mar, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Jan 30 of previous year. Based on patch by Jim Carroll.
-
Serhiy Storchaka yazdı
NamedTemporaryFile instance. Patch by Bohuslav Kabrda.
-
Benjamin Peterson yazdı
-
Ethan Furman yazdı
add private method to enum to support replacing global constants with Enum members: - search for candidate constants via supplied filter - create new enum class and members - insert enum class and replace constants with members via supplied module name - replace __reduce_ex__ with function that returns member name, so previous Python versions can unpickle modify IntEnum classes to use new method
-
- 18 Mar, 2015 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable.
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Use a Python source file (linecache.__file__) instead of /etc/passwd. Modify also linecache docstrings to clarify the linecache is written to cache Python source files, not any text files.
-
Victor Stinner yazdı
source files, even if "it works" with other text files encoded to UTF-8.
-
Victor Stinner yazdı
PyMarshal_ReadShortFromFile() can fail.
-
Victor Stinner yazdı
-
Vinay Sajip yazdı
-
- 17 Mar, 2015 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Berker Peksag yazdı
Patch by Thomas Kluyver.
-
- 16 Mar, 2015 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
- 15 Mar, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Eli Bendersky yazdı
The current documentation only mentions heap[0] as the smallest element in the beginning, and not in any of the methods' docs. There's no method to access the minimal element without popping it, and the documentation of nsmallest is confusing because it may suggest that min() is the way to go for n==1.
-
- 14 Mar, 2015 3 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Håkan Lövdahl.
-
Serhiy Storchaka yazdı
-
Steve Dower yazdı
-
- 13 Mar, 2015 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Serhiy Storchaka yazdı
Patch by Demian Brecht.
-
Serhiy Storchaka yazdı
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Patch by Lars Buitinck.
-
Berker Peksag yazdı
Patch by Mike Short.
-
- 12 Mar, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed 2 to 3 porting bug in pynche.ColorDB.
-
Berker Peksag yazdı
Patch by Mark Lawrence.
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
Original patch by Demian Brecht.
-
- 11 Mar, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
imp.reload(). Patch by Thomas Kluyver.
-
Steve Dower yazdı
-
- 10 Mar, 2015 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Steve Dower yazdı
-
Victor Stinner yazdı
Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet.
-
Victor Stinner yazdı
-
Berker Peksag yazdı
Also, document SystemExit.code attribute explicitly.
-