January 2015 Archives by date
Starting: Sat Jan 3 21:20:19 CET 2015
Ending: Wed Jan 28 06:45:26 CET 2015
Messages: 70
- [Jython-checkins] jython: Removed unused imports in Generic.java and fixed some warnings.
stefan.richthofer
- [Jython-checkins] jython: Reverted accidental changes in regrtest.py; these were ment to be temporary and
stefan.richthofer
- [Jython-checkins] jython: Repaired indentation in PyJavaType.java, replaced several tabs with spaces plus
stefan.richthofer
- [Jython-checkins] jython: os.getenv, os.listdir may return unicode instead of bytes
jim.baker
- [Jython-checkins] jython: Update Java Native Runtime jars
jim.baker
- [Jython-checkins] jython: Update other supporting jars
jim.baker
- [Jython-checkins] jython: Repaired build.xml so that 'ant jar-standalone' works again.
stefan.richthofer
- [Jython-checkins] jython: Updated ASM to 5.0.3 for Java 8 support
jim.baker
- [Jython-checkins] jython: Fix NPE in importing packages with zipped eggs
jim.baker
- [Jython-checkins] jython: Update versions for beta4 release.
frank.wierzbicki
- [Jython-checkins] jython: Added tag v2.7b4 for changeset 6e650bf6302f
frank.wierzbicki
- [Jython-checkins] jython: Add real-line test cases to Lib/test/cmath_testcases.
jeff.allen
- [Jython-checkins] jython: Add our own copy of Lib/test/cmath_testcases.
jeff.allen
- [Jython-checkins] jython: Rigorous tests for math, and passing sinh, cosh, tanh.
jeff.allen
- [Jython-checkins] jython: Remove a skip for test of abs(complex).
jeff.allen
- [Jython-checkins] jython: Add skip for spurious failing test in test_math.
jeff.allen
- [Jython-checkins] jython: Remove checks from math where java.lang.Math suffices.
jeff.allen
- [Jython-checkins] jython: Use Java equivalents of frexp, ldexp and copysign directly.
jeff.allen
- [Jython-checkins] jython (merge default -> default): Merge recent work on math module
jeff.allen
- [Jython-checkins] jython: #2236: Interactive parser does not accept try ... except E as e: syntax.
frank.wierzbicki
- [Jython-checkins] jython: Visit class decorators when visiting class def in scopes compilation
jim.baker
- [Jython-checkins] jython: dict.pop should not add additional quoting in KeyError
jim.baker
- [Jython-checkins] jython: os.system now uses a simpler wrapping of ProcessBuilder
jim.baker
- [Jython-checkins] jython: Mirror some Python.g changes in PythonPartial.g.
frank.wierzbicki
- [Jython-checkins] jython: Raises NotImplementedError if abstract method from Java is not implemented
jim.baker
- [Jython-checkins] jython: Implement Popen.pid (http://bugs.jython.org/issue2221)
alex.gronholm
- [Jython-checkins] jython: Use already defined _win_oses instead of hard-coded 'nt'.
alex.gronholm
- [Jython-checkins] jython: ant regrtest will now run subprocess and network resource tests
jim.baker
- [Jython-checkins] jython: Dict and set comps no longer leak iteration variables
jim.baker
- [Jython-checkins] jython: Added tag v2.7b4 for changeset e270e881c84c
frank.wierzbicki
- [Jython-checkins] jython: Make select and socket tests more robust
jim.baker
- [Jython-checkins] jython: Fix regrtest to support -x to exclude tests
jim.baker
- [Jython-checkins] jython: Minor simplification of r7523
jim.baker
- [Jython-checkins] jython: Use test_dict to test __dict__ of objects for standard methods
jim.baker
- [Jython-checkins] jython: jycompile Ant task prints path of lib file that fails to compile
jim.baker
- [Jython-checkins] jython: Initial support for ensurepip module
jim.baker
- [Jython-checkins] jython: Add webbrowser module
jim.baker
- [Jython-checkins] jython: Add Pekka Klärck as a contributor
jim.baker
- [Jython-checkins] jython: Args in sys.argv are now unicode if characters > 127
jim.baker
- [Jython-checkins] jython: Upgrade to JLine2 and add tab completion support
jim.baker
- [Jython-checkins] jython: Expand tab to 4 spaces if a continuation line in the console
jim.baker
- [Jython-checkins] jython: Encoding for ACKNOWLEDGMENTS
jim.baker
- [Jython-checkins] jython: Update ACKNOWLEDGMENTS so it is not so dated and describes third party libraries
jim.baker
- [Jython-checkins] jython: Add Harry Mantakos as a contributor
jim.baker
- [Jython-checkins] jython: Update NEWS for 2.7b4
jim.baker
- [Jython-checkins] jython: Fixes paging for the help function on Windows
jim.baker
- [Jython-checkins] jython: Remove unsupported GNU readline console support.
jim.baker
- [Jython-checkins] jython: Fix some test_cmd_line_Script assertions
jim.baker
- [Jython-checkins] jython: pwd.getpwuid should raise KeyError with out-of-range uid (thanks Nathaniel
jim.baker
- [Jython-checkins] jython: Adds bytecode notification mechanism
jim.baker
- [Jython-checkins] jython: cmath.exp conforms to test_cmath
jeff.allen
- [Jython-checkins] jython: abs(-0.0) should be 0.0
jeff.allen
- [Jython-checkins] jython: Re-work cmath.tan and cmath.tanh for accuracy and corner cases.
jeff.allen
- [Jython-checkins] jython: Re-work cmath.sin and cmath.sinh for accuracy and corner cases.
jeff.allen
- [Jython-checkins] jython: Re-work cmath.cos and cmath.cosh for accuracy and corner cases.
jeff.allen
- [Jython-checkins] jython: Re-work cmath.log, and cmath.log10 for accuracy and corner cases.
jeff.allen
- [Jython-checkins] jython: Re-work cmath.acos, acosh, asin and asinh for accuracy and corner cases.
jeff.allen
- [Jython-checkins] jython: Re-work cmath.atan, and atanh for accuracy and corner cases.
jeff.allen
- [Jython-checkins] jython: Rectify cmath.rect() corner-cases.
jeff.allen
- [Jython-checkins] jython: Update test.math_cmath to count/log the discrepancies
jeff.allen
- [Jython-checkins] jython (merge default -> default): Merge cmath changes to trunk
jeff.allen
- [Jython-checkins] jython: Merge some upstream changes.
frank.wierzbicki
- [Jython-checkins] jython: Fix issue #2081 where write-only file cannot be opened for write.
santoso.wijaya
- [Jython-checkins] jython: Improved locale support, especially for Turkish
jim.baker
- [Jython-checkins] jython: Fix Popen.kill on Posix and Popen.send_signal in general
jim.baker
- [Jython-checkins] jython: Update NEWS
jim.baker
- [Jython-checkins] jython: Add crypt module, using JNR Posix
jim.baker
- [Jython-checkins] jython: Do not clobber main thread name if set by user
jim.baker
- [Jython-checkins] jython: Adds various os.* functions; supports int file descriptors
jim.baker
- [Jython-checkins] jython: Make regrtest more robust for Windows
jim.baker
Last message date:
Wed Jan 28 06:45:26 CET 2015
Archived on: Wed Jan 28 06:45:37 CET 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).