List of issues

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