public inbox for rhug-cvs@sourceware.org
help / color / mirror / Atom feed
* rhug/jython/upstream/src/org/python core/PyLon ...
@ 2001-10-19 16:38 apbianco
  0 siblings, 0 replies; only message in thread
From: apbianco @ 2001-10-19 16:38 UTC (permalink / raw)
  To: rhug-cvs

CVSROOT:	/cvs/rhug
Module name:	rhug
Changes by:	apbianco@sources.redhat.com	2001-10-19 16:38:02

Modified files:
	jython/upstream/src/org/python/core: PyLong.java 
	jython/upstream/src/org/python/util: ReadlineConsole.java 
Removed files:
	jython/upstream/src/org/python: ArgParser.java 
	                                AutoInternalTables.java 
	                                BytecodeLoader.java 
	                                BytecodeLoader1.java 
	                                BytecodeLoader2.java 
	                                CachedJarsPackageManager.java 
	                                ClassDictInit.java 
	                                CollectionProxy.java 
	                                CollectionProxy2.java 
	                                CompilerFlags.java 
	                                ExtraMath.java InitModule.java 
	                                InternalTables.java 
	                                InternalTables1.java 
	                                InternalTables2.java 
	                                Java2Accessibility.java 
	                                JavaAccessibility.java 
	                                Loader.java MakeProxies.java 
	                                Options.java PackageManager.java 
	                                PathPackageManager.java Py.java 
	                                PyArray.java PyBeanEvent.java 
	                                PyBeanEventProperty.java 
	                                PyBeanProperty.java 
	                                PyBuiltinFunctionSet.java 
	                                PyCell.java PyClass.java 
	                                PyCode.java PyComplex.java 
	                                PyCompoundCallable.java 
	                                PyDictionary.java 
	                                PyEllipsis.java PyException.java 
	                                PyFile.java 
	                                PyFinalizableInstance.java 
	                                PyFloat.java PyFrame.java 
	                                PyFunction.java 
	                                PyFunctionTable.java 
	                                PyInstance.java PyInteger.java 
	                                PyJavaClass.java 
	                                PyJavaInnerClass.java 
	                                PyJavaInstance.java 
	                                PyJavaPackage.java PyList.java 
	                                PyLong.java PyMetaClass.java 
	                                PyMethod.java PyModule.java 
	                                PyNone.java PyObject.java 
	                                PyProxy.java 
	                                PyReflectedConstructor.java 
	                                PyReflectedField.java 
	                                PyReflectedFunction.java 
	                                PyRunnable.java PySequence.java 
	                                PySingleton.java PySlice.java 
	                                PyString.java PyStringMap.java 
	                                PySyntaxError.java 
	                                PySystemState.java 
	                                PyTableCode.java 
	                                PyTraceback.java PyTuple.java 
	                                PyXRange.java 
	                                PythonTraceFunction.java 
	                                ReflectedArgs.java 
	                                ReflectedCallData.java 
	                                SoftIInternalTables.java 
	                                StderrWrapper.java 
	                                StdoutWrapper.java 
	                                SysPackageManager.java 
	                                SyspathArchive.java 
	                                SyspathJavaLoader.java 
	                                ThreadState.java 
	                                ThreadStateMapping.java 
	                                ThreadStateMapping2.java 
	                                TraceFunction.java 
	                                WeakInternalTables.java 
	                                __builtin__.java codecs.java 
	                                exceptions.java imp.java 
	                                parser.java ucnhashAPI.java 

Log message:
	2001-10-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
	
	* upstream/src/org/python/core/PyLong.java: (PyLong): Work around
	java/4583.
	* upstream/src/org/python/util/ReadlineConsole.java: (raw_imput):
	Catch java.io.IOException.
	
	( Don't know why my `cvs commit jython/' didn't catch this. )

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ArgParser.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/AutoInternalTables.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/BytecodeLoader.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/BytecodeLoader1.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/BytecodeLoader2.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/CachedJarsPackageManager.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ClassDictInit.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/CollectionProxy.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/CollectionProxy2.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/CompilerFlags.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ExtraMath.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/InitModule.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/InternalTables.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/InternalTables1.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/InternalTables2.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/Java2Accessibility.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/JavaAccessibility.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/Loader.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/MakeProxies.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/Options.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PackageManager.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PathPackageManager.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/Py.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyArray.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyBeanEvent.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyBeanEventProperty.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyBeanProperty.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyBuiltinFunctionSet.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyCell.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyClass.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyCode.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyComplex.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyCompoundCallable.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyDictionary.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyEllipsis.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyException.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyFile.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyFinalizableInstance.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyFloat.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyFrame.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyFunction.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyFunctionTable.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyInstance.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyInteger.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyJavaClass.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyJavaInnerClass.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyJavaInstance.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyJavaPackage.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyList.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyLong.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyMetaClass.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyMethod.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyModule.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyNone.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyObject.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyProxy.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyReflectedConstructor.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyReflectedField.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyReflectedFunction.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyRunnable.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PySequence.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PySingleton.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PySlice.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyString.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyStringMap.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PySyntaxError.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PySystemState.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyTableCode.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyTraceback.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyTuple.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PyXRange.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/PythonTraceFunction.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ReflectedArgs.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ReflectedCallData.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/SoftIInternalTables.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/StderrWrapper.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/StdoutWrapper.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/SysPackageManager.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/SyspathArchive.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/SyspathJavaLoader.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ThreadState.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ThreadStateMapping.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ThreadStateMapping2.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/TraceFunction.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/WeakInternalTables.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/__builtin__.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/codecs.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/exceptions.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/imp.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/parser.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/ucnhashAPI.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/core/PyLong.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/jython/upstream/src/org/python/util/ReadlineConsole.java.diff?cvsroot=rhug&r1=1.1.1.1&r2=1.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-19 16:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-19 16:38 rhug/jython/upstream/src/org/python core/PyLon apbianco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).