March 2012 Archives by author
Starting: Wed Mar 7 05:07:30 CET 2012
Ending: Sat Mar 31 22:39:57 CEST 2012
Messages: 205
- [Jython-checkins] Mail delivery failed: returning message to sender
Mail Delivery System
- [Jython-checkins] Mail delivery failed: returning message to sender
Mail Delivery System
- [Jython-checkins] jython (2.5): Removing a test that is no longer relevant
alan.kennedy
- [Jython-checkins] jython (merge 2.5 -> default): Merge w/2.5 - Removing a test that i no longer relevant
alan.kennedy
- [Jython-checkins] jython (2.5): Fix for http://bugs.jython.org/issue1844 (bad host returned by getsockname)
alan.kennedy
- [Jython-checkins] jython (2.5): Updating NEWS about a bug fix
alan.kennedy
- [Jython-checkins] jython (merge 2.5 -> default): Merge w/2.5: Fix for http://bugs.jython.org/issue1844 (bad host returned by
alan.kennedy
- [Jython-checkins] jython (2.5): Fix for http://bugs.jython.org/issue1829 (test_socket.py failing on Ubuntu
alan.kennedy
- [Jython-checkins] jython (merge 2.5 -> default): Merge w/2.5: Fix for http://bugs.jython.org/issue1829 (test_socket.py failing
alan.kennedy
- [Jython-checkins] jython (2.5): Fix for http://bugs.jython.org/issue1640 (cStringIO does not complain on
alan.kennedy
- [Jython-checkins] jython (2.5): Updating NEWS file about issue 1640
alan.kennedy
- [Jython-checkins] jython (merge 2.5 -> default): Merge w/2.5: Fix for http://bugs.jython.org/issue1640 (cStringIO does not
alan.kennedy
- [Jython-checkins] jython (2.5): Adding a documentation link to SSL exception messages
alan.kennedy
- [Jython-checkins] jython (merge 2.5 -> default): merge w/2.5: Adding a documentation link to SSL exception messages
alan.kennedy
- [Jython-checkins] jython (2.5): Disabling the jline bell
alan.kennedy
- [Jython-checkins] jython (merge 2.5 -> default): merge w/2.5: Disabling the jline bell
alan.kennedy
- [Jython-checkins] jython (2.5): Updating NEWS file
alan.kennedy
- [Jython-checkins] jython (merge 2.5 -> default): Updating NEWS file
alan.kennedy
- [Jython-checkins] jython: Added the io and _fileio modules
alex.gronholm
- [Jython-checkins] jython: Fixed output of successful patches in applypatches.py
alex.gronholm
- [Jython-checkins] jython: Synced the Jython versions of all stdlib modules with CPythonLib 2.7 that could
alex.gronholm
- [Jython-checkins] jython: Added Pydev nature to .project
alex.gronholm
- [Jython-checkins] jython: Repatched the automatically patchable modules against CPythonLib 2.7
alex.gronholm
- [Jython-checkins] jython: Patched new.py against CPythonLib2.7
alex.gronholm
- [Jython-checkins] jython: Patched pydoc.py against CPythonLib2.7
alex.gronholm
- [Jython-checkins] jython: Patched ntpath.py against CPythonLib2.7
alex.gronholm
- [Jython-checkins] jython: Removed Lib/filecmp.py -- deviation from CPython no longer necessary due to
alex.gronholm
- [Jython-checkins] jython: Patched telnetlib.py against CPythonLib2.7
alex.gronholm
- [Jython-checkins] jython: Patched gzip.py against CPythonLib2.7
alex.gronholm
- [Jython-checkins] jython: Patched subprocess.py against CPythonLib2.7
alex.gronholm
- [Jython-checkins] jython: Patched tarfile.py and test/test_tarfile.py against CPythonLib2.7
alex.gronholm
- [Jython-checkins] jython: unicode_literals support.
frank.wierzbicki
- [Jython-checkins] jython: Add with_item.
frank.wierzbicki
- [Jython-checkins] jython: Complete multi-context with statement.
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Multiple context managers.
frank.wierzbicki
- [Jython-checkins] jython: Set literals.
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Updated AST based on 2.7 CPython and added support for set literals.
frank.wierzbicki
- [Jython-checkins] jython: Set comprehension.
frank.wierzbicki
- [Jython-checkins] jython: Cleanup dictorsetmaker.
frank.wierzbicki
- [Jython-checkins] jython: Dictionary Comprehensions.
frank.wierzbicki
- [Jython-checkins] jython: Remove breaks as __future__ could have multiple imports on one line.
frank.wierzbicki
- [Jython-checkins] jython: printStatement -> printFunction to be consistent with unicodeLiterals and
frank.wierzbicki
- [Jython-checkins] jython: Fix test_future.
frank.wierzbicki
- [Jython-checkins] jython: Pull from CPython 2.7.
frank.wierzbicki
- [Jython-checkins] jython: HORRIBLE KLUDGE, using sha256 for sha224. Fix before we leave sandbox.
frank.wierzbicki
- [Jython-checkins] jython: Include importlib, unittest/, argparse.
frank.wierzbicki
- [Jython-checkins] jython: Update test_support.
frank.wierzbicki
- [Jython-checkins] jython: Make check_py3k_warnings public.
frank.wierzbicki
- [Jython-checkins] jython: Add in cpython_only etc.
frank.wierzbicki
- [Jython-checkins] jython: Some update of regrtest, added json, fixed test_atexit.
frank.wierzbicki
- [Jython-checkins] jython: Update usage of regrtest.runtest
frank.wierzbicki
- [Jython-checkins] jython: Update guava
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Merge trunk
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Updated regrtest, added json, fixed test_atexit.
frank.wierzbicki
- [Jython-checkins] jython: Skip test_cprofile, gc collect in test_abc.
frank.wierzbicki
- [Jython-checkins] jython: adding the new binary files for ASM 4
frank.wierzbicki
- [Jython-checkins] jython: Adding the changes related to the ASM4 update.
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): merge with head
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Merge.
frank.wierzbicki
- [Jython-checkins] jython: Fix the AnnotationReader to pass the correct AnnotationVisitor wrt ASM4. Fixes
frank.wierzbicki
- [Jython-checkins] jython: Add extlibs.xml for intellij use
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Merged upstream
frank.wierzbicki
- [Jython-checkins] jython: Add new ASM jars to intellij support
frank.wierzbicki
- [Jython-checkins] jython: Update doctest.py from CPythonLib at r85505
frank.wierzbicki
- [Jython-checkins] jython: Reapplied Jython-specific changes to doctest.py
frank.wierzbicki
- [Jython-checkins] jython: Mark the synthetic return node used by lambda. This allows this node
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Merge trunk
frank.wierzbicki
- [Jython-checkins] jython: Add sys.flags.optimize (always =0 for CPython compatibility)
frank.wierzbicki
- [Jython-checkins] jython: Remove debugging print statements
frank.wierzbicki
- [Jython-checkins] jython: Add an indy switch to the build process. Jython is build using invokedyanmic
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): merge
frank.wierzbicki
- [Jython-checkins] jython: Added two utility scripts for migrating the Jython specific changes in the
frank.wierzbicki
- [Jython-checkins] jython: Fixed a typo
frank.wierzbicki
- [Jython-checkins] jython: Flush stdout in applypatches.py so the output makes a little more sense
frank.wierzbicki
- [Jython-checkins] jython: this is 2.7
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Merge from 2.7.
frank.wierzbicki
- [Jython-checkins] jython: divisionWarning -> division_warning to fix regrtest.
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Merge.
frank.wierzbicki
- [Jython-checkins] jython: Pulled CPython io.py from CPython 2.6 and added a bunch of _. This should all
frank.wierzbicki
- [Jython-checkins] jython: Update test_support and adjust internal option names for CPython consistency.
frank.wierzbicki
- [Jython-checkins] jython: from:
frank.wierzbicki
- [Jython-checkins] jython: _hashlib will support sha224 in a future JDK with it. Update test_support.
frank.wierzbicki
- [Jython-checkins] jython: Added __globals__ and __code__ to PyFunction.
frank.wierzbicki
- [Jython-checkins] jython: Mostly fix test_os.py at least on Linux.
frank.wierzbicki
- [Jython-checkins] jython: Revert exception change as it broke test_file. Change test_os instead.
frank.wierzbicki
- [Jython-checkins] jython: Fix missed renames (for py3k style func attributes).
frank.wierzbicki
- [Jython-checkins] jython: from:
frank.wierzbicki
- [Jython-checkins] jython: Fix some of cmath, skip cmath tests that aren't yet fixed.
frank.wierzbicki
- [Jython-checkins] jython: Add sysconfig and skip test_ascii_formatd, test_epoll.
frank.wierzbicki
- [Jython-checkins] jython (2.2): Switch (back) to copying full CPython Lib until we get to a shared Lib.
frank.wierzbicki
- [Jython-checkins] jython (merge 2.2 -> 2.5): Merge 2.2.
frank.wierzbicki
- [Jython-checkins] jython: Switch build.xml to point to 2.7.
frank.wierzbicki
- [Jython-checkins] jython (2.5): Regression test for issue http://bugs.jython.org/issue1536.
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge from 2.5.
frank.wierzbicki
- [Jython-checkins] jython (2.5): #1536 fix NPE in org.python.jsr223.PyScriptEngine.
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge from 2.5.
frank.wierzbicki
- [Jython-checkins] jython (2.5): #1721 NPE when using JSR 223 (TestCase+Patch) fixed. Thanks kaneiderdaniel!
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge from 2.5.
frank.wierzbicki
- [Jython-checkins] jython (2.5): Oops forgot to update the NEWS file.
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge from 2.5.
frank.wierzbicki
- [Jython-checkins] jython (2.5): #1749 fixed: function descriptor doesn't work in interactive console.
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge 2.5.
frank.wierzbicki
- [Jython-checkins] jython: from:
frank.wierzbicki
- [Jython-checkins] jython: Commented failing tests with issue #1857.
frank.wierzbicki
- [Jython-checkins] jython: from:
frank.wierzbicki
- [Jython-checkins] jython: comment with FIXME #1859 for test_zlib.py.
frank.wierzbicki
- [Jython-checkins] jython: commented out failures see #1860.
frank.wierzbicki
- [Jython-checkins] jython: from:
frank.wierzbicki
- [Jython-checkins] jython: Check this again when __format__ works better.
frank.wierzbicki
- [Jython-checkins] jython: Skip failing tests for now see #1861.
frank.wierzbicki
- [Jython-checkins] jython: see FIXMEs.
frank.wierzbicki
- [Jython-checkins] jython: This one is a good candidate for pushing upstream.
frank.wierzbicki
- [Jython-checkins] jython: skip utf-32.
frank.wierzbicki
- [Jython-checkins] jython: Remove __sizeof__ from doctest - not sure how to deal with these.
frank.wierzbicki
- [Jython-checkins] jython: Update test_new.py
frank.wierzbicki
- [Jython-checkins] jython: Compares and all debugger doctests removed from CPython original.
frank.wierzbicki
- [Jython-checkins] jython: See FIXMEs - note decimaltestdata.extra.decTest is being clobbered for Jython.
frank.wierzbicki
- [Jython-checkins] jython (merge default -> default): Merge.
frank.wierzbicki
- [Jython-checkins] jython: ArgParser: provide for a default value when getting type-checked PyObject
frank.wierzbicki
- [Jython-checkins] jython: PySequence Javadoc improvements (no code change)
frank.wierzbicki
- [Jython-checkins] jython: Move existing documentation strings to 2.7 standard (87 small changes).
frank.wierzbicki
- [Jython-checkins] jython: _check_py3k_warnings -> check_py3kwarnings
frank.wierzbicki
- [Jython-checkins] jython: Added and slightly tweaked tempfile from:
frank.wierzbicki
- [Jython-checkins] jython: Be careful with exported names as test_tempfile requires.
frank.wierzbicki
- [Jython-checkins] jython: New name for CPythonLib.
frank.wierzbicki
- [Jython-checkins] jython: from:
frank.wierzbicki
- [Jython-checkins] jython: A first pass at sysconfig.
frank.wierzbicki
- [Jython-checkins] jython: New site.py.
frank.wierzbicki
- [Jython-checkins] jython: Added some tests to skip for now.
frank.wierzbicki
- [Jython-checkins] jython: FIXME for probable ASM4 bug.
frank.wierzbicki
- [Jython-checkins] jython: from:
frank.wierzbicki
- [Jython-checkins] jython: Add some skips, fix version, add read_code to pkgutil.
frank.wierzbicki
- [Jython-checkins] jython: Braino.
frank.wierzbicki
- [Jython-checkins] jython: FIXMEs in test_compile.
frank.wierzbicki
- [Jython-checkins] jython: Force new unittest to compare dict and our stringmap as equal.
frank.wierzbicki
- [Jython-checkins] jython: FIXMEs in picklertester.
frank.wierzbicki
- [Jython-checkins] jython: Tweak to test_doctest to get it working.
frank.wierzbicki
- [Jython-checkins] jython: More skipping.
frank.wierzbicki
- [Jython-checkins] jython: Removing doctests that don't seem relevant to Jython.
frank.wierzbicki
- [Jython-checkins] jython: Small doctest update.
frank.wierzbicki
- [Jython-checkins] jython: More skips, add test.xml from 2.5.
frank.wierzbicki
- [Jython-checkins] jython: More skips.
frank.wierzbicki
- [Jython-checkins] jython: Add test.xml.out from 2.5.
frank.wierzbicki
- [Jython-checkins] jython: More skips.
frank.wierzbicki
- [Jython-checkins] jython: Small fix for _strptime, some skips.
frank.wierzbicki
- [Jython-checkins] jython: Don't try to disable gc on Jython.
frank.wierzbicki
- [Jython-checkins] jython: from:
frank.wierzbicki
- [Jython-checkins] jython: Add skips to test_types.
frank.wierzbicki
- [Jython-checkins] jython: More skips.
frank.wierzbicki
- [Jython-checkins] jython: More skips.
frank.wierzbicki
- [Jython-checkins] jython: Added a method to test_support.
frank.wierzbicki
- [Jython-checkins] jython: Expose reload in imp module to make test_imp happy.
frank.wierzbicki
- [Jython-checkins] jython: Update genpatches with the new cpython lib name.
frank.wierzbicki
- [Jython-checkins] jython: Add new flags to CompilerFlags.
frank.wierzbicki
- [Jython-checkins] jython: float.hex and float.fromhex.
frank.wierzbicki
- [Jython-checkins] jython: Issue 1837 fix. Replace use of os.path.samefile with path test in gderived.py,
frank.wierzbicki
- [Jython-checkins] jython: Skip list tests - one sometimes killed my regression (due to OOM).
frank.wierzbicki
- [Jython-checkins] jython (2.5): #1837 Backport gderived.py fix for Windows to 2.5. Thanks Jeff Allen!
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge from 2.5.
frank.wierzbicki
- [Jython-checkins] jython (2.5): Restore antlr error count for analysis, thanks Roman (smokxx)!
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge from 2.5.
frank.wierzbicki
- [Jython-checkins] jython (2.5): Don't allow antlr error output for lexing errors either.
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge 2.5.
frank.wierzbicki
- [Jython-checkins] jython (2.5): #1840 fix nan<0 is True but should be False.
frank.wierzbicki
- [Jython-checkins] jython (merge 2.5 -> default): Merge from 2.5.
frank.wierzbicki
- [Jython-checkins] jython: Add some skips, pull in filecmp.
frank.wierzbicki
- [Jython-checkins] jython: Restoring test as Alan Kennedy has already fixed it for #1640.
frank.wierzbicki
- [Jython-checkins] jython: Added the io and _fileio modules
fwierzbicki at gmail.com
- [Jython-checkins] jython: Beginning of memoryview support
jim.baker
- [Jython-checkins] jython (merge default -> default): Move memoryview support from sandbox (which is now retired)
jim.baker
- [Jython-checkins] jython: Another attempt at intellij setup
jim.baker
- [Jython-checkins] jython: Add IntelliJ project file
jim.baker
- [Jython-checkins] jython: Add ContextManager __enter__/__exit__ methods to PyLock
jim.baker
- [Jython-checkins] jython (merge default -> default): Merged trunk
jim.baker
- [Jython-checkins] jython: Add itertools.compress
jim.baker
- [Jython-checkins] jython (merge default -> default): Merged trunk
jim.baker
- [Jython-checkins] jython: Add itertools.combinations
jim.baker
- [Jython-checkins] jython (merge default -> default): Merged trunk
jim.baker
- [Jython-checkins] jython: Add itertools.permutations
jim.baker
- [Jython-checkins] jython (merge default -> default): Merged trunk
jim.baker
- [Jython-checkins] jython: Add itertools.product
jim.baker
- [Jython-checkins] jython: Add itertools.izip_longest
jim.baker
- [Jython-checkins] jython: Add itertools.combinations_with_replacement
jim.baker
- [Jython-checkins] jython: Keyword arguments for str.encode/decode (Python 2.7).
nicholas.riley
- [Jython-checkins] jython: ArgParser: clarify JavaDoc.
nicholas.riley
- [Jython-checkins] jython: Ignore/remove IntelliJ IDEA workspace file.
nicholas.riley
- [Jython-checkins] jython: Update IntelliJ IDEA version control setup for Mercurial.
nicholas.riley
- [Jython-checkins] jython: Ignore/remove IntelliJ IDEA misc.xml file.
nicholas.riley
- [Jython-checkins] jython: Use Python 2.7 version of test_str, not Python 2.6 version.
nicholas.riley
- [Jython-checkins] jython: Ignore some Emacs temporary files.
nicholas.riley
- [Jython-checkins] jython: struct.calcsize('P'), a commonly used method of testing whether Python is
nicholas.riley
- [Jython-checkins] jython: Remove IntelliJ IDEA workspace file (again).
nicholas.riley
- [Jython-checkins] jython: Keyword arguments for unicode.encode/decode as well (Python 2.7).
nicholas.riley
- [Jython-checkins] jython: IntelliJ IDEA code style settings.
nicholas.riley
- [Jython-checkins] jython: Fix Python issue 6089: Only '.' or '[' may follow ']' in format field specifier.
nicholas.riley
- [Jython-checkins] jython: Implement PEP 378 - format specifier for thousands separator.
nicholas.riley
- [Jython-checkins] jython: Make output on command line errors more consistent with CPython.
nicholas.riley
- [Jython-checkins] jython: Make -W work like -c and -m, so you can use '-Wd' rather than '-W d'.
nicholas.riley
- [Jython-checkins] jython: Fix Python issue 7994: object.__format__ should reject format strings.
nicholas.riley
- [Jython-checkins] jython: Fix Python issue 3382: Make '%F' and float.__format__('F') convert results to
nicholas.riley
- [Jython-checkins] jython: Don't overwrite alignment and fill char in format spec.
nicholas.riley
- [Jython-checkins] jython: Implement 'n' formatting type for integers (#1718) using Java's localized
nicholas.riley
- [Jython-checkins] jython: More PEP 3101 work and related changes (#1718).
nicholas.riley
- [Jython-checkins] jython: Fix comment typo.
nicholas.riley
- [Jython-checkins] jython: Code style fixes.
nicholas.riley
Last message date:
Sat Mar 31 22:39:57 CEST 2012
Archived on: Sat Mar 31 22:39:58 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).