An error occurred fetching the project authors.
- 13 Apr, 2016 1 commit
-
-
Steve Dower authored
-
- 12 Apr, 2016 1 commit
-
-
Victor Stinner authored
Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than 1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per call.
-
- 10 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
error handler for stdin and stdout.
-
- 09 Apr, 2016 2 commits
-
-
Berker Peksag authored
Patch by Giampaolo Rodola'.
-
Berker Peksag authored
Patch by Geoff Wilson.
-
- 08 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 05 Apr, 2016 2 commits
-
-
Martin Panter authored
* Group functions into six new subsections * Document the underlying Readline function or variable accessed * get_history_length() returns the history file limit * clear_history() is conditionally compiled in * Clarify zero and one bases for history item indexes * parse_and_bind() uses its argument directly as an init line * Change "command line" to "line buffer" for consistency * read_init_file() also executes the file * read_history_file() replaces the previous history * write_history_file() overwrites any existing file * Differentiate history file lines from history list items, which could be multi-line * Add more information about completion, also addressing Issue #10796 * libedit (Editline) may be used on any platform; detection is OS X specific
-
Martin Panter authored
-
- 03 Apr, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
- 31 Mar, 2016 1 commit
-
-
Martin Panter authored
Also change BufferedReader.writable() and BufferedWriter.readable() to always return False.
-
- 30 Mar, 2016 1 commit
-
-
Serhiy Storchaka authored
Affected classes are generic sequence iterators, iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding views and os.scandir() iterator.
-
- 28 Mar, 2016 1 commit
-
-
Martin Panter authored
-
- 27 Mar, 2016 2 commits
-
-
Berker Peksag authored
_Call is a subclass of tuple (changeset 3603bae63c13 only works for classes) so we need to implement __ne__ ourselves. Patch by Andrew Plummer.
-
Martin Panter authored
-
- 25 Mar, 2016 1 commit
-
-
Alexander Belopolsky authored
-
- 24 Mar, 2016 1 commit
-
-
Victor Stinner authored
Issue #21925: warnings.formatwarning() now catches exceptions on linecache.getline(...) to be able to log ResourceWarning emitted late during the Python shutdown process.
-
- 22 Mar, 2016 1 commit
-
-
Martin Panter authored
-
- 20 Mar, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 19 Mar, 2016 1 commit
-
-
Berker Peksag authored
Initial patch by Peter Inglesby.
-
- 18 Mar, 2016 1 commit
-
-
Brett Cannon authored
configure script related to compiler flags. Thanks to Daniel Shaulov for the bug report and patch.
-
- 17 Mar, 2016 3 commits
-
-
Steve Dower authored
-
Ned Deily authored
files cannot be written.
-
Victor Stinner authored
Issue #26569: Fix pyclbr.readmodule() and pyclbr.readmodule_ex() to support importing packages.
-
- 18 Mar, 2016 1 commit
-
-
Martin Panter authored
-
- 17 Mar, 2016 1 commit
-
-
Martin Panter authored
-
- 15 Mar, 2016 2 commits
-
-
Antoine Pitrou authored
-
Robert Collins authored
Patch from Victor van den Elzen.
-
- 14 Mar, 2016 1 commit
-
-
Berker Peksag authored
-
- 12 Mar, 2016 4 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
Tamás Bence Gedai.
-
- 11 Mar, 2016 1 commit
-
-
Berker Peksag authored
NotImplementedError instead of ImportError.
-
- 09 Mar, 2016 1 commit
-
-
Serhiy Storchaka authored
Added few missed tests for configure options.
-
- 08 Mar, 2016 4 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
The bufsize parameter is no longer used.
-
Ned Deily authored
-
Ned Deily authored
gcc as the option does not work correctly in older versions of gcc and has been silently removed as of gcc-4.5.
-
- 06 Mar, 2016 1 commit
-
-
Berker Peksag authored
Patch by Guo Ci Teo.
-