162 Commits

Author SHA1 Message Date
Jorgen Stenarson 090c214cd8 Adding missing functions to readline.py 2011-10-18 20:47:47 +02:00
Jorgen Stenarson b8e003ab7f Bumping version to 1.7.1 2011-10-06 20:27:37 +02:00
Jorgen Stenarson e317e06c3d Merging fixes for 64-bit
Thanks to Christoph Gohlke for helping with the fixes.
2011-10-06 19:48:11 +02:00
Jorgen Stenarson d5e23948e7 Fix for loading msvcrt in ctypes on python <2.6. Provided by Cristoph Gohlke 2011-07-07 23:55:20 +02:00
Jorgen Stenarson 6ead15b3d6 Applying 6$-bit patch from Cristoph Gohlke 2011-07-07 21:30:23 +02:00
Jorgen Stenarson 6d756675a0 Some more 64-bit fixes suggested by Cristoph Gohlke 2011-07-06 19:48:11 +02:00
Jorgen Stenarson 62c034eb20 Some more changes for 64-bit 2011-07-05 21:57:50 +02:00
Jorgen Stenarson cdd9e98b7e Changing console.py to be 64-bit compliant 2011-07-05 21:41:09 +02:00
Jorgen Stenarson 22cb209d12 Doc changes and release changes for 1.7 2011-04-14 21:00:46 +02:00
Jorgen Stenarson 1dd053671e Finalizing incremental search 2011-04-14 20:36:47 +02:00
Jorgen Stenarson 18cb7fe6ca Fixing get_history_item indexing to be 1 based, fixes bug #760901 2011-04-14 19:01:12 +02:00
Jorgen Stenarson 1d71dec2a0 Fix for reverse and forward incremental search 2011-04-14 18:52:22 +02:00
Jorgen Stenarson 75dcc77771 Merging doc changes from 1.6 r96..97 2011-02-25 20:46:16 +01:00
Jorgen Stenarson e24e2e1fa7 Merging r98..99 from 1.6 2011-02-25 20:22:11 +01:00
Jorgen Stenarson fbe5cc9ae4 Merging from r92 1.6 2011-02-25 20:19:13 +01:00
Jorgen Stenarson 330c7e7d09 Fix for set in parse_and_bind. Bug #449963 problem found by alon 2010-11-29 19:39:07 +01:00
Jorgen Stenarson bad7ebf0a3 Fixing readline api problems Bug #637506 2010-09-16 20:41:57 +02:00
Jorgen Stenarson 5ce0f009bd Merge changes from 1.6.2 2010-08-25 19:09:20 +02:00
Jorgen Stenarson 20ebe00853 Bumped version to 1.6.2 2010-08-25 18:56:29 +02:00
Jorgen Stenarson 82689c3ba3 Fix for tab completion when there is no commonprefix. Like when matching magics in ipython 2010-08-25 18:55:25 +02:00
Jorgen Stenarson 788302868c Pep-8 modes/emacs.py 2010-07-20 20:14:35 +02:00
Jorgen Stenarson c87e0b429c Fix failure in unit test of vi mode 2010-07-20 19:12:13 +02:00
Jorgen Stenarson 899ab84bfd Adding test.__init__ to make tests discoverable 2010-07-20 18:31:01 +02:00
Jorgen Stenarson d1ad6139bb Making tests discoverable 2010-07-20 18:30:15 +02:00
Jorgen Stenarson 1a8d359755 Merged fixes for 1.6.1 2010-07-20 18:24:29 +02:00
Jorgen Stenarson b656ba1f3a Add default for ctrl-h same as backspace 2010-07-19 19:14:38 +02:00
Jorgen Stenarson 10b63b2321 Bumping version to 1.6.1 2010-07-19 19:09:58 +02:00
Jorgen Stenarson a37bedc634 Fix to #607329. Error in setup.py when sphinx is not installed. 2010-07-19 19:09:00 +02:00
Jorgen Stenarson 255e87419a Tab-completion problem in Python2.6 fixed.
In python 2.6 tabcompletion autoappends ( to callables. There is now an
example in startup.py on how to disable this. There was also a bug in 
the completion code that prevented a full list of completions from being
printed in some cases.
2010-07-15 23:52:43 +02:00
Jorgen Stenarson 0fd037b8c0 Merge changes from 1.6 release 2010-07-15 20:44:41 +02:00
Jorgen Stenarson 76080fa885 Fixing release.py for 1.6 2010-07-15 19:54:44 +02:00
Jorgen Stenarson 661f396303 Adding cleanup code to fix problem in python 2.7 2010-07-15 19:52:53 +02:00
Jorgen Stenarson bccf027a41 Setting version to 1.6 and adding build-doc.bat 2010-07-15 19:09:35 +02:00
Jorgen Stenarson ea3dcdd168 Fixes for bugs #357977 and #372568. 2010-07-15 18:23:16 +02:00
Jorgen Stenarson f3d3b840b8 Changing default status of complete_filesystem to off 2010-07-04 21:21:06 +02:00
Jorgen Stenarson 2c56c1f08a Removed print debugging 2010-02-22 20:25:18 +01:00
Jorgen Stenarson a4e4163575 Make it possible to bind a function to a key 2010-02-22 19:51:08 +01:00
Jorgen Stenarson 3721005ad9 Fix for Bug 524511. Make it possible to disable filesystem completion 2010-02-22 19:34:52 +01:00
Jorgen Stenarson 5d2f4c4c34 Fixes to logging module 2010-01-29 19:21:25 +01:00
Jorgen Stenarson cd33adfe98 Fix to make it possible to disable pyreadline from ini file 2010-01-28 20:36:47 +01:00
Jorgen Stenarson c6f87d0474 Merging refactoring branch 2009-10-06 19:42:15 +02:00
Jorgen Stenarson 6081024aaa Fix for incremental search. Ctrl-S only generates events on key release events 2009-10-06 19:36:27 +02:00
Jorgen Stenarson 229b5da29c Add some enure_unicode, ensure_str. 2009-01-12 23:26:33 +01:00
Jorgen Stenarson 87da34ebf2 Add some ensure_unicode, ensure_str. 2009-01-11 17:53:31 +01:00
Jorgen Stenarson a7927dc347 merge of new-docs from trunk 2008-12-17 19:48:22 +01:00
Jorgen Stenarson 9a55d48ffd merge from trunk 2008-12-17 19:47:44 +01:00
Jorgen Stenarson ebe3715dba merge docchanges from new-docs branch 2008-12-17 19:46:35 +01:00
Jorgen Stenarson f98c8b4f55 ansi color patch from david shilvock 2008-12-17 19:27:56 +01:00
Jorgen Stenarson f08b5b1c5a reformatting pyreadline/lineeditor/*.py 2008-11-12 22:56:56 +01:00
Jorgen Stenarson ece97cb36e Reformatted pyreadline/keysyms/*.py 2008-11-12 22:31:13 +01:00