E&S CVS Commit: Jython - First, primitive beginning of an ExtensionClass package for Jython 2.1a.

pje at eby-sarna.com pje at eby-sarna.com
Sun Jul 15 15:00:00 EDT 2001


Module Name:	Jython
Committed By:	pje
Date:		Sun Jul 15 18:59:25 UTC 2001

Added Files:
	Jython/JExtClass: build.xml
	Jython/JExtClass/org/python/core: PyExtClass.java PyExtInstance.java
	Jython/JExtClass/org/python/modules: ExtensionClass.java

Log Message:
First, primitive beginning of an ExtensionClass package for Jython 2.1a.
Requires PyMetaClass patch.  Install by adding "ExtensionClass" to the
builtins property of the Jython registry, and putting ExtensionClass.jar
on the Java classpath used to run Jython.  "Base" is the only thing
available so far, and it only has a partial implementation of the
__of__ protocol.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/Jython/JExtClass/build.xml?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/Jython/JExtClass/org/python/core/PyExtClass.java?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/Jython/JExtClass/org/python/core/PyExtInstance.java?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/Jython/JExtClass/org/python/modules/ExtensionClass.java?rev=1.1&content-type=text/vnd.viewcvs-markup

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 Jython/JExtClass/build.xml
cvs rdiff -r0 -r1.1 Jython/JExtClass/org/python/core/PyExtClass.java \
    Jython/JExtClass/org/python/core/PyExtInstance.java
cvs rdiff -r0 -r1.1 Jython/JExtClass/org/python/modules/ExtensionClass.java

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.





More information about the source-changes mailing list