= Bugs filed or worked on by CTPUG = == Python Bugs == === Open === * http://bugs.python.org/issue10231 (SimpleHTTPRequestHandler directory bugs) * http://bugs.python.org/issue1859 (textwrap doesn't linebreak on "\n") (docs patch applied, but ticket still open for possible code patch.) * http://bugs.python.org/issue6490 (docs for os.popen got lost along the way) * http://bugs.python.org/issue1145257 (shutil.copytree fails on windows - probably no longer valid) === Resolved === * ~~http://bugs.python.org/issue2768~~ (os.fstat and other os.f* methods should use PyObject_AsFileDescriptor) * ~~http://bugs.python.org/issue2742~~ (example code does not work) * ~~http://bugs.python.org/issue2809~~ (string docstring doesn't mention that ' '.split() != ' '.split(' ')) * ~~http://bugs.python.org/issue2722~~ (os.getcwd fails for long path names on linux) * ~~http://bugs.python.org/issue1153769~~ (String interpolation needs PEP 237 update) * ~~http://bugs.python.org/issue2776~~ (urllib2.urlopen() gets confused with path with // in it) * ~~http://bugs.python.org/issue2746~~ (existing issue (processing instruction) - patch & test case added) * ~~http://bugs.python.org/issue6230~~ (repr bug) * ~~http://bugs.python.org/issue6232~~ (suggested improvements to test_xml_etree.py and test_xml_etree_c.py * ~~http://bugs.python.org/issue6233~~ (py3k encoding bug) * ~~http://bugs.python.org/issue6265~~ (cElementTree & !ElementTree raise different exceptions) * ~~http://bugs.python.org/issue6266~~ (cElementTree & !ElementTree can return differently encoded strings) * ~~http://bugs.python.org/issue6231~~ (!ElementInclude bug) * ~~http://bugs.python.org/issue1491~~ (BaseHTTPServer incorrectly implements response code 100) * ~~http://bugs.python.org/issue1343~~ (XMLGenerator: nice elements) * ~~http://bugs.python.org/issue10465~~ (getattr error in gzip.py) * ~~http://bugs.python.org/issue9965~~ (malicious pickle issue - closed by prodding on irc) * ~~http://bugs.python.org/issue2986~~ (difflib.!SequenceMatcher not matching long sequences) * ~~http://bugs.python.org/issue4236~~ (Crash when importing builtin module during interpreter shutdown) * ~~http://bugs.python.org/issue3932~~ (HTMLParser cannot handle '&' and non-ascii characters in attribute names) * ~~http://bugs.python.org/issue1777412~~ (Python's strftime dislikes years before 1900) * ~~http://bugs.python.org/issue2736~~ (datetime needs an "epoch" method) * ~~http://bugs.python.org/issue9637~~ (docs do not mention HTTP_PROXY) == Scipy / Numpy bugs == === Resolved === * ~~http://projects.scipy.org/numpy/ticket/954~~ (Add memapping to numpy.load) * ~~http://projects.scipy.org/scipy/ticket/653~~ (global name 'Mat5CellWriter' is not defined) * ~~http://projects.scipy.org/scipy/ticket/544~~ (optimize.fminbound doesn't work with dimensions > 1) * ~~http://projects.scipy.org/scipy/ticket/756~~ (gausspulse error (string_without_format%expr)) * ~~http://projects.scipy.org/numpy/ticket/1682~~ (ctypelibs.py isn't completely ported to python 3) == Trac & related projects bugs == === Open === * None === Resolved === * ~~http://bitten.edgewall.org/ticket/552~~ Bitten svn:checkout does not handle failure to check out externals (see also ~~[http://subversion.tigris.org/issues/show_bug.cgi?id=3622 subversion issue #3622]~~) * ~~http://trac-hacks.org/ticket/6887~~ (!WikiCalenderMacro doesn't strip leading '/'s correctly) * ~~http://trac-hacks.org/ticket/6979~~ (Error with unicode milestone title (!WikiCalenderMacro)) * ~~http://bitten.edgewall.org/ticket/570~~ Allow timeout parameter to be set on sh exec python * ~~http://bitten.edgewall.org/ticket/571~~ Adding the ability to modify the default onerror behaviour * ~~http://bitten.edgewall.org/ticket/572~~ Make all times be generated by the server. * ~~http://bitten.edgewall.org/ticket/573~~ Allow in-progress steps * ~~http://bitten.edgewall.org/ticket/409~~ Allow per-recipe onerror default * ~~http://bitten.edgewall.org/ticket/93~~ Chart data does not restrict itself to the specified revisions in config * ~~http://bitten.edgewall.org/ticket/380~~ When the build for *one* revision hangs, the slave hangs forever, and builds aren't triggered anymore * ~~http://bitten.edgewall.org/ticket/454~~ build configuration pages should only show charts for configurations that have data * ~~http://bitten.edgewall.org/ticket/455~~ in-progress builds should show the current step in-progress * ~~http://bitten.edgewall.org/ticket/222~~ Slave connection timeout incorrectly measured * ~~http://bitten.edgewall.org/ticket/451~~ Lint report generator fails on postgres, and prevents build upload * ~~http://bitten.edgewall.org/ticket/574~~ verbose flag in svntools should be converted to boolean * ~~http://bitten.edgewall.org/ticket/529~~ add --no-auth-cache and username/password options to all svn commands * ~~http://bitten.edgewall.org/ticket/564~~ Another py.test patch: Ignore ignored tests * ~~http://bitten.edgewall.org/ticket/426~~ Replace XML/SWF Charts with an open system * ~~http://bitten.edgewall.org/ticket/243~~ Failure if there are special characters in the build log. (see also ~~[http://bitten.edgewall.org/ticket/533 #533]~~, ~~[http://bitten.edgewall.org/ticket/458 #458]~~, ~~[http://bitten.edgewall.org/ticket/505 #505]~~) * ~~http://bitten.edgewall.org/ticket/466~~ Coverage Annotation is base on the last revision on the file, and not on the last revision of the repository * ~~http://genshi.edgewall.org/ticket/368~~ HTML() raises !ValueError * ~~http://genshi.edgewall.org/ticket/540~~ Upstream change in Python breaks genshi test suite