[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Nov 15 18:07:45 CET 2013


ACTIVITY SUMMARY (2013-11-08 - 2013-11-15) 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 4265 (+38) closed 27119 (+45) total 31384 (+83)

Open issues with patches: 1979

Issues opened (74)

#1180: Option to ignore or substitute ~/.pydistutils.cfg http://bugs.python.org/issue1180 reopened by jason.coombs

#6466: duplicate get_version() code between cygwinccompiler and emxcc http://bugs.python.org/issue6466 reopened by jason.coombs

#6516: reset owner/group to root for distutils tarballs http://bugs.python.org/issue6516 reopened by jason.coombs

#16286: Use hash if available to optimize a==b and a!=b for bytes and http://bugs.python.org/issue16286 reopened by haypo

#17354: TypeError when running setup.py upload --show-response http://bugs.python.org/issue17354 reopened by berker.peksag

#19466: Clear state of threads earlier in Python shutdown http://bugs.python.org/issue19466 reopened by haypo

#19531: Loading -OO bytecode files if -O was requested can lead to pro http://bugs.python.org/issue19531 opened by Sworddragon

#19532: compileall -f doesn't force to write bytecode files http://bugs.python.org/issue19532 opened by Sworddragon

#19533: Unloading docstrings from memory if -OO is given http://bugs.python.org/issue19533 opened by Sworddragon

#19534: normalize() in locale.py fails for sr_RS.UTF-8 at latin http://bugs.python.org/issue19534 opened by mfabian

#19535: Test failures with -OO http://bugs.python.org/issue19535 opened by serhiy.storchaka

#19536: MatchObject should offer getitem() http://bugs.python.org/issue19536 opened by brandon-rhodes

#19537: Fix misalignment in fastsearch_memchr_1char http://bugs.python.org/issue19537 opened by schwab

#19538: Changed function prototypes in the PEP 384 stable ABI http://bugs.python.org/issue19538 opened by theller

#19539: The 'raw_unicode_escape' codec buggy + not appropriate for Pyt http://bugs.python.org/issue19539 opened by zuo

#19541: ast.dump(indent=True) prettyprinting http://bugs.python.org/issue19541 opened by techtonik

#19542: WeakValueDictionary bug in setdefault()&pop() http://bugs.python.org/issue19542 opened by arigo

#19543: Add -3 warnings for codec convenience method changes http://bugs.python.org/issue19543 opened by ncoghlan

#19544: Port distutils as found in Python 2.7 to Python 3.x. http://bugs.python.org/issue19544 opened by jason.coombs

#19545: time.strptime exception context http://bugs.python.org/issue19545 opened by Claudiu.Popa

#19546: configparser leaks implementation detail http://bugs.python.org/issue19546 opened by Claudiu.Popa

#19547: HTTPS proxy support missing without warning http://bugs.python.org/issue19547 opened by 02strich

#19548: 'codecs' module docs improvements http://bugs.python.org/issue19548 opened by zuo

#19549: PKG-INFO is created with CRLF on Windows http://bugs.python.org/issue19549 opened by techtonik

#19550: PEP 453: Windows installer integration http://bugs.python.org/issue19550 opened by ncoghlan

#19551: PEP 453: Mac OS X installer integration http://bugs.python.org/issue19551 opened by ncoghlan

#19552: PEP 453: venv module and pyvenv integration http://bugs.python.org/issue19552 opened by ncoghlan

#19553: PEP 453: "make install" and "make altinstall" integration http://bugs.python.org/issue19553 opened by ncoghlan

#19554: Enable all freebsd* host platforms http://bugs.python.org/issue19554 opened by wg

#19555: "SO" config var not getting set http://bugs.python.org/issue19555 opened by Marc.Abramowitz

#19557: ast - docs for every node type are missing http://bugs.python.org/issue19557 opened by techtonik

#19558: Provide Tcl/Tk linkage information for extension module builds http://bugs.python.org/issue19558 opened by ned.deily

#19561: request to reopen Issue837046 - pyport.h redeclares gethostnam http://bugs.python.org/issue19561 opened by risto3

#19562: Added description for assert statement http://bugs.python.org/issue19562 opened by thatiparthy

#19563: Changing barry's email to barry at python.org http://bugs.python.org/issue19563 opened by thatiparthy

#19564: test_multiprocessing_spawn hangs http://bugs.python.org/issue19564 opened by haypo

#19565: test_multiprocessing_spawn: RuntimeError and assertion error o http://bugs.python.org/issue19565 opened by haypo

#19566: ERROR: test_close (test.test_asyncio.test_unix_events.FastChil http://bugs.python.org/issue19566 opened by haypo

#19568: bytearray_setslice_linear() leaves the bytearray in an inconsi http://bugs.python.org/issue19568 opened by haypo

#19569: Use attribute((deprecated)) to warn usage of deprecated fu http://bugs.python.org/issue19569 opened by haypo

#19570: distutils' Command.ensure_dirname fails on Unicode http://bugs.python.org/issue19570 opened by saschpe

#19572: Report more silently skipped tests as skipped http://bugs.python.org/issue19572 opened by zach.ware

#19573: Fix the docstring of inspect.Parameter and the implementation http://bugs.python.org/issue19573 opened by Antony.Lee

#19575: subprocess.Popen with multiple threads: Redirected stdout/stde http://bugs.python.org/issue19575 opened by Bernt.Røskar.Brenna

#19576: "Non-Python created threads" documentation doesn't mention PyE http://bugs.python.org/issue19576 opened by haypo

#19577: memoryview bind (the opposite of release) http://bugs.python.org/issue19577 opened by mpb

#19578: del list[a:b:c] doesn't handle correctly list_resize() failure http://bugs.python.org/issue19578 opened by haypo

#19581: PyUnicodeWriter: change the overallocation factor for Windows http://bugs.python.org/issue19581 opened by haypo

#19582: Tkinter is not working with Py_SetPath http://bugs.python.org/issue19582 opened by Debarshi.Goswami

#19584: IDLE fails - Python V2.7.6 - 64b on Win7 64b http://bugs.python.org/issue19584 opened by bob7wake

#19585: Frame annotation http://bugs.python.org/issue19585 opened by doerwalter

#19586: distutils: Remove assertEquals and assert_ deprecation warning http://bugs.python.org/issue19586 opened by Gregory.Salvan

#19587: Remove empty tests in test_bytes.FixedStringTest http://bugs.python.org/issue19587 opened by zach.ware

#19588: Silently skipped test in test_random http://bugs.python.org/issue19588 opened by zach.ware

#19590: Use specific asserts in test_email http://bugs.python.org/issue19590 opened by serhiy.storchaka

#19591: Use specific asserts in ctype tests http://bugs.python.org/issue19591 opened by serhiy.storchaka

#19593: Use specific asserts in importlib tests http://bugs.python.org/issue19593 opened by serhiy.storchaka

#19594: Use specific asserts in unittest tests http://bugs.python.org/issue19594 opened by serhiy.storchaka

#19595: Silently skipped test in test_winsound http://bugs.python.org/issue19595 opened by zach.ware

#19596: Silently skipped tests in test_importlib http://bugs.python.org/issue19596 opened by zach.ware

#19597: Add decorator for tests not yet implemented http://bugs.python.org/issue19597 opened by zach.ware

#19599: Failure of test_async_timeout() of test_multiprocessing_spawn: http://bugs.python.org/issue19599 opened by haypo

#19600: Use specific asserts in distutils tests http://bugs.python.org/issue19600 opened by serhiy.storchaka

#19601: Use specific asserts in sqlite3 tests http://bugs.python.org/issue19601 opened by serhiy.storchaka

#19602: Use specific asserts in tkinter tests http://bugs.python.org/issue19602 opened by serhiy.storchaka

#19603: Use specific asserts in test_decr http://bugs.python.org/issue19603 opened by serhiy.storchaka

#19604: Use specific asserts in array tests http://bugs.python.org/issue19604 opened by serhiy.storchaka

#19605: Use specific asserts in datetime tests http://bugs.python.org/issue19605 opened by serhiy.storchaka

#19606: Use specific asserts in http.cookiejar tests http://bugs.python.org/issue19606 opened by serhiy.storchaka

#19607: Use specific asserts in weakref tests http://bugs.python.org/issue19607 opened by serhiy.storchaka

#19608: devguide needs pictures http://bugs.python.org/issue19608 opened by techtonik

#19610: TypeError in distutils.command.upload http://bugs.python.org/issue19610 opened by berker.peksag

#19611: inspect.getcallargs doesn't properly interpret set comprehensi http://bugs.python.org/issue19611 opened by nedbat

#19612: test_subprocess: sporadic failure of test_communicate_epipe() http://bugs.python.org/issue19612 opened by haypo

Most recent 15 issues with no replies (15)

#19612: test_subprocess: sporadic failure of test_communicate_epipe() http://bugs.python.org/issue19612

#19607: Use specific asserts in weakref tests http://bugs.python.org/issue19607

#19606: Use specific asserts in http.cookiejar tests http://bugs.python.org/issue19606

#19605: Use specific asserts in datetime tests http://bugs.python.org/issue19605

#19604: Use specific asserts in array tests http://bugs.python.org/issue19604

#19603: Use specific asserts in test_decr http://bugs.python.org/issue19603

#19602: Use specific asserts in tkinter tests http://bugs.python.org/issue19602

#19601: Use specific asserts in sqlite3 tests http://bugs.python.org/issue19601

#19600: Use specific asserts in distutils tests http://bugs.python.org/issue19600

#19599: Failure of test_async_timeout() of test_multiprocessing_spawn: http://bugs.python.org/issue19599

#19594: Use specific asserts in unittest tests http://bugs.python.org/issue19594

#19591: Use specific asserts in ctype tests http://bugs.python.org/issue19591

#19584: IDLE fails - Python V2.7.6 - 64b on Win7 64b http://bugs.python.org/issue19584

#19578: del list[a:b:c] doesn't handle correctly list_resize() failure http://bugs.python.org/issue19578

#19573: Fix the docstring of inspect.Parameter and the implementation http://bugs.python.org/issue19573

Most recent 15 issues waiting for review (15)

#19610: TypeError in distutils.command.upload http://bugs.python.org/issue19610

#19607: Use specific asserts in weakref tests http://bugs.python.org/issue19607

#19606: Use specific asserts in http.cookiejar tests http://bugs.python.org/issue19606

#19605: Use specific asserts in datetime tests http://bugs.python.org/issue19605

#19604: Use specific asserts in array tests http://bugs.python.org/issue19604

#19603: Use specific asserts in test_decr http://bugs.python.org/issue19603

#19602: Use specific asserts in tkinter tests http://bugs.python.org/issue19602

#19601: Use specific asserts in sqlite3 tests http://bugs.python.org/issue19601

#19600: Use specific asserts in distutils tests http://bugs.python.org/issue19600

#19597: Add decorator for tests not yet implemented http://bugs.python.org/issue19597

#19596: Silently skipped tests in test_importlib http://bugs.python.org/issue19596

#19594: Use specific asserts in unittest tests http://bugs.python.org/issue19594

#19593: Use specific asserts in importlib tests http://bugs.python.org/issue19593

#19591: Use specific asserts in ctype tests http://bugs.python.org/issue19591

#19590: Use specific asserts in test_email http://bugs.python.org/issue19590

Top 10 most discussed issues (10)

#18864: Implementation for PEP 451 (importlib.machinery.ModuleSpec) http://bugs.python.org/issue18864 25 msgs

#19575: subprocess.Popen with multiple threads: Redirected stdout/stde http://bugs.python.org/issue19575 16 msgs

#19566: ERROR: test_close (test.test_asyncio.test_unix_events.FastChil http://bugs.python.org/issue19566 12 msgs

#5815: locale.getdefaultlocale() missing corner case http://bugs.python.org/issue5815 10 msgs

#19544: Port distutils as found in Python 2.7 to Python 3.x. http://bugs.python.org/issue19544 9 msgs

#19568: bytearray_setslice_linear() leaves the bytearray in an inconsi http://bugs.python.org/issue19568 9 msgs

#18861: Problems with recursive automatic exception chaining http://bugs.python.org/issue18861 7 msgs

#19565: test_multiprocessing_spawn: RuntimeError and assertion error o http://bugs.python.org/issue19565 7 msgs

#19533: Unloading docstrings from memory if -OO is given http://bugs.python.org/issue19533 6 msgs

#19534: normalize() in locale.py fails for sr_RS.UTF-8 at latin http://bugs.python.org/issue19534 6 msgs

Issues closed (43)

#6683: smtplib authentication - try all mechanisms http://bugs.python.org/issue6683 closed by python-dev

#9878: Avoid parsing pyconfig.h and Makefile by autogenerating extens http://bugs.python.org/issue9878 closed by barry

#9922: subprocess.getstatusoutput can fail with utf8 UnicodeDecodeErr http://bugs.python.org/issue9922 closed by tim.golden

#10262: Add --soabi option to configure http://bugs.python.org/issue10262 closed by barry

#10734: test_ttk test_heading_callback fails with newer Tk 8.5 http://bugs.python.org/issue10734 closed by serhiy.storchaka

#11473: upload command no longer accepts repository by section name http://bugs.python.org/issue11473 closed by jason.coombs

#11513: chained exception/incorrect exception from tarfile.open on a n http://bugs.python.org/issue11513 closed by barry

#11677: make test has horrendous performance on an ecryptfs http://bugs.python.org/issue11677 closed by barry

#12828: xml.dom.minicompat is not documented http://bugs.python.org/issue12828 closed by python-dev

#13674: crash in datetime.strftime http://bugs.python.org/issue13674 closed by tim.golden

#15440: multiprocess fails to re-raise exception which has mandatory a http://bugs.python.org/issue15440 closed by sbt

#16685: audioop functions shouldn't accept strings http://bugs.python.org/issue16685 closed by serhiy.storchaka

#16803: Make test_importlib run tests under both _frozen_importlib and http://bugs.python.org/issue16803 closed by brett.cannon

#17823: 2to3 fixers for missing codecs http://bugs.python.org/issue17823 closed by ncoghlan

#17828: More informative error handling when encoding and decoding http://bugs.python.org/issue17828 closed by python-dev

#17874: ProcessPoolExecutor in interactive shell doesn't work in Windo http://bugs.python.org/issue17874 closed by sbt

#18923: Use the new selectors module in the subprocess module http://bugs.python.org/issue18923 closed by neologix

#19227: test_multiprocessing_xxx hangs under Gentoo buildbots http://bugs.python.org/issue19227 closed by benjamin.peterson

#19249: Enumeration.eq http://bugs.python.org/issue19249 closed by ethan.furman

#19261: Add support for 24-bit in the sunau module http://bugs.python.org/issue19261 closed by serhiy.storchaka

#19406: PEP 453: add the ensurepip module http://bugs.python.org/issue19406 closed by python-dev

#19429: OSError constructor does not handle errors correctly http://bugs.python.org/issue19429 closed by haypo

#19440: Clean up test_capi http://bugs.python.org/issue19440 closed by zach.ware

#19490: Problem installing matplotlib 1.3.1 with Python 2.7.6rc1 and 3 http://bugs.python.org/issue19490 closed by ned.deily

#19499: "import this" is cached in sys.modules http://bugs.python.org/issue19499 closed by barry

#19515: Share duplicated _Py_IDENTIFIER identifiers in C code http://bugs.python.org/issue19515 closed by haypo

#19530: cross thread shutdown of UDP socket exhibits unexpected behavi http://bugs.python.org/issue19530 closed by neologix

#19540: PEP339: Fix link to Zephyr ASDL paper http://bugs.python.org/issue19540 closed by benjamin.peterson

#19556: A missing link to Python-2.7.6.tar.bz2 in Download page. http://bugs.python.org/issue19556 closed by ned.deily

#19559: Interactive interpreter crashes after any two commands http://bugs.python.org/issue19559 closed by ezio.melotti

#19560: PEP 8 operator precedence across parens http://bugs.python.org/issue19560 closed by ezio.melotti

#19567: mimetypes.init() raise unhandled excption in windows http://bugs.python.org/issue19567 closed by r.david.murray

#19571: urlparse.parse_qs with empty string http://bugs.python.org/issue19571 closed by r.david.murray

#19574: Negative integer division error http://bugs.python.org/issue19574 closed by r.david.murray

#19579: test_asyncio: test__run_once timings should be relaxed http://bugs.python.org/issue19579 closed by haypo

#19580: Got resource warning when running test_base_events (test_async http://bugs.python.org/issue19580 closed by haypo

#19583: time.strftime fails to use %:z time formatter of the underlyin http://bugs.python.org/issue19583 closed by deronnax

#19589: Use specific asserts in test_asyncio http://bugs.python.org/issue19589 closed by serhiy.storchaka

#19592: Use specific asserts in lib2to3 tests http://bugs.python.org/issue19592 closed by serhiy.storchaka

#19598: Timeout in test_popen() of test_asyncio.test_windows_utils.Pop http://bugs.python.org/issue19598 closed by haypo

#19609: Codec exception chaining shouldn't cover the initial codec loo http://bugs.python.org/issue19609 closed by ncoghlan

#1097797: Encoding for Code Page 273 used by EBCDIC Germany Austria http://bugs.python.org/issue1097797 closed by akuchling

#1109602: Need some setup.py sanity http://bugs.python.org/issue1109602 closed by ned.deily



More information about the Python-Dev mailing list