Update jarjar JAR to 1.7.2 (fixes #2806).
changeset 1a493dfcd2f1 branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Update jarjar JAR to 1.7.2 (fixes #2806). We now source jarjar from pantsbuild.org, as...
View ArticleSkip two failing tests (see #2812).
changeset 1b1ad43fa50b branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Skip two failing tests (see #2812). test_dict.DictTest.test_container_iterator requires specific...
View ArticlePrepare for 2.7.2b1 release.
changeset 328e162ec117 branch bookmark tag v2.7.2b1 user Jeff Allen <ja.py@farowl.co.uk> description Prepare for 2.7.2b1 release. files NEWSbuild.gradlebuild.xmlsrc/org/python/core/imp.java
View ArticleAdded tag v2.7.2b1 for changeset 328e162ec117
changeset 921e93f16e7a branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Added tag v2.7.2b1 for changeset 328e162ec117 files .hgtags
View ArticleRestore PGP signing and extend to all artefacts in each bundle.
changeset 7028af43600e branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Restore PGP signing and extend to all artefacts in each bundle. files...
View ArticleFormatting only.
changeset 87758cfe6f26 branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Formatting only. The main build is indented on 4: follow suit in maven/build.xml. files maven/build.xml
View ArticleBegin to identify as Jython 2.7.2b2.
changeset b9b60766cabe branch bookmark tag v2.7.2b2 user Jeff Allen <ja.py@farowl.co.uk> description Begin to identify as Jython 2.7.2b2. As well as changing the version numbers in build scripts...
View ArticleAdded tag v2.7.2b2 for changeset b9b60766cabe
changeset d674e8bb4ff5 branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Added tag v2.7.2b2 for changeset b9b60766cabe files .hgtags
View ArticleBegin to identify as Jython 2.7.2b3.
changeset e19a4c1ade2e branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Begin to identify as Jython 2.7.2b3. Implements the idea that we always identify Jython by the *next*...
View Article[default] Restored the PyShadowString-PyObject-String constructor as...
changeset 159c277c4a80 branch default bookmark tag tip user Stefan Richthofer <stefan.richthofer@gmx.de> description Restored the PyShadowString-PyObject-String constructor as deprecated API....
View ArticleAdd sign-on log message to PyServlet
changeset 84ad2ab25bca branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Add sign-on log message to PyServlet A latent bug (maybe) where PrePy.getEffectiveLoggingLevel causes...
View ArticleTolerate undecodable bytes sys.path elements (fixes #2820).
changeset 3e46a80390fb branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Tolerate undecodable bytes sys.path elements (fixes #2820). We treat these as import failures, and...
View ArticleAllow other threads to complete after main exits (fixes #2836).
changeset 069db4761b37 branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Allow other threads to complete after main exits (fixes #2836). We leave exiting to the JVM when a...
View ArticleTolerate unicode arguments to binascii methods (fixes #2826).
changeset 7fe475b0fea2 branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Tolerate unicode arguments to binascii methods (fixes #2826). Where a unicode argument is given, it is...
View ArticleNaming, data type and formatting changes to binascii.java
changeset 37639a141a66 branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Naming, data type and formatting changes to binascii.java There are no functional changes, but some...
View ArticleFix regression in PySystemStateTest caused by change to PrePy
changeset 05b258a6573c branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Fix regression in PySystemStateTest caused by change to PrePy A change to...
View Article[default] Add JUnit test for concurrent interpreters.
changeset e306270a4771 branch default bookmark tag tip user Jeff Allen <ja.py@farowl.co.uk> description Add JUnit test for concurrent interpreters. This is to investigate issue #2834, but is not...
View ArticleImproved (failing) ConcurrentTypeTest
changeset 20162088f4f8 branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Improved (failing) ConcurrentTypeTest Part of the investigation of #2834, adds use of Thread.sleep to...
View ArticleRe-work the publication of incomplete PyTypes (fixes #2834)
changeset 44280f7e1854 branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Re-work the publication of incomplete PyTypes (fixes #2834) It is necessary to allow...
View ArticleRestrict accessibility of compiled files (fixes #2044 again).
changeset 7e917a237b7a branch bookmark tag user Jeff Allen <ja.py@farowl.co.uk> description Restrict accessibility of compiled files (fixes #2044 again). CVE-2013-2027 points out that Jython may...
View Article