List of issues
Severity | ID | Creation | Activity | Actor | Title | Components | Versions | Milestone | Status | Resolution | Creator | Assigned To | Keywords | Depends On | Type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
couldn't make directories when installing django in jython on Windows | |||||||||||||||
normal | 1233 | 199 months ago | 199 months ago | leosoto | couldn't make directories when installing django in jython on Windows | 2.5b1 | closed | duplicate | jfenwick | behaviour | |||||
cPickle and packages | |||||||||||||||
normal | 222855 | 298 months ago | 298 months ago | bckfnn | cPickle and packages | Library | closed | fixed | bckfnn | ||||||
cPickle bug in find_class method | |||||||||||||||
normal | 222804 | 298 months ago | 298 months ago | bckfnn | cPickle bug in find_class method | Library | closed | fixed | bckfnn | ||||||
cPickle calls __import__ with illegal parameters | |||||||||||||||
normal | 1665 | 178 months ago | 178 months ago | zyasoft | cPickle calls __import__ with illegal parameters | Library | 2.5.2b1 | closed | fixed | akruis | zyasoft | patch | crash | ||
cPickle.load(...) gives a NullPointerException in Unpickler.load() when key is INST! | |||||||||||||||
urgent | 1476 | 191 months ago | 184 months ago | pjenvey | cPickle.load(...) gives a NullPointerException in Unpickler.load() when key is INST! | Any | 2.5.0 | closed | out of date | Humbie | crash | ||||
cPickle.Pickler objects should have memo attribute | |||||||||||||||
normal | 1946 | 156 months ago | 149 months ago | fwierzbicki | cPickle.Pickler objects should have memo attribute | open | Arfrever | ||||||||
cPickle protocol 2 implementation | |||||||||||||||
normal | 1772553 | 217 months ago | 216 months ago | cgroves | cPickle protocol 2 implementation | None | closed | accepted | yole | patch | |||||
cPickle.Unpickler does not allow assignment of find_global | |||||||||||||||
normal | 1632 | 181 months ago | 180 months ago | zyasoft | cPickle.Unpickler does not allow assignment of find_global | Library | 2.5.2b1 | closed | fixed | alex.gronholm | zyasoft | patch | behaviour | ||
cPickling bug | |||||||||||||||
normal | 1291509 | 240 months ago | 216 months ago | cgroves | cPickling bug | Core | closed | fixed | anonymous | ||||||
CPython compatible zipimporter | |||||||||||||||
normal | 1783554 | 216 months ago | 216 months ago | pjenvey | CPython compatible zipimporter | None | closed | fixed | pjenvey | patch | |||||
cPython/Jython different os.path.abspath() behavior | |||||||||||||||
normal | 1879989 | 211 months ago | 206 months ago | billiejoex | cPython/Jython different os.path.abspath() behavior | None | closed | fixed | billiejoex | ||||||
cPython/Jython different os.path.isabs() behavior | |||||||||||||||
normal | 1879935 | 211 months ago | 206 months ago | pjenvey | cPython/Jython different os.path.isabs() behavior | Library | closed | fixed | billiejoex | pjenvey | |||||
cPython/Jython different os.path.realpath() behavior | |||||||||||||||
normal | 1879984 | 211 months ago | 206 months ago | billiejoex | cPython/Jython different os.path.realpath() behavior | None | closed | fixed | billiejoex | ||||||
^C quits Jython commandline | |||||||||||||||
normal | 1746106 | 218 months ago | 194 months ago | pjenvey | ^C quits Jython commandline | Core | closed | duplicate | a_o_m | ||||||
crashes on isinstance | |||||||||||||||
normal | 1139 | 203 months ago | 194 months ago | pjenvey | crashes on isinstance | Core | 2.2.2 | closed | fixed | Paul_vZ | |||||
Crash on os.path.isfile(None) | |||||||||||||||
normal | 1651 | 179 months ago | 179 months ago | pjenvey | Crash on os.path.isfile(None) | Core | 2.5.1 | closed | fixed | gdoutch | crash | ||||
Create JTable in Jython | |||||||||||||||
normal | 1832 | 162 months ago | 160 months ago | Dante | Create JTable in Jython | Any | 2.5.2 | closed | invalid | Dante | behaviour | ||||
Creating a PyFile from an InputStream is broken. | |||||||||||||||
urgent | 1171 | 201 months ago | 200 months ago | amak | Creating a PyFile from an InputStream is broken. | Core | closed | fixed | amak | pjenvey | |||||
creating codecs from multiple threads can lead to incorrect initialization | |||||||||||||||
normal | 1169 | 201 months ago | 194 months ago | pjenvey | creating codecs from multiple threads can lead to incorrect initialization | Core | 2.2.2 | closed | fixed | cgroves | |||||
Creating jar file from libraries | |||||||||||||||
normal | 2281 | 124 months ago | 123 months ago | zyasoft | Creating jar file from libraries | Library | Jython 2.7 | closed | fixed | sergei175 | behaviour | ||||
Creating Lib.jar from the Lib directory | |||||||||||||||
normal | 2351 | 122 months ago | 117 months ago | darjus | Creating Lib.jar from the Lib directory | Any | Jython 2.7 | closed | postponed | sergei175 | |||||
Creating PyModules from python without removing the wrapper. | |||||||||||||||
normal | 222792 | 298 months ago | 298 months ago | bckfnn | Creating PyModules from python without removing the wrapper. | Core | closed | fixed | bckfnn | ||||||
CR removed on reading text on unix | |||||||||||||||
normal | 481404 | 286 months ago | 213 months ago | cgroves | CR removed on reading text on unix | Core | closed | fixed | bckfnn | ||||||
CRTL+C kills Jython console | |||||||||||||||
normal | 1270 | 197 months ago | 124 months ago | zyasoft | CRTL+C kills Jython console | None | Jython 2.5 | open | boisgera | console | |||||
cStringIO bug | |||||||||||||||
normal | 473676 | 287 months ago | 287 months ago | bckfnn | cStringIO bug | Library | closed | fixed | mmzeeman | bckfnn | |||||
cStringIO does not complain on getvalue after close | |||||||||||||||
minor | 1640 | 180 months ago | 160 months ago | amak | cStringIO does not complain on getvalue after close | Library | 2.5.1 | closed | fixed | bpedman | amak | behaviour | |||
cStringIO does not support arrays as arguments | |||||||||||||||
normal | 1862 | 160 months ago | 148 months ago | fwierzbicki | cStringIO does not support arrays as arguments | Library | Jython 2.7 | closed | fixed | fwierzbicki | patch, test failure causes | behaviour | |||
cStringIO does not work with mutable objects implementing the buffer protocol | |||||||||||||||
normal | 2429 | 116 months ago | 87 months ago | jeff.allen | cStringIO does not work with mutable objects implementing the buffer protocol | open | accepted | pekka.klarck | zyasoft | patch | |||||
cStringIO doesn't return unicodes when it should | |||||||||||||||
normal | 1089 | 205 months ago | 203 months ago | leosoto | cStringIO doesn't return unicodes when it should | Core | closed | invalid | leosoto | ||||||
cStringIO has no reset() method | |||||||||||||||
normal | 522423 | 283 months ago | 282 months ago | bckfnn | cStringIO has no reset() method | Library | closed | fixed | dinu_gherman | bckfnn | |||||
cStringIO mode attribute not set. | |||||||||||||||
normal | 1020517 | 252 months ago | 232 months ago | fwierzbicki | cStringIO mode attribute not set. | Library | closed | fixed | anonymous | ||||||
cStringIO.softspace is not assignable. | |||||||||||||||
normal | 485968 | 286 months ago | 286 months ago | bckfnn | cStringIO.softspace is not assignable. | Library | closed | fixed | bckfnn | bckfnn | |||||
cStringIO throws IllegalArgumentException with non-ASCII values | |||||||||||||||
normal | 2527 | 105 months ago | 100 months ago | zyasoft | cStringIO throws IllegalArgumentException with non-ASCII values | Library | Jython 2.7 | Jython 2.7.1 | closed | accepted | yan12125 | stefan.richthofer | behaviour | ||
_csv module | |||||||||||||||
normal | 1650802 | 223 months ago | 205 months ago | pjenvey | _csv module | Library | 2.5alpha1 | closed | fixed | pdrummond | pjenvey | patch | rfe | ||
-c sys.argv diff | |||||||||||||||
normal | 488632 | 286 months ago | 286 months ago | bckfnn | -c sys.argv diff | Core | closed | fixed | pedronis | bckfnn | |||||
Ctrl-Z doesn't exit Jython console on Windows | |||||||||||||||
normal | 2276 | 125 months ago | 114 months ago | zyasoft | Ctrl-Z doesn't exit Jython console on Windows | Jython 2.7.1 | closed | fixed | pekka.klarck | zyasoft | |||||
ctypes for jython | |||||||||||||||
normal | 1328 | 196 months ago | 122 months ago | zyasoft | ctypes for jython | Jython 2.7 | closed | out of date | fijal | patch | behaviour | ||||
ctypes module has no attribute '__version__' | |||||||||||||||
normal | 1554 | 186 months ago | 185 months ago | pjenvey | ctypes module has no attribute '__version__' | Library | 2.5.1 | closed | fixed | thijs | behaviour | ||||
current directory is prepended to entries in sys.path | |||||||||||||||
normal | 1599012 | 225 months ago | 222 months ago | cgroves | current directory is prepended to entries in sys.path | Core | closed | fixed | cgroves | ||||||
Current docs aren't. | |||||||||||||||
normal | 2378 | 120 months ago | 114 months ago | zyasoft | Current docs aren't. | Documentation | open | tchaypo | |||||||
Current Jython docs refer to Python 2.6 functionality | |||||||||||||||
normal | 1650 | 179 months ago | 134 months ago | zyasoft | Current Jython docs refer to Python 2.6 functionality | Core, Library | Jython 2.5 | closed | duplicate | esatterwhite | juneau001 | behaviour | |||
Current thread renamed to MainThread after a module import | |||||||||||||||
normal | 2202 | 130 months ago | 125 months ago | zyasoft | Current thread renamed to MainThread after a module import | Core | Jython 2.7 | closed | fixed | sbenner | behaviour | ||||
cursor.setinputsizes | |||||||||||||||
major | 1834 | 162 months ago | 129 months ago | zyasoft | cursor.setinputsizes | zxjdbc | Jython 2.5 | open | kensingtoncat | behaviour | |||||
Custom ClassLoader problem | |||||||||||||||
normal | 583825 | 278 months ago | 276 months ago | bckfnn | Custom ClassLoader problem | Core | closed | duplicate | anonymous | ||||||
Custom KeyErrors raised from __getitem__ are swallowed | |||||||||||||||
normal | 1038 | 207 months ago | 206 months ago | pjenvey | Custom KeyErrors raised from __getitem__ are swallowed | Core | closed | fixed | leosoto | behaviour | |||||
Custom Vector Class reveals multiplication bug | |||||||||||||||
normal | 1332 | 196 months ago | 196 months ago | pjenvey | Custom Vector Class reveals multiplication bug | Core | 25rc4 | closed | fixed | fwierzbicki | pjenvey | ||||
custum number and float: unsupported operand type(s) for * | |||||||||||||||
normal | 1159 | 202 months ago | 202 months ago | pjenvey | custum number and float: unsupported operand type(s) for * | closed | fixed | certik | |||||||
CVE-2013-1752 - multiple unbound readline() DoS flaws in python stdlib | |||||||||||||||
normal | 2322 | 123 months ago | 123 months ago | alex.gronholm | CVE-2013-1752 - multiple unbound readline() DoS flaws in python stdlib | Library | Jython 2.7 | closed | fixed | mbooth | alex.gronholm | security | |||
CVE-2013-2027 Current umask sets privileges of class files and cache | |||||||||||||||
major | 2044 | 147 months ago | 44 months ago | jgish | CVE-2013-2027 Current umask sets privileges of class files and cache | Core | Jython 2.7.2 | Jython 2.7.2 | closed | fixed | kseifried | jeff.allen | security | ||
CVE-2016-5699 | |||||||||||||||
normal | 2555 | 100 months ago | 99 months ago | zyasoft | CVE-2016-5699 | Library | Jython 2.7 | Jython 2.7.1 | closed | invalid | jduffy3 | stefan.richthofer | security | ||
|