| 6982 25.02.2010 04:53:18, by
thobes
Added an update/fix for the automatic coercion of PyFunction to single method interfaces. |
| 6981 22.02.2010 23:55:30, by
zyasoft
Fixed #1559 by refactoring time.strptime so it uses the same correct day of week conversion from Java's Calendar class |
| 6980 14.02.2010 20:32:04, by
pjenvey
oops, commit the real jar |
| 6979 14.02.2010 04:11:06, by
pjenvey
use a Linux jffi stub built for older Linuxes (ubuntu dapper) fixes #1518 |
| 6978 14.02.2010 04:04:57, by
pjenvey
unused imports |
| 6977 12.02.2010 22:53:00, by
wmeissner
Fix issue #1554 ctypes module has no attribute '__version__'
ctypes.__version__ is now 0.0.1 |
| 6976 03.02.2010 02:28:54, by
wmeissner
Merge ctypes branch revisions r6701:6975 into trunk |
| 6975 03.02.2010 01:30:00, by
wmeissner
Add jffi-0.6.5.jar. This is a java-only change, so no stub libs need to be updated. |
| 6974 02.02.2010 18:13:53, by
nriley
Missed updating NEWS |
| 6973 31.01.2010 07:16:21, by
leosoto
Fixed problems introduced with the recent class loading refactor.
Note that we still do not have a stable/consistent classloading hierarchy in place. But we are closer. |
| 6972 30.01.2010 17:36:46, by
juneau001
Updating twitter script to fix the size of the photos. |
| 6971 30.01.2010 17:33:53, by
juneau001
Updating news for jython.org |
| 6970 30.01.2010 17:06:59, by
leosoto
Cleanup of class-loading strategy
SyspathJavaLoader is now a delegating classloader. Its parent is the context class loader, for backwards compatibility. And when sys.classLoader is set, it willdelegate to it, WITHOUT searching on sys.path, but after the regular parent delegation.
The parent of SyspathJavaLoader is determined by imp.getParentClassLoader, to allow other class loading components to use a consistent parent.
Refactored findClass/findClassEx to eliminate code duplications and to use:
- only sys.classLoader if it is set - SyspathJavaLoader if it can be used - SyspathJavaLoader's parent if SyspathJavaLoader can't be used - Class.forName(String) as a last resort
Refactored ClassPathImporter to use SyspathJavaLoader's parent if sys.classLoader is not set. |
| 6969 30.01.2010 11:14:30, by
wmeissner
Fixes for CType changes |
| 6968 30.01.2010 09:08:55, by
wmeissner
Remove the float paths from fast-int invokers, so ctypes works with jffi-0.6 |
| 6967 30.01.2010 09:02:18, by
wmeissner
Add workarounds to make sure jffi.Type does not get loaded by the exposed types processor, so jython still builds, even if there is not libjffi stub lib available for the current arch |
| 6966 30.01.2010 08:53:18, by
otmarhumbel
handle CLASSPATH containing () - fixes issue #1548 |
| 6965 30.01.2010 07:31:45, by
otmarhumbel
handle CLASSPATH containing () - fixes issue #1548 |
| 6964 24.01.2010 02:19:10, by
nriley
Undo an unnecessary double check. |
| 6963 24.01.2010 02:15:55, by
nriley
Better handle errors where a BufferedReader cannot be constructed while parsing (i.e., there are issues with underlying Reader). Partially addresses #1536. |
|
|