[Python-Dev] Summary of Python tracker Issues
Brett Cannon
brett at python.org
Fri Sep 24 20:00:28 CEST 2010
I think every week where more bugs are closed than opened should be
celebrated! =) Thanks to everyone who closed something this week (and
to those that filed good bug reports).
On Fri, Sep 24, 2010 at 09:14, Python tracker <status at bugs.python.org> wrote:
>
> ACTIVITY SUMMARY (2010-09-17 - 2010-09-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 stats:
> open 2533 (+42)
> closed 19189 (+57)
> total 21722 (+53)
>
> Open issues with patches: 1061
>
>
> Issues opened (42)
> ==================
>
> #1763: Winpath module - easy access to Windows directories like My Do
> http://bugs.python.org/issue1763 reopened by r.david.murray
>
> #6627: threading.local() does not work with C-created threads
> http://bugs.python.org/issue6627 reopened by Nikratio
>
> #9441: increase logging handlers test coverage
> http://bugs.python.org/issue9441 reopened by r.david.murray
>
> #9552: ssl build under Windows always rebuilds OpenSSL
> http://bugs.python.org/issue9552 reopened by ocean-city
>
> #9877: Expose sysconfig._get_makefile_filename() in public API
> http://bugs.python.org/issue9877 reopened by eric.araujo
>
> #9889: PyUnicode_FormatV and Py_UNICODE*?
> http://bugs.python.org/issue9889 opened by mkleehammer
>
> #9890: Visual C++ Runtime Library Error is there a fix?
> http://bugs.python.org/issue9890 opened by Hydro56
>
> #9891: Minor doc typo at datamodel.rst: "list" -> "alist"
> http://bugs.python.org/issue9891 opened by rbp
>
> #9893: Usefulness of the Misc/Vim/ files?
> http://bugs.python.org/issue9893 opened by pitrou
>
> #9896: Introspectable range objects
> http://bugs.python.org/issue9896 opened by durban
>
> #9897: multiprocessing problems
> http://bugs.python.org/issue9897 opened by hume
>
> #9903: test_concurrent_futures writes on stderr
> http://bugs.python.org/issue9903 opened by pitrou
>
> #9904: Cosmetic issues that may warrant a fix in symtable.h/c
> http://bugs.python.org/issue9904 opened by eli.bendersky
>
> #9905: subprocess.Popen fails with stdout=PIPE, stderr=PIPE if standa
> http://bugs.python.org/issue9905 opened by Thomas.Claveirole
>
> #9907: interactive mode TAB does not insert on OS X built with editli
> http://bugs.python.org/issue9907 opened by ned.deily
>
> #9909: request for calendar.dayofyear() function
> http://bugs.python.org/issue9909 opened by jfinkels
>
> #9910: Add Py_SetPath API for embeddint python
> http://bugs.python.org/issue9910 opened by krisvale
>
> #9912: Fail when vsvarsall.bat produces stderr
> http://bugs.python.org/issue9912 opened by flub
>
> #9913: Misc/SpecialBuilds.txt is out of date
> http://bugs.python.org/issue9913 opened by belopolsky
>
> #9914: trace/profile conflict with the use of sys.modules[__name__]
> http://bugs.python.org/issue9914 opened by belopolsky
>
> #9915: speeding up sorting with a key
> http://bugs.python.org/issue9915 opened by stutzbach
>
> #9917: resource max value represented as signed when should be unsign
> http://bugs.python.org/issue9917 opened by r.david.murray
>
> #9919: gdbinit lineno result is one line in excess
> http://bugs.python.org/issue9919 opened by qpatata
>
> #9920: test_cmath on atan fails on AIX
> http://bugs.python.org/issue9920 opened by sable
>
> #9921: os.path.join('x','') behavior
> http://bugs.python.org/issue9921 opened by rgrig
>
> #9922: subprocess.getstatusoutput can fail with utf8 UnicodeDecodeErr
> http://bugs.python.org/issue9922 opened by debatem1
>
> #9923: mailcap module may not work on non-POSIX platforms if MAILCAPS
> http://bugs.python.org/issue9923 opened by gnofi
>
> #9924: sqlite3 SELECT does not BEGIN a transaction, but should accord
> http://bugs.python.org/issue9924 opened by zzzeek
>
> #9925: Idle doesn't launch
> http://bugs.python.org/issue9925 opened by Stephan.Bellegy
>
> #9926: Wrapped TestSuite subclass does not get __call__ executed
> http://bugs.python.org/issue9926 opened by loewis
>
> #9927: Leak around GetFinalPathNameByHandle (Windows)
> http://bugs.python.org/issue9927 opened by ocean-city
>
> #9929: subprocess.Popen unbuffered not work
> http://bugs.python.org/issue9929 opened by ocean-city
>
> #9931: test_ttk_guionly hangs on XP5
> http://bugs.python.org/issue9931 opened by ocean-city
>
> #9934: Python Docs Typo
> http://bugs.python.org/issue9934 opened by Retro
>
> #9935: Faster pickling of instances
> http://bugs.python.org/issue9935 opened by pitrou
>
> #9936: trace misreports "missing" lines
> http://bugs.python.org/issue9936 opened by belopolsky
>
> #9937: _winreg.EnumValue causes MemoryError
> http://bugs.python.org/issue9937 opened by kzmi
>
> #9938: Documentation for argparse interactive use
> http://bugs.python.org/issue9938 opened by jayt
>
> #9939: Add a pipe type (FIFO) to the io module
> http://bugs.python.org/issue9939 opened by pitrou
>
> #9940: Strange error reporting with "with" statement
> http://bugs.python.org/issue9940 opened by pitrou
>
> #1724822: provide a shlex.split alternative for Windows shell syntax
> http://bugs.python.org/issue1724822 reopened by r.david.murray
>
> #678250: test_mmap failling on AIX
> http://bugs.python.org/issue678250 reopened by r.david.murray
>
>
>
> Most recent 15 issues with no replies (15)
> ==========================================
>
> #9940: Strange error reporting with "with" statement
> http://bugs.python.org/issue9940
>
> #9938: Documentation for argparse interactive use
> http://bugs.python.org/issue9938
>
> #9935: Faster pickling of instances
> http://bugs.python.org/issue9935
>
> #9934: Python Docs Typo
> http://bugs.python.org/issue9934
>
> #9931: test_ttk_guionly hangs on XP5
> http://bugs.python.org/issue9931
>
> #9914: trace/profile conflict with the use of sys.modules[__name__]
> http://bugs.python.org/issue9914
>
> #9913: Misc/SpecialBuilds.txt is out of date
> http://bugs.python.org/issue9913
>
> #9909: request for calendar.dayofyear() function
> http://bugs.python.org/issue9909
>
> #9904: Cosmetic issues that may warrant a fix in symtable.h/c
> http://bugs.python.org/issue9904
>
> #9903: test_concurrent_futures writes on stderr
> http://bugs.python.org/issue9903
>
> #9891: Minor doc typo at datamodel.rst: "list" -> "alist"
> http://bugs.python.org/issue9891
>
> #9889: PyUnicode_FormatV and Py_UNICODE*?
> http://bugs.python.org/issue9889
>
> #9886: Make operator.itemgetter/attrgetter/methodcaller easier to dis
> http://bugs.python.org/issue9886
>
> #9883: minidom: AttributeError: DocumentFragment instance has no attr
> http://bugs.python.org/issue9883
>
> #9861: subprocess module changed exposed attributes
> http://bugs.python.org/issue9861
>
>
>
> Most recent 15 issues waiting for review (15)
> =============================================
>
> #9936: trace misreports "missing" lines
> http://bugs.python.org/issue9936
>
> #9935: Faster pickling of instances
> http://bugs.python.org/issue9935
>
> #9929: subprocess.Popen unbuffered not work
> http://bugs.python.org/issue9929
>
> #9927: Leak around GetFinalPathNameByHandle (Windows)
> http://bugs.python.org/issue9927
>
> #9922: subprocess.getstatusoutput can fail with utf8 UnicodeDecodeErr
> http://bugs.python.org/issue9922
>
> #9919: gdbinit lineno result is one line in excess
> http://bugs.python.org/issue9919
>
> #9915: speeding up sorting with a key
> http://bugs.python.org/issue9915
>
> #9912: Fail when vsvarsall.bat produces stderr
> http://bugs.python.org/issue9912
>
> #9910: Add Py_SetPath API for embeddint python
> http://bugs.python.org/issue9910
>
> #9909: request for calendar.dayofyear() function
> http://bugs.python.org/issue9909
>
> #9907: interactive mode TAB does not insert on OS X built with editli
> http://bugs.python.org/issue9907
>
> #9896: Introspectable range objects
> http://bugs.python.org/issue9896
>
> #9891: Minor doc typo at datamodel.rst: "list" -> "alist"
> http://bugs.python.org/issue9891
>
> #9877: Expose sysconfig._get_makefile_filename() in public API
> http://bugs.python.org/issue9877
>
> #9869: long_subtype_new segfault in pure-Python code
> http://bugs.python.org/issue9869
>
>
>
> Top 10 most discussed issues (10)
> =================================
>
> #8998: add crypto routines to stdlib
> http://bugs.python.org/issue8998 39 msgs
>
> #9552: ssl build under Windows always rebuilds OpenSSL
> http://bugs.python.org/issue9552 17 msgs
>
> #9630: Reencode filenames when setting the filesystem encoding
> http://bugs.python.org/issue9630 10 msgs
>
> #6627: threading.local() does not work with C-created threads
> http://bugs.python.org/issue6627 9 msgs
>
> #9360: nntplib cleanup
> http://bugs.python.org/issue9360 8 msgs
>
> #9864: email.utils.{parsedate,parsedate_tz} should have better return
> http://bugs.python.org/issue9864 8 msgs
>
> #9939: Add a pipe type (FIFO) to the io module
> http://bugs.python.org/issue9939 8 msgs
>
> #2200: find_executable fails to find .bat files on win32
> http://bugs.python.org/issue2200 7 msgs
>
> #9583: Document startup option/environment interaction
> http://bugs.python.org/issue9583 7 msgs
>
> #678250: test_mmap failling on AIX
> http://bugs.python.org/issue678250 7 msgs
>
>
>
> Issues closed (57)
> ==================
>
> #1142: code sample showing errors reading large files with py 2.5/3.0
> http://bugs.python.org/issue1142 closed by amaury.forgeotdarc
>
> #1441: Cycles through ob_type aren't freed
> http://bugs.python.org/issue1441 closed by benjamin.peterson
>
> #1458: installer crashes on attempted cancellation
> http://bugs.python.org/issue1458 closed by BreamoreBoy
>
> #1518: Fast globals/builtins access (patch)
> http://bugs.python.org/issue1518 closed by BreamoreBoy
>
> #1532: Refleak run of test_tcl fails
> http://bugs.python.org/issue1532 closed by BreamoreBoy
>
> #1605: Semi autogenerated _types module
> http://bugs.python.org/issue1605 closed by gvanrossum
>
> #1686: string.Template.safe_substitute fail when overriding pattern
> http://bugs.python.org/issue1686 closed by flox
>
> #1794: Hot keys must work in any keyboard layout
> http://bugs.python.org/issue1794 closed by r.david.murray
>
> #1866: const arg for PyInt_FromString
> http://bugs.python.org/issue1866 closed by ncoghlan
>
> #2027: Module containing C implementations of common text algorithms
> http://bugs.python.org/issue2027 closed by BreamoreBoy
>
> #2236: Distutils' mkpath implementation ignoring the "mode" parameter
> http://bugs.python.org/issue2236 closed by orsenthil
>
> #2643: mmap_object_dealloc calls time-consuming msync(), although clo
> http://bugs.python.org/issue2643 closed by pitrou
>
> #8432: buildbot: test_send_signal of test_subprocess failure
> http://bugs.python.org/issue8432 closed by pitrou
>
> #9131: test_set_reprs in test_pprint is fragile
> http://bugs.python.org/issue9131 closed by stutzbach
>
> #9252: PyImport_Import calls __import__ with dummy fromlist
> http://bugs.python.org/issue9252 closed by brett.cannon
>
> #9582: documentation line needs rewording
> http://bugs.python.org/issue9582 closed by benjamin.peterson
>
> #9597: mac: Install 2to3 in /usr/local/bin
> http://bugs.python.org/issue9597 closed by ned.deily
>
> #9786: Native TLS support for pthreads
> http://bugs.python.org/issue9786 closed by krisvale
>
> #9790: ntpath contains imports inside functions
> http://bugs.python.org/issue9790 closed by brian.curtin
>
> #9808: Implement os.getlogin on Windows
> http://bugs.python.org/issue9808 closed by janglin
>
> #9810: bzip2 build sometimes fails (VS8.0)
> http://bugs.python.org/issue9810 closed by ocean-city
>
> #9851: multiprocessing socket timeout will break client
> http://bugs.python.org/issue9851 closed by jnoller
>
> #9865: OrderedDict doesn't implement __sizeof__
> http://bugs.python.org/issue9865 closed by rhettinger
>
> #9868: test_locale leaves locale changed
> http://bugs.python.org/issue9868 closed by ocean-city
>
> #9875: Garbage output when running setup.py on Windows
> http://bugs.python.org/issue9875 closed by eric.araujo
>
> #9887: distutil's build_scripts doesn't read utf-8 in all locales
> http://bugs.python.org/issue9887 closed by eric.araujo
>
> #9888: int overflow in datetime causes seg fault from datetime.ctime(
> http://bugs.python.org/issue9888 closed by amaury.forgeotdarc
>
> #9892: Event spends less time in wait() than requested
> http://bugs.python.org/issue9892 closed by pitrou
>
> #9894: wrong errno check
> http://bugs.python.org/issue9894 closed by pitrou
>
> #9895: Speed up test_subprocess
> http://bugs.python.org/issue9895 closed by pitrou
>
> #9898: cProfile.runctx doesn't allow sort argument
> http://bugs.python.org/issue9898 closed by amaury.forgeotdarc
>
> #9899: tkinter test_font fails on OS X with Aqua Tk
> http://bugs.python.org/issue9899 closed by pitrou
>
> #9900: Threading Bug or misuse of the api ?
> http://bugs.python.org/issue9900 closed by Rob.Watson
>
> #9901: GIL destruction can fail
> http://bugs.python.org/issue9901 closed by pitrou
>
> #9902: test_undecodable_env failure
> http://bugs.python.org/issue9902 closed by pitrou
>
> #9906: including elementary mathematical functions in default types
> http://bugs.python.org/issue9906 closed by rhettinger
>
> #9908: os.stat() fails on bytes paths under Windows 7
> http://bugs.python.org/issue9908 closed by pitrou
>
> #9911: doc copyedits
> http://bugs.python.org/issue9911 closed by georg.brandl
>
> #9916: errno module is missing some symbols
> http://bugs.python.org/issue9916 closed by barry
>
> #9918: Installation "make test", two fails if non-ascii path
> http://bugs.python.org/issue9918 closed by pitrou
>
> #9928: weird oddity with bz2 context manager
> http://bugs.python.org/issue9928 closed by pitrou
>
> #9930: Incorrect semantics of __radd__ method for builtin types
> http://bugs.python.org/issue9930 closed by mark.dickinson
>
> #9932: List of sets initialization behavior problems
> http://bugs.python.org/issue9932 closed by eric.smith
>
> #9933: os module does not have the documented EX_NOTFOUND attribute
> http://bugs.python.org/issue9933 closed by georg.brandl
>
> #1672853: Error reading files larger than 4GB
> http://bugs.python.org/issue1672853 closed by amaury.forgeotdarc
>
> #1744752: Newline skipped in "for line in file" for huge file
> http://bugs.python.org/issue1744752 closed by rhettinger
>
> #1327971: HTTPResponse instance has no attribute 'fileno'
> http://bugs.python.org/issue1327971 closed by orsenthil
>
> #1633863: AIX: configure ignores $CC
> http://bugs.python.org/issue1633863 closed by pitrou
>
> #1729930: 2.5.1 latest svn fails test_curses and test_timeout
> http://bugs.python.org/issue1729930 closed by BreamoreBoy
>
> #1739789: Accelerate attr dict lookups
> http://bugs.python.org/issue1739789 closed by rhettinger
>
> #1752919: Exception in HTMLParser for special JavaScript code
> http://bugs.python.org/issue1752919 closed by BreamoreBoy
>
> #1451466: reading very large files
> http://bugs.python.org/issue1451466 closed by amaury.forgeotdarc
>
> #1730136: tkFont.__eq__ gives type error
> http://bugs.python.org/issue1730136 closed by amaury.forgeotdarc
>
> #1706323: Updated ASTVisitor Classes
> http://bugs.python.org/issue1706323 closed by amaury.forgeotdarc
>
> #1732367: Document the constants in the socket module
> http://bugs.python.org/issue1732367 closed by BreamoreBoy
>
> #1675951: Performance for small reads and fix seek problem
> http://bugs.python.org/issue1675951 closed by pitrou
>
> #1708652: Exact matching
> http://bugs.python.org/issue1708652 closed by rhettinger
> _______________________________________________
> 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
>
More information about the Python-Dev
mailing list