[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jun 15 12:10:01 EDT 2018


ACTIVITY SUMMARY (2018-06-08 - 2018-06-15)
Python tracker at https://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    6691 ( -1)
  closed 38930 (+62)
  total  45621 (+61)

Open issues with patches: 2644 


Issues opened (42)
==================

#33656: IDLE: Turn on DPI awareness on Windows
https://bugs.python.org/issue33656  reopened by terry.reedy

#33811: asyncio accepting connection limit
https://bugs.python.org/issue33811  opened by lguo

#33813: Update overdue 'Deprecated ... removed in 3.x' messages
https://bugs.python.org/issue33813  opened by terry.reedy

#33816: New metaclass example for Data Model topic
https://bugs.python.org/issue33816  opened by adelfino

#33817: PyString_FromFormatV() fails to build empty strings
https://bugs.python.org/issue33817  opened by Tey

#33820: IDLE subsection of What's New 3.6
https://bugs.python.org/issue33820  opened by terry.reedy

#33821: IDLE subsection of What's New 3.7
https://bugs.python.org/issue33821  opened by terry.reedy

#33822: IDLE subsection of What's New 3.8
https://bugs.python.org/issue33822  opened by terry.reedy

#33823: A BUG in concurrent/asyncio
https://bugs.python.org/issue33823  opened by Python++

#33824: Settign LANG=C modifies the --version behavior
https://bugs.python.org/issue33824  opened by hroncok

#33826: enable discovery of class source code in IPython interactively
https://bugs.python.org/issue33826  opened by t-vi

#33829: C API: provide new object protocol helper
https://bugs.python.org/issue33829  opened by Bartosz Gołaszewski

#33830: Error in the output of one example in the httplib docs
https://bugs.python.org/issue33830  opened by Aifu LIU

#33832: Make "magic methods" a little more discoverable in the docs
https://bugs.python.org/issue33832  opened by adelfino

#33833: ProactorEventLoop raises AssertionError
https://bugs.python.org/issue33833  opened by twisteroid ambassador

#33834: Test for ProactorEventLoop logs InvalidStateError
https://bugs.python.org/issue33834  opened by twisteroid ambassador

#33836: [Good first-time issue] Recommend keyword-only param for memoi
https://bugs.python.org/issue33836  opened by zach.ware

#33837: Closing asyncio.Server on asyncio.ProactorEventLoop causes all
https://bugs.python.org/issue33837  opened by mliska

#33838: Very slow upload with http.client on Windows when setting time
https://bugs.python.org/issue33838  opened by ivknv

#33839: IDLE tooltips.py: refactor and add docstrings and tests
https://bugs.python.org/issue33839  opened by terry.reedy

#33840: connection limit on listening socket in asyncio
https://bugs.python.org/issue33840  opened by lguo

#33841: lock not released in threading.Condition
https://bugs.python.org/issue33841  opened by lev.maximov

#33842: Remove tarfile.filemode
https://bugs.python.org/issue33842  opened by inada.naoki

#33843: Remove deprecated stuff in cgi module
https://bugs.python.org/issue33843  opened by inada.naoki

#33846: Misleading error message in urllib.parse.unquote
https://bugs.python.org/issue33846  opened by thet

#33847: doc: Add '@' operator entry to index
https://bugs.python.org/issue33847  opened by adelfino

#33851: 3.7 regression: ast.get_docstring() for a node that lacks a do
https://bugs.python.org/issue33851  opened by mgedmin

#33852: doc Remove parentheses from sequence subscription description
https://bugs.python.org/issue33852  opened by adelfino

#33854: doc Add PEP title in seealso of Built-in Types
https://bugs.python.org/issue33854  opened by adelfino

#33855: IDLE: Minimally test every non-startup module.
https://bugs.python.org/issue33855  opened by terry.reedy

#33856: Type "help" is not present on win32
https://bugs.python.org/issue33856  opened by matrixise

#33857: python exception on Solaris : code for hash blake2b was not fo
https://bugs.python.org/issue33857  opened by goron

#33858: A typo in multiprocessing documentation
https://bugs.python.org/issue33858  opened by aruseni

#33859: Spelling mistakes found using aspell
https://bugs.python.org/issue33859  opened by xtreak

#33861: Minor improvements of tests for os.path.
https://bugs.python.org/issue33861  opened by serhiy.storchaka

#33864: collections.abc.ByteString does not register memoryview
https://bugs.python.org/issue33864  opened by fried

#33865: [EASY] Missing code page aliases: "unknown encoding: 874"
https://bugs.python.org/issue33865  opened by winvinc

#33866: Stop using OrderedDict in enum
https://bugs.python.org/issue33866  opened by inada.naoki

#33867: Module dicts are wiped on module garbage collection
https://bugs.python.org/issue33867  opened by natedogith1

#33868: test__xxsubinterpreters: test_subinterpreter() fails randomly 
https://bugs.python.org/issue33868  opened by vstinner

#33869: doc Add set, frozen set, and tuple entries to Glossary
https://bugs.python.org/issue33869  opened by adelfino

#33870: pdb continue + breakpoint
https://bugs.python.org/issue33870  opened by philiprowlands



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

#33870: pdb continue + breakpoint
https://bugs.python.org/issue33870

#33869: doc Add set, frozen set, and tuple entries to Glossary
https://bugs.python.org/issue33869

#33867: Module dicts are wiped on module garbage collection
https://bugs.python.org/issue33867

#33866: Stop using OrderedDict in enum
https://bugs.python.org/issue33866

#33861: Minor improvements of tests for os.path.
https://bugs.python.org/issue33861

#33859: Spelling mistakes found using aspell
https://bugs.python.org/issue33859

#33857: python exception on Solaris : code for hash blake2b was not fo
https://bugs.python.org/issue33857

#33856: Type "help" is not present on win32
https://bugs.python.org/issue33856

#33854: doc Add PEP title in seealso of Built-in Types
https://bugs.python.org/issue33854

#33847: doc: Add '@' operator entry to index
https://bugs.python.org/issue33847

#33843: Remove deprecated stuff in cgi module
https://bugs.python.org/issue33843

#33842: Remove tarfile.filemode
https://bugs.python.org/issue33842

#33841: lock not released in threading.Condition
https://bugs.python.org/issue33841

#33838: Very slow upload with http.client on Windows when setting time
https://bugs.python.org/issue33838

#33834: Test for ProactorEventLoop logs InvalidStateError
https://bugs.python.org/issue33834



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

#33869: doc Add set, frozen set, and tuple entries to Glossary
https://bugs.python.org/issue33869

#33866: Stop using OrderedDict in enum
https://bugs.python.org/issue33866

#33865: [EASY] Missing code page aliases: "unknown encoding: 874"
https://bugs.python.org/issue33865

#33859: Spelling mistakes found using aspell
https://bugs.python.org/issue33859

#33855: IDLE: Minimally test every non-startup module.
https://bugs.python.org/issue33855

#33854: doc Add PEP title in seealso of Built-in Types
https://bugs.python.org/issue33854

#33851: 3.7 regression: ast.get_docstring() for a node that lacks a do
https://bugs.python.org/issue33851

#33847: doc: Add '@' operator entry to index
https://bugs.python.org/issue33847

#33843: Remove deprecated stuff in cgi module
https://bugs.python.org/issue33843

#33842: Remove tarfile.filemode
https://bugs.python.org/issue33842

#33839: IDLE tooltips.py: refactor and add docstrings and tests
https://bugs.python.org/issue33839

#33836: [Good first-time issue] Recommend keyword-only param for memoi
https://bugs.python.org/issue33836

#33833: ProactorEventLoop raises AssertionError
https://bugs.python.org/issue33833

#33832: Make "magic methods" a little more discoverable in the docs
https://bugs.python.org/issue33832

#33829: C API: provide new object protocol helper
https://bugs.python.org/issue33829



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

#33656: IDLE: Turn on DPI awareness on Windows
https://bugs.python.org/issue33656  26 msgs

#33630: test_posix: TestPosixSpawn fails on PPC64 Fedora 3.x
https://bugs.python.org/issue33630  22 msgs

#1529353: Squeezer - squeeze large output in the interpreter
https://bugs.python.org/issue1529353  14 msgs

#14102: argparse: add ability to create a man page
https://bugs.python.org/issue14102  12 msgs

#33462: reversible dict
https://bugs.python.org/issue33462  10 msgs

#33738: PyIndex_Check conflicts with PEP 384
https://bugs.python.org/issue33738   9 msgs

#29750: smtplib doesn't handle unicode passwords
https://bugs.python.org/issue29750   7 msgs

#33865: [EASY] Missing code page aliases: "unknown encoding: 874"
https://bugs.python.org/issue33865   7 msgs

#27777: cgi.FieldStorage can't parse simple body with Content-Length a
https://bugs.python.org/issue27777   6 msgs

#32962: test_gdb fails in debug build with `-mcet -fcf-protection -O0`
https://bugs.python.org/issue32962   6 msgs



Issues closed (56)
==================

#11874: argparse assertion failure with brackets in metavars
https://bugs.python.org/issue11874  closed by ncoghlan

#17045: Improve C-API doc for PyTypeObject
https://bugs.python.org/issue17045  closed by eric.snow

#17286: Make subprocess handling text output with universal_newlines m
https://bugs.python.org/issue17286  closed by cheryl.sabella

#19382: tabnanny unit tests
https://bugs.python.org/issue19382  closed by vstinner

#22264: Add wsgiref.util.dump_wsgistr & load_wsgistr
https://bugs.python.org/issue22264  closed by ncoghlan

#22555: Tracking issue for adjustments to binary/text boundary handlin
https://bugs.python.org/issue22555  closed by ncoghlan

#23869: Initialization is being done in PyType_GenericAlloc
https://bugs.python.org/issue23869  closed by eric.snow

#24384: difflib.SequenceMatcher faster quick_ratio with lower bound sp
https://bugs.python.org/issue24384  closed by floyd

#26698: Tk DPI awareness
https://bugs.python.org/issue26698  closed by terry.reedy

#27397: email.message.Message.get_payload(decode=True) raises Assertio
https://bugs.python.org/issue27397  closed by taleinat

#29456: bugs in unicodedata.normalize: u1176, u11a7 and u11c3
https://bugs.python.org/issue29456  closed by xiang.zhang

#30805: asyncio: race condition with debug and subprocess
https://bugs.python.org/issue30805  closed by yselivanov

#30820: email.contentmanager.raw_data_manager fails to create multipar
https://bugs.python.org/issue30820  closed by r.david.murray

#31102: deheader: double #incude of the same file
https://bugs.python.org/issue31102  closed by Mariatta

#31120: [2.7] Python 64 bit _ssl compile fails due missing buildinf_am
https://bugs.python.org/issue31120  closed by zach.ware

#31181: Segfault in gcmodule.c:360 visit_decref (PyObject_IS_GC(op))
https://bugs.python.org/issue31181  closed by vstinner

#31215: Add version changed notes for OpenSSL 1.1.0 compatibility
https://bugs.python.org/issue31215  closed by ncoghlan

#31378: Missing documentation for sqlite3.OperationalError
https://bugs.python.org/issue31378  closed by berker.peksag

#32400: inspect.isdatadescriptor  false negative
https://bugs.python.org/issue32400  closed by berker.peksag

#33375: warnings: get filename from frame.f_code.co_filename
https://bugs.python.org/issue33375  closed by brett.cannon

#33409: Clarify the interaction between locale coercion & UTF-8 mode
https://bugs.python.org/issue33409  closed by ncoghlan

#33582: formatargspec deprecated but does not emit DeprecationWarning.
https://bugs.python.org/issue33582  closed by ned.deily

#33642: IDLE: Display up to maxlines non-blank lines for Code Context
https://bugs.python.org/issue33642  closed by terry.reedy

#33671: Efficient zero-copy for shutil.copy* functions (Linux, OSX and
https://bugs.python.org/issue33671  closed by giampaolo.rodola

#33694: test_asyncio: test_start_tls_server_1() fails on Python on x86
https://bugs.python.org/issue33694  closed by vstinner

#33741: UnicodeEncodeError onsmtplib.login(MAIL_USER, MAIL_PASSWORD)
https://bugs.python.org/issue33741  closed by r.david.murray

#33745: 3.7.0b5 changes the line number of empty functions with docstr
https://bugs.python.org/issue33745  closed by ned.deily

#33748: test_discovery_failed_discovery in test_unittest modifies sys.
https://bugs.python.org/issue33748  closed by ned.deily

#33751: Failed separate testTruncateOnWindows in test_file
https://bugs.python.org/issue33751  closed by serhiy.storchaka

#33766: Grammar Incongruence
https://bugs.python.org/issue33766  closed by terry.reedy

#33770: base64 throws 'incorrect padding' exception when the issue is 
https://bugs.python.org/issue33770  closed by ned.deily

#33771: Module: timeit. According to documentation default_repeat shou
https://bugs.python.org/issue33771  closed by terry.reedy

#33799: Remove non-ordered dicts comments from FAQ
https://bugs.python.org/issue33799  closed by adelfino

#33800: Fix default argument for parameter dict_type of ConfigParser/R
https://bugs.python.org/issue33800  closed by ned.deily

#33801: Remove non-ordered dict comment from plistlib
https://bugs.python.org/issue33801  closed by ned.deily

#33802: Regression in logging configuration
https://bugs.python.org/issue33802  closed by barry

#33810: Remove unused code in datetime module
https://bugs.python.org/issue33810  closed by belopolsky

#33812: Different behavior between datetime.py and its C accelerator
https://bugs.python.org/issue33812  closed by belopolsky

#33814: exec() maybe has a memory leak
https://bugs.python.org/issue33814  closed by tim.peters

#33815: List a = []*19 doesn't create a list with index length of 19
https://bugs.python.org/issue33815  closed by zach.ware

#33818: Make PyExceptionClass_Name returning a const string
https://bugs.python.org/issue33818  closed by serhiy.storchaka

#33819: Mention "ordered mapping" instead of "ordered dictionary" in e
https://bugs.python.org/issue33819  closed by r.david.murray

#33825: Change mentions of "magic" attributes to "special"
https://bugs.python.org/issue33825  closed by adelfino

#33827: Generators with lru_cache can be non-intuituve
https://bugs.python.org/issue33827  closed by rhettinger

#33828: Add versionchanged notes for string.Formatter
https://bugs.python.org/issue33828  closed by xiang.zhang

#33831: Make htmlview work in make.bat
https://bugs.python.org/issue33831  closed by adelfino

#33835: Too strong side effect?
https://bugs.python.org/issue33835  closed by serhiy.storchaka

#33844: Writing capital letters with csvwriter.writerow changes the cs
https://bugs.python.org/issue33844  closed by serhiy.storchaka

#33845: Update Doc\make.bat on 2.7 to bring it on par to master versio
https://bugs.python.org/issue33845  closed by steve.dower

#33848: Incomplete format string syntax for Exceptions
https://bugs.python.org/issue33848  closed by eric.smith

#33849: Caught infinite recursion resets the trace function
https://bugs.python.org/issue33849  closed by belopolsky

#33850: Json.dump() bug when using generator
https://bugs.python.org/issue33850  closed by eric.smith

#33853: test_multiprocessing_spawn is leaking memory
https://bugs.python.org/issue33853  closed by serhiy.storchaka

#33860: doc Avoid "ordered dictionary" references now that dictionarie
https://bugs.python.org/issue33860  closed by ethan.furman

#33862: doc Fix Enum __members__ type
https://bugs.python.org/issue33862  closed by ethan.furman

#33863: Enum doc correction relating to __members__
https://bugs.python.org/issue33863  closed by ethan.furman


More information about the Python-Dev mailing list