[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Mar 29 14:08:08 EDT 2019
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Compile-time resolution of packages [Was: Another update for PEP 394...]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2019-03-22 - 2019-03-29) 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 7048 ( -3) closed 41176 (+76) total 48224 (+73)
Open issues with patches: 2809
Issues opened (50)
#22189: collections.UserString missing some str methods https://bugs.python.org/issue22189 reopened by rhettinger
#28190: Cross-build _curses failed if host ncurses headers and target https://bugs.python.org/issue28190 reopened by doko
#33356: Windows 10 buildbot: test__xxsubinterpreters.test_already_runn https://bugs.python.org/issue33356 reopened by vstinner
#35155: Clarify Protocol Handlers in urllib.request Docs https://bugs.python.org/issue35155 reopened by orsenthil
#36150: Possible assertion failures due to _ctypes.c's PyCData_reduce( https://bugs.python.org/issue36150 reopened by serhiy.storchaka
#36344: install_certificates.command too complicated https://bugs.python.org/issue36344 reopened by ned.deily
#36402: test_threading: test_threads_join_2() failed with "Fatal Pytho https://bugs.python.org/issue36402 opened by vstinner
#36403: AsyncIterator on 3.7: aiter no longer honors finally block https://bugs.python.org/issue36403 opened by asksol
#36404: Document PendingDeprecationWarning as deprecated https://bugs.python.org/issue36404 opened by inada.naoki
#36406: doctest.testmod(empty_package) raises TypeError in 3.7 (and no https://bugs.python.org/issue36406 opened by Dutcho
#36408: Tkinter multi-processing performance, Linux 10-25 times faster https://bugs.python.org/issue36408 opened by james.mccormack
#36409: plistlib old API should be removed https://bugs.python.org/issue36409 opened by bigfootjon
#36411: Python 3 f.tell() gets out of sync with file pointer in binary https://bugs.python.org/issue36411 opened by pewscorner
#36414: Multiple test failures in GCC and Clang optional builds on Tra https://bugs.python.org/issue36414 opened by xtreak
#36416: bytes.rpartition bug in online documentation https://bugs.python.org/issue36416 opened by pewscorner
#36417: unicode.isdecimal bug in online Python 2 documentation https://bugs.python.org/issue36417 opened by pewscorner
#36418: urllib.parse.*Result: support _replace for additional computed https://bugs.python.org/issue36418 opened by cheryl.sabella
#36419: IDLE autocomplete: refactor and polish code and tests https://bugs.python.org/issue36419 opened by terry.reedy
#36422: tempfile.TemporaryDirectory() removes entire directory tree ev https://bugs.python.org/issue36422 opened by riccardomurri
#36424: Pickle fails on frozen dataclass that has slots https://bugs.python.org/issue36424 opened by drhagen
#36426: exec() issue when used inside function https://bugs.python.org/issue36426 opened by schperplata
#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t https://bugs.python.org/issue36427 opened by pablogsal
#36429: Fix starting IDLE with pyshell https://bugs.python.org/issue36429 opened by terry.reedy
#36432: Running python test suite fails on macOS 10.14.4 with resource https://bugs.python.org/issue36432 opened by ned.deily
#36434: Zipfile breaks if signalled during write() https://bugs.python.org/issue36434 opened by and800
#36437: method_descriptor surprising error message when self is passed https://bugs.python.org/issue36437 opened by vstinner
#36438: Python 3.5.7 import error on Cross compile https://bugs.python.org/issue36438 opened by Brian Spratke
#36439: Inconsistencies with datetime.fromtimestamp(t) when t < 0 https://bugs.python.org/issue36439 opened by Tiger-222
#36440: more helpful diagnostics for parser module https://bugs.python.org/issue36440 opened by A. Skrobov
#36442: Different ValueError for the same operation in List and Tuple https://bugs.python.org/issue36442 opened by HardikPatel
#36445: bus error in test_gil test on armhf running with 64bit kernel https://bugs.python.org/issue36445 opened by doko
#36448: Message "You will need to rebuild pythoncore to see the change https://bugs.python.org/issue36448 opened by jdemeyer
#36449: aexit is not called when a context manager is used in an a https://bugs.python.org/issue36449 opened by Andrey Lemets
#36453: pkgutil.get_importer only return the first valid path_hook(imp https://bugs.python.org/issue36453 opened by Windson Yang
#36454: test_time: test_monotonic() failed on AMD64 FreeBSD 10-STABLE https://bugs.python.org/issue36454 opened by vstinner
#36456: task.cancel unbound recursion https://bugs.python.org/issue36456 opened by Dima.Tisnek
#36457: functools.singledispatchmethod interacts poorly with subclasse https://bugs.python.org/issue36457 opened by Tim Mitchell2
#36460: Add AMP MIME type support https://bugs.python.org/issue36460 opened by Daniel Black
#36461: timeit: Additional changes for autorange https://bugs.python.org/issue36461 opened by cheryl.sabella
#36463: python37.dll crashing 0xc000041d https://bugs.python.org/issue36463 opened by Savagery
#36464: Python 2.7 build install fails intermittently with -j on MacOS https://bugs.python.org/issue36464 opened by madscientist
#36465: No longer enable Py_TRACE_REFS by default in debug build https://bugs.python.org/issue36465 opened by vstinner
#36466: Adding a way to strip annotations from compiled bytecode https://bugs.python.org/issue36466 opened by cary
#36467: IDLE to help with invisible characters https://bugs.python.org/issue36467 opened by rhettinger
#36468: Treeview: wrong color change https://bugs.python.org/issue36468 opened by guillaumeb
#36469: Stuck during interpreter exit, attempting to take the GIL https://bugs.python.org/issue36469 opened by mocramis
#36470: dataclasses.replace raises an exception if InitVar with defaul https://bugs.python.org/issue36470 opened by Greg Kuhn
#36471: PEP 432, PEP 587: Add _Py_RunMain() https://bugs.python.org/issue36471 opened by vstinner
#36472: Some old PR with CLA not signed https://bugs.python.org/issue36472 opened by eamanu
#36473: Detect all dictionary changes during iteration https://bugs.python.org/issue36473 opened by thomas.perl
Most recent 15 issues with no replies (15)
#36468: Treeview: wrong color change https://bugs.python.org/issue36468
#36467: IDLE to help with invisible characters https://bugs.python.org/issue36467
#36466: Adding a way to strip annotations from compiled bytecode https://bugs.python.org/issue36466
#36457: functools.singledispatchmethod interacts poorly with subclasse https://bugs.python.org/issue36457
#36456: task.cancel unbound recursion https://bugs.python.org/issue36456
#36454: test_time: test_monotonic() failed on AMD64 FreeBSD 10-STABLE https://bugs.python.org/issue36454
#36445: bus error in test_gil test on armhf running with 64bit kernel https://bugs.python.org/issue36445
#36438: Python 3.5.7 import error on Cross compile https://bugs.python.org/issue36438
#36437: method_descriptor surprising error message when self is passed https://bugs.python.org/issue36437
#36434: Zipfile breaks if signalled during write() https://bugs.python.org/issue36434
#36424: Pickle fails on frozen dataclass that has slots https://bugs.python.org/issue36424
#36419: IDLE autocomplete: refactor and polish code and tests https://bugs.python.org/issue36419
#36418: urllib.parse.*Result: support _replace for additional computed https://bugs.python.org/issue36418
#36417: unicode.isdecimal bug in online Python 2 documentation https://bugs.python.org/issue36417
#36404: Document PendingDeprecationWarning as deprecated https://bugs.python.org/issue36404
Most recent 15 issues waiting for review (15)
#36473: Detect all dictionary changes during iteration https://bugs.python.org/issue36473
#36471: PEP 432, PEP 587: Add _Py_RunMain() https://bugs.python.org/issue36471
#36466: Adding a way to strip annotations from compiled bytecode https://bugs.python.org/issue36466
#36465: No longer enable Py_TRACE_REFS by default in debug build https://bugs.python.org/issue36465
#36448: Message "You will need to rebuild pythoncore to see the change https://bugs.python.org/issue36448
#36440: more helpful diagnostics for parser module https://bugs.python.org/issue36440
#36434: Zipfile breaks if signalled during write() https://bugs.python.org/issue36434
#36429: Fix starting IDLE with pyshell https://bugs.python.org/issue36429
#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t https://bugs.python.org/issue36427
#36416: bytes.rpartition bug in online documentation https://bugs.python.org/issue36416
#36409: plistlib old API should be removed https://bugs.python.org/issue36409
#36406: doctest.testmod(empty_package) raises TypeError in 3.7 (and no https://bugs.python.org/issue36406
#36404: Document PendingDeprecationWarning as deprecated https://bugs.python.org/issue36404
#36398: A possible crash in structseq.c's structseq_repr() https://bugs.python.org/issue36398
#36394: test_multiprocessing_spawn fails on Windows7 3.x buildbot https://bugs.python.org/issue36394
Top 10 most discussed issues (10)
#36345: Deprecate Tools/scripts/serve.py in favour of python -m http.s https://bugs.python.org/issue36345 12 msgs
#36305: Inconsistent behavior of pathlib.WindowsPath with drive paths https://bugs.python.org/issue36305 10 msgs
#36347: Renaming the constants for the .flags of PyMemberDef https://bugs.python.org/issue36347 10 msgs
#35983: tp_dealloc trashcan shouldn't be called for subclasses https://bugs.python.org/issue35983 8 msgs
#36460: Add AMP MIME type support https://bugs.python.org/issue36460 6 msgs
#36414: Multiple test failures in GCC and Clang optional builds on Tra https://bugs.python.org/issue36414 5 msgs
#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t https://bugs.python.org/issue36427 5 msgs
#36469: Stuck during interpreter exit, attempting to take the GIL https://bugs.python.org/issue36469 5 msgs
#10716: Modernize pydoc to use better HTML and separate CSS https://bugs.python.org/issue10716 4 msgs
#31327: bug in dateutil\tz\tz.py https://bugs.python.org/issue31327 4 msgs
Issues closed (78)
#5340: Change in cgi behavior breaks existing software https://bugs.python.org/issue5340 closed by inada.naoki
#6422: timeit called from within Python should allow autoranging https://bugs.python.org/issue6422 closed by cheryl.sabella
#12445: dict view values objects are missing tp_richcmp and tp_as_numb https://bugs.python.org/issue12445 closed by inada.naoki
#19879: imageop: bug in error handler https://bugs.python.org/issue19879 closed by inada.naoki
#21019: PyMethodDef ml_name is char* instead of const char* https://bugs.python.org/issue21019 closed by inada.naoki
#21022: PyMemberDef doc is char* instead of const char* https://bugs.python.org/issue21022 closed by inada.naoki
#22327: test_gdb failures on Ubuntu 14.10 https://bugs.python.org/issue22327 closed by cheryl.sabella
#22503: Signal stack overflow in faulthandler_user https://bugs.python.org/issue22503 closed by vstinner
#23126: Add Python hook function to replace NameError https://bugs.python.org/issue23126 closed by inada.naoki
#23205: Unit test needed for IDLE's GrepDialog.py's findfiles() https://bugs.python.org/issue23205 closed by cheryl.sabella
#25614: Lib/code.py: InteractiveConsole.raw_input writes prompt to std https://bugs.python.org/issue25614 closed by cheryl.sabella
#27464: Document that SplitResult & friends are namedtuples https://bugs.python.org/issue27464 closed by martin.panter
#27797: ASCII file with UNIX line conventions and enough lines throws https://bugs.python.org/issue27797 closed by inada.naoki
#30348: IDLE: Add test_autocomplete unittests https://bugs.python.org/issue30348 closed by terry.reedy
#31292: python setup.py check --restructuredtext
fails when a includ
https://bugs.python.org/issue31292 closed by cheryl.sabella
#31822: Document that urllib.parse.{Defrag,Split,Parse}Result are name https://bugs.python.org/issue31822 closed by cheryl.sabella
#32217: freeze.py fails to work. https://bugs.python.org/issue32217 closed by cheryl.sabella
#32419: Add unittest support for pyc projects https://bugs.python.org/issue32419 closed by inada.naoki
#32823: Regression in test -j behavior and time in 3.7.0b1 https://bugs.python.org/issue32823 closed by terry.reedy
#32950: profiling python gc https://bugs.python.org/issue32950 closed by inada.naoki
#33043: Add a 'Contributing to Docs' link at the bottom of docs.python https://bugs.python.org/issue33043 closed by willingc
#33319: subprocess.run
documentation doesn't tell is using `stdout=P
https://bugs.python.org/issue33319 closed by gregory.p.smith
#33832: doc Add "magic method" entry to Glossary https://bugs.python.org/issue33832 closed by eric.araujo
#34085: doc Improve wording on classmethod/staticmethod https://bugs.python.org/issue34085 closed by cheryl.sabella
#34745: asyncio ssl memory leak https://bugs.python.org/issue34745 closed by thehesiod
#34826: io.BufferedReader crashes in 2.7 on memoryview attribute acces https://bugs.python.org/issue34826 closed by inada.naoki
#34995: functools.cached_property does not maintain the wrapped method https://bugs.python.org/issue34995 closed by inada.naoki
#35165: Possible wrong method name in attribute references doc https://bugs.python.org/issue35165 closed by cheryl.sabella
#35194: A typo in a constant in cp932 codec https://bugs.python.org/issue35194 closed by inada.naoki
#35528: [DOC] [LaTeX] Sphinx 2.0 uses GNU FreeFont as default for xela https://bugs.python.org/issue35528 closed by mdk
#36064: docs: urllib.request.Request not accepting iterables data type https://bugs.python.org/issue36064 closed by mdk
#36143: Auto-generate Lib/keyword.py https://bugs.python.org/issue36143 closed by pablogsal
#36202: Calling Py_DecodeLocale() before _PyPreConfig_Write() can prod https://bugs.python.org/issue36202 closed by vstinner
#36218: .sort() segfaults consistently on crafted input https://bugs.python.org/issue36218 closed by rhettinger
#36236: Python crash on macOS when CWD is invalid https://bugs.python.org/issue36236 closed by ned.deily
#36245: PCBuild/build.bat errors, probably from space characters in pa https://bugs.python.org/issue36245 closed by steve.dower
#36260: Cpython/Lib vulnerability found and request a patch submission https://bugs.python.org/issue36260 closed by krnick
#36286: Random failure in test_idle https://bugs.python.org/issue36286 closed by serhiy.storchaka
#36298: Lib/pyclbr.py crashes when the package spec cannot be determin https://bugs.python.org/issue36298 closed by brett.cannon
#36301: Add _Py_PreInitialize() function https://bugs.python.org/issue36301 closed by vstinner
#36318: Adding support for setting the "disabled" attribute of loggers https://bugs.python.org/issue36318 closed by maggyero
#36326: Teach inpsect.getdoc() to read slots with an optional data https://bugs.python.org/issue36326 closed by rhettinger
#36340: 3.7.3rc1 Install Certificates fails on macOS https://bugs.python.org/issue36340 closed by ned.deily
#36354: Use CreateProcessW for Python 2.7 on Windows. https://bugs.python.org/issue36354 closed by gregory.p.smith
#36366: Patcher stop method should be idempotent https://bugs.python.org/issue36366 closed by brett.cannon
#36370: Check for PyErr_Occurred() after PyImport_GetModule(). https://bugs.python.org/issue36370 closed by skrah
#36381: Deprecate "#" argument format without PY_SSIZE_T_CLEAN https://bugs.python.org/issue36381 closed by inada.naoki
#36387: Refactor getenvironment() in _winapi.c https://bugs.python.org/issue36387 closed by serhiy.storchaka
#36396: Remove fgBg param of idlelib.config.GetHighlight() https://bugs.python.org/issue36396 closed by terry.reedy
#36401: Readonly properties should be marked as such in help() https://bugs.python.org/issue36401 closed by rhettinger
#36405: Use dict unpacking in idlelib https://bugs.python.org/issue36405 closed by terry.reedy
#36407: xml.dom.minidom wrong indentation writing for CDATA section https://bugs.python.org/issue36407 closed by serhiy.storchaka
#36410: Proposal to make strip/lstrip/rstrip more explicit https://bugs.python.org/issue36410 closed by rhettinger
#36412: A possible crash in dictobject.c's new_dict() https://bugs.python.org/issue36412 closed by inada.naoki
#36413: Brief Tour of the Standard Library — Part II example problem https://bugs.python.org/issue36413 closed by rhettinger
#36415: [math] Implement pow2 function https://bugs.python.org/issue36415 closed by serhiy.storchaka
#36420: f_trace_opcodes setting and accessing opcodes https://bugs.python.org/issue36420 closed by anthony shaw
#36421: A possible double decref in _ctypes.c's PyCArrayType_new() https://bugs.python.org/issue36421 closed by serhiy.storchaka
#36423: www.pythontest.net is down https://bugs.python.org/issue36423 closed by vstinner
#36425: Add Simplified Chinese to the language switcher https://bugs.python.org/issue36425 closed by mdk
#36428: Support AutoAwait? https://bugs.python.org/issue36428 closed by gvanrossum
#36430: A possible reference leak in itertools.count() https://bugs.python.org/issue36430 closed by serhiy.storchaka
#36431: Use dict unpacking for merging two dicts https://bugs.python.org/issue36431 closed by serhiy.storchaka
#36433: Unhelpful error message in classmethoddescr_call() https://bugs.python.org/issue36433 closed by inada.naoki
#36435: multiprocessing crashes in Python 3.7.3 on Windows https://bugs.python.org/issue36435 closed by paul.moore
#36436: _testcapi.pymem_buffer_overflow() doesn't handle memory alloca https://bugs.python.org/issue36436 closed by vstinner
#36441: Cannot create venv with debug binaries installed https://bugs.python.org/issue36441 closed by steve.dower
#36443: Disable coerce_c_locale and utf8_mode by default in _PyPreConf https://bugs.python.org/issue36443 closed by vstinner
#36444: Python initialization: remove _PyMainInterpreterConfig https://bugs.python.org/issue36444 closed by vstinner
#36446: Need Windows x86-64 MSI installer for Python >= 3.x.x https://bugs.python.org/issue36446 closed by zach.ware
#36447: test__xxsubinterpreters leaked references and memory blocks https://bugs.python.org/issue36447 closed by vstinner
#36450: 3D Array Assignment to all 2D sub-arrays https://bugs.python.org/issue36450 closed by eric.snow
#36451: Docs zh-cn roots error in nav bar https://bugs.python.org/issue36451 closed by mdk
#36452: Detect dict iteration "overflow" when changing keys https://bugs.python.org/issue36452 closed by inada.naoki
#36455: collections.abc.Sequence doesn't support reflection/introspect https://bugs.python.org/issue36455 closed by josh.r
#36458: Compile errors --without-threads https://bugs.python.org/issue36458 closed by ned.deily
#36459: A possible double PyMem_FREE() due to tokenizer.c's tok_nextc( https://bugs.python.org/issue36459 closed by serhiy.storchaka
#36462: CVE-2019-9674 : zip bomb vulnerability in Lib/zipfile.py https://bugs.python.org/issue36462 closed by brett.cannon
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Compile-time resolution of packages [Was: Another update for PEP 394...]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]