Files
cpython/Modules
R. David Murray 52d1b4e62f #9907: call rl_initialize early when using editline on OSX
editline rl_initialize apparently discards any mappings done before it
is called, which makes tab revert to file completion instead of inserting
a tab.  So now on OSX we call rl_initialize first if we are using
readline, and then re-read the users .editrc (if any) afterward so they
can still override our defaults.

Patch by Ned Deily, modified by Ronald Oussoren.
2010-12-18 03:48:32 +00:00
..
2010-12-03 20:14:31 +00:00
2010-10-18 12:24:53 +00:00
2010-08-28 07:42:21 +00:00
2010-09-01 08:56:10 +00:00
2010-09-05 05:26:10 +00:00
2010-07-06 15:00:40 +00:00
2010-08-24 18:08:22 +00:00
2010-09-28 14:38:31 +00:00
2010-06-18 16:22:00 +00:00
2010-07-04 10:15:11 +00:00
2010-12-03 20:14:31 +00:00
2010-12-04 10:47:18 +00:00
2010-12-03 20:14:31 +00:00
2010-10-11 22:42:28 +00:00
2010-10-11 22:42:28 +00:00
2010-12-03 20:14:31 +00:00