57
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 17 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug in computing initial index for negative identityHashCode's. Only showed up in SUN's jdk1.2beta3 with JIT disabled. More... almost 26 years ago
Make withinnner package private to avoid naming conflicts More... almost 26 years ago
--HG-- extra : convert_revision : svn%3A79b11f02-f210-0410-99aa-fb189b3d1ac4/jython/trunk%4042 More... almost 26 years ago
Add in experimental inner class support Set python.options.innerclasses to true to enable this feature More... almost 26 years ago
Small mods to frequently used files More... almost 26 years ago
Allow a name to be specified for test frames More... about 26 years ago
Remove unnecessary super.__init__(self) calls More... about 26 years ago
Minimal string depends on strop.java to do all work More... about 26 years ago
--HG-- extra : convert_revision : svn%3A79b11f02-f210-0410-99aa-fb189b3d1ac4/jython/trunk%4036 More... about 26 years ago
Change getsockname() so it will work before the bind() or connect(). More... about 26 years ago
Return the top level frame from pawt.test More... about 26 years ago
Moving many modules to builtins Will let JPython interact better with standard Python Lib's More... about 26 years ago
Back to previous version More... about 26 years ago
Add pawt.swing to point to swing package. In jdk1.2 this is java.awt.swing In jdk1.1 this is com.sun.java.awt.swing More... about 26 years ago
Updated? Applet Demos More... over 26 years ago
--HG-- extra : convert_revision : svn%3A79b11f02-f210-0410-99aa-fb189b3d1ac4/jython/trunk%4029 More... over 26 years ago
--HG-- extra : convert_revision : svn%3A79b11f02-f210-0410-99aa-fb189b3d1ac4/jython/trunk%4028 More... over 26 years ago
--HG-- extra : convert_revision : svn%3A79b11f02-f210-0410-99aa-fb189b3d1ac4/jython/trunk%4026 More... over 26 years ago
Adding to standard library More... over 26 years ago
Simple Graphing demo More... over 26 years ago
First example of making Python class available as Java class More... over 26 years ago
Real working applet demos More... over 26 years ago
Update for new beans-like style More... over 26 years ago
--HG-- extra : convert_revision : svn%3A79b11f02-f210-0410-99aa-fb189b3d1ac4/jython/trunk%4021 More... over 26 years ago
Turns out that calling close() in __del__() is wrong: when the More... over 26 years ago
Add shutdown() method -- mostly dummy, but used to make More... over 26 years ago
A somewhat working socket implementation. This implements More... over 26 years ago
Registry suitable for distribution More... over 26 years ago
--HG-- extra : convert_revision : svn%3A79b11f02-f210-0410-99aa-fb189b3d1ac4/jython/trunk%4016 More... over 26 years ago
Use string.atoi() and string.atof() instead of int() and float(). More... over 26 years ago