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
Typo, formatting, minor wording for README More... over 7 years ago
Update README to highlight one vital contributor's role in getting 2.7.1 out More... over 7 years ago
Updated several extlibs to most recent versions as of this writing. Libs where an update attempt caused notable issues were left unmodified. More... over 7 years ago
Make zipimporter archive attribute FS-encoded to allow for non-ascii paths. More... over 7 years ago
Implemented workaround for #2536 by adding warning and skipping dangerous tests. Issue is kept open to discuss better future solutions. More... over 7 years ago
Improve handling of Jython home directory in launcher. More... over 7 years ago
Update to NEWS concerning (fixes #1839, #2356) More... over 7 years ago
Merge UTF-8 file system encoding changes to trunk (fixes #1839, #2356) More... over 7 years ago
Fix test_runpy failure due to unicode zip-file name, observed on Linux. More... over 7 years ago
Fixed #2579. Updated NEWS. More... over 7 years ago
Fixed #2570 by monkeypatching setuptools.command.easy_install.py in case of OSX. More... over 7 years ago
Add a Java 8 linux build targets on Travis More... over 7 years ago
Handle filenames consistently as bytes or unicode fixes #1839 and #2356. More... over 7 years ago
Fixes encodings._java for incremental mode of gbk/cp936 More... over 7 years ago
Skip test_io failure in concurrent access to a buffered file (#2588). More... over 7 years ago
Merged PR #75 / PR #77 -- Fix #2585 test_ssl test failure More... over 7 years ago
Merged PR #74 -- Update copyright dates More... over 7 years ago
Merged PR #73 -- Update NEWS More... over 7 years ago
Merge work on non-ascii file/user names to trunk. More... over 7 years ago
Fix #2313 test_jython_initializer fails on Windows. More... over 7 years ago
Fix regressions caused (bugs revealed) by UTF-8 file paths. Fixes #2356. More... over 7 years ago
Handle paths used in import and exception text as String or Unicode. More... over 7 years ago
Use UTF-8 for file paths expressed in bytes. More... over 7 years ago
Rework launcher jython.py to allow for non-ascii paths on Windows. More... over 7 years ago
Merged PR #68 - #2554 Add a test skip if no Java compiler is available (e.g JRE not JDK) More... over 7 years ago
Merged PR #69 - Correct white space formatting mistake More... over 7 years ago
Implemented sys._current_frames. More... over 7 years ago
Exclude test_tarfile from regrtest (all platforms). #2574 refers. More... over 7 years ago
Tweak build.xml to allow for non-ascii paths on Windows. More... over 7 years ago
Fixes #2399 test_sort failure on Java 8 This approach caches the exception raised in the comparator and then allows the sort to continue. At the end it checks if any exceptions were raised and re-throws them. More... almost 8 years ago