- 18 Mar, 2015 5 commits
-
-
Victor Stinner authored
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 authored
source files, even if "it works" with other text files encoded to UTF-8.
-
Victor Stinner authored
PyMarshal_ReadShortFromFile() can fail.
-
Victor Stinner authored
-
Vinay Sajip authored
-
- 17 Mar, 2015 2 commits
-
-
Ned Deily authored
-
Berker Peksag authored
Patch by Thomas Kluyver.
-
- 16 Mar, 2015 2 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
- 15 Mar, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Eli Bendersky authored
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 commits
-
-
Berker Peksag authored
Patch by Håkan Lövdahl.
-
Serhiy Storchaka authored
-
Steve Dower authored
-
- 13 Mar, 2015 7 commits
-
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Serhiy Storchaka authored
Patch by Demian Brecht.
-
Serhiy Storchaka authored
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
-
Benjamin Peterson authored
-
Berker Peksag authored
Patch by Lars Buitinck.
-
Berker Peksag authored
Patch by Mike Short.
-
- 12 Mar, 2015 4 commits
-
-
Serhiy Storchaka authored
Fixed 2 to 3 porting bug in pynche.ColorDB.
-
Berker Peksag authored
Patch by Mark Lawrence.
-
Victor Stinner authored
-
Serhiy Storchaka authored
Original patch by Demian Brecht.
-
- 11 Mar, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
imp.reload(). Patch by Thomas Kluyver.
-
Steve Dower authored
-
- 10 Mar, 2015 6 commits
-
-
Antoine Pitrou authored
-
Steve Dower authored
-
Victor Stinner authored
Replace "running" with "not started" and don't show the pid if the subprocess didn't start yet.
-
Victor Stinner authored
-
Berker Peksag authored
Also, document SystemExit.code attribute explicitly.
-
Victor Stinner authored
-
- 09 Mar, 2015 2 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
-
- 08 Mar, 2015 2 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
Patch by Martin Panter.
-
- 07 Mar, 2015 2 commits
-
-
Antoine Pitrou authored
-
Benjamin Peterson authored
Patch by Sayan Chowdhury.
-