[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Apr 19 14:07:53 EDT 2019
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2019-04-12 - 2019-04-19) 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 7058 ( -5) closed 41363 (+56) total 48421 (+51)
Open issues with patches: 2807
Issues opened (33)
#30485: Element.findall(path, dict) doesn't insert null namespace https://bugs.python.org/issue30485 reopened by scoder
#36345: Deprecate Tools/scripts/serve.py in favour of python -m http.s https://bugs.python.org/issue36345 reopened by matrixise
#36620: Documentation missing parameter for Itertools.zip_longest https://bugs.python.org/issue36620 opened by CharlesMerriam
#36621: shutil.rmtree follows junctions on windows https://bugs.python.org/issue36621 opened by Jordan Hueckstaedt
#36624: cleanup the stdlib and tests with regard to sys.platform usage https://bugs.python.org/issue36624 opened by Michael.Felt
#36630: failure of test_colors_funcs in test_curses with ncurses 6.1 https://bugs.python.org/issue36630 opened by xdegaye
#36631: test_urllib2net: test_ftp_no_timeout() killed after a timeout https://bugs.python.org/issue36631 opened by vstinner
#36632: test_multiprocessing_forkserver: test_rapid_restart() leaked a https://bugs.python.org/issue36632 opened by vstinner
#36634: venv: activate.bat fails for venv with parentheses in PATH https://bugs.python.org/issue36634 opened by BWenzel
#36635: Add _testinternalcapi module https://bugs.python.org/issue36635 opened by vstinner
#36636: Inner exception is not being raised using asyncio.gather https://bugs.python.org/issue36636 opened by Drew Budwin
#36640: python ibm_db setup.py post install script does not seem to wo https://bugs.python.org/issue36640 opened by sabakauser
#36643: Forward reference is not resolved by dataclasses.fields() https://bugs.python.org/issue36643 opened by mdrachuk
#36644: Improve documentation of slice.indices() https://bugs.python.org/issue36644 opened by pewscorner
#36645: re.sub() library entry does not adequately document surprising https://bugs.python.org/issue36645 opened by mollison
#36646: os.listdir() got permission error in Python3.6 but it's fine i https://bugs.python.org/issue36646 opened by Ryan_D at 163.com
#36647: TextTestRunner doesn't honour "buffer" argument https://bugs.python.org/issue36647 opened by José Luis Segura Lucas
#36648: MAP_SHARED isn't proper for anonymous mappings for VxWorks https://bugs.python.org/issue36648 opened by lzhao
#36650: Cached method implementation no longer works on Python 3.7.3 https://bugs.python.org/issue36650 opened by jaraco
#36654: Add example to tokenize.tokenize https://bugs.python.org/issue36654 opened by Windson Yang
#36656: Allow os.symlink(src, target, force=True) to prevent race cond https://bugs.python.org/issue36656 opened by Tom Hale
#36658: Py_Initialze() throws error 'unable to load the file system en https://bugs.python.org/issue36658 opened by rvq
#36659: distutils UnixCCompiler: Remove standard library path from rpa https://bugs.python.org/issue36659 opened by vstinner
#36661: Missing dataclass decorator import in dataclasses module docs https://bugs.python.org/issue36661 opened by mfisherlevine
#36662: asdict/astuple Dataclass methods https://bugs.python.org/issue36662 opened by gsakkis
#36663: pdb: store whole exception information in locals (via user_exc https://bugs.python.org/issue36663 opened by blueyed
#36664: argparse: parser aliases in subparsers stores alias in dest va https://bugs.python.org/issue36664 opened by Peter McEldowney
#36665: REPL doesn't ensure builtins are available when implicitly rec https://bugs.python.org/issue36665 opened by ncoghlan
#36666: threading.Thread should have way to catch an exception thrown https://bugs.python.org/issue36666 opened by Joel Croteau
#36667: pdb: restore SIGINT handler in sigint_handler already https://bugs.python.org/issue36667 opened by blueyed
#36668: semaphore_tracker is not reused by child processes https://bugs.python.org/issue36668 opened by tomMoral
#36669: weakref proxy doesn't support the matrix multiplication operat https://bugs.python.org/issue36669 opened by bup
#36670: test suite broken due to cpu usage feature on win 10/ german https://bugs.python.org/issue36670 opened by LorenzMende
Most recent 15 issues with no replies (15)
#36669: weakref proxy doesn't support the matrix multiplication operat https://bugs.python.org/issue36669
#36668: semaphore_tracker is not reused by child processes https://bugs.python.org/issue36668
#36667: pdb: restore SIGINT handler in sigint_handler already https://bugs.python.org/issue36667
#36663: pdb: store whole exception information in locals (via user_exc https://bugs.python.org/issue36663
#36654: Add example to tokenize.tokenize https://bugs.python.org/issue36654
#36647: TextTestRunner doesn't honour "buffer" argument https://bugs.python.org/issue36647
#36644: Improve documentation of slice.indices() https://bugs.python.org/issue36644
#36643: Forward reference is not resolved by dataclasses.fields() https://bugs.python.org/issue36643
#36621: shutil.rmtree follows junctions on windows https://bugs.python.org/issue36621
#36613: asyncio._wait() don't remove callback in case of exception https://bugs.python.org/issue36613
#36606: calling super() causes class to be not defined when sys.se https://bugs.python.org/issue36606
#36603: should pty.openpty() set pty/tty inheritable? https://bugs.python.org/issue36603
#36590: Add Bluetooth RFCOMM Support for Windows https://bugs.python.org/issue36590
#36589: Incorrect error handling in curses.update_lines_cols() https://bugs.python.org/issue36589
#36583: Do not swallow exceptions in the _ssl module https://bugs.python.org/issue36583
Most recent 15 issues waiting for review (15)
#36668: semaphore_tracker is not reused by child processes https://bugs.python.org/issue36668
#36667: pdb: restore SIGINT handler in sigint_handler already https://bugs.python.org/issue36667
#36659: distutils UnixCCompiler: Remove standard library path from rpa https://bugs.python.org/issue36659
#36648: MAP_SHARED isn't proper for anonymous mappings for VxWorks https://bugs.python.org/issue36648
#36645: re.sub() library entry does not adequately document surprising https://bugs.python.org/issue36645
#36635: Add _testinternalcapi module https://bugs.python.org/issue36635
#36634: venv: activate.bat fails for venv with parentheses in PATH https://bugs.python.org/issue36634
#36624: cleanup the stdlib and tests with regard to sys.platform usage https://bugs.python.org/issue36624
#36618: clang expects memory aligned on 16 bytes, but pymalloc aligns https://bugs.python.org/issue36618
#36613: asyncio._wait() don't remove callback in case of exception https://bugs.python.org/issue36613
#36612: Unittest document is not clear on SetUpClass calls https://bugs.python.org/issue36612
#36610: os.sendfile can return EINVAL on Solaris https://bugs.python.org/issue36610
#36608: Replace bundled pip and setuptools with a downloader in the en https://bugs.python.org/issue36608
#36602: Recursive directory list with pathlib.Path.iterdir https://bugs.python.org/issue36602
#36601: signals can be caught by any thread https://bugs.python.org/issue36601
Top 10 most discussed issues (10)
#35866: concurrent.futures deadlock https://bugs.python.org/issue35866 17 msgs
#36618: clang expects memory aligned on 16 bytes, but pymalloc aligns https://bugs.python.org/issue36618 14 msgs
#30485: Element.findall(path, dict) doesn't insert null namespace https://bugs.python.org/issue30485 10 msgs
#36646: os.listdir() got permission error in Python3.6 but it's fine i https://bugs.python.org/issue36646 10 msgs
#27987: obmalloc's 8-byte alignment causes undefined behavior https://bugs.python.org/issue27987 8 msgs
#36624: cleanup the stdlib and tests with regard to sys.platform usage https://bugs.python.org/issue36624 8 msgs
#16079: list duplicate test names with patchcheck https://bugs.python.org/issue16079 7 msgs
#31904: Python should support VxWorks RTOS https://bugs.python.org/issue31904 6 msgs
#36634: venv: activate.bat fails for venv with parentheses in PATH https://bugs.python.org/issue36634 6 msgs
#32782: memoryview & ctypes: incorrect itemsize for empty array https://bugs.python.org/issue32782 5 msgs
Issues closed (53)
#2007: cookielib lacks FileCookieJar class for Internet Explorer https://bugs.python.org/issue2007 closed by inada.naoki
#15917: hg hook to detect unmerged changesets https://bugs.python.org/issue15917 closed by inada.naoki
#16254: Make PyUnicode_AsWideCharString() increase temporary https://bugs.python.org/issue16254 closed by inada.naoki
#18610: wsgiref.validate expects wsgi.input read to give exactly one a https://bugs.python.org/issue18610 closed by cheryl.sabella
#22991: test_gdb leaves the terminal in raw mode with gdb 7.8.1 https://bugs.python.org/issue22991 closed by xdegaye
#23768: assert on getting the representation of a thread in atexit fun https://bugs.python.org/issue23768 closed by xdegaye
#27326: SIGSEV in test_window_funcs of test_curses https://bugs.python.org/issue27326 closed by xdegaye
#28055: pyhash's siphash24 assumes alignment of the data pointer https://bugs.python.org/issue28055 closed by vstinner
#28809: mention asyncio.gather non-deterministic task starting order https://bugs.python.org/issue28809 closed by cheryl.sabella
#31658: xml.sax.parse won't accept path objects https://bugs.python.org/issue31658 closed by scoder
#32849: Fatal Python error: Py_Initialize: can't initialize sys standa https://bugs.python.org/issue32849 closed by vstinner
#32913: Improve regular expression HOWTO https://bugs.python.org/issue32913 closed by brett.cannon
#33783: Use proper class markup for random.Random docs https://bugs.python.org/issue33783 closed by vstinner
#34814: makesetup: must link C extensions to libpython when compiled i https://bugs.python.org/issue34814 closed by vstinner
#35581: Document @typing.type_check_only https://bugs.python.org/issue35581 closed by gvanrossum
#35697: _decimal: Implement the previously rejected changes from #7442 https://bugs.python.org/issue35697 closed by vstinner
#35755: On Unix, shutil.which() and subprocess no longer look for the https://bugs.python.org/issue35755 closed by vstinner
#36071: Add support for Windows ARM32 in ctypes/libffi https://bugs.python.org/issue36071 closed by steve.dower
#36227: Add default_namespace argument to xml.etree.ElementTree.tostri https://bugs.python.org/issue36227 closed by scoder
#36263: test_hashlib.test_scrypt() fails on Fedora 29 https://bugs.python.org/issue36263 closed by vstinner
#36348: test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails rando https://bugs.python.org/issue36348 closed by vstinner
#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t https://bugs.python.org/issue36427 closed by pablogsal
#36466: Adding a way to strip annotations from compiled bytecode https://bugs.python.org/issue36466 closed by cary
#36508: python-config --ldflags must not contain LINKFORSHARED ("-Xlin https://bugs.python.org/issue36508 closed by vstinner
#36558: Change time.mktime() return type from float to int? https://bugs.python.org/issue36558 closed by vstinner
#36572: python-snappy install issue during Crossbar install with Pytho https://bugs.python.org/issue36572 closed by SilentGhost
#36585: test_posix.py fails due to unsupported RWF_HIPRI https://bugs.python.org/issue36585 closed by pablogsal
#36593: isinstance check fails for Mock objects with spec executed und https://bugs.python.org/issue36593 closed by pablogsal
#36600: re-enable test in nntplib https://bugs.python.org/issue36600 closed by Marcin Niemira
#36605: make tags should also parse Modules/_io/.c and Modules/_io/. https://bugs.python.org/issue36605 closed by vstinner
#36611: Debug memory allocators: remove useless "serialno" field to re https://bugs.python.org/issue36611 closed by vstinner
#36616: Optimize thread state handling in function call code https://bugs.python.org/issue36616 closed by vstinner
#36622: Inconsistent exponent notation formatting https://bugs.python.org/issue36622 closed by mark.dickinson
#36623: Clean unused parser headers https://bugs.python.org/issue36623 closed by pablogsal
#36625: Obsolete comments in docstrings in fractions module https://bugs.python.org/issue36625 closed by mark.dickinson
#36626: asyncio run_forever blocks indefinitely https://bugs.python.org/issue36626 closed by asvetlov
#36627: composing generator expression doesn't work as expected https://bugs.python.org/issue36627 closed by SilentGhost
#36628: Enhancement: i-Strings https://bugs.python.org/issue36628 closed by SilentGhost
#36629: imaplib test fails with errno 101 https://bugs.python.org/issue36629 closed by vstinner
#36633: py_compile.compile: AttributeError on importlib.utils https://bugs.python.org/issue36633 closed by xtreak
#36637: Restrict syntax for tuple literals with one element https://bugs.python.org/issue36637 closed by brett.cannon
#36638: typeperf.exe is not in all skus of Windows SKUs https://bugs.python.org/issue36638 closed by steve.dower
#36639: Provide list.rindex() https://bugs.python.org/issue36639 closed by rhettinger
#36641: make docstring in C const https://bugs.python.org/issue36641 closed by inada.naoki
#36642: make unicodedata "const" https://bugs.python.org/issue36642 closed by inada.naoki
#36649: Windows Store app install registry keys have incorrect paths https://bugs.python.org/issue36649 closed by steve.dower
#36651: Asyncio Event Loop documentation inconsistency (call_later and https://bugs.python.org/issue36651 closed by asvetlov
#36652: Non-embedded zip distribution https://bugs.python.org/issue36652 closed by steve.dower
#36653: Dictionary Key is without ' ' quotes https://bugs.python.org/issue36653 closed by mrabarnett
#36655: Division Precision Problem https://bugs.python.org/issue36655 closed by christian.heimes
#36657: AttributeError https://bugs.python.org/issue36657 closed by xtreak
#36660: TypeError https://bugs.python.org/issue36660 closed by vstinner
#1402289: Allow mappings as globals (was: Fix dictionary subclass ...) https://bugs.python.org/issue1402289 closed by rhettinger
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]