Jörgen Stenarson
b3bf3428e0
Updating docs
2013-04-03 19:26:34 +02:00
Jorgen Stenarson
2fb5df1811
Merging python3 fixes from Shimizukawa
2011-10-06 21:02:52 +02:00
Jorgen Stenarson
22cb209d12
Doc changes and release changes for 1.7
2011-04-14 21:00:46 +02:00
shimizukawa
10b2612e14
update documents.
2011-04-10 03:16:43 +09:00
shimizukawa
e3e4299233
revert python3 support.
2011-04-09 16:18:47 +09:00
shimizukawa
fa8ef34901
update document.
2011-03-30 00:57:50 +09:00
shimizukawa
a0b0db4057
apply 2to3.py
...
$ python-3.2 2to3.py -w .
2011-03-30 00:26:30 +09:00
Jorgen Stenarson
75dcc77771
Merging doc changes from 1.6 r96..97
2011-02-25 20:46:16 +01:00
Jorgen Stenarson
ebe3715dba
merge docchanges from new-docs branch
2008-12-17 19:46:35 +01:00
Jorgen Stenarson
c5f76e2768
Worked on docs.
...
Edits in:
* installation.rst to reflect new launchpad location.
* introduction.rst
* usage.rst
2008-08-28 20:31:47 +02:00
Jorgen Stenarson
60bfde049f
Added forgotten files from split
2008-08-28 19:59:42 +02:00
Jorgen Stenarson
f05e53b4e5
Split docs into several files
2008-08-27 20:23:01 +02:00
Jorgen Stenarson
7f0d1ca94f
Merging patch from Vivian De Smedt for tab insert, removed comments with vds initials
2008-08-25 19:12:51 +02:00
Jorgen Stenarson
9a851e24ab
moved manual from latex to sphinx
...
The build script do_sphinx was copied from ipython and is unix-based and thus needs to be
reworked to enable latex.
2008-06-22 14:30:47 +02:00
jstenar
3ae839b018
pyreadline_trunk: quickfix for #228 . Now defaults to ascii encoding if non-valid encoding is used.
2008-02-21 17:43:36 +00:00
jstenar
82e2824891
pyreadline: Added code to make interoperability with emacs work again.
2008-01-07 18:46:56 +00:00
jstenar
66a2fc410e
pyreadline: chunking calls to WriteConsoleW to ensure not exceeding 64k limit
2008-01-04 16:57:27 +00:00
jstenar
1339bcf84c
pyreadline: Warning messages for failed calls to parse_and_bind now disabled by default
2007-11-28 20:00:13 +00:00
jstenar
a4f98cccb2
pyreadline: patch from pan to remove cursor flickering when inputting chinese characters
2007-11-20 18:59:58 +00:00
jstenar
b1bae5d69f
pyreadline: all conversion is now handled by the ensure_unicode, ensure_str pair of functions
2007-11-10 18:28:25 +00:00
jstenar
0716080c10
pyreadline: more fixes to unicode
2007-11-10 00:13:26 +00:00
jstenar
1c44a08219
pyreadline: Fixes to make clipboard work with unicode.
2007-11-09 22:45:31 +00:00
jstenar
3425cf033a
pyreadline: fixes to make completion work on file paths containing non-ascii characters.
...
encoding is assumed to be compatible to sys.stdout.encoding. A more correct solution must be applied to the completer function which is outside pyreadline. If another encoding is desired set pyreadline.unicode_helper.pyreadline_codepage
2007-11-09 20:40:25 +00:00
jstenar
6aec219578
Fixing wide character related bugs
2007-10-30 20:42:59 +00:00
jstenar
4cc7d71026
pyreadline: Adding test suite for history buffer
2007-10-30 20:02:10 +00:00
jstenar
8089527e23
pyreadline: patch provided by pan to enable input of unicode.
2007-10-29 18:46:18 +00:00
jstenar
cc35a871d7
Fix bug reported by Michael Graz
2007-07-19 17:01:31 +00:00
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