summaryrefslogtreecommitdiff
path: root/Modules/readline.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-1/+0
|\ \ | |/
| * Issue #20374: delete spurious empty lineNed Deily2014-02-051-1/+0
* | Issue #20374: mergeNed Deily2014-02-051-0/+9
|\ \ | |/
| * Issue #20374: Avoid compiler warnings when compiling readline with libedit.Ned Deily2014-02-051-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
|\ \ \ | |/ /
| * | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-1/+1
| |\ \ | | |/
| | * Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-1/+1
* | | #16135: Removal of OS/2 support (Modules/*)Jesus Cea2012-10-051-4/+0
|/ /
* | Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-5/+8
|\ \ | |/
| * Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-5/+8
* | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead ofVictor Stinner2011-03-211-7/+6
|/
* #9907: call rl_initialize early when using editline on OSXR. David Murray2010-12-181-2/+15
* Fix Issue 10307 - compile error in readline.cSenthil Kumaran2010-11-041-1/+1
* Fix compiler warning about unused static function.Georg Brandl2010-10-181-1/+4
* Under OS X, history_get from readline returns a const char *, but the localBrett Cannon2010-08-221-3/+3
* Issue #8065: Fix another memory leak in readline module, from failure to freeMark Dickinson2010-08-031-19/+26
* Issue #9450: Fix memory leaks in readline.remove/replace_history_entry.Mark Dickinson2010-08-031-12/+34
* readline: use PyUnicode_FSConverter() to parse filenamesVictor Stinner2010-06-111-10/+32
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-520/+520
* Merged revisions 78148 via svnmerge fromRonald Oussoren2010-02-111-0/+3
* Merged revisions 75725 via svnmerge fromAntoine Pitrou2009-10-261-0/+2
* Merged revisions 75531-75532 via svnmerge fromAntoine Pitrou2009-10-191-3/+4
* Merged revisions 74970 via svnmerge fromRonald Oussoren2009-09-201-0/+69
* Merged revisions 71229,71271 via svnmerge fromMatthias Klose2009-04-071-2/+2
* Merged revisions 67098 via svnmerge fromMartin v. Löwis2008-11-041-0/+8
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+17
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-9/+9
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-161-101/+87
* Merged revisions 58939-58946 via svnmerge fromChristian Heimes2007-11-121-35/+41
* Fixed some of the bugs in the readline module. #1425 is still open and severa...Christian Heimes2007-11-111-14/+19