summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_readline.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 75711 via svnmerge fromMark Dickinson2009-10-261-2/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75711 | mark.dickinson | 2009-10-26 11:59:30 +0000 (Mon, 26 Oct 2009) | 1 line Skip readline tests if readline module is not available. ........
* Merged revisions 74970 via svnmerge fromRonald Oussoren2009-09-201-0/+42
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74970 | ronald.oussoren | 2009-09-20 16:18:15 +0200 (Sun, 20 Sep 2009) | 7 lines Issue 6877: this patch makes it possible to link the readline extension to the libedit emulation of the readline API on OSX 10.5 or later. This also adds a minimal testsuite for readline to check that the history manipuation functions have the same interface with both C libraries. ........