57
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgrade bundled pip and setuptool Update pip 9.0.1 to 19.1 Update setuptools 28.8.0 to 41.0.1 More... over 5 years ago
#2768 Allow bytearray + and += to accept buffer protocol objects More... over 5 years ago
Remove now unsupported Oracle JDK 7 Travis target (bug 2766) More... over 5 years ago
Add skip for Java 7 to failing test in test_ssl (see bjo #2770) More... over 5 years ago
Upgrade Google guava JAR to 27.1 (fixes #2728) More... over 5 years ago
Upgrade BouncyCastle JARs to 1.61 (fixes #2742) More... over 5 years ago
Upgrade Apache commons-compress to 1.18 (fixes #2762) More... over 5 years ago
Avoid some deprecation warnings. Remaining ones should still nag us. More... over 5 years ago
Update JNR/JFFI and ARM stub. Fixes GH-108. More... over 5 years ago
Close underlying file in FileIO.close, even on error. More... over 5 years ago
Return Java super-class to first position in type.__bases__. Fixes bjo #2445. More... over 5 years ago
(Trivial) documentation additions and code clarity around PyJavaType.java. More... over 5 years ago
Comments and minor re-write of PyJavaType.handleMroError More... over 5 years ago
(Trivial) coding standard adjustments and copyright notice in struct.java. More... over 5 years ago
Allow struct unpack and unpack_from bytearray and buffer (GH-121) More... over 5 years ago
Respect AST.lineno in compiled code (fixes #2635). More... over 5 years ago
Improve test coverage in test_dict_jy and conformance to dict of Map proxies. More... over 5 years ago
Add skip for test_setdefault_atomic in tests of ConcurrentHashMap. More... over 5 years ago
Avoid generating Unicode characters in repr of JavaProxyMap (fixes bjo #2649). More... over 5 years ago
Improve coverage of map types available from Java in test_dict_jy. More... almost 6 years ago
Improvements to marshal and its error messages, and fix for bjo #2744. More... almost 6 years ago
marshal to raise error when fed unmarshalable object. Fixes #2077. More... almost 6 years ago
Update test_marshal from lib-python and add some skips. More... almost 6 years ago
Improve complex MRO handling. (Fixes bjo #2445.) More... almost 6 years ago
Revise error messages from oversize byte code work-around. (Fixes #2732.) More... almost 6 years ago
Support Unicode in zxJDBC exceptions. More... almost 6 years ago
Further comments in imp.java and clean-up for intelligibility. More... almost 6 years ago
Update NEWS with recently closed bugs. More... almost 6 years ago
Attribute access is import *only* for Java packages and classes (fixes #2654). More... almost 6 years ago
Improve comments to methods associated with import processing. More... almost 6 years ago