[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri May 22 18:08:18 CEST 2015


ACTIVITY SUMMARY (2015-05-15 - 2015-05-22)
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    4833 ( -7)
  closed 31194 (+71)
  total  36027 (+64)

Open issues with patches: 2219 


Issues opened (40)
==================

#24147: Dialect class defaults are not documented.
http://bugs.python.org/issue24147  reopened by r.david.murray

#24203: Depreciate threading.Thread.isDaemon etc
http://bugs.python.org/issue24203  opened by anon

#24204: string.strip() documentation is misleading
http://bugs.python.org/issue24204  opened by PhoenixofMT

#24206: Issues with equality of inspect objects
http://bugs.python.org/issue24206  opened by serhiy.storchaka

#24207: Argument Clinic doesn't mangle conflicting names
http://bugs.python.org/issue24207  opened by serhiy.storchaka

#24209: Allow IPv6 bind in http.server
http://bugs.python.org/issue24209  opened by Link Mauve

#24212: Idle, 2.7, backport idlelib.__main__, enable py -m idlelib
http://bugs.python.org/issue24212  opened by terry.reedy

#24214: Exception with utf-8, surrogatepass and incremental decoding
http://bugs.python.org/issue24214  opened by RalfM

#24215: test_trace uses test_pprint
http://bugs.python.org/issue24215  opened by serhiy.storchaka

#24217: O_RDWR undefined in mmapmodule.c
http://bugs.python.org/issue24217  opened by Jeffrey.Armstrong

#24219: Repeated integer in Lexical analysis/Integer literals section
http://bugs.python.org/issue24219  opened by vlth

#24224: test_msilib is inadequate
http://bugs.python.org/issue24224  opened by zach.ware

#24225: Idlelib: changing file names
http://bugs.python.org/issue24225  opened by Al.Sweigart

#24228: Interpreter triggers  segmentation fault  at the starting
http://bugs.python.org/issue24228  opened by mdootb

#24229: pathlib.Path should have a copy() method
http://bugs.python.org/issue24229  opened by jshholland

#24230: tempfile.mkdtemp() doesn't work with bytes paths
http://bugs.python.org/issue24230  opened by durin42

#24231: os.makedirs('/', exist_ok=True) fails on Darwin
http://bugs.python.org/issue24231  opened by mew

#24234: Should we define complex.__complex__ and bytes.__bytes__?
http://bugs.python.org/issue24234  opened by gvanrossum

#24235: ABCs don't fail metaclass instantiation
http://bugs.python.org/issue24235  opened by Devin Jeanpierre

#24238: Avoid entity expansion attacks in Element Tree
http://bugs.python.org/issue24238  opened by vadmium

#24239: Allow to  configure which gpg to use in distutils upload
http://bugs.python.org/issue24239  opened by ced

#24241: webbrowser default browser detection and/or public API for _tr
http://bugs.python.org/issue24241  opened by daves

#24243: behavior for finding an empty string is inconsistent with docu
http://bugs.python.org/issue24243  opened by swanson

#24244: Python exception on strftime with %f on Python 3 and Python 2 
http://bugs.python.org/issue24244  opened by MajeedArni

#24247: "unittest discover" does modify sys.path
http://bugs.python.org/issue24247  opened by redixin

#24249: unittest API for detecting test failure in cleanup/teardown
http://bugs.python.org/issue24249  opened by r.david.murray

#24251: Different behavior for argparse between 2.7.8 and 2.7.9 when a
http://bugs.python.org/issue24251  opened by hhuang

#24252: IDLE removes elements from tracebacks.
http://bugs.python.org/issue24252  opened by ppperry

#24253: pydoc for namespace packages indicates FILE as built-in
http://bugs.python.org/issue24253  opened by Antony.Lee

#24254: Make class definition namespace ordered by default
http://bugs.python.org/issue24254  opened by eric.snow

#24255: Replace debuglevel-related logic with logging
http://bugs.python.org/issue24255  opened by demian.brecht

#24256: threading.Timer is not a class
http://bugs.python.org/issue24256  opened by jrunyon

#24258: BZ2File objects do not have name attribute
http://bugs.python.org/issue24258  opened by jojko.sivek

#24259: tar.extractall() does not recognize unexpected EOF
http://bugs.python.org/issue24259  opened by Thomas Güttler

#24260: TabError behavior doesn't match documentation
http://bugs.python.org/issue24260  opened by abacabadabacaba

#24261: Add a command line flag to suppress default signal handlers
http://bugs.python.org/issue24261  opened by abacabadabacaba

#24263: Why VALID_MODULE_NAME in unittest/loader.py is r'[_a-z]\w*\.py
http://bugs.python.org/issue24263  opened by sih4sing5hong5

#24264: imageop Unsafe Arithmetic
http://bugs.python.org/issue24264  opened by JohnLeitch

#24265: IDLE produces error message when run with both -s and -c.
http://bugs.python.org/issue24265  opened by ppperry

#24266: raw_input function (with readline): Ctrl+C (during search mode
http://bugs.python.org/issue24266  opened by sping



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

#24266: raw_input function (with readline): Ctrl+C (during search mode
http://bugs.python.org/issue24266

#24265: IDLE produces error message when run with both -s and -c.
http://bugs.python.org/issue24265

#24264: imageop Unsafe Arithmetic
http://bugs.python.org/issue24264

#24263: Why VALID_MODULE_NAME in unittest/loader.py is r'[_a-z]\w*\.py
http://bugs.python.org/issue24263

#24260: TabError behavior doesn't match documentation
http://bugs.python.org/issue24260

#24259: tar.extractall() does not recognize unexpected EOF
http://bugs.python.org/issue24259

#24258: BZ2File objects do not have name attribute
http://bugs.python.org/issue24258

#24253: pydoc for namespace packages indicates FILE as built-in
http://bugs.python.org/issue24253

#24247: "unittest discover" does modify sys.path
http://bugs.python.org/issue24247

#24239: Allow to  configure which gpg to use in distutils upload
http://bugs.python.org/issue24239

#24238: Avoid entity expansion attacks in Element Tree
http://bugs.python.org/issue24238

#24235: ABCs don't fail metaclass instantiation
http://bugs.python.org/issue24235

#24234: Should we define complex.__complex__ and bytes.__bytes__?
http://bugs.python.org/issue24234

#24224: test_msilib is inadequate
http://bugs.python.org/issue24224

#24214: Exception with utf-8, surrogatepass and incremental decoding
http://bugs.python.org/issue24214



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

#24254: Make class definition namespace ordered by default
http://bugs.python.org/issue24254

#24244: Python exception on strftime with %f on Python 3 and Python 2 
http://bugs.python.org/issue24244

#24238: Avoid entity expansion attacks in Element Tree
http://bugs.python.org/issue24238

#24230: tempfile.mkdtemp() doesn't work with bytes paths
http://bugs.python.org/issue24230

#24225: Idlelib: changing file names
http://bugs.python.org/issue24225

#24219: Repeated integer in Lexical analysis/Integer literals section
http://bugs.python.org/issue24219

#24217: O_RDWR undefined in mmapmodule.c
http://bugs.python.org/issue24217

#24215: test_trace uses test_pprint
http://bugs.python.org/issue24215

#24209: Allow IPv6 bind in http.server
http://bugs.python.org/issue24209

#24206: Issues with equality of inspect objects
http://bugs.python.org/issue24206

#24204: string.strip() documentation is misleading
http://bugs.python.org/issue24204

#24198: please align the platform tag for windows
http://bugs.python.org/issue24198

#24195: Add `Executor.filter` to concurrent.futures
http://bugs.python.org/issue24195

#24165: Free list for single-digits ints
http://bugs.python.org/issue24165

#24164: Support pickling objects with __new__ with keyword arguments w
http://bugs.python.org/issue24164



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

#16991: Add OrderedDict written in C
http://bugs.python.org/issue16991  22 msgs

#4709: Mingw-w64 and python on windows x64
http://bugs.python.org/issue4709  18 msgs

#24230: tempfile.mkdtemp() doesn't work with bytes paths
http://bugs.python.org/issue24230  16 msgs

#24244: Python exception on strftime with %f on Python 3 and Python 2 
http://bugs.python.org/issue24244  12 msgs

#24195: Add `Executor.filter` to concurrent.futures
http://bugs.python.org/issue24195  10 msgs

#12319: [http.client] HTTPConnection.request not support "chunked" Tra
http://bugs.python.org/issue12319   9 msgs

#24225: Idlelib: changing file names
http://bugs.python.org/issue24225   9 msgs

#23699: Add a macro to ease writing rich comparisons
http://bugs.python.org/issue23699   8 msgs

#24215: test_trace uses test_pprint
http://bugs.python.org/issue24215   8 msgs

#6598: calling email.utils.make_msgid frequently has a non-trivial pr
http://bugs.python.org/issue6598   7 msgs



Issues closed (61)
==================

#4254: _cursesmodule.c callable update_lines_cols()
http://bugs.python.org/issue4254  closed by r.david.murray

#9858: Python and C implementations of io are out of sync
http://bugs.python.org/issue9858  closed by pitrou

#10170: Relationship between turtle speed setting and actual speed is 
http://bugs.python.org/issue10170  closed by terry.reedy

#15267: tempfile.TemporaryFile and httplib incompatibility
http://bugs.python.org/issue15267  closed by serhiy.storchaka

#15836: unittest assertRaises should verify excClass is actually a Bas
http://bugs.python.org/issue15836  closed by serhiy.storchaka

#16261: Fix bare excepts in various places in std lib
http://bugs.python.org/issue16261  closed by serhiy.storchaka

#18682: [PATCH] remove bogus codepath from pprint._safe_repr
http://bugs.python.org/issue18682  closed by serhiy.storchaka

#18986: Add a case-insensitive case-preserving dict
http://bugs.python.org/issue18986  closed by serhiy.storchaka

#20098: email policy needs a mangle_from setting
http://bugs.python.org/issue20098  closed by r.david.murray

#20438: inspect: Deprecate getfullargspec?
http://bugs.python.org/issue20438  closed by yselivanov

#20596: Support for alternate wcstok syntax for Windows compilers
http://bugs.python.org/issue20596  closed by Jeffrey.Armstrong

#20691: inspect.signature: Consider exposing 'follow_wrapper_chains' o
http://bugs.python.org/issue20691  closed by yselivanov

#21083: Add get_content_disposition() to email.message.Message
http://bugs.python.org/issue21083  closed by r.david.murray

#21800: Implement RFC 6855 (IMAP Support for UTF-8) in imaplib.
http://bugs.python.org/issue21800  closed by r.david.murray

#21804: Implement thr UTF8 command (RFC 6856) in poplib.
http://bugs.python.org/issue21804  closed by r.david.murray

#21931: Nonsense errors reported by msilib.FCICreate for bad argument
http://bugs.python.org/issue21931  closed by python-dev

#22027: RFC 6531 (SMTPUTF8) support in smtplib
http://bugs.python.org/issue22027  closed by r.david.murray

#22107: tempfile module misinterprets access denied error on Windows
http://bugs.python.org/issue22107  closed by serhiy.storchaka

#22155: Out of date code example for tkinter's createfilehandler
http://bugs.python.org/issue22155  closed by terry.reedy

#22804: Can't run Idle in Windows 8 or windows 64
http://bugs.python.org/issue22804  closed by terry.reedy

#23184: Unused imports, variables, file in IDLE
http://bugs.python.org/issue23184  closed by terry.reedy

#23780: Surprising behaviour when passing list to os.path.join.
http://bugs.python.org/issue23780  closed by serhiy.storchaka

#23889: Speedup inspect.Signature.bind
http://bugs.python.org/issue23889  closed by yselivanov

#23898: inspect() changes in Python3.4 are not compatible with objects
http://bugs.python.org/issue23898  closed by yselivanov

#23964: Update README documentation for IDLE tests.
http://bugs.python.org/issue23964  closed by terry.reedy

#23985: Crash when deleting slices from duplicated bytearray
http://bugs.python.org/issue23985  closed by pitrou

#24004: avoid explicit generator type check in asyncio
http://bugs.python.org/issue24004  closed by yselivanov

#24091: Use after free in Element.extend (1)
http://bugs.python.org/issue24091  closed by serhiy.storchaka

#24102: Multiple type confusions in unicode error handlers
http://bugs.python.org/issue24102  closed by serhiy.storchaka

#24127: Fatal error in launcher: Job information querying failed
http://bugs.python.org/issue24127  closed by paul.moore

#24162: [2.7 regression] test_asynchat test failure on i586-linux-gnu
http://bugs.python.org/issue24162  closed by python-dev

#24176: Incorrect parsing of unpacked expressions in call
http://bugs.python.org/issue24176  closed by python-dev

#24180: PEP 492: Documentation
http://bugs.python.org/issue24180  closed by yselivanov

#24190: BoundArguments facility to inject defaults
http://bugs.python.org/issue24190  closed by yselivanov

#24192: unexpected system error with pep420 style namespace packages
http://bugs.python.org/issue24192  closed by eric.snow

#24200: Redundant id in informative reprs
http://bugs.python.org/issue24200  closed by yselivanov

#24205: signature.bind error messages are sub-optimal
http://bugs.python.org/issue24205  closed by yselivanov

#24208: test_inspect leaks temporary directory
http://bugs.python.org/issue24208  closed by serhiy.storchaka

#24210: Tests failed with -Werror
http://bugs.python.org/issue24210  closed by berker.peksag

#24211: Add RFC 6532 support to the email library
http://bugs.python.org/issue24211  closed by r.david.murray

#24213: ProcessPoolExecutor().map() fails following an identical map()
http://bugs.python.org/issue24213  closed by ned.deily

#24216: Typo in bytes.join/bytearray.join documentation
http://bugs.python.org/issue24216  closed by r.david.murray

#24218: Also support SMTPUTF8 in smtplib's send_message method.
http://bugs.python.org/issue24218  closed by r.david.murray

#24220: ast.Call signature changed
http://bugs.python.org/issue24220  closed by willingc

#24221: Clean-up and optimization for heapq siftup() and siftdown()
http://bugs.python.org/issue24221  closed by rhettinger

#24222: Idle 2.7 -c, -r compile with print as function.
http://bugs.python.org/issue24222  closed by terry.reedy

#24223: argparse parsing (mingling --option and optional positional ar
http://bugs.python.org/issue24223  closed by vadmium

#24226: [3.5 Regression] unable to byte-compile the attached IN.py
http://bugs.python.org/issue24226  closed by yselivanov

#24227: IndentationError caused by async / await changes in parser
http://bugs.python.org/issue24227  closed by zach.ware

#24232: Speling fixes
http://bugs.python.org/issue24232  closed by berker.peksag

#24233: Link to getfqdn rather than "see above"
http://bugs.python.org/issue24233  closed by berker.peksag

#24236: TestNG results to Junit results conversion
http://bugs.python.org/issue24236  closed by tusharm

#24237: PEP 479: missing DeprecationWarning when generator_stop is not
http://bugs.python.org/issue24237  closed by yselivanov

#24240: PEP 448: Update the language reference
http://bugs.python.org/issue24240  closed by benjamin.peterson

#24242: property performance regression
http://bugs.python.org/issue24242  closed by rhettinger

#24245: Eliminate do-nothing exception handlers
http://bugs.python.org/issue24245  closed by serhiy.storchaka

#24246: mimetypes.guess_extension returns different values when init()
http://bugs.python.org/issue24246  closed by r.david.murray

#24248: Deprecate inspect.Signature.from_function and from_builtin
http://bugs.python.org/issue24248  closed by yselivanov

#24250: Optimization for strcpy(..., "") in file 'install.c'
http://bugs.python.org/issue24250  closed by benjamin.peterson

#24257: Incorrect use of PyObject_IsInstance
http://bugs.python.org/issue24257  closed by serhiy.storchaka

#24262: logging.FileHandler.close() is not thread-safe
http://bugs.python.org/issue24262  closed by dubglan


More information about the Python-Dev mailing list