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
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