From: Jython t. <st...@bu...> - 2013-07-12 16:10:21
|
ACTIVITY SUMMARY (2013-07-05 - 2013-07-12) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 321 ( +2) closed 1765 ( +0) total 2086 ( +2) Open issues with patches: 41 Issues opened (2) ================= #2066: easy_install -- ssl_support -- module has no attribute 'CERT_R http://bugs.jython.org/issue2066 opened by tjb1982 #2067: NullPointerException running under latest JRockit JVM http://bugs.jython.org/issue2067 opened by kmac Most recent 15 issues with no replies (15) ========================================== #2067: NullPointerException running under latest JRockit JVM http://bugs.jython.org/issue2067 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 #2039: __future__.unicode_literals doesn't affect eval http://bugs.jython.org/issue2039 #2038: Unable to import optparse with non-ASCII character in LANGUAGE http://bugs.jython.org/issue2038 #2037: Byte-string containing elements greater than 255 http://bugs.jython.org/issue2037 #2032: compiler.pycodegen: SC_GLOBAL_EXPLICT -> SC_GLOBAL_EXPLICIT http://bugs.jython.org/issue2032 #2026: Memory leak when instantiating multiple PyScriptEngine objects http://bugs.jython.org/issue2026 Most recent 15 issues waiting for review (15) ============================================= #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 #1866: Parser does not have mismatch token error messages caught by B http://bugs.jython.org/issue1866 #1842: Add IBM i support to Jython 2.5.1 http://bugs.jython.org/issue1842 |
From: Jython t. <st...@bu...> - 2013-07-19 16:10:20
|
ACTIVITY SUMMARY (2013-07-12 - 2013-07-19) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 321 ( +0) closed 1767 ( +2) total 2088 ( +2) Open issues with patches: 41 Issues opened (1) ================= #2068: Incorrect behavior with bytes() and with os.write with os.O_AP http://bugs.jython.org/issue2068 opened by jamesls Most recent 15 issues with no replies (15) ========================================== #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 #2039: __future__.unicode_literals doesn't affect eval http://bugs.jython.org/issue2039 #2038: Unable to import optparse with non-ASCII character in LANGUAGE http://bugs.jython.org/issue2038 #2037: Byte-string containing elements greater than 255 http://bugs.jython.org/issue2037 #2032: compiler.pycodegen: SC_GLOBAL_EXPLICT -> SC_GLOBAL_EXPLICIT http://bugs.jython.org/issue2032 #2026: Memory leak when instantiating multiple PyScriptEngine objects http://bugs.jython.org/issue2026 #2023: subproces cannot run Windows batch file from current dir which http://bugs.jython.org/issue2023 Most recent 15 issues waiting for review (15) ============================================= #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 #1866: Parser does not have mismatch token error messages caught by B http://bugs.jython.org/issue1866 #1842: Add IBM i support to Jython 2.5.1 http://bugs.jython.org/issue1842 Issues closed (2) ================= #2067: NullPointerException running under latest JRockit JVM http://bugs.jython.org/issue2067 closed by jeff.allen #2069: Invitation to connect on LinkedIn http://bugs.jython.org/issue2069 closed by jeff.allen |
From: Jython t. <st...@bu...> - 2013-07-26 16:10:18
|
ACTIVITY SUMMARY (2013-07-19 - 2013-07-26) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 324 ( +3) closed 1767 ( +0) total 2091 ( +3) Open issues with patches: 42 Issues opened (3) ================= #2070: Relative star import does not work http://bugs.jython.org/issue2070 opened by driax #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 opened by dcoles #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 opened by samkramer Most recent 15 issues with no replies (15) ========================================== #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2070: Relative star import does not work http://bugs.jython.org/issue2070 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 #2039: __future__.unicode_literals doesn't affect eval http://bugs.jython.org/issue2039 #2038: Unable to import optparse with non-ASCII character in LANGUAGE http://bugs.jython.org/issue2038 #2037: Byte-string containing elements greater than 255 http://bugs.jython.org/issue2037 #2032: compiler.pycodegen: SC_GLOBAL_EXPLICT -> SC_GLOBAL_EXPLICIT http://bugs.jython.org/issue2032 #2026: Memory leak when instantiating multiple PyScriptEngine objects http://bugs.jython.org/issue2026 Most recent 15 issues waiting for review (15) ============================================= #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 #1866: Parser does not have mismatch token error messages caught by B http://bugs.jython.org/issue1866 Top 10 most discussed issues (1) ================================ #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 3 msgs |
From: Jython t. <st...@bu...> - 2013-08-02 16:10:21
|
ACTIVITY SUMMARY (2013-07-26 - 2013-08-02) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 325 ( +1) closed 1767 ( +0) total 2092 ( +1) Open issues with patches: 42 Issues opened (1) ================= #2073: Conversion of str-Instances does not use Java's default charse http://bugs.jython.org/issue2073 opened by omatz Most recent 15 issues with no replies (15) ========================================== #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2070: Relative star import does not work http://bugs.jython.org/issue2070 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 #2039: __future__.unicode_literals doesn't affect eval http://bugs.jython.org/issue2039 #2038: Unable to import optparse with non-ASCII character in LANGUAGE http://bugs.jython.org/issue2038 #2037: Byte-string containing elements greater than 255 http://bugs.jython.org/issue2037 #2032: compiler.pycodegen: SC_GLOBAL_EXPLICT -> SC_GLOBAL_EXPLICIT http://bugs.jython.org/issue2032 #2026: Memory leak when instantiating multiple PyScriptEngine objects http://bugs.jython.org/issue2026 Most recent 15 issues waiting for review (15) ============================================= #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 #1866: Parser does not have mismatch token error messages caught by B http://bugs.jython.org/issue1866 |
From: Jython t. <st...@bu...> - 2013-08-09 16:10:18
|
ACTIVITY SUMMARY (2013-08-02 - 2013-08-09) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 325 ( +0) closed 1767 ( +0) total 2092 ( +0) Open issues with patches: 42 Most recent 15 issues with no replies (15) ========================================== #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2070: Relative star import does not work http://bugs.jython.org/issue2070 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 #2039: __future__.unicode_literals doesn't affect eval http://bugs.jython.org/issue2039 #2038: Unable to import optparse with non-ASCII character in LANGUAGE http://bugs.jython.org/issue2038 #2037: Byte-string containing elements greater than 255 http://bugs.jython.org/issue2037 #2032: compiler.pycodegen: SC_GLOBAL_EXPLICT -> SC_GLOBAL_EXPLICIT http://bugs.jython.org/issue2032 #2026: Memory leak when instantiating multiple PyScriptEngine objects http://bugs.jython.org/issue2026 Most recent 15 issues waiting for review (15) ============================================= #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 #1866: Parser does not have mismatch token error messages caught by B http://bugs.jython.org/issue1866 |
From: Jython t. <st...@bu...> - 2013-08-16 16:10:22
|
ACTIVITY SUMMARY (2013-08-09 - 2013-08-16) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 326 ( +1) closed 1767 ( +0) total 2093 ( +1) Open issues with patches: 42 Issues opened (1) ================= #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 opened by xoar Most recent 15 issues with no replies (15) ========================================== #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2070: Relative star import does not work http://bugs.jython.org/issue2070 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 #2039: __future__.unicode_literals doesn't affect eval http://bugs.jython.org/issue2039 #2038: Unable to import optparse with non-ASCII character in LANGUAGE http://bugs.jython.org/issue2038 #2037: Byte-string containing elements greater than 255 http://bugs.jython.org/issue2037 #2032: compiler.pycodegen: SC_GLOBAL_EXPLICT -> SC_GLOBAL_EXPLICIT http://bugs.jython.org/issue2032 Most recent 15 issues waiting for review (15) ============================================= #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 #1866: Parser does not have mismatch token error messages caught by B http://bugs.jython.org/issue1866 |
From: Jython t. <st...@bu...> - 2013-08-23 16:10:22
|
ACTIVITY SUMMARY (2013-08-16 - 2013-08-23) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 327 ( +1) closed 1767 ( +0) total 2094 ( +1) Open issues with patches: 43 Issues opened (1) ================= #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 opened by dcoles Most recent 15 issues with no replies (15) ========================================== #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2070: Relative star import does not work http://bugs.jython.org/issue2070 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 #2039: __future__.unicode_literals doesn't affect eval http://bugs.jython.org/issue2039 #2038: Unable to import optparse with non-ASCII character in LANGUAGE http://bugs.jython.org/issue2038 #2037: Byte-string containing elements greater than 255 http://bugs.jython.org/issue2037 #2032: compiler.pycodegen: SC_GLOBAL_EXPLICT -> SC_GLOBAL_EXPLICIT http://bugs.jython.org/issue2032 Most recent 15 issues waiting for review (15) ============================================= #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 |
From: Jython t. <st...@bu...> - 2013-08-30 16:10:19
|
ACTIVITY SUMMARY (2013-08-23 - 2013-08-30) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 333 ( +6) closed 1767 ( +0) total 2100 ( +6) Open issues with patches: 43 Issues opened (6) ================= #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 opened by rovf #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 opened by irmen #2078: socket.getsockname() returns ipv6 name for ipv4 family when bi http://bugs.jython.org/issue2078 opened by irmen #2079: socket.getsockname() returns 2-tuple instead of 4-tuple for ip http://bugs.jython.org/issue2079 opened by irmen #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 opened by irmen #2081: open fails on write-only files http://bugs.jython.org/issue2081 opened by dcoles Most recent 15 issues with no replies (15) ========================================== #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2079: socket.getsockname() returns 2-tuple instead of 4-tuple for ip http://bugs.jython.org/issue2079 #2078: socket.getsockname() returns ipv6 name for ipv4 family when bi http://bugs.jython.org/issue2078 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 Most recent 15 issues waiting for review (15) ============================================= #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 |
From: Jython t. <st...@bu...> - 2013-09-06 16:10:20
|
ACTIVITY SUMMARY (2013-08-30 - 2013-09-06) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 337 ( +4) closed 1767 ( +0) total 2104 ( +4) Open issues with patches: 45 Issues opened (4) ================= #2082: Unexpected (Pdb) prompt during regression tests http://bugs.jython.org/issue2082 opened by jeff.allen #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 opened by cdleonard #2084: RuntimeException when importing subprocess on IBM J9 VM http://bugs.jython.org/issue2084 opened by ben_b #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 opened by smcho Most recent 15 issues with no replies (15) ========================================== #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2082: Unexpected (Pdb) prompt during regression tests http://bugs.jython.org/issue2082 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2079: socket.getsockname() returns 2-tuple instead of 4-tuple for ip http://bugs.jython.org/issue2079 #2078: socket.getsockname() returns ipv6 name for ipv4 family when bi http://bugs.jython.org/issue2078 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 Most recent 15 issues waiting for review (15) ============================================= #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2060: Thread ident missing http://bugs.jython.org/issue2060 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 |
From: Jython t. <st...@bu...> - 2013-09-13 16:10:19
|
ACTIVITY SUMMARY (2013-09-06 - 2013-09-13) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 338 ( +1) closed 1768 ( +1) total 2106 ( +2) Open issues with patches: 44 Issues opened (2) ================= #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 opened by bgr #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 opened by ebourg Most recent 15 issues with no replies (15) ========================================== #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 Most recent 15 issues waiting for review (15) ============================================= #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 Issues closed (1) ================= #2060: Thread ident missing http://bugs.jython.org/issue2060 closed by zyasoft |
From: Jython t. <st...@bu...> - 2013-09-20 16:10:19
|
ACTIVITY SUMMARY (2013-09-13 - 2013-09-20) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 339 ( +1) closed 1769 ( +1) total 2108 ( +2) Open issues with patches: 44 Issues opened (2) ================= #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 opened by bgr #2089: sys.stdout not flushed after sys.exit http://bugs.jython.org/issue2089 opened by cdleonard Most recent 15 issues with no replies (15) ========================================== #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2058: ClasspathPyImporter doesn't implement PEP 302's get_data http://bugs.jython.org/issue2058 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 Most recent 15 issues waiting for review (15) ============================================= #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 Issues closed (1) ================= #2082: Unexpected (Pdb) prompt during regression tests http://bugs.jython.org/issue2082 closed by jeff.allen |
From: Jython t. <st...@bu...> - 2013-09-27 16:10:18
|
ACTIVITY SUMMARY (2013-09-20 - 2013-09-27) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 342 ( +3) closed 1769 ( +0) total 2111 ( +3) Open issues with patches: 44 Issues opened (3) ================= #2090: python type 'long' doesn't work well under JSR 223 http://bugs.jython.org/issue2090 opened by rjolly #2091: Update jars http://bugs.jython.org/issue2091 opened by Arfrever #2092: Port Jython to JLine 2 http://bugs.jython.org/issue2092 opened by Arfrever Most recent 15 issues with no replies (15) ========================================== #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 Most recent 15 issues waiting for review (15) ============================================= #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 |
From: Jython t. <st...@bu...> - 2013-10-04 16:10:22
|
ACTIVITY SUMMARY (2013-09-27 - 2013-10-04) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 346 ( +4) closed 1769 ( +0) total 2115 ( +4) Open issues with patches: 44 Issues opened (4) ================= #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 opened by madhavasridhar #2094: socket.socket instance has no recv_into() method in jython2.7b http://bugs.jython.org/issue2094 opened by marcel #2095: Does Jython 2.5.2 work with JDK 1.7? http://bugs.jython.org/issue2095 opened by eeiddne #2096: subprocess.call with no redirection breaks stdout/stderr mingl http://bugs.jython.org/issue2096 opened by cdleonard Most recent 15 issues with no replies (15) ========================================== #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 Most recent 15 issues waiting for review (15) ============================================= #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 |
From: Jython t. <st...@bu...> - 2013-10-11 16:10:18
|
ACTIVITY SUMMARY (2013-10-04 - 2013-10-11) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 348 ( +2) closed 1769 ( +0) total 2117 ( +2) Open issues with patches: 44 Issues opened (2) ================= #2097: os.system behaves differently in Jython 2.5.2 than in 2.2.1 http://bugs.jython.org/issue2097 opened by eeiddne #2098: please explain what is a change in behavior of os.system() cal http://bugs.jython.org/issue2098 opened by pradeepkumarhs Most recent 15 issues with no replies (15) ========================================== #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 Most recent 15 issues waiting for review (15) ============================================= #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 |
From: Jython t. <st...@bu...> - 2013-10-18 16:10:18
|
ACTIVITY SUMMARY (2013-10-11 - 2013-10-18) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 349 ( +1) closed 1769 ( +0) total 2118 ( +1) Open issues with patches: 45 Issues opened (1) ================= #2099: No way to serialize interpreter state http://bugs.jython.org/issue2099 opened by stepleton Most recent 15 issues with no replies (15) ========================================== #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 Most recent 15 issues waiting for review (15) ============================================= #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 Top 10 most discussed issues (2) ================================ #2098: please explain what is a change in behavior of os.system() cal http://bugs.jython.org/issue2098 5 msgs #2097: os.system behaves differently in Jython 2.5.2 than in 2.2.1 http://bugs.jython.org/issue2097 4 msgs |
From: Jython t. <st...@bu...> - 2013-10-25 16:10:19
|
ACTIVITY SUMMARY (2013-10-18 - 2013-10-25) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 349 ( +0) closed 1769 ( +0) total 2118 ( +0) Open issues with patches: 45 Most recent 15 issues with no replies (15) ========================================== #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 #2049: Unexpected exceptions instead of OverflowError http://bugs.jython.org/issue2049 Most recent 15 issues waiting for review (15) ============================================= #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 |
From: Jython t. <st...@bu...> - 2013-11-01 17:10:18
|
ACTIVITY SUMMARY (2013-10-25 - 2013-11-01) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 352 ( +3) closed 1770 ( +1) total 2122 ( +4) Open issues with patches: 45 Issues opened (4) ================= #2100: Deficientcies in PyUnicode beyond the BMP http://bugs.jython.org/issue2100 opened by jeff.allen #2101: Diamond-style multiple inheritance fails when using __slots__ http://bugs.jython.org/issue2101 opened by cdleonard #2102: socket.recv() blocks send() http://bugs.jython.org/issue2102 opened by calmh #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 opened by Lai Dung Most recent 15 issues with no replies (15) ========================================== #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2101: Diamond-style multiple inheritance fails when using __slots__ http://bugs.jython.org/issue2101 #2100: Deficientcies in PyUnicode beyond the BMP http://bugs.jython.org/issue2100 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 Most recent 15 issues waiting for review (15) ============================================= #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 Top 10 most discussed issues (1) ================================ #2102: socket.recv() blocks send() http://bugs.jython.org/issue2102 4 msgs Issues closed (1) ================= #2046: sys.stdin.readline() hangs when used interactively (JLine, Win http://bugs.jython.org/issue2046 closed by jeff.allen |
From: Jython t. <st...@bu...> - 2013-11-08 17:10:18
|
ACTIVITY SUMMARY (2013-11-01 - 2013-11-08) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 352 ( +0) closed 1770 ( +0) total 2122 ( +0) Open issues with patches: 45 Most recent 15 issues with no replies (15) ========================================== #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2100: Deficientcies in PyUnicode beyond the BMP http://bugs.jython.org/issue2100 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 Most recent 15 issues waiting for review (15) ============================================= #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 Top 10 most discussed issues (1) ================================ #1521: Python built in function buffer not in Jython http://bugs.jython.org/issue1521 3 msgs |
From: Jython t. <st...@bu...> - 2013-11-15 17:10:18
|
ACTIVITY SUMMARY (2013-11-08 - 2013-11-15) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 352 ( +0) closed 1770 ( +0) total 2122 ( +0) Open issues with patches: 45 Most recent 15 issues with no replies (15) ========================================== #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2100: Deficientcies in PyUnicode beyond the BMP http://bugs.jython.org/issue2100 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 Most recent 15 issues waiting for review (15) ============================================= #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 |
From: Jython t. <st...@bu...> - 2013-11-22 17:10:17
|
ACTIVITY SUMMARY (2013-11-15 - 2013-11-22) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 351 ( -1) closed 1771 ( +1) total 2122 ( +0) Open issues with patches: 45 Most recent 15 issues with no replies (15) ========================================== #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2100: Deficientcies in PyUnicode beyond the BMP http://bugs.jython.org/issue2100 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 Most recent 15 issues waiting for review (15) ============================================= #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 Issues closed (1) ================= #1860: test failures in test_array.py http://bugs.jython.org/issue1860 closed by jeff.allen |
From: Jython t. <st...@bu...> - 2013-11-29 17:10:18
|
ACTIVITY SUMMARY (2013-11-22 - 2013-11-29) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 352 ( +1) closed 1771 ( +0) total 2123 ( +1) Open issues with patches: 45 Issues opened (1) ================= #2104: Jython can break Java polymorphism http://bugs.jython.org/issue2104 opened by jsaiz Most recent 15 issues with no replies (15) ========================================== #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 Most recent 15 issues waiting for review (15) ============================================= #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 |
From: Jython t. <st...@bu...> - 2013-12-06 17:10:19
|
ACTIVITY SUMMARY (2013-11-29 - 2013-12-06) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 350 ( -2) closed 1774 ( +3) total 2124 ( +1) Open issues with patches: 43 Issues opened (1) ================= #2105: Inconsistent conversion of PyObject to String in StdoutWrapper http://bugs.jython.org/issue2105 opened by richardfearn Most recent 15 issues with no replies (15) ========================================== #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 #2052: subprocess stdin http://bugs.jython.org/issue2052 Most recent 15 issues waiting for review (15) ============================================= #2090: python type 'long' doesn't work well under JSR 223 http://bugs.jython.org/issue2090 #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 Issues closed (3) ================= #1964: time.strptime() does not support %f in format http://bugs.jython.org/issue1964 closed by jeff.allen #2033: test_strptime fails: test_mar1_comes_after_feb29_even_when_omi http://bugs.jython.org/issue2033 closed by jeff.allen #2071: datetime strftime %f does not work in Jython 2.7 http://bugs.jython.org/issue2071 closed by jeff.allen |
From: Jython t. <st...@bu...> - 2013-12-13 17:10:18
|
ACTIVITY SUMMARY (2013-12-06 - 2013-12-13) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 351 ( +1) closed 1774 ( +0) total 2125 ( +1) Open issues with patches: 43 Issues opened (1) ================= #2106: InteractiveInterpreter.runsource doesn't accept 'exec' as symb http://bugs.jython.org/issue2106 opened by traff Most recent 15 issues with no replies (15) ========================================== #2106: InteractiveInterpreter.runsource doesn't accept 'exec' as symb http://bugs.jython.org/issue2106 #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 #2053: It should be possible to re-initialise PySystemState http://bugs.jython.org/issue2053 Most recent 15 issues waiting for review (15) ============================================= #2090: python type 'long' doesn't work well under JSR 223 http://bugs.jython.org/issue2090 #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 |
From: Jython t. <st...@bu...> - 2013-12-20 17:10:18
|
ACTIVITY SUMMARY (2013-12-13 - 2013-12-20) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 352 ( +1) closed 1774 ( +0) total 2126 ( +1) Open issues with patches: 43 Issues opened (1) ================= #2107: Support Contextual Classpath Determination http://bugs.jython.org/issue2107 opened by eaaltonen Most recent 15 issues with no replies (15) ========================================== #2107: Support Contextual Classpath Determination http://bugs.jython.org/issue2107 #2106: InteractiveInterpreter.runsource doesn't accept 'exec' as symb http://bugs.jython.org/issue2106 #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 Most recent 15 issues waiting for review (15) ============================================= #2090: python type 'long' doesn't work well under JSR 223 http://bugs.jython.org/issue2090 #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 Top 10 most discussed issues (1) ================================ #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 8 msgs |
From: Jython t. <st...@bu...> - 2013-12-27 17:10:18
|
ACTIVITY SUMMARY (2013-12-20 - 2013-12-27) Jython tracker at http://bugs.jython.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 350 ( -2) closed 1777 ( +3) total 2127 ( +1) Open issues with patches: 40 Issues opened (1) ================= #2108: Cannot set attribute to instances of AST/PythonTree (blocks py http://bugs.jython.org/issue2108 opened by tlecomte Most recent 15 issues with no replies (15) ========================================== #2107: Support Contextual Classpath Determination http://bugs.jython.org/issue2107 #2106: InteractiveInterpreter.runsource doesn't accept 'exec' as symb http://bugs.jython.org/issue2106 #2103: urllib2.urlopen() does not follow redirections http://bugs.jython.org/issue2103 #2093: jython CLI hangs on mismatch of input arguments to subprocess. http://bugs.jython.org/issue2093 #2088: cannot override defaultdict.__missing__ http://bugs.jython.org/issue2088 #2086: classmethod object has no attribute __func__ http://bugs.jython.org/issue2086 #2085: When method name is setX/setY runtime error occurs with Java i http://bugs.jython.org/issue2085 #2080: unicode kwargs are received as str type in the function http://bugs.jython.org/issue2080 #2077: marshal doesn't raise error when fed unmarshalable object http://bugs.jython.org/issue2077 #2076: Bug in jython bash startup script (shows on Mac) http://bugs.jython.org/issue2076 #2074: infinite recursion by adding the CPython site-packages path wi http://bugs.jython.org/issue2074 #2072: Python feedparser module (version 5.1.3) http://bugs.jython.org/issue2072 #2063: test_subprocess_jy fails when Argument has embedded quote http://bugs.jython.org/issue2063 #2059: Jython 2.7a2-cannot import name BlockingIOError http://bugs.jython.org/issue2059 #2054: ThreadStateMapping leaks http://bugs.jython.org/issue2054 Most recent 15 issues waiting for review (15) ============================================= #2090: python type 'long' doesn't work well under JSR 223 http://bugs.jython.org/issue2090 #2087: Replace Guava MapMaker.makeComputingMap with CacheBuilder http://bugs.jython.org/issue2087 #2081: open fails on write-only files http://bugs.jython.org/issue2081 #2062: bytearray not accepted for os.write http://bugs.jython.org/issue2062 #2048: Allow lone surrogates http://bugs.jython.org/issue2048 #1929: __len__ of new-style classes should raise OverflowError instea http://bugs.jython.org/issue1929 #1925: Support loading java.sql.Drivers that aren't on the boot class http://bugs.jython.org/issue1925 #1917: No ctypes.c_char http://bugs.jython.org/issue1917 #1898: Warn about unimplemented subprocess.Popen().terminate() http://bugs.jython.org/issue1898 #1882: math.fsum http://bugs.jython.org/issue1882 #1881: math.gamma and math.lgamma http://bugs.jython.org/issue1881 #1874: Jython fails to import os module when using tr_TR locale http://bugs.jython.org/issue1874 #1866: Parser does not have mismatch token error messages caught by B http://bugs.jython.org/issue1866 #1842: Add IBM i support to Jython 2.5.1 http://bugs.jython.org/issue1842 #1796: Jython doesn't support jar dir with colon's in it http://bugs.jython.org/issue1796 Top 10 most discussed issues (1) ================================ #2108: Cannot set attribute to instances of AST/PythonTree (blocks py http://bugs.jython.org/issue2108 3 msgs Issues closed (3) ================= #2013: %x hex formatting takes O(N^2) time. http://bugs.jython.org/issue2013 closed by jeff.allen #2075: Incorrect padding for hex format strings http://bugs.jython.org/issue2075 closed by jeff.allen #2083: os.unlink() can delete directories, it should raise an excepti http://bugs.jython.org/issue2083 closed by jeff.allen |