List of issues

Severity ID Creation Activity Actor Title Components Versions Milestone Status Resolution Creator Assigned To Keywords Depends On Type
normal 1354 203 months ago 143 months ago qny31541 core language failures in interactive interpreter Core 25rc4   closed fixed undefined fwierzbicki      
normal 1355 203 months ago 203 months ago pjenvey Raw-Unicode-Escape encoding not fully supported Core 25rc4   closed fixed undefined pjenvey patch    
normal 1356 203 months ago 190 months ago otmarhumbel [Windows] test_subprocess test_communicate_pipe_buf fails Library     closed fixed pjenvey otmarhumbel      
normal 1357 203 months ago 203 months ago pjenvey no sys.executable when script runner is a relative link   25rc4   closed fixed r_walter   patch    
normal 1358 203 months ago 203 months ago fwierzbicki Simple pogram fails to parse in Jython 2.5rc3, but parses OK with CPython Core 25rc4   closed fixed olwi fwierzbicki     behaviour
normal 1359 203 months ago 203 months ago otmarhumbel jython_installer-2.5rc3.jar should contain a root directory Installer 25rc4   closed invalid vivek       behaviour
normal 1360 203 months ago 202 months ago pjenvey The write permission is required on jython.jar ? Core     closed wont fix amylin        
normal 1361 203 months ago 203 months ago Christof urllib.pathname2url not working: os.path == 'java' but should not be? Library 25rc4   closed fixed Christof        
normal 1362 203 months ago 203 months ago pjenvey Remove exposed str/unicode.toString Core     closed fixed pjenvey zyasoft      
urgent 1363 203 months ago 202 months ago cgroves Deep inheritance from a Java class causes MRO problems Core 25rc4   closed fixed alex.gronholm cgroves     crash
normal 1364 202 months ago 202 months ago pjenvey SimpleHTTPServer.py contains call to missing os.fstat Library     closed fixed skilchen pjenvey      
normal 1365 202 months ago 199 months ago funkychocobo continuation lines fail in interactive interpreter Core 2.5.0   closed fixed undefined fwierzbicki     behaviour
normal 1366 202 months ago 201 months ago fwierzbicki parsing of lamda expression fails Core 25rc4   closed fixed undefined fwierzbicki     behaviour
normal 1367 202 months ago 202 months ago marcelotaube PIpes (popen2) do not flush their buffer Core 25rc4   closed fixed marcelotaube pjenvey      
normal 1368 202 months ago 202 months ago pjenvey '\xe4'.decode('utf-8') does not raise UnicodeDecodeError but returns u'' Core     closed fixed Christof pjenvey     behaviour
normal 1369 202 months ago 196 months ago pjenvey os.stat(None) should raise TypeError and not java.lang.IllegalArgumentException Library     closed fixed Christof       behaviour
normal 1370 202 months ago 200 months ago pjenvey Use System.identityHashCode for id() Core     closed wont fix pjenvey       rfe
normal 1371 202 months ago 132 months ago zyasoft [Windows] test_java_integration.test_nonexistent_import_with_security fails Core Jython 2.7   closed fixed pjenvey zyasoft     behaviour
normal 1372 202 months ago 202 months ago pjenvey No default drive in Windows file paths Core 25rc4   closed fixed eggsy pjenvey     behaviour
major 1373 202 months ago 187 months ago jaraco Jython ClassLoader getResource does not work Core 2.5.1   closed fixed boisgera zyasoft patch    
normal 1374 202 months ago 142 months ago zyasoft "java.lang.NoClassDefFoundError" vs. "TypeError: Error when calling the metaclass bases cannot create 'NoneType' instances" Core     closed wont fix alv131       behaviour
normal 1375 202 months ago 192 months ago amak XML SAX: attrs.get((None, 'attr')) gives NPE Library 25rc4   closed fixed lheuer amak     behaviour
normal 1376 202 months ago 101 months ago amoebam 'name in dir(item)' holds, but 'getattr(item, name)' fails Core Jython 2.5   open accepted boisgera       behaviour
normal 1377 202 months ago 202 months ago cgroves PyJavaType error in jython 2.5rc4 - Used to work in jython 2.2.1 Core     closed fixed frozenPhantom        
normal 1378 202 months ago 142 months ago zyasoft socket exception: "AttributeError: 'module' object has no attribute 'sslerror' " Library Jython 2.5   closed fixed asl2 amak     crash
normal 1379 202 months ago 201 months ago thobes __file__ not set properly? Core     closed invalid Christof        
normal 1380 202 months ago 141 months ago zyasoft Interpreter startup time regression   Jython 2.7   open remind yanne        
critical 1381 202 months ago 202 months ago cgroves Multiple inheritance and method overloading resolves wrong method Core 2.5.1, 25rc4   closed fixed sreimers cgroves     behaviour
normal 1382 202 months ago 199 months ago pjenvey __cmp__ on certain types raises ArrayStoreException Core 2.5.0   closed fixed rhudson@annapmicro.com pjenvey     crash
normal 1383 202 months ago 141 months ago zyasoft odd behavior when importing * from Java packages/modules when using the embedded interpreter Library Jython 2.5   closed invalid tzellman fwierzbicki     behaviour
normal 1384 202 months ago 168 months ago fwierzbicki jython parses the contents of the comments   2.5b0   closed wont fix ita       behaviour
normal 1385 202 months ago 192 months ago pjenvey generator.throw uncaught on new generator doesn't stop the generator Core     closed fixed pjenvey        
normal 1386 202 months ago 202 months ago Hermit print keyword parameter "end" gets error. Jythonc compiler 25rc4   closed invalid Hermit       behaviour
normal 1387 202 months ago 200 months ago cgroves Dynamic compilation and failure of inheritance Core 25rc4   closed invalid schluehk        
normal 1388 202 months ago 202 months ago fwierzbicki installing Imaging-1.1.6 None 2.5.1   closed wont fix ulrichenslin       behaviour
normal 1389 202 months ago 157 months ago fwierzbicki subprocess execution is way too slow Library 2.5b1   closed wont fix ita        
normal 1390 202 months ago 192 months ago pjenvey ihooks fails due to unimplemented methods in imp module Core, Library 25rc4   closed fixed schluehk       behaviour
major 1391 201 months ago 201 months ago amak socket.getaddrinfo() breaks ftplib FTP client Library Deferred   closed fixed pjdm amak     behaviour
minor 1392 201 months ago 168 months ago fwierzbicki Home/End/Del keys don't work in the console.   2.5.1   closed out of date refactored       behaviour
normal 1393 201 months ago 200 months ago thijs TypeError: _new_impl(): expected 1 args; got 0 Core 2.5.1   closed fixed thijs cgroves     behaviour
normal 1394 201 months ago 141 months ago zyasoft Serialization of Jython objects from Java bugged - across a reset Jython state. Core Jython 2.5   closed invalid random_jython_user        
normal 1395 201 months ago 188 months ago zyasoft PyList.indexOf() and PyTuple.indexOf() do not function properly   2.5.0   closed fixed MrMeanie zyasoft patch    
normal 1396 201 months ago 197 months ago pjenvey Assigning os module funcs as class attributes incompatible with CPython Core 2.5.0   closed fixed arianepaola       behaviour
normal 1397 201 months ago 187 months ago zyasoft Bugs in PyList and PyJavaType.ListIndexDelegate slice setting       closed fixed MrMeanie zyasoft patch    
normal 1398 201 months ago 173 months ago amak Unable to run NLTK on Jython 2.5 final Any 2.5.0   closed wont fix raghavanks       behaviour
normal 1399 201 months ago 185 months ago nriley Make jython.sourceforge.net redirect website     closed   nriley nriley      
normal 1400 201 months ago 199 months ago heuermh Evaluating expression via JSR 223 ScriptEngine returns null instead of True/False   2.2.2   closed fixed heuermh       behaviour
normal 1401 201 months ago 192 months ago juneau001 JavaDocs need migration to new site website     closed   nriley juneau001      
urgent 1402 201 months ago 143 months ago qny31541 Error during input on interactive console causes interpreter to fail None 2.5.0   closed wont fix joey@cadence.com fwierzbicki     crash
normal 1403 201 months ago 132 months ago zyasoft Make a precompiled standalone jar available None Jython 2.7   closed fixed alex.gronholm zyasoft     rfe
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: