This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015-05-22 14:58 by sping, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
raw_input__workaround_demo.py | sping, 2015-05-22 14:58 | |||
raw_input__minimal.py | sping, 2015-05-22 14:58 | |||
readline-cancel.patch | martin.panter, 2015-05-27 07:08 | Workaround in readline module | review | |
readline-sigcleanup.patch | martin.panter, 2015-07-29 12:58 | Use new Readline 7 function | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:17 | admin | set | github: 68454 |
2016-03-23 18:07:26 | serhiy.storchaka | set | messages: + msg262294 |
2016-03-22 21:49:27 | pitrou | set | messages: + msg262213 |
2016-03-22 21:47:14 | martin.panter | set | status: open -> closed resolution: fixed stage: commit review -> resolved |
2016-03-22 11:18:01 | python-dev | set | nosy:
+ python-dev messages: + msg262176 |
2016-03-22 07:31:55 | martin.panter | set | stage: patch review -> commit review messages: + msg262167 versions: - Python 3.4 |
2016-02-01 05:42:58 | tcaswell | set | messages: + msg259314 |
2016-02-01 04:51:56 | martin.panter | set | messages: + msg259313 |
2016-02-01 04:43:36 | tcaswell | set | nosy:
+ tcaswell messages: + msg259311 |
2015-07-29 12:58:52 | martin.panter | set | files:
+ readline-sigcleanup.patch messages: + msg247571 stage: test needed -> patch review |
2015-06-02 19:14:35 | Arfrever | set | nosy:
+ Arfrever |
2015-06-02 18:17:25 | sping | set | messages: + msg244683 |
2015-06-02 17:47:07 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg244682 |
2015-06-02 17:37:51 | terry.reedy | set | messages: + msg244680 |
2015-05-27 07:08:58 | martin.panter | set | files:
+ readline-cancel.patch keywords: + patch messages: + msg244146 |
2015-05-24 10:05:37 | martin.panter | set | messages: + msg243975 |
2015-05-22 23:15:10 | martin.panter | set | nosy:
+ martin.panter messages: + msg243864 |
2015-05-22 18:44:26 | serhiy.storchaka | set | nosy:
+ pitrou, serhiy.storchaka messages: + msg243846 |
2015-05-22 18:37:42 | terry.reedy | set | nosy:
+ terry.reedy, twouters title: raw_input function (with readline): Ctrl+C (during search mode but not only) leaves readline in broken state -> raw_input + readline: Ctrl+C during search breaks readline messages: + msg243844 versions: - Python 3.2, Python 3.3 stage: test needed |
2015-05-22 14:58:32 | sping | set | files: + raw_input__minimal.py |
2015-05-22 14:58:03 | sping | create |