Commit Graph

211 Commits

Author SHA1 Message Date
Jrgen Stenarson 10d345f82a adding entry for *.*~ to gitignore 2013-04-03 19:27:18 +02:00
Jrgen Stenarson b3bf3428e0 Updating docs 2013-04-03 19:26:34 +02:00
Jrgen Stenarson b2e55df8e3 bump version to 2.0 2013-04-03 19:24:30 +02:00
Jörgen Stenarson 9fcaa48cbe Handle non-ascii for history and ini filenames 2013-04-03 18:53:36 +02:00
Jörgen Stenarson d7fc18bf5f Create README.rst 2013-04-03 19:51:40 +03:00
Jörgen Stenarson 8edfe8c2cb Merge pull request #10 from teegaar/master
fix problems with non-ASCII text in clipboard (issue #9)
2013-03-27 14:26:57 -07:00
teegaar 514ed19e1b fix problems with non-ASCII text in clipboard
fix issue #9
2012-11-10 21:57:57 +04:00
Jörgen Stenarson c1a9ce4e23 Merge pull request #7 from jstenar/master
History and logserver fix
2012-08-21 00:38:41 -07:00
jstenar ff1dfb08f1 Ensure add_history adds unicode string 2012-08-17 09:12:38 +02:00
jstenar aacd8b5356 Make logserver.py callable
To be callable there can be no relative imports.
2012-08-17 09:01:38 +02:00
Jrgen Stenarson 98e8ae09ab Make show_all_if_ambiguous mode='on' the default 2012-06-27 21:15:59 +02:00
Jrgen Stenarson 7acedc9939 Removing unecessary import of pdb, can cause problems #1 2012-06-27 20:39:33 +02:00
Jörgen Stenarson c5c023608f Merge pull request #4 from willbr/master
issue 3; vi mode not upding history
2012-06-27 11:32:58 -07:00
Jörgen Stenarson 37a2129b0c Merge pull request #6 from jstenar/unicode_write_scrolling
Fix unicode problem in write_scrolling
2012-06-27 11:26:35 -07:00
jstenar 01b6bfeb9d Fix unicode problem in write_scrolling 2012-05-16 09:01:14 +02:00
Jrgen Stenarson 764360a21a Make sure format string is of str type 2012-05-10 20:31:36 +02:00
William Bettridge-Radford efe540bb9e fixing vi mode not updating history 2012-03-22 21:03:06 +00:00
Jrgen Stenarson 6405949f43 Changes to build process 2012-02-16 19:38:17 +01:00
Jrgen Stenarson f6b7a64b2e renaming .bzrignore to .gitignore 2012-02-15 21:15:18 +01:00
Jrgen Stenarson ecd790274b fixing warnings during unittest with python3 2012-02-15 21:13:44 +01:00
Jrgen Stenarson cf124a0d72 py3k unified files pyreadline/test/*.py 2012-02-15 21:07:30 +01:00
Jrgen Stenarson e312fb0a1e py3 unified files pyreadline/modes/*.py 2012-02-15 20:57:27 +01:00
Jrgen Stenarson 7d73e01a56 py3 unified pyreadline/lineeditor/lineobj.py 2012-02-15 20:47:28 +01:00
Jrgen Stenarson 7e1173a218 py3 unified files pyreadline/keysyms/*.py 2012-02-15 20:44:45 +01:00
Jrgen Stenarson a5d8b6e629 py3 unified files in pyreadline/console/*.py 2012-02-15 20:39:56 +01:00
Jrgen Stenarson a85c6d43be py3 unified files pyreadline/clipboard/*.py 2012-02-15 20:24:08 +01:00
Jrgen Stenarson 0fb82959c2 py3 unification of pyreadline/*.py files 2012-02-15 20:18:50 +01:00
Jrgen Stenarson 74ca9e108a Adding __future__ imports to all files 2012-02-15 18:38:16 +01:00
Jrgen Stenarson 8a64799946 Return str from get_completer_delims on python3 2011-11-16 20:22:13 +01:00
Jorgen Stenarson 94d2539dfc Bad fix for crash on python3, some conflict with 64-bit fix and _strncpy.
Removed restype and argtypes on _strncpy for python3.
2011-10-06 21:48:31 +02:00
Jorgen Stenarson 2fb5df1811 Merging python3 fixes from Shimizukawa 2011-10-06 21:02:52 +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
shimizukawa 2a03c0cab6 fixed: bytes iteration generate int literal instead of bytes literal 2011-04-23 17:25:23 +09: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
shimizukawa 10b2612e14 update documents. 2011-04-10 03:16:43 +09:00
shimizukawa 88b892079d setup now have 2to3 sequence that functionality depend on distribute package. 2011-04-10 03:00:18 +09:00
shimizukawa d2e943c670 remove syntax rely on python2. 2011-04-10 02:09:27 +09:00
shimizukawa d398d1e987 bytes/str/unicode tweaking for py2/3. 2011-04-09 18:46:51 +09:00
shimizukawa 08f4cf1c2b bytes/str/unicode tweaking for py2/3. 2011-04-09 18:22:08 +09:00
shimizukawa 317402ad24 new module was deprecated at python2.6 and types work with py2/3. 2011-04-09 18:15:19 +09:00
shimizukawa bf8f52bad9 bytes/str/unicode tweaking for py2/3. 2011-04-09 18:04:41 +09:00