[Python-Dev] Summary of Python tracker Issues

3 views
Skip to first unread message

Python tracker

unread,
Nov 2, 2012, 1:07:26 PM11/2/12
to pytho...@python.org

ACTIVITY SUMMARY (2012-10-26 - 2012-11-02)
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 3804 (-19)
closed 24361 (+77)
total 28165 (+58)

Open issues with patches: 1714


Issues opened (29)
==================

#9742: Python 2.7: math module fails to build on Solaris 9
http://bugs.python.org/issue9742 reopened by mark.dickinson

#15478: UnicodeDecodeError on OSError on Windows with undecodable (byt
http://bugs.python.org/issue15478 reopened by skrah

#16218: Python launcher does not support non ascii characters
http://bugs.python.org/issue16218 reopened by jcea

#16333: Trailing whitespace in json dump when using indent
http://bugs.python.org/issue16333 opened by zach.mathew

#16334: Faster unicode-escape and raw-unicode-escape codecs
http://bugs.python.org/issue16334 opened by serhiy.storchaka

#16335: Integer overflow in unicode-escape decoder
http://bugs.python.org/issue16335 opened by serhiy.storchaka

#16336: Check input in surrogatepass error handler
http://bugs.python.org/issue16336 opened by serhiy.storchaka

#16338: pysnmp/asyncore - timeout ineffective?
http://bugs.python.org/issue16338 opened by Trenton.Craig

#16339: Document "exec(stmt, global_dict, local_dict)" form in Python
http://bugs.python.org/issue16339 opened by mark.dickinson

#16346: readline problem
http://bugs.python.org/issue16346 opened by mathieu37

#16347: configure.ac patch
http://bugs.python.org/issue16347 opened by cavallo71

#16349: Document whether it's safe to use bytes for struct format stri
http://bugs.python.org/issue16349 opened by takluyver

#16350: zlib.Decompress.decompress() after EOF discards existing value
http://bugs.python.org/issue16350 opened by nadeem.vawda

#16353: add function to os module for getting path to default shell
http://bugs.python.org/issue16353 opened by chris.jerdonek

#16354: Remember python version choice on docs.python.org
http://bugs.python.org/issue16354 opened by wichert

#16355: inspect.getcomments() does not work in the interactive shell
http://bugs.python.org/issue16355 opened by marco.buttu

#16357: SSLSocket created from SSLContext.wrap_socket doesn't include
http://bugs.python.org/issue16357 opened by mcjeff

#16360: argparse: comma in metavar causes assertion failure when forma
http://bugs.python.org/issue16360 opened by bgamari

#16361: HTTPS/TLS Problem in Python 3.3
http://bugs.python.org/issue16361 opened by pventura

#16367: io.FileIO.readall() is not 64-bit safe on Windows
http://bugs.python.org/issue16367 opened by haypo

#16376: wrong type for wintypes.BYTE
http://bugs.python.org/issue16376 opened by techtonik

#16378: venv.EnvBuilder docstring inconsistencies
http://bugs.python.org/issue16378 opened by bfroehle

#16379: SQLite error code not exposed to python
http://bugs.python.org/issue16379 opened by torsten

#16381: Introduce option to force the interpreter to exit upon MemoryE
http://bugs.python.org/issue16381 opened by ctheune

#16382: Better warnings exception for bad category
http://bugs.python.org/issue16382 opened by pelson

#16383: Python 3.3 Permission Error with User Library on Windows
http://bugs.python.org/issue16383 opened by jimp02

#16384: import.c doesn't handle EOFError from PyMarshal_Read*
http://bugs.python.org/issue16384 opened by syeberman

#16385: evaluating literal dict with repeated keys gives no warnings/e
http://bugs.python.org/issue16385 opened by Albert.Ferras

#16386: imp.find_module does not specify registry key it searches on w
http://bugs.python.org/issue16386 opened by dhgmgn



Most recent 15 issues with no replies (15)
==========================================

#16386: imp.find_module does not specify registry key it searches on w
http://bugs.python.org/issue16386

#16384: import.c doesn't handle EOFError from PyMarshal_Read*
http://bugs.python.org/issue16384

#16382: Better warnings exception for bad category
http://bugs.python.org/issue16382

#16379: SQLite error code not exposed to python
http://bugs.python.org/issue16379

#16376: wrong type for wintypes.BYTE
http://bugs.python.org/issue16376

#16360: argparse: comma in metavar causes assertion failure when forma
http://bugs.python.org/issue16360

#16353: add function to os module for getting path to default shell
http://bugs.python.org/issue16353

#16347: configure.ac patch
http://bugs.python.org/issue16347

#16346: readline problem
http://bugs.python.org/issue16346

#16339: Document "exec(stmt, global_dict, local_dict)" form in Python
http://bugs.python.org/issue16339

#16334: Faster unicode-escape and raw-unicode-escape codecs
http://bugs.python.org/issue16334

#16321: Move eq.h out of stringlib
http://bugs.python.org/issue16321

#16320: Establish order in bytes/string dependencies
http://bugs.python.org/issue16320

#16287: Sporadic test_utime() failures on Solaris
http://bugs.python.org/issue16287

#16283: ctypes.util.find_library does not find all DLLs anymore
http://bugs.python.org/issue16283



Most recent 15 issues waiting for review (15)
=============================================

#16386: imp.find_module does not specify registry key it searches on w
http://bugs.python.org/issue16386

#16382: Better warnings exception for bad category
http://bugs.python.org/issue16382

#16381: Introduce option to force the interpreter to exit upon MemoryE
http://bugs.python.org/issue16381

#16367: io.FileIO.readall() is not 64-bit safe on Windows
http://bugs.python.org/issue16367

#16357: SSLSocket created from SSLContext.wrap_socket doesn't include
http://bugs.python.org/issue16357

#16350: zlib.Decompress.decompress() after EOF discards existing value
http://bugs.python.org/issue16350

#16336: Check input in surrogatepass error handler
http://bugs.python.org/issue16336

#16335: Integer overflow in unicode-escape decoder
http://bugs.python.org/issue16335

#16334: Faster unicode-escape and raw-unicode-escape codecs
http://bugs.python.org/issue16334

#16333: Trailing whitespace in json dump when using indent
http://bugs.python.org/issue16333

#16329: mimetypes does not support webm type
http://bugs.python.org/issue16329

#16327: subprocess.Popen leaks file descriptors on os.fork() failure
http://bugs.python.org/issue16327

#16326: distutils build_ext fails to set library_dirs in 2.7.2 on Linu
http://bugs.python.org/issue16326

#16324: MIMEText __init__ does not support Charset instance
http://bugs.python.org/issue16324

#16323: Wrong C API documentation for locale encoding
http://bugs.python.org/issue16323



Top 10 most discussed issues (10)
=================================

#16248: Security bug in tkinter allows for untrusted, arbitrary code e
http://bugs.python.org/issue16248 19 msgs

#16381: Introduce option to force the interpreter to exit upon MemoryE
http://bugs.python.org/issue16381 14 msgs

#15478: UnicodeDecodeError on OSError on Windows with undecodable (byt
http://bugs.python.org/issue15478 12 msgs

#16312: New command line option supported by unittest.main() for runni
http://bugs.python.org/issue16312 10 msgs

#16355: inspect.getcomments() does not work in the interactive shell
http://bugs.python.org/issue16355 9 msgs

#16385: evaluating literal dict with repeated keys gives no warnings/e
http://bugs.python.org/issue16385 9 msgs

#9742: Python 2.7: math module fails to build on Solaris 9
http://bugs.python.org/issue9742 8 msgs

#16218: Python launcher does not support non ascii characters
http://bugs.python.org/issue16218 8 msgs

#16350: zlib.Decompress.decompress() after EOF discards existing value
http://bugs.python.org/issue16350 6 msgs

#2005: posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long)
http://bugs.python.org/issue2005 5 msgs



Issues closed (71)
==================

#3636: Managing dual 2.x and 3.0 installations on Windows
http://bugs.python.org/issue3636 closed by eric.araujo

#5210: zlib does not indicate end of compressed stream properly
http://bugs.python.org/issue5210 closed by nadeem.vawda

#7098: g formatting for decimal types should always strip trailing ze
http://bugs.python.org/issue7098 closed by mark.dickinson

#8996: Add a default role to allow writing bare `len` instead of :fun
http://bugs.python.org/issue8996 closed by eric.araujo

#9017: doctest option flag to enable/disable some chunk of doctests?
http://bugs.python.org/issue9017 closed by ezio.melotti

#9530: integer undefined behaviors
http://bugs.python.org/issue9530 closed by mark.dickinson

#10189: SyntaxError: no binding for nonlocal doesn't contain a useful
http://bugs.python.org/issue10189 closed by python-dev

#10836: urllib.request.urlretrieve calls URLError with 3 args
http://bugs.python.org/issue10836 closed by orsenthil

#12890: cgitb displays <p> tags when executed in text mode
http://bugs.python.org/issue12890 closed by r.david.murray

#13701: Remove Decimal Python 2.3 Compatibility
http://bugs.python.org/issue13701 closed by mark.dickinson

#14570: Document json "sort_keys" parameter properly
http://bugs.python.org/issue14570 closed by asvetlov

#14616: subprocess docs should mention pipes.quote/shlex.quote
http://bugs.python.org/issue14616 closed by asvetlov

#14625: Faster utf-32 decoder
http://bugs.python.org/issue14625 closed by python-dev

#14675: make distutils.ccompiler.CCompiler an abstract class
http://bugs.python.org/issue14675 closed by eric.araujo

#14893: Tutorial: Add function annotation example to function tutorial
http://bugs.python.org/issue14893 closed by asvetlov

#14897: struct.pack raises unexpected error message
http://bugs.python.org/issue14897 closed by petri.lehtinen

#14900: cProfile does not take its result headers as sort arguments
http://bugs.python.org/issue14900 closed by asvetlov

#15148: shutil.which() docstring could be clearer
http://bugs.python.org/issue15148 closed by r.david.murray

#15746: test_winsound bombing out on 2003 buildslave
http://bugs.python.org/issue15746 closed by trent

#15889: regrtest --start option raises AttributeError in many scenario
http://bugs.python.org/issue15889 closed by r.david.murray

#15957: README.txt points to broken "contributing" url in python wiki
http://bugs.python.org/issue15957 closed by eric.araujo

#15961: Missing return value in ``system_message``
http://bugs.python.org/issue15961 closed by eric.araujo

#16086: tp_flags: Undefined behaviour with 32 bits long
http://bugs.python.org/issue16086 closed by haypo

#16107: distutils2.version doesn't str() "1.0.post1" correctly
http://bugs.python.org/issue16107 closed by eric.araujo

#16197: Several small errors in winreg documentation
http://bugs.python.org/issue16197 closed by brian.curtin

#16228: JSON crashes during encoding resized lists
http://bugs.python.org/issue16228 closed by pitrou

#16230: select.select crashes on resized lists
http://bugs.python.org/issue16230 closed by pitrou

#16239: PEP8 arithmetic operator examples
http://bugs.python.org/issue16239 closed by gvanrossum

#16243: Add example for inspect module doc
http://bugs.python.org/issue16243 closed by asvetlov

#16250: URLError invoked with reason as filename
http://bugs.python.org/issue16250 closed by orsenthil

#16268: dir(closure) does not find __dir__
http://bugs.python.org/issue16268 closed by benjamin.peterson

#16271: weird dual behavior with changing __qualname__; different valu
http://bugs.python.org/issue16271 closed by python-dev

#16300: Windows raises ValueError for file:///file/not/exists instead
http://bugs.python.org/issue16300 closed by orsenthil

#16301: localhost() and thishost() in urllib/request.py
http://bugs.python.org/issue16301 closed by orsenthil

#16307: multiprocess.pool.map_async callables not working
http://bugs.python.org/issue16307 closed by hynek

#16316: Support xz compression in mimetypes module
http://bugs.python.org/issue16316 closed by nadeem.vawda

#16325: PEP 8 refers to reference to PEP 8
http://bugs.python.org/issue16325 closed by ezio.melotti

#16330: Use surrogate-related macros
http://bugs.python.org/issue16330 closed by serhiy.storchaka

#16331: Add a version switcher to python docs site
http://bugs.python.org/issue16331 closed by loewis

#16332: Use new exception handling syntax in Subprocess documentation
http://bugs.python.org/issue16332 closed by ezio.melotti

#16337: typo in documentation regarding "Bytearray Objects", chapter 4
http://bugs.python.org/issue16337 closed by ezio.melotti

#16340: Decoding error due to byte-compiling venv scripts at install t
http://bugs.python.org/issue16340 closed by python-dev

#16341: In examples, "except:" should use new syntax
http://bugs.python.org/issue16341 closed by asvetlov

#16342: setup.py not compiling with NDEBUG in non-debug builds
http://bugs.python.org/issue16342 closed by brett.cannon

#16343: PyUnicode_FromFormatV() doesn't support utf-8 text
http://bugs.python.org/issue16343 closed by chris.jerdonek

#16344: Traceback Internationalization Proposal
http://bugs.python.org/issue16344 closed by rhettinger

#16345: dict.fromkeys() assumes 'self' is empty
http://bugs.python.org/issue16345 closed by python-dev

#16348: Decimal.remainder_near documentation incorrect.
http://bugs.python.org/issue16348 closed by mark.dickinson

#16351: Add a function to get GC statistics
http://bugs.python.org/issue16351 closed by pitrou

#16352: Error call
http://bugs.python.org/issue16352 closed by r.david.murray

#16356: cjson dose not decode \/ properly
http://bugs.python.org/issue16356 closed by christian.heimes

#16358: Enhancement for mmap_read: Consistency with standard file read
http://bugs.python.org/issue16358 closed by r.david.murray

#16359: can't print figures 08 and 09
http://bugs.python.org/issue16359 closed by ezio.melotti

#16362: _LegalCharsPatt in cookies.py includes illegal characters
http://bugs.python.org/issue16362 closed by r.david.murray

#16363: super cannot invoke descriptors
http://bugs.python.org/issue16363 closed by r.david.murray

#16364: datetime.strftime and locale.getdefaultlocale conflict on Wind
http://bugs.python.org/issue16364 closed by jwfang

#16365: IDLE for Windows 8
http://bugs.python.org/issue16365 closed by loewis

#16366: _handleError not very informative
http://bugs.python.org/issue16366 closed by python-dev

#16368: error when logging message
http://bugs.python.org/issue16368 closed by r.david.murray

#16369: Global PyTypeObjects not initialized with PyType_Ready(...)
http://bugs.python.org/issue16369 closed by python-dev

#16370: Mention Py_SetProgramName in example for very high level embed
http://bugs.python.org/issue16370 closed by asvetlov

#16371: typo in ctypes
http://bugs.python.org/issue16371 closed by asvetlov

#16372: Initialization strange behavior
http://bugs.python.org/issue16372 closed by mark.dickinson

#16373: Recursion error comparing set() and collections.Set instances
http://bugs.python.org/issue16373 closed by asvetlov

#16374: ConfigParser: Passing a semicolon as a value
http://bugs.python.org/issue16374 closed by lukasz.langa

#16375: Warning in Parser/grammar1.c
http://bugs.python.org/issue16375 closed by benjamin.peterson

#16377: Fix bisect unittest
http://bugs.python.org/issue16377 closed by asvetlov

#16380: true/proper subset
http://bugs.python.org/issue16380 closed by asvetlov

#16387: test_cmd_line_script failures
http://bugs.python.org/issue16387 closed by skrah

#16388: Urllib screws up capitalization in "User-Agent" HTTP Header
http://bugs.python.org/issue16388 closed by r.david.murray

#1207589: IDLE: Right Click Context Menu
http://bugs.python.org/issue1207589 closed by asvetlov

Eric Snow

unread,
Nov 2, 2012, 4:05:51 PM11/2/12
to Python tracker, pytho...@python.org
On Fri, Nov 2, 2012 at 11:07 AM, Python tracker <sta...@bugs.python.org> wrote:
>
> ACTIVITY SUMMARY (2012-10-26 - 2012-11-02)
> 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 3804 (-19)

wow!

> closed 24361 (+77)
> total 28165 (+58)
>
> Open issues with patches: 1714
_______________________________________________
Python-Dev mailing list
Pytho...@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/dev-python%2Bgarchive-30976%40googlegroups.com

Andrew Svetlov

unread,
Nov 2, 2012, 4:24:38 PM11/2/12
to Eric Snow, Python Development List, Python tracker

On Fri, Nov 2, 2012 at 10:05 PM, Eric Snow <ericsnow...@gmail.com> wrote:
>
> On Fri, Nov 2, 2012 at 11:07 AM, Python tracker <sta...@bugs.python.org> wrote:
> >
> > ACTIVITY SUMMARY (2012-10-26 - 2012-11-02)
> > 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    3804 (-19)
>
> wow!
>
Aha!
>
> >   closed 24361 (+77)
> >   total  28165 (+58)
> >
> > Open issues with patches: 1714
> _______________________________________________
> Python-Dev mailing list
> Pytho...@python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/andrew.svetlov%40gmail.com




--
Thanks,
Andrew Svetlov
Reply all
Reply to author
Forward
0 new messages