[Python-Dev] Summary of Python tracker Issues
Brett Cannon
brett at python.org
Fri Aug 24 23:43:39 CEST 2012
On Fri, Aug 24, 2012 at 12:07 PM, Python tracker <status at bugs.python.org>wrote:
>> ACTIVITY SUMMARY (2012年08月17日 - 2012年08月24日)
> 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 3640 ( +0)
> closed 23914 (+58)
> total 27554 (+58)
>
Have we ever had a flat month of open bugs?!? Pretty great regardless.
-Brett
>> Open issues with patches: 1603
>>> Issues opened (36)
> ==================
>> #15316: runpy swallows ImportError information with relative imports
> http://bugs.python.org/issue15316 reopened by cjerdonek
>> #15720: move __import__() out of the default lookup chain
> http://bugs.python.org/issue15720 opened by eric.snow
>> #15721: PEP 3121, 384 Refactoring applied to tkinter module
> http://bugs.python.org/issue15721 opened by Robin.Schreiber
>> #15722: PEP 3121, 384 Refactoring applied to decimal module
> http://bugs.python.org/issue15722 opened by Robin.Schreiber
>> #15723: Python breaks OS' append guarantee on file writes
> http://bugs.python.org/issue15723 opened by bsdphk
>> #15724: Add "versionchanged" to memoryview docs
> http://bugs.python.org/issue15724 opened by skrah
>> #15725: PyType_FromSpecWithBases bugfix
> http://bugs.python.org/issue15725 opened by Robin.Schreiber
>> #15727: PyType_FromSpecWithBases tp_new bugfix
> http://bugs.python.org/issue15727 opened by Robin.Schreiber
>> #15729: PyStructSequence_NewType enhancement
> http://bugs.python.org/issue15729 opened by Robin.Schreiber
>> #15730: Silence unused value warnings under Mac OS X 10.8/clang
> http://bugs.python.org/issue15730 opened by Benno.Rice
>> #15731: Mechanism for inheriting docstrings and signatures
> http://bugs.python.org/issue15731 opened by ncoghlan
>> #15733: PEP 3121, 384 Refactoring applied to winapi module
> http://bugs.python.org/issue15733 opened by Robin.Schreiber
>> #15734: PEP 3121, 384 Refactoring applied to spwd module
> http://bugs.python.org/issue15734 opened by Robin.Schreiber
>> #15735: PEP 3121, 384 Refactoring applied to ossaudio module
> http://bugs.python.org/issue15735 opened by Robin.Schreiber
>> #15743: test_urllib2/test_urllib use deprecated urllib.Request methods
> http://bugs.python.org/issue15743 opened by Jeff.Knupp
>> #15744: missing tests for {RawIO,BufferedIO,TextIO}.writelines
> http://bugs.python.org/issue15744 opened by pitrou
>> #15745: Numerous utime ns tests fail on FreeBSD w/ ZFS
> http://bugs.python.org/issue15745 opened by trent
>> #15746: test_winsound bombing out on 2003 buildslave
> http://bugs.python.org/issue15746 opened by trent
>> #15748: Various symlink test failures in test_shutil on FreeBSD
> http://bugs.python.org/issue15748 opened by trent
>> #15749: cgitb prints html for text when display disabled.
> http://bugs.python.org/issue15749 opened by aliles
>> #15750: test_localtime_daylight_false_dst_true raises OverflowError: m
> http://bugs.python.org/issue15750 opened by trent
>> #15751: Support subinterpreters in the GIL state API
> http://bugs.python.org/issue15751 opened by ncoghlan
>> #15753: No-argument super in method with variable arguments raises Sys
> http://bugs.python.org/issue15753 opened by james.sanders
>> #15756: subprocess.poll() does not handle errno.ECHILD "No child proce
> http://bugs.python.org/issue15756 opened by twhitema
>> #15757: ./configure --with-pydebug on FreeBSD results in -O2 -pipe eve
> http://bugs.python.org/issue15757 opened by trent
>> #15758: FileIO.readall() has worst case O(n^2) complexity
> http://bugs.python.org/issue15758 opened by sbt
>> #15759: "make suspicious" doesn't display instructions in case of fail
> http://bugs.python.org/issue15759 opened by ezio.melotti
>> #15761: Setting PYTHONEXECUTABLE can cause segfaults on OS X
> http://bugs.python.org/issue15761 opened by ned.deily
>> #15765: test_getcwd_long_pathnames (in test_posix) kills NetBSD
> http://bugs.python.org/issue15765 opened by trent
>> #15766: _imp.load_dynamic() does crash with non-ASCII path and uses th
> http://bugs.python.org/issue15766 opened by haypo
>> #15767: add ModuleNotFoundError
> http://bugs.python.org/issue15767 opened by eric.snow
>> #15769: urllib.request.urlopen with cafile or capath set overrides any
> http://bugs.python.org/issue15769 opened by caligatio
>> #15772: Unresolved symbols in Windows 64-bit python
> http://bugs.python.org/issue15772 opened by spatz123
>> #15775: Add StopParser() to expat
> http://bugs.python.org/issue15775 opened by nemeskeyd
>> #15776: Allow pyvenv to work in existing directory
> http://bugs.python.org/issue15776 opened by stefanholek
>> #15777: test_capi refleak
> http://bugs.python.org/issue15777 opened by rosslagerwall
>>>> Most recent 15 issues with no replies (15)
> ==========================================
>> #15775: Add StopParser() to expat
> http://bugs.python.org/issue15775
>> #15772: Unresolved symbols in Windows 64-bit python
> http://bugs.python.org/issue15772
>> #15767: add ModuleNotFoundError
> http://bugs.python.org/issue15767
>> #15759: "make suspicious" doesn't display instructions in case of fail
> http://bugs.python.org/issue15759
>> #15749: cgitb prints html for text when display disabled.
> http://bugs.python.org/issue15749
>> #15744: missing tests for {RawIO,BufferedIO,TextIO}.writelines
> http://bugs.python.org/issue15744
>> #15735: PEP 3121, 384 Refactoring applied to ossaudio module
> http://bugs.python.org/issue15735
>> #15734: PEP 3121, 384 Refactoring applied to spwd module
> http://bugs.python.org/issue15734
>> #15729: PyStructSequence_NewType enhancement
> http://bugs.python.org/issue15729
>> #15727: PyType_FromSpecWithBases tp_new bugfix
> http://bugs.python.org/issue15727
>> #15725: PyType_FromSpecWithBases bugfix
> http://bugs.python.org/issue15725
>> #15714: PEP 3121, 384 Refactoring applied to grp module
> http://bugs.python.org/issue15714
>> #15713: PEP 3121, 384 Refactoring applied to zipimport module
> http://bugs.python.org/issue15713
>> #15712: PEP 3121, 384 Refactoring applied to unicodedata module
> http://bugs.python.org/issue15712
>> #15711: PEP 3121, 384 Refactoring applied to time module
> http://bugs.python.org/issue15711
>>>> Most recent 15 issues waiting for review (15)
> =============================================
>> #15776: Allow pyvenv to work in existing directory
> http://bugs.python.org/issue15776
>> #15769: urllib.request.urlopen with cafile or capath set overrides any
> http://bugs.python.org/issue15769
>> #15766: _imp.load_dynamic() does crash with non-ASCII path and uses th
> http://bugs.python.org/issue15766
>> #15765: test_getcwd_long_pathnames (in test_posix) kills NetBSD
> http://bugs.python.org/issue15765
>> #15759: "make suspicious" doesn't display instructions in case of fail
> http://bugs.python.org/issue15759
>> #15758: FileIO.readall() has worst case O(n^2) complexity
> http://bugs.python.org/issue15758
>> #15756: subprocess.poll() does not handle errno.ECHILD "No child proce
> http://bugs.python.org/issue15756
>> #15753: No-argument super in method with variable arguments raises Sys
> http://bugs.python.org/issue15753
>> #15749: cgitb prints html for text when display disabled.
> http://bugs.python.org/issue15749
>> #15743: test_urllib2/test_urllib use deprecated urllib.Request methods
> http://bugs.python.org/issue15743
>> #15735: PEP 3121, 384 Refactoring applied to ossaudio module
> http://bugs.python.org/issue15735
>> #15734: PEP 3121, 384 Refactoring applied to spwd module
> http://bugs.python.org/issue15734
>> #15733: PEP 3121, 384 Refactoring applied to winapi module
> http://bugs.python.org/issue15733
>> #15731: Mechanism for inheriting docstrings and signatures
> http://bugs.python.org/issue15731
>> #15730: Silence unused value warnings under Mac OS X 10.8/clang
> http://bugs.python.org/issue15730
>>>> Top 10 most discussed issues (10)
> =================================
>> #15751: Support subinterpreters in the GIL state API
> http://bugs.python.org/issue15751 23 msgs
>> #15758: FileIO.readall() has worst case O(n^2) complexity
> http://bugs.python.org/issue15758 16 msgs
>> #15316: runpy swallows ImportError information with relative imports
> http://bugs.python.org/issue15316 9 msgs
>> #15723: Python breaks OS' append guarantee on file writes
> http://bugs.python.org/issue15723 9 msgs
>> #15748: Various symlink test failures in test_shutil on FreeBSD
> http://bugs.python.org/issue15748 9 msgs
>> #15776: Allow pyvenv to work in existing directory
> http://bugs.python.org/issue15776 9 msgs
>> #13370: test_ctypes fails when building python with clang
> http://bugs.python.org/issue13370 8 msgs
>> #15642: Integrate pickle protocol version 4 GSoC work by Stefan Mihail
> http://bugs.python.org/issue15642 8 msgs
>> #15745: Numerous utime ns tests fail on FreeBSD w/ ZFS
> http://bugs.python.org/issue15745 8 msgs
>> #14468: Update cloning guidelines in devguide
> http://bugs.python.org/issue14468 7 msgs
>>>> Issues closed (55)
> ==================
>> #1574: Touchpad 2 Finger scroll does not work in IDLE on Mac (But scr
> http://bugs.python.org/issue1574 closed by ned.deily
>> #4966: Improving Lib Doc Sequence Types Section
> http://bugs.python.org/issue4966 closed by python-dev
>> #6749: Support for encrypted zipfiles when interpreting zipfile as sc
> http://bugs.python.org/issue6749 closed by ncoghlan
>> #12415: Missing: How to checkout the Doc sources
> http://bugs.python.org/issue12415 closed by sandro.tosi
>> #13579: string.Formatter doesn't understand the a conversion specifier
> http://bugs.python.org/issue13579 closed by r.david.murray
>> #13799: Base 16 should be hexadecimal in Unicode HOWTO
> http://bugs.python.org/issue13799 closed by terry.reedy
>> #14292: OS X installer build script doesn't set $CXX, so it ends up as
> http://bugs.python.org/issue14292 closed by ned.deily
>> #14563: Segmentation fault on ctypes.Structure subclass with byte stri
> http://bugs.python.org/issue14563 closed by aliles
>> #14814: Implement PEP 3144 (the ipaddress module)
> http://bugs.python.org/issue14814 closed by python-dev
>> #14846: Change in error when sys.path contains a nonexistent folder (i
> http://bugs.python.org/issue14846 closed by python-dev
>> #14954: weakref doc clarification
> http://bugs.python.org/issue14954 closed by pitrou
>> #15131: Document py/pyw launchers
> http://bugs.python.org/issue15131 closed by brian.curtin
>> #15199: Default mimetype for javascript should be application/javascri
> http://bugs.python.org/issue15199 closed by petri.lehtinen
>> #15249: email.generator.BytesGenerator doesn't mangle "From " lines wh
> http://bugs.python.org/issue15249 closed by r.david.murray
>> #15355: generator docs should mention already-executing exception
> http://bugs.python.org/issue15355 closed by r.david.murray
>> #15477: test_cmath failures on OS X 10.8
> http://bugs.python.org/issue15477 closed by mark.dickinson
>> #15511: _decimal does not build in PGUpdate mode
> http://bugs.python.org/issue15511 closed by loewis
>> #15570: email.header.decode_header parses differently
> http://bugs.python.org/issue15570 closed by r.david.murray
>> #15595: subprocess.Popen(universal_newlines=True) does not work for ce
> http://bugs.python.org/issue15595 closed by asvetlov
>> #15615: More tests for JSON decoder to test Exceptions
> http://bugs.python.org/issue15615 closed by pitrou
>> #15632: regrtest.py: spurious leaks with -R option
> http://bugs.python.org/issue15632 closed by python-dev
>> #15636: base64.decodebytes is only available in Python3.1+
> http://bugs.python.org/issue15636 closed by eric.araujo
>> #15637: Segfault reading null VMA (works fine in python 2.x)
> http://bugs.python.org/issue15637 closed by r.david.murray
>> #15640: Document importlib.abc.Finder as deprecated
> http://bugs.python.org/issue15640 closed by brett.cannon
>> #15645: 2to3 Grammar pickles not created when upgrading to 3.3.0b2
> http://bugs.python.org/issue15645 closed by ned.deily
>> #15660: Clarify 0 prefix for width specifier in str.format doc,
> http://bugs.python.org/issue15660 closed by terry.reedy
>> #15678: IDLE menu customization is broken from OS X command lines
> http://bugs.python.org/issue15678 closed by ned.deily
>> #15694: link to "file object" glossary entry in open() and io docs
> http://bugs.python.org/issue15694 closed by r.david.murray
>> #15715: __import__ now raises with non-existing items in fromlist in 3
> http://bugs.python.org/issue15715 closed by brett.cannon
>> #15717: Mail System Error - Returned Mail
> http://bugs.python.org/issue15717 closed by eric.araujo
>> #15719: Sort dict items in urlencode()
> http://bugs.python.org/issue15719 closed by gvanrossum
>> #15726: PyState_FindModule false length-comparison fix
> http://bugs.python.org/issue15726 closed by pitrou
>> #15728: Leak in PyUnicode_AsWideCharString()
> http://bugs.python.org/issue15728 closed by skrah
>> #15732: Crash (constructed) in _PySequence_BytesToCharpArray()
> http://bugs.python.org/issue15732 closed by skrah
>> #15736: Crash #2 (constructed overflow) in _PySequence_BytesToCharpAr
> http://bugs.python.org/issue15736 closed by skrah
>> #15737: NULL dereference in zipimport.c
> http://bugs.python.org/issue15737 closed by python-dev
>> #15738: Crash (constructed) in subprocess_fork_exec()
> http://bugs.python.org/issue15738 closed by skrah
>> #15739: Python crashes with "Bus error: 10"
> http://bugs.python.org/issue15739 closed by ned.deily
>> #15740: test_ssl failure when cacert.org CA cert in system keychain on
> http://bugs.python.org/issue15740 closed by ronaldoussoren
>> #15741: NULL dereference in builtin_compile()
> http://bugs.python.org/issue15741 closed by skrah
>> #15742: SQLite3 documentation changes
> http://bugs.python.org/issue15742 closed by r.david.murray
>> #15747: Various chflags tests failing on FreeBSD/ZFS
> http://bugs.python.org/issue15747 closed by trent
>> #15752: change test_json's use of deprecated unittest function
> http://bugs.python.org/issue15752 closed by ezio.melotti
>> #15754: Traceback message not returning SQLite check constraint detail
> http://bugs.python.org/issue15754 closed by jftuga
>> #15760: make install should generate grammar file
> http://bugs.python.org/issue15760 closed by lregebro
>> #15762: Windows 8 certification
> http://bugs.python.org/issue15762 closed by loewis
>> #15763: email non-ASCII characters in TO or FROM field doesn't work
> http://bugs.python.org/issue15763 closed by r.david.murray
>> #15764: Sqlite3 performance
> http://bugs.python.org/issue15764 closed by loewis
>> #15768: re.sub() with re.MULTILINE not replacing all occurrences
> http://bugs.python.org/issue15768 closed by eacousineau
>> #15770: _testbuffer.get_contiguous() doesn't check input arguments
> http://bugs.python.org/issue15770 closed by skrah
>> #15771: Tunple Bug?
> http://bugs.python.org/issue15771 closed by ezio.melotti
>> #15773: `is' operator returns False on classmethods
> http://bugs.python.org/issue15773 closed by ncoghlan
>> #15774: String method title() produces incorrect resutls
> http://bugs.python.org/issue15774 closed by r.david.murray
>> #1578643: various datetime methods fail in restricted mode
> http://bugs.python.org/issue1578643 closed by belopolsky
>> #1228112: code.py use sys.excepthook to display exceptions
> http://bugs.python.org/issue1228112 closed by tebeka
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/brett%40python.org
>-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120824/415499b2/attachment-0001.html>
More information about the Python-Dev
mailing list