List of issues
Severity | ID | Creation | Activity | Actor | Title | Components | Versions | Milestone | Status | Resolution | Creator | Assigned To | Keywords | Depends On | Type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ongoing pain with platform detection via os.name and sys.platform | |||||||||||||||
normal | 2557 | 101 months ago | 97 months ago | stefan.richthofer | ongoing pain with platform detection via os.name and sys.platform | Any | Jython 2.7 | Jython 2.7.1 | closed | fixed | stefan.richthofer | stefan.richthofer | behaviour | ||
Only methods present at class creation time added to proxy classes | |||||||||||||||
normal | 1329 | 196 months ago | 133 months ago | zyasoft | Only methods present at class creation time added to proxy classes | Jython 2.7, Jython 2.5 | closed | wont fix | cgroves | ||||||
Opcode.java is outdated -> breaks PyBytecode.interpret | |||||||||||||||
normal | 2533 | 104 months ago | 101 months ago | zyasoft | Opcode.java is outdated -> breaks PyBytecode.interpret | Core | Jython 2.7 | Jython 2.7.1 | closed | fixed | stefan.richthofer | stefan.richthofer | |||
open fails on write-only files | |||||||||||||||
normal | 2081 | 143 months ago | 126 months ago | zyasoft | open fails on write-only files | Core | Jython 2.7 | closed | fixed | dcoles | patch | behaviour | |||
open(filename, "a") fails to append | |||||||||||||||
normal | 417665 | 294 months ago | 291 months ago | bckfnn | open(filename, "a") fails to append | Core | closed | fixed | bzimmer | bckfnn | test failure causes | ||||
Opening of /dev/null or /dev/zero with "w" mode fails in non-English locales | |||||||||||||||
normal | 1944 | 157 months ago | 125 months ago | zyasoft | Opening of /dev/null or /dev/zero with "w" mode fails in non-English locales | Core | Jython 2.7 | closed | fixed | Arfrever | zyasoft | ||||
Opening of /dev/tty with "a" or "w" mode fails | |||||||||||||||
normal | 1945 | 157 months ago | 125 months ago | zyasoft | Opening of /dev/tty with "a" or "w" mode fails | closed | fixed | Arfrever | |||||||
Opening utf-8 files with codecs fails | |||||||||||||||
normal | 551888 | 281 months ago | 228 months ago | cgroves | Opening utf-8 files with codecs fails | Library | closed | works for me | larsga | bckfnn | |||||
OpenJDK 1.7.0_75-b13 string regrtest OutOfMemory on windows | |||||||||||||||
normal | 2798 | 70 months ago | 70 months ago | adamburke | OpenJDK 1.7.0_75-b13 string regrtest OutOfMemory on windows | Core | Jython 2.7 | open | adamburke | crash | |||||
open(None) results in java.lang.ClassCastException | |||||||||||||||
normal | 2696 | 84 months ago | 84 months ago | jaraco | open(None) results in java.lang.ClassCastException | Core | Jython 2.7 | open | jaraco | crash | |||||
open(\'test.txt\',\'w\').write(\'test\') fails | |||||||||||||||
normal | 448398 | 290 months ago | 221 months ago | cgroves | open(\'test.txt\',\'w\').write(\'test\') fails | Core | closed | fixed | eris | ||||||
operations returning bools still return 1/0s | |||||||||||||||
normal | 1839038 | 213 months ago | 212 months ago | pjenvey | operations returning bools still return 1/0s | Core | closed | fixed | pjenvey | ||||||
operator members lack a __module__ attribute correctly set | |||||||||||||||
normal | 2304 | 124 months ago | 124 months ago | alex.gronholm | operator members lack a __module__ attribute correctly set | Library | Jython 2.7 | closed | fixed | pcmanticore | patch | behaviour | |||
operator module fixes | |||||||||||||||
normal | 656959 | 273 months ago | 273 months ago | bzimmer | operator module fixes | None | closed | accepted | bzimmer | bzimmer | patch | ||||
Optimized types.java | |||||||||||||||
normal | 1665263 | 223 months ago | 222 months ago | hsk0 | Optimized types.java | None | closed | invalid | hsk0 | patch | |||||
normal | 1665693 | 223 months ago | 223 months ago | hsk0 | Optimized types.java | None | closed | duplicate | hsk0 | patch | |||||
Optimize xrange iterator | |||||||||||||||
normal | 2146 | 135 months ago | 133 months ago | zyasoft | Optimize xrange iterator | Core | Jython 2.7 | closed | fixed | santa4nt | patch | behaviour | |||
optional dim argument for jarray.* | |||||||||||||||
normal | 527988 | 283 months ago | 156 months ago | fwierzbicki | optional dim argument for jarray.* | Core | closed | out of date | pedronis | rfe | |||||
optparse std module dies on non-ASCII unicode data | |||||||||||||||
normal | 1483 | 191 months ago | 184 months ago | pjenvey | optparse std module dies on non-ASCII unicode data | Library | 2.5.1 | closed | fixed | dvska | behaviour | ||||
Oracle JDBC Connection close | |||||||||||||||
normal | 1430 | 193 months ago | 192 months ago | lijihuai | Oracle JDBC Connection close | closed | fixed | lijihuai | cgroves | ||||||
Oracle JDK 7 out of support so no longer available on Travis | |||||||||||||||
normal | 2766 | 74 months ago | 71 months ago | jeff.allen | Oracle JDK 7 out of support so no longer available on Travis | Jython 2.7 | closed | fixed | adamburke | ||||||
ord([123]) 21a3 | |||||||||||||||
normal | 477768 | 287 months ago | 287 months ago | bckfnn | ord([123]) 21a3 | Core | closed | fixed | ype | bckfnn | |||||
'org.python.core.io.StreamIO' object has no attribute '_register_selector' | |||||||||||||||
normal | 2590 | 98 months ago | 98 months ago | zyasoft | 'org.python.core.io.StreamIO' object has no attribute '_register_selector' | Any | Jython 2.7 | open | BjarkeBB | behaviour | |||||
org.python.core.PyDictionary should implement java.util.Map | |||||||||||||||
normal | 1816103 | 215 months ago | 213 months ago | cgroves | org.python.core.PyDictionary should implement java.util.Map | Core | closed | fixed | hdiwan650 | ||||||
org.python.modules.operator lacks is and is_not functions | |||||||||||||||
normal | 1758315 | 218 months ago | 217 months ago | cgroves | org.python.modules.operator lacks is and is_not functions | None | closed | fixed | cgroves | test failure causes | |||||
org.python.modules.sre.PatternObject should be named SRE_Pattern to look like CPython | |||||||||||||||
normal | 2453 | 114 months ago | 114 months ago | zyasoft | org.python.modules.sre.PatternObject should be named SRE_Pattern to look like CPython | Library | Jython 2.7 | Jython 2.7.1 | closed | fixed | darjus | darjus | behaviour | ||
org.python.util.jython swallows up exit status codes | |||||||||||||||
normal | 1796730 | 216 months ago | 215 months ago | nirvdrum | org.python.util.jython swallows up exit status codes | Core | closed | works for me | nirvdrum | ||||||
os.chmod return 'OSError: [Errno 20000] Unknown error: 20000' on solaris 11 | |||||||||||||||
major | 1885 | 159 months ago | 149 months ago | eeiddne | os.chmod return 'OSError: [Errno 20000] Unknown error: 20000' on solaris 11 | Library | Jython 2.5 | closed | fixed | Nsakala | fwierzbicki | behaviour | |||
os.defpath is not defined. | |||||||||||||||
normal | 222833 | 299 months ago | 299 months ago | bckfnn | os.defpath is not defined. | None | closed | fixed | bckfnn | ||||||
os.environ fails in Windows Vista JDK 1.6_01 | |||||||||||||||
normal | 1713513 | 220 months ago | 220 months ago | cgroves | os.environ fails in Windows Vista JDK 1.6_01 | Library | closed | fixed | kzuberi | ||||||
os.getenv out of sync with cpythons | |||||||||||||||
normal | 1299032 | 240 months ago | 240 months ago | leouserz | os.getenv out of sync with cpythons | None | closed | fixed | leouserz | ||||||
os.getlogin() returns a wrong user or returns an exception | |||||||||||||||
normal | 2534 | 104 months ago | 100 months ago | zyasoft | os.getlogin() returns a wrong user or returns an exception | Library | Jython 2.7 | Jython 2.7.1 | closed | invalid | pguermo | stefan.richthofer | console | behaviour | |
os.getpid() call missing | |||||||||||||||
normal | 1106 | 204 months ago | 204 months ago | nriley | os.getpid() call missing | Library | 2.2.2 | closed | fixed | wesleys | behaviour | ||||
os.getpid() is missing | |||||||||||||||
major | 1518 | 189 months ago | 186 months ago | thijs | os.getpid() is missing | Core | 2.5.1 | closed | fixed | thijs | pjenvey | behaviour | |||
os.getpid() is missing from jython 2.7 | |||||||||||||||
critical | 2405 | 118 months ago | 118 months ago | darjus | os.getpid() is missing from jython 2.7 | Jython 2.7 | Jython 2.7.1 | closed | accepted | mishikal@yahoo.com | darjus | behaviour | |||
os.kill is not implemented | |||||||||||||||
normal | 1122 | 204 months ago | 200 months ago | zyasoft | os.kill is not implemented | Core | closed | fixed | glyph | twisted | |||||
os.link() can silently fail | |||||||||||||||
normal | 1824 | 165 months ago | 164 months ago | pjenvey | os.link() can silently fail | Library | 2.5.1 | closed | fixed | doublep | pjenvey | behaviour | |||
os.listdir() broken with unicode characters in filenames | |||||||||||||||
normal | 2239 | 127 months ago | 127 months ago | zyasoft | os.listdir() broken with unicode characters in filenames | Jython 2.7 | closed | fixed | Arfrever | zyasoft | |||||
os.listdir doesn't return unicode when requested | |||||||||||||||
normal | 1520 | 189 months ago | 184 months ago | pjenvey | os.listdir doesn't return unicode when requested | Core | 2.5.0 | closed | fixed | ssteiner | crash | ||||
os.listdir doesn't work correctly when directory contains non-ASCII items | |||||||||||||||
normal | 1593 | 184 months ago | 184 months ago | pjenvey | os.listdir doesn't work correctly when directory contains non-ASCII items | closed | duplicate | pekka.klarck | |||||||
os.makedirs() fails on UNC network paths | |||||||||||||||
critical | 2277 | 125 months ago | 125 months ago | zyasoft | os.makedirs() fails on UNC network paths | Library | Jython 2.7 | closed | duplicate | nazarlviv07 | |||||
os.mkdir Errno difference from cpython | |||||||||||||||
normal | 1470 | 191 months ago | 190 months ago | pjenvey | os.mkdir Errno difference from cpython | Library | 2.5.1 | closed | fixed | gaddo | pjenvey | behaviour | |||
os.mkdir fails on UNC network paths | |||||||||||||||
major | 2120 | 136 months ago | 124 months ago | zyasoft | os.mkdir fails on UNC network paths | Library | Jython 2.7 | closed | fixed | saynt | zyasoft | behaviour | |||
os.mkdir() on Windows fails with OSError: [Errno 20047] Unknown error: 20047 | |||||||||||||||
major | 2014 | 150 months ago | 126 months ago | zyasoft | os.mkdir() on Windows fails with OSError: [Errno 20047] Unknown error: 20047 | Library | Jython 2.7 | closed | fixed | dchrome | zyasoft | behaviour | |||
OS module incompatible with Python2.0 site.py | |||||||||||||||
normal | 223704 | 298 months ago | 298 months ago | bckfnn | OS module incompatible with Python2.0 site.py | Library | closed | fixed | jmacy | ||||||
os.path.abspath does not accept unicode objects | |||||||||||||||
normal | 1252162 | 241 months ago | 223 months ago | cgroves | os.path.abspath does not accept unicode objects | None | closed | duplicate | leouserz | ||||||
os.path.abspath does not normalize as in Python | |||||||||||||||
normal | 1423047 | 235 months ago | 223 months ago | cgroves | os.path.abspath does not normalize as in Python | Library | closed | fixed | pekka.klarck | ||||||
`os.path.abspath()` doesn't add drive letter to absolute paths on Windows (regression) | |||||||||||||||
normal | 2824 | 68 months ago | 68 months ago | pekka.klarck | `os.path.abspath()` doesn't add drive letter to absolute paths on Windows (regression) | open | pekka.klarck | ||||||||
os.path.abspath doesn't work properly for 2.5b3 on Windows | |||||||||||||||
normal | 1319 | 196 months ago | 195 months ago | pjenvey | os.path.abspath doesn't work properly for 2.5b3 on Windows | None | Deferred | closed | fixed | crankycoder | patch | ||||
os.path.abspath eliminates symlinks | |||||||||||||||
normal | 1662689 | 223 months ago | 220 months ago | cgroves | os.path.abspath eliminates symlinks | None | closed | fixed | cgroves | ||||||
|