Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 7082  Next ›
7082 28.07.2010 01:44:47, by pjenvey
fix array breaking __radd__ fallbacks
fixes #1622
7081 20.07.2010 07:20:12, by zyasoft
Added test to verify that single method interface support does not
break java.lang.Object methods like toString. (This was actually fixed
by Tobias in r6982.)
7080 20.07.2010 06:28:59, by zyasoft
Fixes SyspathJavaLoader so that packages added to sys.path work with
Java's standard resource loading (getResource, getResourceAsStream)
methods. Resolves #1373.

Thanks Justin Deoliveira and Costantino Cerbo for contributing this patch.
7079 20.07.2010 05:50:50, by zyasoft
Fixed magic comments for source encoding so that it only looks at
actual comments (first two lines), not other source text. Resolves
#1506
7078 14.07.2010 07:12:19, by zyasoft
Added specific support of threading.Thread.__tojava__, which enables
the underlying Java thread to be accessed. Also restored concurrency
of the canonical maps by switching to Google Guava to support them
with MapMaker. Fixes #1630.
7077 14.07.2010 06:18:08, by otmarhumbel
add the missing bugs fixed in 2.5.2b1
7076 09.07.2010 07:50:59, by otmarhumbel
website updates for 2.5.2b1
7075 27.06.2010 06:55:37, by otmarhumbel
tag the 2.5.2b1 release
7074 27.06.2010 06:51:29, by otmarhumbel
prepare for 2.5.2b1
7073 26.06.2010 08:26:04, by otmarhumbel
for eclipse users: add the new guava-r05.jar to .classpath
7072 26.06.2010 08:04:00, by zyasoft
Fixed #1522 by weakening references in class_to_type map (both key and
value). However, in certain cases our code expects that these refs are
in fact hard, so make all exposed types hard and also by default
PyType#fromClass will add a hard ref. In contrast, types imported in
that proxy Java classes should now be weak.

Added Guava R05 (which includes google collections), to support the
desired map. We may wish to strip this down, however, it could be
useful in the future too.
7071 26.06.2010 06:03:22, by zyasoft
Added test code to verify that proxies are not leaked by hard refs in
PyType#class_to_test. This will cause the regrtest to fail until the
patch in issue 1522 is also applied (other issues apply in its
integration unfortunately).
7070 25.06.2010 16:22:08, by amak
Fix for bug 1614: minidom chunks the character input on multi-line values
7069 25.06.2010 15:16:13, by fwierzbicki
Update for next release.
7068 25.06.2010 00:16:42, by otmarhumbel
accept directories containing + signs,
both during installation and at runtime in standalone mode
7067 23.06.2010 22:25:08, by zyasoft
PyType#class_to_type should only have weak ref to Java classes being so mapped - this is important so that GC can occur on these classes
7066 16.06.2010 16:46:34, by zyasoft
Reflected method fixes:

Fixes #1605 by having PyComplex#__tojava__ refuse to convert to
anything but itself (restores old behavior before adding support for
faux floats)

Fixes #1615 by supporting varargs Java methods, so that a method
marked as test(String...) can be called as either test("abc", "xyz")
or, because it's reasonable in Java, test(["abc", "xyz"])
7065 15.06.2010 08:34:16, by otmarhumbel
handle arguments containing % signs
partly fixes issue #1599
7064 15.06.2010 08:33:20, by otmarhumbel
require subprocess again
7063 03.06.2010 05:53:11, by pjenvey
fix caching of packages with dir listings larger than the 64k DataOutputStream
UTF-8 string limit. changes the packagecache on disk format but in a backwards
compatible way
fixes #1595
patch from bpedman
1 2 3 4 5 6 7 8 9 10 Next