[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Dec 3 18:07:01 CET 2010
- Previous message: [Python-Dev] r86962 - in python/branches/py3k: Doc/library/pydoc.rst Doc/whatsnew/3.2.rst Lib/pydoc.py Lib/test/test_pydoc.py Misc/ACKS Misc/NEWS
- Next message: [Python-Dev] [Python-checkins] r86945 - python/branches/py3k/Lib/test/__main__.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2010-11-26 - 2010-12-03) Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message.
Issues counts and deltas: open 2537 ( +4) closed 19861 (+69) total 22398 (+73)
Open issues with patches: 1080
Issues opened (47)
#2690: Precompute range length and enhance range subscript support http://bugs.python.org/issue2690 reopened by ncoghlan
#9333: Expose a way to enable os.symlink on Windows http://bugs.python.org/issue9333 reopened by brian.curtin
#10544: yield expression inside generator expression does nothing http://bugs.python.org/issue10544 opened by Inyeol.Lee
#10545: remove or rewrite "Using Backslash to Continue Statements" ant http://bugs.python.org/issue10545 opened by rurpy2
#10546: UTF-16-LE and UTF-16-BE support non-BMP characters http://bugs.python.org/issue10546 opened by haypo
#10548: Error in setUp not reported as expectedFailure (unittest) http://bugs.python.org/issue10548 opened by michael.foord
#10550: Windows: leak in test_concurrent_futures http://bugs.python.org/issue10550 opened by skrah
#10551: mimetypes read from the registry should not overwrite standard http://bugs.python.org/issue10551 opened by kovid
#10552: Tools/unicode/gencodec.py error http://bugs.python.org/issue10552 opened by belopolsky
#10553: Add optimize argument to builtin compile() and byte-compilatio http://bugs.python.org/issue10553 opened by georg.brandl
#10556: test_zipimport_support mucks up with modules http://bugs.python.org/issue10556 opened by pitrou
#10557: Malformed error message from float() http://bugs.python.org/issue10557 opened by belopolsky
#10558: non-standard processing of several configure options ignores " http://bugs.python.org/issue10558 opened by ned.deily
#10559: NameError in tutorial/interpreter http://bugs.python.org/issue10559 opened by eric.araujo
#10560: Fixes for Windows sources http://bugs.python.org/issue10560 opened by Carlo_Bramini
#10563: Spurious newline in time.ctime http://bugs.python.org/issue10563 opened by Gerrit.Holl
#10566: gdb debugging support additions (Tools/gdb/libpython.py) http://bugs.python.org/issue10566 opened by eggy
#10570: curses.tigetstr() returns bytes, but curses.tparm() expects a http://bugs.python.org/issue10570 opened by jwilk
#10571: "setup.py upload --sign" broken: TypeError: 'str' does not sup http://bugs.python.org/issue10571 opened by jwilk
#10572: Move unittest test package to Lib/test http://bugs.python.org/issue10572 opened by michael.foord
#10573: Consistency in unittest assert methods: order of actual, expec http://bugs.python.org/issue10573 opened by michael.foord
#10574: email.header.decode_header fails if the string contains multip http://bugs.python.org/issue10574 opened by starsareblueandfaraway
#10576: Add a progress callback to gcmodule http://bugs.python.org/issue10576 opened by krisvale
#10577: (Fancy) URL opener stuck when trying to open redirected url http://bugs.python.org/issue10577 opened by xhresko
#10580: Installer sentence in bold http://bugs.python.org/issue10580 opened by Retro
#10581: Review and document string format accepted in numeric data typ http://bugs.python.org/issue10581 opened by belopolsky
#10582: PyErr_PrintEx exits silently when passed SystemExit exception http://bugs.python.org/issue10582 opened by Marc.Horowitz
#10583: Encoding issue with chm help in 2.7.1 http://bugs.python.org/issue10583 opened by flashk
#10587: Document the meaning of str methods http://bugs.python.org/issue10587 opened by belopolsky
#10588: imp.find_module raises unexpected SyntaxError http://bugs.python.org/issue10588 opened by emile.anclin
#10589: I/O ABC docs should specify which methods have implementations http://bugs.python.org/issue10589 opened by stutzbach
#10590: Parameter type error for xml.sax.parseString(string, ...) http://bugs.python.org/issue10590 opened by Thomas.Ryan
#10592: pprint module doesn't work well with OrderedDicts http://bugs.python.org/issue10592 opened by mikez302
#10595: Adding a syslog.conf reader in syslog http://bugs.python.org/issue10595 opened by tarek
#10596: modulo operator bug http://bugs.python.org/issue10596 opened by Sergio.Ĥlutĉin
#10598: curses fails to import on Solaris http://bugs.python.org/issue10598 opened by rtarnell
#10599: sgmllib.parse_endtag() is not respecting quoted text http://bugs.python.org/issue10599 opened by Michael.Brooks
#10601: sys.displayhook: use backslashreplace error handler if repr(va http://bugs.python.org/issue10601 opened by haypo
#10605: ElementTree documentation http://bugs.python.org/issue10605 opened by adrian_nye
#10608: Add a section to Windows FAQ explaining os.symlink http://bugs.python.org/issue10608 opened by brian.curtin
#10609: dbm documentation example doesn't work (iteritems()) http://bugs.python.org/issue10609 opened by sandro.tosi
#10610: Correct the float(), int() and complex() documentation http://bugs.python.org/issue10610 opened by lemburg
#10611: sys.exit() in a test causes a test run to die http://bugs.python.org/issue10611 opened by michael.foord
#10612: StopTestRun exception to halt test run http://bugs.python.org/issue10612 opened by michael.foord
#10614: ZipFile and CP932 encoding http://bugs.python.org/issue10614 opened by ocean-city
#10615: Trivial mingw compile fixes http://bugs.python.org/issue10615 opened by jonny
#10616: Change PyObject_AsCharBuffer() error message http://bugs.python.org/issue10616 opened by haypo
Most recent 15 issues with no replies (15)
#10615: Trivial mingw compile fixes http://bugs.python.org/issue10615
#10612: StopTestRun exception to halt test run http://bugs.python.org/issue10612
#10611: sys.exit() in a test causes a test run to die http://bugs.python.org/issue10611
#10608: Add a section to Windows FAQ explaining os.symlink http://bugs.python.org/issue10608
#10605: ElementTree documentation http://bugs.python.org/issue10605
#10595: Adding a syslog.conf reader in syslog http://bugs.python.org/issue10595
#10590: Parameter type error for xml.sax.parseString(string, ...) http://bugs.python.org/issue10590
#10588: imp.find_module raises unexpected SyntaxError http://bugs.python.org/issue10588
#10583: Encoding issue with chm help in 2.7.1 http://bugs.python.org/issue10583
#10582: PyErr_PrintEx exits silently when passed SystemExit exception http://bugs.python.org/issue10582
#10573: Consistency in unittest assert methods: order of actual, expec http://bugs.python.org/issue10573
#10556: test_zipimport_support mucks up with modules http://bugs.python.org/issue10556
#10546: UTF-16-LE and UTF-16-BE support non-BMP characters http://bugs.python.org/issue10546
#10545: remove or rewrite "Using Backslash to Continue Statements" ant http://bugs.python.org/issue10545
#10538: PyArg_ParseTuple("s*") does not always incref object http://bugs.python.org/issue10538
Most recent 15 issues waiting for review (15)
#10615: Trivial mingw compile fixes http://bugs.python.org/issue10615
#10601: sys.displayhook: use backslashreplace error handler if repr(va http://bugs.python.org/issue10601
#10598: curses fails to import on Solaris http://bugs.python.org/issue10598
#10589: I/O ABC docs should specify which methods have implementations http://bugs.python.org/issue10589
#10576: Add a progress callback to gcmodule http://bugs.python.org/issue10576
#10571: "setup.py upload --sign" broken: TypeError: 'str' does not sup http://bugs.python.org/issue10571
#10566: gdb debugging support additions (Tools/gdb/libpython.py) http://bugs.python.org/issue10566
#10563: Spurious newline in time.ctime http://bugs.python.org/issue10563
#10559: NameError in tutorial/interpreter http://bugs.python.org/issue10559
#10558: non-standard processing of several configure options ignores " http://bugs.python.org/issue10558
#10557: Malformed error message from float() http://bugs.python.org/issue10557
#10553: Add optimize argument to builtin compile() and byte-compilatio http://bugs.python.org/issue10553
#10552: Tools/unicode/gencodec.py error http://bugs.python.org/issue10552
#10550: Windows: leak in test_concurrent_futures http://bugs.python.org/issue10550
#10546: UTF-16-LE and UTF-16-BE support non-BMP characters http://bugs.python.org/issue10546
Top 10 most discussed issues (10)
#3243: Support iterable bodies in httplib http://bugs.python.org/issue3243 42 msgs
#10557: Malformed error message from float() http://bugs.python.org/issue10557 34 msgs
#10542: Py_UNICODE_NEXT and other macros for surrogates http://bugs.python.org/issue10542 23 msgs
#10552: Tools/unicode/gencodec.py error http://bugs.python.org/issue10552 11 msgs
#10576: Add a progress callback to gcmodule http://bugs.python.org/issue10576 11 msgs
#9264: trace.py documentation is incomplete http://bugs.python.org/issue9264 10 msgs
#10262: Add --soabi option to configure
http://bugs.python.org/issue10262 10 msgs
#10572: Move unittest test package to Lib/test http://bugs.python.org/issue10572 10 msgs
#10544: yield expression inside generator expression does nothing http://bugs.python.org/issue10544 8 msgs
#10551: mimetypes read from the registry should not overwrite standard http://bugs.python.org/issue10551 8 msgs
Issues closed (64)
#2001: Pydoc interactive browsing enhancement http://bugs.python.org/issue2001 closed by ncoghlan
#4113: Add custom repr to functools.partial http://bugs.python.org/issue4113 closed by belopolsky
#4335: inspect.getsourcelines ignores last line in module http://bugs.python.org/issue4335 closed by belopolsky
#6594: json C serializer performance tied to structure depth on some http://bugs.python.org/issue6594 closed by pitrou
#6628: IDLE freezes after encountering a syntax error http://bugs.python.org/issue6628 closed by ned.deily
#6886: cgi.py runs python, not python3 http://bugs.python.org/issue6886 closed by eric.araujo
#6887: executables in lib use /usr/bin/env python, not python3 http://bugs.python.org/issue6887 closed by eric.araujo
#7830: Flatten nested functools.partial http://bugs.python.org/issue7830 closed by belopolsky
#7911: unittest.TestCase.longMessage should default to True in Python http://bugs.python.org/issue7911 closed by michael.foord
#8685: set(range(100000)).difference(set()) is slow http://bugs.python.org/issue8685 closed by pitrou
#8710: test_xpickle: compat tests: workaround for missing test_suppor http://bugs.python.org/issue8710 closed by skrah
#8805: urllib should support SSL contexts http://bugs.python.org/issue8805 closed by pitrou
#8989: email.utils.make_msgid: specify domain http://bugs.python.org/issue8989 closed by r.david.murray
#9198: Should repr() print unicode characters outside the BMP? http://bugs.python.org/issue9198 closed by haypo
#9299: os.makedirs(): Add a keyword argument to suppress "File exists http://bugs.python.org/issue9299 closed by eric.araujo
#9528: Add pure Python implementation of time module to CPython http://bugs.python.org/issue9528 closed by belopolsky
#9573: importing a module that executes fork() raises RuntimeError http://bugs.python.org/issue9573 closed by ncoghlan
#9598: untabify.py fails on files that contain non-ascii characters http://bugs.python.org/issue9598 closed by belopolsky
#9873: urllib.parse: Allow bytes in some APIs that use string literal http://bugs.python.org/issue9873 closed by ncoghlan
#9915: speeding up sorting with a key http://bugs.python.org/issue9915 closed by stutzbach
#10047: python-2.6.6 coredump running newspipe http://bugs.python.org/issue10047 closed by wiz
#10273: Clean-up Unittest API http://bugs.python.org/issue10273 closed by ezio.melotti
#10323: Final state of underlying sequence in islice http://bugs.python.org/issue10323 closed by rhettinger
#10360: _weakrefset.WeakSet.contains should not propagate TypeErro http://bugs.python.org/issue10360 closed by georg.brandl
#10383: test_os leaks under Windows http://bugs.python.org/issue10383 closed by skrah
#10464: netrc module not parsing passwords containing #s. http://bugs.python.org/issue10464 closed by r.david.murray
#10499: Modular interpolation in configparser http://bugs.python.org/issue10499 closed by lukasz.langa
#10500: Palevo.DZ worm msix86 installer 3.x installer http://bugs.python.org/issue10500 closed by loewis
#10518: Bring back callable() http://bugs.python.org/issue10518 closed by pitrou
#10532: A bug related to matching the empty string http://bugs.python.org/issue10532 closed by ned.deily
#10539: Regular expression not checking 'range' element on 1st char in http://bugs.python.org/issue10539 closed by georg.brandl
#10547: FreeBSD: wrong value for LDSHARED in sysconfig http://bugs.python.org/issue10547 closed by skrah
#10549: help(cls1) breaks when cls1 has staticmethod(cls2) attribute http://bugs.python.org/issue10549 closed by georg.brandl
#10554: Context management support for subprocess.Popen http://bugs.python.org/issue10554 closed by eric.araujo
#10555: AIX 5.3 - GCC - Python 2.7 Shared Library Support - Fatal Pyth http://bugs.python.org/issue10555 closed by Anurag.Chourasia
#10561: The pdb command 'clear bpnumber' may delete more than one brea http://bugs.python.org/issue10561 closed by orsenthil
#10562: Change 'j' for imaginary unit into an 'i' http://bugs.python.org/issue10562 closed by mark.dickinson
#10564: maths float error http://bugs.python.org/issue10564 closed by mark.dickinson
#10565: isinstance(x, collections.Iterator) can return True, when x is http://bugs.python.org/issue10565 closed by belopolsky
#10567: Unicode space character \u200b unrecognised a space http://bugs.python.org/issue10567 closed by belopolsky
#10568: Python and the Unicode Character Database http://bugs.python.org/issue10568 closed by belopolsky
#10569: abc: issubclass([], my_abstract_type)
raises exception
http://bugs.python.org/issue10569 closed by amaury.forgeotdarc
#10575: makeunicodedata.py does not support Unihan digit data http://bugs.python.org/issue10575 closed by loewis
#10578: Add mock PyPI server to test distutils http://bugs.python.org/issue10578 closed by eric.araujo
#10579: Is o[key]
equivalent to PyMapping_HasKeyString?
http://bugs.python.org/issue10579 closed by naoki
#10584: Bad links in doc of zipfile.open http://bugs.python.org/issue10584 closed by georg.brandl
#10585: 2.6 maintenance branch erroneously uses unittest.TestCase.asse http://bugs.python.org/issue10585 closed by barry
#10586: Enhanced cache access API for functools.lru_cache http://bugs.python.org/issue10586 closed by ncoghlan
#10591: test_os failure in refleak runs http://bugs.python.org/issue10591 closed by brian.curtin
#10593: LRU Cache with maxsize=None http://bugs.python.org/issue10593 closed by rhettinger
#10594: Typo in PyList_New doc. http://bugs.python.org/issue10594 closed by georg.brandl
#10597: Py_SetPythonHome document shows same url twice. http://bugs.python.org/issue10597 closed by georg.brandl
#10600: surrogateescape'd paths not readable on Windows XP. http://bugs.python.org/issue10600 closed by loewis
#10602: Wrong assert* method in test_csv.test_register_kwargs masks er http://bugs.python.org/issue10602 closed by eric.araujo
#10603: file not usable, with certain paths on windows XP. http://bugs.python.org/issue10603 closed by r.david.murray
#10604: Allocating too much memory for pathes http://bugs.python.org/issue10604 closed by georg.brandl
#10606: Misspelling of Jamie Zawinski's surname in urllib.parse docstr http://bugs.python.org/issue10606 closed by dmalcolm
#10607: Document of PyOS_(v)snprintf is wrong. http://bugs.python.org/issue10607 closed by naoki
#10613: gzip._PaddedFile calls getattr with arguments in reversed orde http://bugs.python.org/issue10613 closed by eric.araujo
#940286: pydoc.Helper.help() ignores input/output init parameters http://bugs.python.org/issue940286 closed by georg.brandl
#1745035: DoS smtpd vulnerability http://bugs.python.org/issue1745035 closed by georg.brandl
#1486713: HTMLParser : A auto-tolerant parsing mode http://bugs.python.org/issue1486713 closed by r.david.murray
#975556: HTMLParser lukewarm on bogus bare attribute chars http://bugs.python.org/issue975556 closed by r.david.murray
#1046092: HTMLParser fix to accept malformed tag attributes http://bugs.python.org/issue1046092 closed by r.david.murray
- Previous message: [Python-Dev] r86962 - in python/branches/py3k: Doc/library/pydoc.rst Doc/whatsnew/3.2.rst Lib/pydoc.py Lib/test/test_pydoc.py Misc/ACKS Misc/NEWS
- Next message: [Python-Dev] [Python-checkins] r86945 - python/branches/py3k/Lib/test/__main__.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]