-
leosoto committed revision 6937 to the Jython SVN repository, changing 2 files.
2009-11-04 01:11:20 UTC in Jython
-
leosoto committed revision 6717 to the Jython SVN repository, changing 1 files.
2009-08-24 03:30:29 UTC in Jython
-
leosoto committed revision 6634 to the Jython SVN repository, changing 1 files.
2009-08-06 20:17:09 UTC in Jython
-
The current _completer.py messes up True/False builtins, by assuming that Jython doesn't define True/False (which was true until 2.5).
Problems with this are very rare, but also very hard to debug when they appear (I got one when running a console with Django/Jython).
The fix separates the check for Jython and the check for existence of True/False.
2009-07-01 05:19:14 UTC in Pydev for Eclipse