summaryrefslogtreecommitdiffstats
path: root/Modules/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #6953: Merge readline doc from 3.5Martin Panter2016-04-051-16/+16
|\
| * Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-16/+16
* | Issue #23735: Merge sighandler_t fix from 3.5Martin Panter2016-04-031-1/+1
|\ \ | |/
| * Issue #23735: Avoid sighandler_t Gnu-ismMartin Panter2016-04-031-1/+1
* | Issue #23735: Merge Readline resize handling from 3.5Martin Panter2016-04-031-0/+31
|\ \ | |/
| * Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-031-0/+31
* | Issue #24266: Merge readline Ctrl+C handling from 3.5Martin Panter2016-03-221-0/+3
|\ \ | |/
| * Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-221-0/+3
* | Issue #15699: Merge readline fixup from 3.5Martin Panter2016-03-221-16/+3
|\ \ | |/
| * Issue #15699: Reunite comment with variableMartin Panter2016-03-221-16/+3
* | Issue #20440: Cleaning up the code by using Py_SETREF.Serhiy Storchaka2016-01-051-3/+1
* | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
| |\
| | * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | | Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-271-4/+5
|\ \ \ | |/ /
| * | Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-271-4/+5
| |\ \ | | |/
| | * Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-271-4/+5
* | | Issue #15989: Fixed some scarcely probable integer overflows.Serhiy Storchaka2015-09-061-1/+1
|/ /
* | merge 3.4 (#24058)Benjamin Peterson2015-04-261-2/+0
|\ \ | |/
| * remove extern definition, since it's in a header file (closes #24058)Benjamin Peterson2015-04-261-2/+0
* | Issue 22940: fixes to editline supportNed Deily2014-11-261-1/+1
* | only support append_history if readline has itBenjamin Peterson2014-11-261-0/+4
* | add readline.append_history_file (closes #22940)Benjamin Peterson2014-11-261-0/+37
|/
* Issue #22773: fix failing test with old readline versions due to issue #19884.Antoine Pitrou2014-11-041-0/+4
* Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")Victor Stinner2014-07-241-1/+5
* Issue #19884: readline: Disable the meta modifier key if stdout is not aVictor Stinner2014-07-241-0/+11
* Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-3/+2
|\
| * Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-3/+2
* | Issue #20374: mergeNed Deily2014-02-061-1/+0
|\ \ | |/
| * Issue #20374: delete spurious empty lineNed Deily2014-02-061-1/+0
* | Issue #20374: mergeNed Deily2014-02-061-0/+9
|\ \ | |/
| * Issue #20374: Avoid compiler warnings when compiling readline with libedit.Ned Deily2014-02-061-0/+9
* | merge 3.3 (#20374)Benjamin Peterson2014-01-241-4/+4
|\ \ | |/
| * new plan: just remove typecasts (closes #20374)Benjamin Peterson2014-01-241-4/+4
* | merge 3.3 (#20374)Benjamin Peterson2014-01-241-3/+3
|\ \ | |/
| * use new readline function types (closes #20374)Benjamin Peterson2014-01-241-3/+3
* | make char* constChristian Heimes2013-12-041-1/+1
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-2/+2
* | Issue #18458: merge comments from 3.3Ned Deily2013-10-121-3/+3
|\ \ | |/
| * Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-10-121-15/+25
* | Close #16742: Fix misuse of memory allocations in PyOS_Readline()Victor Stinner2013-10-101-2/+2
* | Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-09-061-12/+22
* | Issue #15699: The readline module now uses PEP 3121-style module initializati...Antoine Pitrou2013-07-311-42/+110
* | Issue #18203: Replace malloc() with PyMem_Malloc() in Python modulesVictor Stinner2013-07-071-2/+2
* | Issue #17289: The readline module now plays nicer with external modules or ap...Antoine Pitrou2013-05-061-7/+18
|\ \ | |/
| * Issue #17289: The readline module now plays nicer with external modules or ap...Antoine Pitrou2013-05-061-7/+18
* | Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-1/+1
|\ \ | |/
| * Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-1/+1
| |\
| | * Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-1/+1
* | | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-1/+1
|\ \ \ | |/ /