List of issues

Severity ID Creation Activity Actor Title Components Versions Milestone Status Resolution Creator Assigned To Keywords Depends On Type
Simplification in PyJavaClass.java
normal 632983 275 months ago 275 months ago bckfnn Simplification in PyJavaClass.java None     closed fixed ype bckfnn patch    
Simplifying argument processing in jython.bat
normal 1661420 223 months ago 198 months ago fwierzbicki Simplifying argument processing in jython.bat Installer     closed fixed pekka.klarck        
Simultaneous read & write on socket FileWrapper causes hang
normal 1744567 218 months ago 214 months ago pjenvey Simultaneous read & write on socket FileWrapper causes hang Library     closed fixed rluse amak      
sitecustomize import gives KeyError, isn't caught by ImportError guard
critical 1256 199 months ago 195 months ago pjenvey sitecustomize import gives KeyError, isn't caught by ImportError guard Core 2.5.1   closed fixed jfeinberg        
site module does not import if usernames contain non-ascii characters
normal 2348 123 months ago 88 months ago jeff.allen site module does not import if usernames contain non-ascii characters   Jython 2.7   closed duplicate fwierzbicki        
site-packages is not in sys.path
major 1892 159 months ago 159 months ago fwierzbicki site-packages is not in sys.path Core 2.7a1   closed fixed Nsakala fwierzbicki     behaviour
site-packages isn't set properly in site.py for standalone deployments
normal 1320 196 months ago 193 months ago nriley site-packages isn't set properly in site.py for standalone deployments       closed invalid crankycoder otmarhumbel patch    
site-packages support in standalone jar
major 2143 135 months ago 88 months ago jeff.allen site-packages support in standalone jar Core Jython 2.7   open accepted nonameentername   patch   rfe
site.py should not fail if python.home is not set
normal 2283 125 months ago 124 months ago zyasoft site.py should not fail if python.home is not set   Jython 2.7   closed fixed zyasoft zyasoft      
Slice deletion from list incorrectly includes range stop when step is -ve
normal 1873 160 months ago 156 months ago fwierzbicki Slice deletion from list incorrectly includes range stop when step is -ve Core 2.5.3b2, 2.5.2, 2.7a1   closed fixed jeff.allen   patch   behaviour
Slice is not a sequence
normal 738903 269 months ago 269 months ago ype Slice is not a sequence None     closed   ype bzimmer patch    
sliceLength of PySequence returns 0 when step is sys.maxint
normal 1818353 215 months ago 213 months ago cgroves sliceLength of PySequence returns 0 when step is sys.maxint Core     closed fixed rajesh_battala        
slice object type is different from python to jython
normal 738880 269 months ago 239 months ago fwierzbicki slice object type is different from python to jython Core     closed fixed cupdike        
slice should be a type
normal 1791931 216 months ago 213 months ago cgroves slice should be a type Core     closed fixed leosoto        
slim jar: missing resource file for zxJDBC
normal 2918 48 months ago 36 months ago jeff.allen slim jar: missing resource file for zxJDBC Library, zxjdbc Jython 2.7.2   open accepted RaiManSikuliX       crash
__slots__ in diamond-style causes lay-out conflict (breaks pathlib and sympy)
normal 2551 101 months ago 101 months ago zyasoft __slots__ in diamond-style causes lay-out conflict (breaks pathlib and sympy) Core Jython 2.7 Jython 2.7.1 closed fixed stefan.richthofer stefan.richthofer     behaviour
Small random seeds do not produce random values (as in CPython)
normal 1817 165 months ago 134 months ago zyasoft Small random seeds do not produce random values (as in CPython) Core Jython 2.7   closed wont fix fdb       behaviour
Small stab at long/int unification
normal 1598944 226 months ago 221 months ago cgroves Small stab at long/int unification None     closed duplicate akuchling   patch    
Small Test class to test chmod on different platforms
normal 1351801 238 months ago 229 months ago otmarhumbel Small Test class to test chmod on different platforms None     closed   otmarhumbel   patch    
smtplib.sendmail() does not work for mails bigger than 64 KiB
normal 2840 67 months ago 36 months ago jeff.allen smtplib.sendmail() does not work for mails bigger than 64 KiB Core, Library Jython 2.7.1, Jython 2.7.2 Jython 2.7.3 closed out of date r_walter       crash
s/occured/occurred/
normal 1835 162 months ago 162 months ago fwierzbicki s/occured/occurred/ Core 2.5.2   closed fixed docwhat fwierzbicki     behaviour
socket address slice issue
normal 2155 134 months ago 133 months ago zyasoft socket address slice issue Core Jython 2.7   closed fixed mb_   patch   behaviour
socket blocking/nonblocking/timeout issue
normal 2157 134 months ago 129 months ago mb_ socket blocking/nonblocking/timeout issue Library Jython 2.7   closed fixed mb_        
socket.connect_ex does not properly report connection state sequence
normal 2428 116 months ago 116 months ago zyasoft socket.connect_ex does not properly report connection state sequence Library Jython 2.7 Jython 2.7.1 closed fixed dhable zyasoft patch   behaviour
socket.create_connection() is not implemented
normal 1788 168 months ago 166 months ago amak socket.create_connection() is not implemented Documentation, Library Deferred   closed fixed camjackson amak     behaviour
socket does not define AF_UNSPEC and AI_PASSIVE constants
major 1051 207 months ago 200 months ago amak socket does not define AF_UNSPEC and AI_PASSIVE constants Library     closed fixed billiejoex amak      
socket.error:when reading some urls in jython 2.7b1
normal 2022 149 months ago 135 months ago zyasoft socket.error:when reading some urls in jython 2.7b1 Core Jython 2.7   closed fixed straz amak     behaviour
socket exception: "AttributeError: 'module' object has no attribute 'sslerror' "
normal 1378 194 months ago 135 months ago zyasoft socket exception: "AttributeError: 'module' object has no attribute 'sslerror' " Library Jython 2.5   closed fixed asl2 amak     crash
socket.fileno() returns a different value than the fd value given from poll()
normal 2425 116 months ago 116 months ago zyasoft socket.fileno() returns a different value than the fd value given from poll() Library Jython 2.7   closed invalid teeohhem        
socket.fileno() returns java org.python.core.io.SocketIO object not int
normal 1678 177 months ago 174 months ago amak socket.fileno() returns java org.python.core.io.SocketIO object not int Core 2.5.2b1   closed wont fix kellyc2702 amak     behaviour
socket._fileobject - AttributeError: 'module' object has no
normal 1850207 213 months ago 213 months ago pjenvey socket._fileobject - AttributeError: 'module' object has no Core     closed fixed bytecodesbr        
socket.getaddrinfo() breaks ftplib FTP client
major 1391 194 months ago 194 months ago amak socket.getaddrinfo() breaks ftplib FTP client Library Deferred   closed fixed pjdm amak     behaviour
socket.getaddrinfo() does not return list of all available ip's on the host.
normal 1895 159 months ago 156 months ago amak socket.getaddrinfo() does not return list of all available ip's on the host. Library 2.5.3b1   closed fixed oscar amak      
socket.getaddrinfo sometimes returns an object that crashes in __str__ (so it can't be printed)
normal 1809 166 months ago 165 months ago irmen socket.getaddrinfo sometimes returns an object that crashes in __str__ (so it can't be printed) Library 2.5.2   closed fixed irmen amak      
socket.getservbyname/port() not yet supported
major 1225 200 months ago 185 months ago amak socket.getservbyname/port() not yet supported Library 2.5.1   closed fixed billiejoex amak      
socket.getsockname() doesn't return a sensible value until socket.listen() has been called
normal 1806 166 months ago 166 months ago amak socket.getsockname() doesn't return a sensible value until socket.listen() has been called Library 2.5.2   closed wont fix irmen amak     behaviour
socket.getsockname() returns 2-tuple instead of 4-tuple for ipv6 sockets
normal 2079 143 months ago 134 months ago irmen socket.getsockname() returns 2-tuple instead of 4-tuple for ipv6 sockets Core Jython 2.7   closed duplicate irmen amak      
socket.getsockname() should return correct addresses when binding on ipaddr_any
normal 2078 143 months ago 133 months ago zyasoft socket.getsockname() should return correct addresses when binding on ipaddr_any Core Jython 2.7   closed fixed irmen zyasoft patch   behaviour
socket in _socket: propagates None as type (setsockopt fails)
major 2273 125 months ago 118 months ago zyasoft socket in _socket: propagates None as type (setsockopt fails) Core Jython 2.7 Jython 2.7.1 closed fixed jfroco zyasoft     behaviour
socket.IPPROTO_TCP=6 missing constant for socket module
minor 1191 201 months ago 197 months ago amak socket.IPPROTO_TCP=6 missing constant for socket module Library 2.5b0   closed fixed cocoon amak     behaviour
socket.IPV6_V6ONLY is missing from Jython 2.7
major 2406 118 months ago 88 months ago jeff.allen socket.IPV6_V6ONLY is missing from Jython 2.7 Core Jython 2.7   open   mishikal@yahoo.com        
socket Level 6 not supported
normal 1347 196 months ago 195 months ago Christof socket Level 6 not supported Library 2.5b1   closed fixed Christof amak      
socket module does not have gethostbyname_ex function
normal 1976 154 months ago 153 months ago amak socket module does not have gethostbyname_ex function Library 2.5.2   closed out of date mahendar amak     behaviour
Socket module does not support getnameinfo.
normal 1706 174 months ago 165 months ago amak Socket module does not support getnameinfo. Library     closed fixed amak amak ipv6   behaviour
socket module has no attribute SO_ERROR
normal 1119 204 months ago 156 months ago amak socket module has no attribute SO_ERROR   2.2.2   closed fixed glyph amak twisted    
socket.py - ClientCookie and ClientForm
normal 1850722 213 months ago 212 months ago pjenvey socket.py - ClientCookie and ClientForm None     closed fixed bytecodesbr pjenvey      
socket.py error wording nitpick
normal 1278 197 months ago 197 months ago amak socket.py error wording nitpick Library 2.5b1   closed rejected dmbaggett amak     rfe
socket.py send() error?
normal 1348645 238 months ago 220 months ago amak socket.py send() error? Library     closed fixed anonymous        
socket rcv method lacks optional 2nd parameter, flags
normal 2267 126 months ago 117 months ago zyasoft socket rcv method lacks optional 2nd parameter, flags Library Jython 2.7   open   gary.aviv zyasoft     behaviour
socket.recv() blocks send()
major 2102 141 months ago 135 months ago zyasoft socket.recv() blocks send() Core Jython 2.7   closed fixed calmh       behaviour
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: