jstenar
|
bb7e925eef
|
pyreadline: increasing version number to 1.4.4
|
2007-05-29 21:14:28 +00:00 |
|
jstenar
|
7beb54f1a1
|
pyreadline: fix bug in copy_selection_to_clipboard. Didn't work when selection started at beginning of line.
|
2007-05-29 18:04:51 +00:00 |
|
jstenar
|
a07c16aa3d
|
pyreadline: Addition to manual
|
2007-05-24 18:11:32 +00:00 |
|
jstenar
|
aad4975eaf
|
pyreadline: fix pageup, pagedown scrolling of window. Started work on implementing kill_ring separate from clipboard. ctrl-k and esc no longer puts anything on clipboard
|
2007-05-14 20:18:43 +00:00 |
|
jstenar
|
85dca10ea8
|
pyreadline: fix pre_inputhook and startup_hook, autoindent were not functioning in ipython
|
2007-05-14 18:02:27 +00:00 |
|
jstenar
|
c7dc35952f
|
pyreadline: Fix ticket #153, some updates to documentation.
|
2007-05-09 19:11:12 +00:00 |
|
jstenar
|
e0eb8b1acb
|
pyreadline: Removing some test methods that should not have been comitted at rev 2246
|
2007-04-18 17:29:44 +00:00 |
|
jstenar
|
ea4ef6e3d9
|
pyreadline: When allowing to bind ctrl-c we now issue a KeyBoardInterrupt if
control-c is pressed twice within ctrl_c_tap_time_interval which is defaulted
to 0.3 s and can be set from the configfile.
|
2007-04-17 19:43:55 +00:00 |
|
jstenar
|
d4f2cbeab8
|
pyreadline: Fix crash when readline called from doctest. stdout was replaced by dummy object, we now assume encoding=="ascii" if stdout.encdoding is missing.
|
2007-04-16 17:56:36 +00:00 |
|
jstenar
|
e25ea17ddb
|
pyreadline: Changing default control-delete binding to forward_delete_word and add test. Adding changelog entry for rev2237-2239
|
2007-04-14 18:38:26 +00:00 |
|
jstenar
|
9079a43a8b
|
pyreadline: forgot to commit changelog
|
2007-03-15 19:11:24 +00:00 |
|
jstenar
|
1a604cf973
|
pyreadline-branch: added possibility to bind ctrl-c to copy. Changed test for ironpython due to changes in ironpython. Some refactoring/renaming of clipboard files
|
2007-03-06 19:27:29 +00:00 |
|
jstenar
|
4d8af3936a
|
pyreadline-refactor: move ironpython specifics from emacs.py to hook_wrapper
|
2006-11-15 20:04:16 +00:00 |
|
jstenar
|
2fa73b567d
|
pyreadline-refactor: rearranging of lines in pyreadlineconfig.ini
|
2006-11-15 18:58:17 +00:00 |
|
jstenar
|
2b0061d1ec
|
pyreadline-refactor: ported changes to sample configuration/startup.py from trunk
|
2006-11-13 18:17:04 +00:00 |
|
jstenar
|
50b957772a
|
pyreadline-refactor: More improvements of ironpython handling, more testcases
|
2006-11-13 18:06:44 +00:00 |
|
jstenar
|
6dc285c0db
|
pyreadline-refactor: set_text_color, set_prompt_color added, bug fix history search, ansi color patch
|
2006-10-25 20:40:17 +00:00 |
|
jstenar
|
9a551ad86b
|
pyreadline-refactor: Fixes to make tests pass. One failure remains in vi_test.py
|
2006-10-22 17:29:30 +00:00 |
|
jstenar
|
17c25b3a0e
|
pyreadline-refactor: Adding argument handling
|
2006-10-19 19:35:35 +00:00 |
|
jstenar
|
5c9cda833b
|
pyreadline-refactor: Forgot to check in changelog
|
2006-10-18 21:27:46 +00:00 |
|
jstenar
|
b1992d2c82
|
pyreadline-refactor: Fixed history_search bug, crash when no match.
|
2006-10-17 20:20:15 +00:00 |
|
jstenar
|
89b5a62de1
|
pyreadline-refactor: Merge ansi patch and tab patch from trunk.
|
2006-09-11 20:00:23 +00:00 |
|
jstenar
|
14a0325175
|
pyreadline-refactor: More work on ironpython port especially to keep cpython working.
|
2006-07-13 22:03:17 +00:00 |
|
jstenar
|
3f68f9a9cc
|
pyreadline-refactor: First commit on ironpython functionality (very basic, typing text but no editing, requires patched ironpython)
|
2006-07-04 18:45:28 +00:00 |
|
jstenar
|
c02e6a77f6
|
pyreadline-refactor: More tests for emacsmode, changes for bugs found by tests. Removed win32all dependency.
|
2006-04-18 19:31:41 +00:00 |
|
jstenar
|
f58ae8869c
|
pyreadline-refactor: Merged patch for vi-mode from Michael Graz
|
2006-03-31 20:40:05 +00:00 |
|
jstenar
|
b7b76cd69c
|
pyreadline-refactor: Added visible selection mode to emacs-mode.
|
2006-03-21 22:00:03 +00:00 |
|
jstenar
|
2130c2787c
|
pyreadline-refactor: Added vi-mode patch, a lot of work remains.
|
2006-03-21 18:26:41 +00:00 |
|
jstenar
|
c280f62b3b
|
pyreadline-refactor: refactored emacs mode
|
2006-03-16 20:53:22 +00:00 |
|
jstenar
|
c08f2b01ce
|
pyreadline-refactor: Merged changes from trunk 1158-1201 to refactor branch. Did some rearranging of method order in Readline
|
2006-03-12 14:52:00 +00:00 |
|
jstenar
|
8496194d71
|
pyreadline: synchronized doc and config dir with trunk
|
2006-03-02 17:21:54 +00:00 |
|
jstenar
|
64db32923e
|
pyreadline: Added latex manual and COPYING.
|
2006-03-01 20:55:31 +00:00 |
|
jstenar
|
d581263f4b
|
pyreadline refactor: Refactored line_buffer and history_buffer
|
2006-02-14 20:50:16 +00:00 |
|
jstenar
|
c3174750c8
|
pyreadline: experimental multiline code paste. Warning: Will ALWAYS execute the paste code regardless of trailing newline. Also removes any empty lines.
|
2006-01-31 20:55:35 +00:00 |
|
jstenar
|
0741887eac
|
pyreadline: Added new handling of exit keys: ctrl-d, ctrl-z etc. Including configfile entries
|
2006-01-29 22:38:25 +00:00 |
|
jstenar
|
e295833165
|
pyreadline: added doc directory to setup scripts
|
2006-01-25 20:39:25 +00:00 |
|
jstenar
|
a6887ae374
|
pyreadline: added copyright notices, begun work on egg setup
|
2006-01-25 20:07:13 +00:00 |
|
jstenar
|
9cdff4a3c8
|
pyreadline: Default silent bell. Change to name of configfile. Change to configfile syntax. Renamed pyreadline.py to rlmain.py
|
2006-01-23 20:00:26 +00:00 |
|
jstenar
|
fb08d6540f
|
pyreadline: cleaned up bell, rudimentary configfile, Ville's patch for international character support.
|
2006-01-22 20:59:33 +00:00 |
|
jstenar
|
1817372d8b
|
Renames of Console.py and PyReadline.py to follow naming convention of package names.
|
2006-01-22 16:05:52 +00:00 |
|
jstenar
|
8bbe9fa277
|
First step in rename process. This revision is unusable, see ChangeLog.
|
2006-01-22 15:48:43 +00:00 |
|
jstenar
|
fba3d2be26
|
pyreadline: added readme. Changed setup to install to pyreadline
|
2006-01-21 20:00:17 +00:00 |
|
jstenar
|
74b401f389
|
pyreadline: Patches for clipboard and some key-bindings. Changed version in setup.py to 1.13-svn.
|
2006-01-21 19:36:28 +00:00 |
|
jstenar
|
70638c4e3c
|
pyreadline: patch to get swedish characters working.
|
2006-01-21 18:59:28 +00:00 |
|
jstenar
|
15e3bd1255
|
Fixed four space indent
Added ChangeLog
Fixed bug that crashes readline on my machine. Needs os.path.expanduser on '~/.history'
|
2006-01-21 18:31:16 +00:00 |
|