Commit Graph

187 Commits

Author SHA1 Message Date
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
shimizukawa 452c5d831c add ignore for python3's pyc cache directory. 2011-04-09 17:06:00 +09:00
shimizukawa 88df4051ed remove 'exceptions' package name. it is not need in Python2 and Python3. 2011-04-09 16:52:04 +09:00
shimizukawa 0722906956 remove relative import for adapt to 2to3 2011-04-09 16:21:32 +09:00
shimizukawa e3e4299233 revert python3 support. 2011-04-09 16:18:47 +09:00
shimizukawa c7f6181845 fix for python3: fp.write() need bytes object instead of str. 2011-03-30 09:34:12 +09:00
shimizukawa 676eb1cb0b fix for python3: new.instancemethod was replaced with types.MethodType 2011-03-30 09:23:29 +09:00
shimizukawa fa8ef34901 update document. 2011-03-30 00:57:50 +09:00
shimizukawa fcfc113c12 change function name: ensure_str -> ensure_bytes.
change function name: ensure_unicode -> ensure_str.
2011-03-30 00:51:53 +09:00
shimizukawa 315830d67d fix for python3 bytes/str type mismatch. 2011-03-30 00:47:36 +09:00
shimizukawa be456b10c8 add ignore for python3's pyc cache directory. 2011-03-30 00:46:51 +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 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