close
The Wayback Machine - https://web.archive.org/web/20150718033825/https://hg.python.org/jython

log

Server-side clone
age author description
Sun, 17 May 2015 09:10:22 +0100 Jeff Allen Merge recent import-related fixes to trunkdefault tip
Sat, 16 May 2015 23:14:06 +0100 Jeff Allen Improve ClasspathPyImporter PEP302 optional methods. Fixes #2058, #1879.
Thu, 26 Sep 2013 11:21:58 +0200 Raphael Jolly ClasspathPyImporter implements get_data(); addresses #2058.
Thu, 14 May 2015 22:39:25 +0100 Jeff Allen Support Python modules from JAR on class path. Addresses #1879
Sun, 10 May 2015 18:46:03 +0100 Jeff Allen Selectively update test.test_support from CPython 2.7
Sun, 10 May 2015 09:18:08 +0100 Jeff Allen Remove 2 skips from passing tests in test_classpathimporter
Tue, 12 May 2015 18:10:07 +0200 Stefan Richthofer Fixed issue 2336.
Mon, 11 May 2015 14:44:59 +0200 Stefan Richthofer Fixed issue 2337.
Mon, 04 May 2015 22:23:58 +0100 Jeff Allen Merge misc improvements to import
Mon, 04 May 2015 11:16:59 +0100 Jeff Allen Increment the API version (see #2158) & enable detailed error messages.
Sun, 03 May 2015 21:24:54 +0100 Jeff Allen Correct level in relative * imports. Fixes #2158 and #2259.
Sat, 02 May 2015 23:32:52 +0100 Jeff Allen Fix #2347, sensitivity to actual package in PEP 328 tests.
Mon, 27 Apr 2015 18:50:38 +0100 Jeff Allen Formatting changes (whitespace only) to import-related files.
Mon, 20 Apr 2015 18:36:05 +0100 Jeff Allen test_import runs on Windows. Fixes #3210.
Mon, 20 Apr 2015 11:04:14 +0100 Jeff Allen Add test/symlink_support.py from lib-python to Lib (unchanged).
Wed, 29 Apr 2015 02:34:13 +0000 Frank Wierzbicki Added tag v2.7.0 for changeset 77e0e7c87bd1
Wed, 29 Apr 2015 02:33:54 +0000 Frank Wierzbicki Add note that JYTHON_HOME should be unset to install.v2.7.0
Wed, 29 Apr 2015 02:24:55 +0000 Frank Wierzbicki Added tag v2.7.0 for changeset 3a7bb3fb3338
Wed, 29 Apr 2015 02:24:21 +0000 Frank Wierzbicki Update version info for release.
Thu, 23 Apr 2015 07:49:39 -0600 Jim Baker Sibling relationship with CPython includes use and derivation
Tue, 21 Apr 2015 05:29:03 +0000 Frank Wierzbicki Added tag v2.7rc3 for changeset 40ea8d57ec6a
Tue, 21 Apr 2015 05:28:44 +0000 Frank Wierzbicki Update version for rc3.v2.7rc3
Mon, 20 Apr 2015 17:35:59 -0600 Jim Baker Minor doc fixes
Mon, 20 Apr 2015 17:28:49 -0600 Jim Baker Project doc updates
Mon, 20 Apr 2015 14:46:58 -0600 Jim Baker Fix test for issue #2105 so that the test runs correctly on Windows
Mon, 20 Apr 2015 13:22:51 -0600 Jim Baker Many compatibility fixes for launcher (bin/jython, bin/jython.exe)
Sun, 19 Apr 2015 23:49:41 +0100 Jeff Allen Merge misc fixes to trunk
Sun, 19 Apr 2015 21:20:17 +0100 Jeff Allen jython -m test.regrtest -e now finds the tests it should. Fixes #2332.
Sat, 18 Apr 2015 23:16:43 +0100 Jeff Allen Fix minor regression in test_java_integration.
Sat, 18 Apr 2015 18:50:20 +0100 Jeff Allen Update test_zipimport_support to correct 2 failing tests.
Sat, 18 Apr 2015 13:43:18 +0100 Jeff Allen sys-package-mgr console messages silenced by default. Fixes #1572.
Sat, 18 Apr 2015 11:46:19 +0100 Jeff Allen Tests in org/python/tests/imp run only with proper path. Fixes #2327.
Sun, 19 Apr 2015 14:46:22 -0600 Jim Baker Fix inconsistent conversion of PyObject to String in StdoutWrapper
Sun, 19 Apr 2015 14:11:17 -0600 Jim Baker Support both subclassing from Java in a Python class and a Python implementatin of __tojava__
Sun, 19 Apr 2015 12:33:38 -0600 Jim Baker Fix various threading issues introduced by previous fix
Sun, 19 Apr 2015 10:08:01 -0600 Jim Baker Missing files from previous commit
Sun, 19 Apr 2015 09:51:35 -0600 Jason Madden Fix threading.Lock to support non-reentrant semantics
Sun, 19 Apr 2015 09:15:05 -0600 Jason Madden Fixes pickling issues in object.__reduce__ and cPickle.{load, loads}
Sun, 19 Apr 2015 09:05:18 -0600 Jim Baker Update pickle tests to latest and repatch for Jython
Thu, 16 Apr 2015 22:56:28 -0600 Jim Baker Additional testing of what methods are called when subclassed
Wed, 15 Apr 2015 18:34:17 -0400 Jim Baker Fix stack overflow due to how proxies for Java classes resolve super method in Java
Wed, 15 Apr 2015 15:01:34 -0400 Jason Madden Enable piping input into Jython without getting extraneous prompt output
Wed, 15 Apr 2015 15:00:12 -0400 Jim Baker Test for fixing http://bugs.jython.org/issue2325
Wed, 15 Apr 2015 11:09:09 -0400 Jim Baker Fix index computation for StringBuilder after seek back in cStringIO
Tue, 14 Apr 2015 21:35:05 +0200 Stefan Richthofer Fixed some Traverseproc-related warnings in _jason and jffi.
Tue, 14 Apr 2015 10:18:50 -0400 Alex Grönholm Fixed direct calls to __pow__() on int, long and float with a modulo of None returning NotImplemented (fixes #2171)
Mon, 13 Apr 2015 23:17:20 -0400 Jim Baker Java's weakly consistent iteration of ConcurrentMap is compatible with mutation
Mon, 13 Apr 2015 22:31:23 -0400 Jim Baker Add beta 3 work for NEWS
Mon, 13 Apr 2015 21:58:32 -0400 Jim Baker NEWS cleanup
Mon, 13 Apr 2015 21:57:26 -0400 Jim Baker Bump copyright date to include 2015
Mon, 13 Apr 2015 19:19:09 -0400 Alex Grönholm Reverted httplib to an earlier version
Mon, 13 Apr 2015 15:41:49 -0400 Alex Grönholm Refreshed several networking modules from CPython 2.7.9 due to CVE-2013-1752 (fixes #2322)
Mon, 13 Apr 2015 13:48:05 -0400 Alex Grönholm Added automatic type coercion of decimal.Decimal to java.lang.Double and java.lang.Float. Fixes #1670.
Mon, 13 Apr 2015 02:38:45 +0000 Frank Wierzbicki Pull in hand coded ast work into code gen in asdl_antlr.
Mon, 13 Apr 2015 00:24:36 +0100 Jeff Allen Merge recent chdir fixes to trunk
Sun, 12 Apr 2015 23:44:55 +0100 Jeff Allen Fix regression in chdir when switching drives.
Sun, 12 Apr 2015 17:39:08 +0100 Jeff Allen Corrections to chdir for special cases, fixing Linux regression.
Sat, 11 Apr 2015 22:59:48 -0400 Jim Baker Add Stefan Richthofer to ACKNOWLEDGMENTS for his contributions
Fri, 10 Apr 2015 10:36:38 +0100 Jeff Allen Corrections to chdir for special cases. Fixes #2307.
Thu, 09 Apr 2015 08:26:47 +0100 Jeff Allen Merge to trunk