summaryrefslogtreecommitdiff
path: root/Lib/test/test_readline.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19884: Merge Readline updates from 3.5Martin Panter2016-08-271-0/+15
|\
| * Issue #16182: Merge test_readline from 3.5Martin Panter2016-06-141-0/+15
| |\
| | * Issue #16182: Merge readline update from 3.5Martin Panter2016-06-141-7/+15
| | |\
| | * \ Issue #16182: Merge test_readline from 3.5Martin Panter2016-06-141-5/+13
| | |\ \
| | * \ \ Issue #16182: Merge readline locale fix from 3.5Martin Panter2016-06-141-6/+90
| | |\ \ \
| | * | | | Issue #26870: Poll() also fails on OS X; try select()Martin Panter2016-05-151-6/+13
| | * | | | Issue #26870: Avoid using kqueue() with pseudo-terminalsMartin Panter2016-05-151-7/+7
| | * | | | Issue #26870: Temporary debugging for OS X Snow Leopard lockupMartin Panter2016-05-151-1/+6
| | * | | | Issue #26870: Close pty master in case of exceptionMartin Panter2016-05-151-2/+5
| | * | | | Issue #26870: Add readline.set_auto_history(), originally by Tyler CromptonMartin Panter2016-05-151-0/+49
* | | | | | Issue #19884: Avoid spurious output on OS X with Gnu ReadlineMartin Panter2016-08-271-1/+1
|/ / / / /
* | | | | Issue #16182: One more check for set_pre_input_hook()Martin Panter2016-06-141-1/+1
| |_|_|/ |/| | |
* | | | Issue #16182: set_pre_input_hook() may not exist; document, and update testMartin Panter2016-06-141-7/+15
| |_|/ |/| |
* | | Issue #16182: Attempted workarounds for Apple EditlineMartin Panter2016-06-141-5/+13
| |/ |/|
* | Issue #16182: Fix readline begidx, endidx, and use locale encodingMartin Panter2016-06-141-4/+137
|/
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* Issue 22940: fixes to editline supportNed Deily2014-11-261-1/+1
* merge 3.4Benjamin Peterson2014-11-261-1/+41
|\
| * only support append_history if readline has itBenjamin Peterson2014-11-261-0/+2
| * add readline.append_history_file (closes #22940)Benjamin Peterson2014-11-261-1/+39
* | use skipUnlessBenjamin Peterson2014-11-261-3/+3
|/
* Issue #22773: fix failing test with old readline versions due to issue #19884.Antoine Pitrou2014-11-041-0/+4
* Issue #19884: readline: Disable the meta modifier key if stdout is not aVictor Stinner2014-07-241-5/+18
* Revert 961a15aff2a6, this is already checked in another way.Georg Brandl2012-08-111-3/+1
* Closes #15620: check for presence of readline.clear_history(), which is appar...Georg Brandl2012-08-111-1/+3
* #11496: skip history test if clear_history is not available.R David Murray2011-03-141-0/+4
* Merged revisions 75711 via svnmerge fromMark Dickinson2009-10-261-2/+3
* Merged revisions 74970 via svnmerge fromRonald Oussoren2009-09-201-0/+42