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
Treat illegal reflective access in test_gc_jy. More... about 6 years ago
Treat illegal reflective access in test_java_visibility. More... about 6 years ago
Treat illegal reflective access in test_codecs_jy. More... about 6 years ago
Remove -E from jython.py (fixes #2707) and improve --print on Linux More... about 6 years ago
Fix handling of -Dprop=v in Jython main() options parser. More... about 6 years ago
Unify approach to isInteractive(). More... over 6 years ago
Minor clean-up in jython.java and fix --version option (is -V not -v). More... over 6 years ago
Factor out some pre-Python runtime support and implement PYTHONINSPECT. More... over 6 years ago
Retire SystemRestart. More... over 6 years ago
Re-write main program logic to be more like the CPython main.c (partial #2686) More... over 6 years ago
Fix all present irregularities in the javadoc More... over 6 years ago
Separate main and test material into JARs during Gradle build. More... over 6 years ago
Rework Gradle build to obtain distributable JAR and POM, both correct. More... over 6 years ago
Build a distributable JAR with Gradle (.pom needs work). More... over 6 years ago
Improve support for Windows UNC paths in getJarFileNameFromURL. More... over 6 years ago
Enable PySystemStateTest in Gradle build following fix for #2410. More... over 6 years ago
Re-work Py.getJarFileNameFromURL to fix #2410.
Richienb
as Richie Bendall
More... over 6 years ago
Clean up Demo directory Python content for readability
Richienb
as Richie Bendall
More... over 6 years ago
Merge Gradle build script addition to trunk. More... over 6 years ago
Correct result of != comparison against List, Set, Map (fixes #2639) More... over 6 years ago
Provide Gradle build script with jar and test targets. More... over 6 years ago
Fixes #2672 by applying github PR #102 by James Mudd with minor edits. More... over 6 years ago
Fixed #2688. More... over 6 years ago
Add a test for Gregorian proleptic interpretation in time module. More... over 6 years ago
Make the calendar used by the time module Gregorian proleptic. More... over 6 years ago
Clarify contract of Py.isInteractive and use it in util.jython.run() More... over 6 years ago
Avoid private member access in subprocess.py. Contributes to #2656. More... over 6 years ago
Update Netty jars to 4.1.24. Contributes to #2656. More... over 6 years ago
Update JNR Posix and FFI jars. Contributes to #2656. More... over 6 years ago
Determine console encoding without private method access (fixes #2659) More... over 6 years ago