[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Aug 9 18:07:38 CEST 2013
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2013-08-02 - 2013-08-09) 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 4148 (+20) closed 26321 (+47) total 30469 (+67)
Open issues with patches: 1874
Issues opened (56)
#4322: function with modified name uses original name when there' http://bugs.python.org/issue4322 reopened by benjamin.peterson
#17741: event-driven XML parser http://bugs.python.org/issue17741 reopened by pitrou
#18630: mingw: exclude unix only modules http://bugs.python.org/issue18630 opened by rpetrov
#18631: mingw: setup msvcrt and _winapi modules http://bugs.python.org/issue18631 opened by rpetrov
#18632: mingw: build extensions with GCC http://bugs.python.org/issue18632 opened by rpetrov
#18633: mingw: use Mingw32CCompiler as default compiler for mingw* bu http://bugs.python.org/issue18633 opened by rpetrov
#18634: mingw find import library http://bugs.python.org/issue18634 opened by rpetrov
#18636: mingw: setup _ssl module http://bugs.python.org/issue18636 opened by rpetrov
#18637: mingw: export _PyNode_SizeOf as PyAPI for parser module http://bugs.python.org/issue18637 opened by rpetrov
#18638: mingw: generalization of posix build in sysconfig.py http://bugs.python.org/issue18638 opened by rpetrov
#18639: mingw: avoid circular dependency from time module during nativ http://bugs.python.org/issue18639 opened by rpetrov
#18640: mingw: generalization of posix build in distutils/sysconfig.py http://bugs.python.org/issue18640 opened by rpetrov
#18641: mingw: customize site http://bugs.python.org/issue18641 opened by rpetrov
#18643: implement socketpair() on Windows http://bugs.python.org/issue18643 opened by neologix
#18644: Got ResourceWarning: unclosed file when using test function fr http://bugs.python.org/issue18644 opened by vajrasky
#18645: Add a configure option for performance guided optimization http://bugs.python.org/issue18645 opened by rhettinger
#18646: Improve tutorial entry on 'Lambda Forms'. http://bugs.python.org/issue18646 opened by terry.reedy
#18647: re.error: nothing to repeat http://bugs.python.org/issue18647 opened by serhiy.storchaka
#18648: FP Howto and the PEP 8 lambda guildline http://bugs.python.org/issue18648 opened by terry.reedy
#18650: intermittent test_pydoc failure on 3.4.0a1 http://bugs.python.org/issue18650 opened by ned.deily
#18651: test failures on KFreeBSD http://bugs.python.org/issue18651 opened by doko
#18652: Add itertools.first_true (return first true item in iterable) http://bugs.python.org/issue18652 opened by hynek
#18653: mingw-meta: build core modules http://bugs.python.org/issue18653 opened by rpetrov
#18654: modernize mingw&cygwin compiler classes http://bugs.python.org/issue18654 opened by rpetrov
#18655: GUI apps take long to launch on Windows http://bugs.python.org/issue18655 opened by netrick
#18659: test_precision in test_format.py is not executed and has unuse http://bugs.python.org/issue18659 opened by vajrasky
#18660: os.read behavior on Linux http://bugs.python.org/issue18660 opened by dugres
#18663: In unittest.TestCase.assertAlmostEqual doc specify the delta d http://bugs.python.org/issue18663 opened by py.user
#18664: occasional test_threading failure http://bugs.python.org/issue18664 opened by pitrou
#18667: missing HAVE_FCHOWNAT http://bugs.python.org/issue18667 opened by salinger
#18669: curses.chgat() moves cursor, documentation says it shouldn't http://bugs.python.org/issue18669 opened by productivememberofsociety666
#18670: Using read_mime_types function from mimetypes module gives res http://bugs.python.org/issue18670 opened by vajrasky
#18672: Fix format specifiers for debug output in _sre.c http://bugs.python.org/issue18672 opened by serhiy.storchaka
#18673: Add and use O_TMPFILE for Linux 3.11 http://bugs.python.org/issue18673 opened by christian.heimes
#18674: Store weak references in modules_by_index http://bugs.python.org/issue18674 opened by pitrou
#18675: Daemon Threads can seg fault http://bugs.python.org/issue18675 opened by guettli
#18676: Queue: document that zero is accepted as timeout value http://bugs.python.org/issue18676 opened by zyluo
#18677: Enhanced context managers with ContextManagerExit and None http://bugs.python.org/issue18677 opened by kristjan.jonsson
#18678: Wrong struct members name for spwd module http://bugs.python.org/issue18678 opened by vajrasky
#18679: include a codec to handle escaping only control characters but http://bugs.python.org/issue18679 opened by underrun
#18680: JSONDecoder should document that it raises a ValueError for ma http://bugs.python.org/issue18680 opened by corey
#18681: typo in imp.reload http://bugs.python.org/issue18681 opened by felloak
#18682: [PATCH] remove bogus codepath from pprint._safe_repr http://bugs.python.org/issue18682 opened by mvyskocil
#18683: Core dumps on CentOS http://bugs.python.org/issue18683 opened by schlamar
#18684: Pointers point out of array bound in _sre.c http://bugs.python.org/issue18684 opened by serhiy.storchaka
#18685: Restore re performance to pre-PEP393 level http://bugs.python.org/issue18685 opened by serhiy.storchaka
#18686: Tkinter focus_get on menu results in KeyError http://bugs.python.org/issue18686 opened by jgoeders
#18687: Lib/test/leakers/test_ctypes.py still mentions the need to upd http://bugs.python.org/issue18687 opened by iwontbecreative
#18688: Document undocumented Unicode object API http://bugs.python.org/issue18688 opened by serhiy.storchaka
#18689: add argument for formatter to logging.Handler and subclasses i http://bugs.python.org/issue18689 opened by underrun
#18690: memoryview not considered a sequence http://bugs.python.org/issue18690 opened by sfeltman
#18691: sqlite3.Cursor.execute expects sequence as second argument. http://bugs.python.org/issue18691 opened by Andrew.Myers
#18693: help() not helpful with enum http://bugs.python.org/issue18693 opened by ethan.furman
#18694: getxattr on Linux ZFS native filesystem happily returns partia http://bugs.python.org/issue18694 opened by larry
#18695: os.statvfs() not working well with unicode paths http://bugs.python.org/issue18695 opened by giampaolo.rodola
#18696: In unittest.TestCase.longMessage doc remove a redundant senten http://bugs.python.org/issue18696 opened by py.user
Most recent 15 issues with no replies (15)
#18696: In unittest.TestCase.longMessage doc remove a redundant senten http://bugs.python.org/issue18696
#18695: os.statvfs() not working well with unicode paths http://bugs.python.org/issue18695
#18694: getxattr on Linux ZFS native filesystem happily returns partia http://bugs.python.org/issue18694
#18691: sqlite3.Cursor.execute expects sequence as second argument. http://bugs.python.org/issue18691
#18690: memoryview not considered a sequence http://bugs.python.org/issue18690
#18689: add argument for formatter to logging.Handler and subclasses i http://bugs.python.org/issue18689
#18688: Document undocumented Unicode object API http://bugs.python.org/issue18688
#18687: Lib/test/leakers/test_ctypes.py still mentions the need to upd http://bugs.python.org/issue18687
#18684: Pointers point out of array bound in _sre.c http://bugs.python.org/issue18684
#18681: typo in imp.reload http://bugs.python.org/issue18681
#18675: Daemon Threads can seg fault http://bugs.python.org/issue18675
#18672: Fix format specifiers for debug output in _sre.c http://bugs.python.org/issue18672
#18670: Using read_mime_types function from mimetypes module gives res http://bugs.python.org/issue18670
#18669: curses.chgat() moves cursor, documentation says it shouldn't http://bugs.python.org/issue18669
#18663: In unittest.TestCase.assertAlmostEqual doc specify the delta d http://bugs.python.org/issue18663
Most recent 15 issues waiting for review (15)
#18696: In unittest.TestCase.longMessage doc remove a redundant senten http://bugs.python.org/issue18696
#18695: os.statvfs() not working well with unicode paths http://bugs.python.org/issue18695
#18694: getxattr on Linux ZFS native filesystem happily returns partia http://bugs.python.org/issue18694
#18687: Lib/test/leakers/test_ctypes.py still mentions the need to upd http://bugs.python.org/issue18687
#18685: Restore re performance to pre-PEP393 level http://bugs.python.org/issue18685
#18684: Pointers point out of array bound in _sre.c http://bugs.python.org/issue18684
#18682: [PATCH] remove bogus codepath from pprint._safe_repr http://bugs.python.org/issue18682
#18678: Wrong struct members name for spwd module http://bugs.python.org/issue18678
#18677: Enhanced context managers with ContextManagerExit and None http://bugs.python.org/issue18677
#18676: Queue: document that zero is accepted as timeout value http://bugs.python.org/issue18676
#18674: Store weak references in modules_by_index http://bugs.python.org/issue18674
#18672: Fix format specifiers for debug output in _sre.c http://bugs.python.org/issue18672
#18670: Using read_mime_types function from mimetypes module gives res http://bugs.python.org/issue18670
#18663: In unittest.TestCase.assertAlmostEqual doc specify the delta d http://bugs.python.org/issue18663
#18659: test_precision in test_format.py is not executed and has unuse http://bugs.python.org/issue18659
Top 10 most discussed issues (10)
#18652: Add itertools.first_true (return first true item in iterable) http://bugs.python.org/issue18652 27 msgs
#17741: event-driven XML parser http://bugs.python.org/issue17741 23 msgs
#18264: enum.IntEnum is not compatible with JSON serialisation http://bugs.python.org/issue18264 22 msgs
#18647: re.error: nothing to repeat http://bugs.python.org/issue18647 18 msgs
#18606: Add statistics module to standard library http://bugs.python.org/issue18606 17 msgs
#18629: future division breaks timedelta division by integer http://bugs.python.org/issue18629 16 msgs
#18659: test_precision in test_format.py is not executed and has unuse http://bugs.python.org/issue18659 15 msgs
#15651: PEP 3121, 384 refactoring applied to elementtree module http://bugs.python.org/issue15651 12 msgs
#18677: Enhanced context managers with ContextManagerExit and None http://bugs.python.org/issue18677 11 msgs
#16853: add a Selector to the select module http://bugs.python.org/issue16853 9 msgs
Issues closed (45)
#3591: elementtree tests do not include bytes handling http://bugs.python.org/issue3591 closed by eli.bendersky
#4885: mmap enhancement request http://bugs.python.org/issue4885 closed by pitrou
#8860: Rounding in timedelta constructor is inconsistent with that in http://bugs.python.org/issue8860 closed by belopolsky
#8998: add crypto routines to stdlib http://bugs.python.org/issue8998 closed by gregory.p.smith
#10427: 24:00 Hour in DateTime http://bugs.python.org/issue10427 closed by belopolsky
#10897: UNIX mmap unnecessarily dup() file descriptor http://bugs.python.org/issue10897 closed by neologix
#13083: _sre: getstring() releases the buffer before using it http://bugs.python.org/issue13083 closed by serhiy.storchaka
#13612: xml.etree.ElementTree says unknown encoding of a regular encod http://bugs.python.org/issue13612 closed by eli.bendersky
#14323: Normalize math precision in RGB/YIQ conversion http://bugs.python.org/issue14323 closed by serhiy.storchaka
#15301: os.chown: OverflowError: Python int too large to convert to C http://bugs.python.org/issue15301 closed by larry
#15866: encode(..., 'xmlcharrefreplace') produces entities for surroga http://bugs.python.org/issue15866 closed by serhiy.storchaka
#15966: concurrent.futures: Executor.submit keyword arguments may not http://bugs.python.org/issue15966 closed by mark.dickinson
#16067: UAC prompt for installation shows temporary file name http://bugs.python.org/issue16067 closed by loewis
#16741: int()
, float()
, etc think python strings are null-terminat
http://bugs.python.org/issue16741 closed by serhiy.storchaka
#17011: ElementPath ignores different namespace mappings for the same http://bugs.python.org/issue17011 closed by eli.bendersky
#17046: test_subprocess test_executable_without_cwd fails when run wit http://bugs.python.org/issue17046 closed by ned.deily
#17216: sparc linux build fails with "could not import runpy module" http://bugs.python.org/issue17216 closed by ned.deily
#17372: provide pretty printer for xml.etree.ElementTree http://bugs.python.org/issue17372 closed by eli.bendersky
#17478: Tkinter's split() inconsistent for bytes and unicode strings http://bugs.python.org/issue17478 closed by serhiy.storchaka
#17902: Document that _elementtree C API cannot use custom TreeBuilder http://bugs.python.org/issue17902 closed by eli.bendersky
#17934: Add a frame method to clear expensive details http://bugs.python.org/issue17934 closed by pitrou
#18151: Idlelib: update to "with open ... except OSError" (in 2.7, le http://bugs.python.org/issue18151 closed by terry.reedy
#18201: distutils write into symlinks instead of replacing them http://bugs.python.org/issue18201 closed by mgorny
#18273: Simplify calling and discovery of json test package http://bugs.python.org/issue18273 closed by ezio.melotti
#18357: add tests for dictview set difference operations http://bugs.python.org/issue18357 closed by ezio.melotti
#18396: test_signal.test_issue9324() fails on buildbot AMD64 Windows7 http://bugs.python.org/issue18396 closed by python-dev
#18443: Misc/Readme still documents TextMate http://bugs.python.org/issue18443 closed by ezio.melotti
#18532: hashlib.HASH objects should officially expose the hash name http://bugs.python.org/issue18532 closed by christian.heimes
#18563: No unit test for yiq to rgb and rgb to yiq converting functio http://bugs.python.org/issue18563 closed by serhiy.storchaka
#18570: OverflowError in division: wrong message http://bugs.python.org/issue18570 closed by mark.dickinson
#18581: Duplicate test and missing class test in test_abc.py http://bugs.python.org/issue18581 closed by ezio.melotti
#18621: site.py keeps too much stuff alive when it patches builtins http://bugs.python.org/issue18621 closed by pitrou
#18635: Enum sets member_type to instantiated values but not the cla http://bugs.python.org/issue18635 closed by python-dev
#18642: enhancement for operator 'assert' http://bugs.python.org/issue18642 closed by mark.dickinson
#18649: list2cmdline function in subprocess module handles " sequence http://bugs.python.org/issue18649 closed by sbt
#18656: setting function.name doesn't affect repr() http://bugs.python.org/issue18656 closed by benjamin.peterson
#18657: Remove duplicate ACKS entries http://bugs.python.org/issue18657 closed by r.david.murray
#18658: Mercurial CPython log ticket link is broken http://bugs.python.org/issue18658 closed by ned.deily
#18661: Typo in grpmodule.c http://bugs.python.org/issue18661 closed by mark.dickinson
#18662: re.escape should not escape the hyphen http://bugs.python.org/issue18662 closed by jjl
#18665: Typos in frame object related code http://bugs.python.org/issue18665 closed by pitrou
#18666: Unused variable in test_frame.py http://bugs.python.org/issue18666 closed by pitrou
#18668: Properly document setting m_size in PyModuleDef http://bugs.python.org/issue18668 closed by python-dev
#18671: enhance formatting in logging package http://bugs.python.org/issue18671 closed by vinay.sajip
#18692: Connection change in compiled code http://bugs.python.org/issue18692 closed by r.david.murray
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]