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
Trivial reformatting to PySystemState (whitespace and comments). More... over 6 years ago
Avoid reflective access warnings on modular Java platform. Fixes #2662. More... over 6 years ago
Restore ordering of method list in PyJavaType. More... over 6 years ago
Refactor PyJavaType.init for readability (no material change). More... over 6 years ago
Rebuild jython.exe following jython.py changes More... over 6 years ago
Tolerate looser order of Python and Java arguments to launcher. More... over 6 years ago
Allow JAVA_STACK and JAVA_MEM to be just the size. Fixes #2501. More... over 6 years ago
Use relative path in launcher only if shorter than absolute path More... over 6 years ago
Catch-up on bug-fixes in NEWS More... almost 7 years ago
PyException.getMessage() returns similar message to Python (fixes #2650) More... almost 7 years ago
Fix #2403, VerifyError when implementing interface default methods More... almost 7 years ago
Add shadowstr.derived More... almost 7 years ago
Revise PyShadowString to speed up the target test and for simplicity. More... about 7 years ago
Allow PyShadowString to be a base and test fully as a str. More... about 7 years ago
Correct use of encoding in test_os_jy test of getcwd. Fixes #2646. More... about 7 years ago
Add a test for PyShadowString matching More... about 7 years ago
Identify as 2.7.2a1+ More... about 7 years ago
Added tag v2.7.2a1 for changeset dfc49bafbe79 More... about 7 years ago
Update version reported to 2.7.2a1 More... about 7 years ago
Accept unicode arguments at a csv.writer (fixes #2632). More... about 7 years ago
Mixed comparison (unicode, str) respects default encoding (fixes #2638). More... about 7 years ago
Respect default encoding when coercing str to unicode (addresses #2638). More... about 7 years ago
Formatting only (PyUnicode, PyString) More... about 7 years ago
Add a note to jython.py on how to regenerate jython.exe More... about 7 years ago
#2607, #2620 Fix "Error loading Python DLL" (error code 14001) The problem is caused by the python27.dll file being external to the .exe See https://stackoverflow.com/questions/19225132/pyinstaller-not-working-on-simple-helloworld-program More... about 7 years ago
Replaced PyDictionary in _json.Encoder by AbstractDict entirely. Related to #2622. More... about 7 years ago
Some fixes in doc of gc.java. More... about 7 years ago
Merged heads. More... about 7 years ago
Merged https://github.com/jythontools/jython/pull/85 - Make fields used for synchronisation final to protect against NPE More... about 7 years ago
Merge PyType refactoring to trunk. More... about 7 years ago