[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Apr 22 12:08:42 EDT 2016
- 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 (2016-04-15 - 2016-04-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 5491 ( +2) closed 33095 (+56) total 38586 (+58)
Open issues with patches: 2384
Issues opened (41)
#26773: Shelve works inconsistently when carried over to child process http://bugs.python.org/issue26773 opened by Paul Ellenbogen
#26774: Elide Py_atomic fences when WITH_THREAD is disabled? http://bugs.python.org/issue26774 opened by larry
#26776: Determining the failure of C API call is ambiguous http://bugs.python.org/issue26776 opened by serhiy.storchaka
#26779: pdb continue followed by an exception in the same frame shows http://bugs.python.org/issue26779 opened by Sriram Rajagopalan
#26781: os.walk max_depth http://bugs.python.org/issue26781 opened by palaviv
#26786: bdist_msi duplicates directories with names in ALL CAPS to a b http://bugs.python.org/issue26786 opened by Ivan.Pozdeev
#26787: test_distutils fails when configured --with-lto http://bugs.python.org/issue26787 opened by gregory.p.smith
#26788: test_gdb fails all tests on a profile-opt build configured --w http://bugs.python.org/issue26788 opened by gregory.p.smith
#26789: Please do not log during shutdown http://bugs.python.org/issue26789 opened by smurfix
#26790: bdist_msi package duplicates everything to a bogus location wh http://bugs.python.org/issue26790 opened by Ivan.Pozdeev
#26791: shutil.move fails to move symlink (Invalid cross-device link) http://bugs.python.org/issue26791 opened by Unode
#26792: docstrings of runpy.run_{module,path} are rather sparse http://bugs.python.org/issue26792 opened by Antony.Lee
#26793: uuid causing thread issues when forking using os.fork py3.4+ http://bugs.python.org/issue26793 opened by Steven Adams
#26794: curframe can be None in pdb.py http://bugs.python.org/issue26794 opened by Jacek.Pliszka
#26796: BaseEventLoop.run_in_executor shouldn't specify max_workers fo http://bugs.python.org/issue26796 opened by Hans Lawrenz
#26797: Segafault in _PyObject_Alloc http://bugs.python.org/issue26797 opened by yselivanov
#26798: add BLAKE2 to hashlib http://bugs.python.org/issue26798 opened by Zooko.Wilcox-O'Hearn
#26800: Don't accept bytearray as filenames part 2 http://bugs.python.org/issue26800 opened by pjenvey
#26801: Fix shutil.get_terminal_size() to catch AttributeError http://bugs.python.org/issue26801 opened by ebarry
#26803: syslog logging handler fails with address in unix abstract nam http://bugs.python.org/issue26803 opened by xdegaye
#26804: Prioritize lowercase proxy variables in urllib.request http://bugs.python.org/issue26804 opened by frispete
#26806: IDLE not displaying RecursionError tracebacks http://bugs.python.org/issue26806 opened by terry.reedy
#26807: mock_open()().readline() fails at EOF http://bugs.python.org/issue26807 opened by rbcollins
#26809: string
exposes ChainMap from collections
http://bugs.python.org/issue26809 opened by leewz
#26810: inconsistent garbage collector behavior across platforms when http://bugs.python.org/issue26810 opened by unsec treedee
#26811: segfault due to null pointer in tuple http://bugs.python.org/issue26811 opened by random832
#26812: ExtendedInterpolation drops user-defined 'vars' during _interp http://bugs.python.org/issue26812 opened by yab-arz
#26814: [WIP] Add a new _PyObject_FastCall() function which avoids the http://bugs.python.org/issue26814 opened by haypo
#26815: SIGBUS in test_ssl.test_dealloc_warn() on "AMD64 FreeBSD 10.0 http://bugs.python.org/issue26815 opened by haypo
#26816: Make concurrent.futures.Executor an abc http://bugs.python.org/issue26816 opened by xiang.zhang
#26817: Docs for StringIO should link to io.BytesIO http://bugs.python.org/issue26817 opened by guettli
#26818: trace CLI doesn't respect -s option http://bugs.python.org/issue26818 opened by berker.peksag
#26819: _ProactorReadPipeTransport pause_reading()/resume_reading() br http://bugs.python.org/issue26819 opened by Fulvio Esposito
#26820: Prevent uses of format string based PyObject_Call* that do not http://bugs.python.org/issue26820 opened by josh.r
#26822: itemgetter/attrgetter/methodcaller objects ignore keyword argu http://bugs.python.org/issue26822 opened by serhiy.storchaka
#26823: Shrink recursive tracebacks http://bugs.python.org/issue26823 opened by ebarry
#26824: Make some macros use Py_TYPE http://bugs.python.org/issue26824 opened by xiang.zhang
#26826: Expose new copy_file_range() syscal in os module and use it to http://bugs.python.org/issue26826 opened by StyXman
#26827: PyObject *PyInit_myextention -> PyMODINIT_FUNC PyInit_myextent http://bugs.python.org/issue26827 opened by prinsherbert
#26828: Implement length_hint() on map() and filter() to optimize http://bugs.python.org/issue26828 opened by haypo
#26829: update docs: when creating classes a new dict is created for t http://bugs.python.org/issue26829 opened by ethan.furman
Most recent 15 issues with no replies (15)
#26829: update docs: when creating classes a new dict is created for t http://bugs.python.org/issue26829
#26819: _ProactorReadPipeTransport pause_reading()/resume_reading() br http://bugs.python.org/issue26819
#26818: trace CLI doesn't respect -s option http://bugs.python.org/issue26818
#26817: Docs for StringIO should link to io.BytesIO http://bugs.python.org/issue26817
#26812: ExtendedInterpolation drops user-defined 'vars' during _interp http://bugs.python.org/issue26812
#26794: curframe can be None in pdb.py http://bugs.python.org/issue26794
#26792: docstrings of runpy.run_{module,path} are rather sparse http://bugs.python.org/issue26792
#26790: bdist_msi package duplicates everything to a bogus location wh http://bugs.python.org/issue26790
#26789: Please do not log during shutdown http://bugs.python.org/issue26789
#26786: bdist_msi duplicates directories with names in ALL CAPS to a b http://bugs.python.org/issue26786
#26779: pdb continue followed by an exception in the same frame shows http://bugs.python.org/issue26779
#26771: python-config.sh.in INCDIR does not match python version if ex http://bugs.python.org/issue26771
#26767: Inconsistant error messages for failed attribute modification http://bugs.python.org/issue26767
#26752: Mock(2.0.0).assert_has_calls() raise AssertionError in two sam http://bugs.python.org/issue26752
#26750: Mock autospec does not work with subclasses of property() http://bugs.python.org/issue26750
Most recent 15 issues waiting for review (15)
#26824: Make some macros use Py_TYPE http://bugs.python.org/issue26824
#26823: Shrink recursive tracebacks http://bugs.python.org/issue26823
#26822: itemgetter/attrgetter/methodcaller objects ignore keyword argu http://bugs.python.org/issue26822
#26818: trace CLI doesn't respect -s option http://bugs.python.org/issue26818
#26816: Make concurrent.futures.Executor an abc http://bugs.python.org/issue26816
#26814: [WIP] Add a new _PyObject_FastCall() function which avoids the http://bugs.python.org/issue26814
#26811: segfault due to null pointer in tuple http://bugs.python.org/issue26811
#26809: string
exposes ChainMap from collections
http://bugs.python.org/issue26809
#26804: Prioritize lowercase proxy variables in urllib.request http://bugs.python.org/issue26804
#26803: syslog logging handler fails with address in unix abstract nam http://bugs.python.org/issue26803
#26801: Fix shutil.get_terminal_size() to catch AttributeError http://bugs.python.org/issue26801
#26796: BaseEventLoop.run_in_executor shouldn't specify max_workers fo http://bugs.python.org/issue26796
#26787: test_distutils fails when configured --with-lto http://bugs.python.org/issue26787
#26786: bdist_msi duplicates directories with names in ALL CAPS to a b http://bugs.python.org/issue26786
#26781: os.walk max_depth http://bugs.python.org/issue26781
Top 10 most discussed issues (10)
#26801: Fix shutil.get_terminal_size() to catch AttributeError http://bugs.python.org/issue26801 16 msgs
#26814: [WIP] Add a new _PyObject_FastCall() function which avoids the http://bugs.python.org/issue26814 16 msgs
#26824: Make some macros use Py_TYPE http://bugs.python.org/issue26824 15 msgs
#26809: string
exposes ChainMap from collections
http://bugs.python.org/issue26809 14 msgs
#26601: Use new madvise()'s MADV_FREE on the private heap http://bugs.python.org/issue26601 13 msgs
#26803: syslog logging handler fails with address in unix abstract nam http://bugs.python.org/issue26803 13 msgs
#26811: segfault due to null pointer in tuple http://bugs.python.org/issue26811 13 msgs
#26793: uuid causing thread issues when forking using os.fork py3.4+ http://bugs.python.org/issue26793 12 msgs
#26804: Prioritize lowercase proxy variables in urllib.request http://bugs.python.org/issue26804 10 msgs
#26058: PEP 509: Add ma_version to PyDictObject http://bugs.python.org/issue26058 9 msgs
Issues closed (52)
#4806: Function calls taking a generator as star argument can mask Ty http://bugs.python.org/issue4806 closed by martin.panter
#7694: DeprecationWarnings in distutils are pointless http://bugs.python.org/issue7694 closed by berker.peksag
#8978: "tarfile.ReadError: file could not be opened successfully" if http://bugs.python.org/issue8978 closed by lars.gustaebel
#9317: Incorrect coverage file from trace test_pickle.py http://bugs.python.org/issue9317 closed by berker.peksag
#10261: tarfile iterator without members caching http://bugs.python.org/issue10261 closed by lars.gustaebel
#13876: Sporadic failure in test_socket: testRecvmsgEOF http://bugs.python.org/issue13876 closed by berker.peksag
#15933: flaky test in test_datetime http://bugs.python.org/issue15933 closed by berker.peksag
#17859: improve error message for saving ints to file http://bugs.python.org/issue17859 closed by serhiy.storchaka
#18591: threading.Thread.run returning a result http://bugs.python.org/issue18591 closed by berker.peksag
#20739: PEP 463 (except expression) implementation http://bugs.python.org/issue20739 closed by berker.peksag
#21668: The select and time modules uses libm functions without linkin http://bugs.python.org/issue21668 closed by haypo
#22625: When cross-compiling, don’t try to execute binaries http://bugs.python.org/issue22625 closed by martin.panter
#22873: Re: SSLsocket.getpeercert - return ALL the fields of the certi http://bugs.python.org/issue22873 closed by berker.peksag
#23029: test_warnings produces extra output in quiet mode http://bugs.python.org/issue23029 closed by berker.peksag
#23251: mention in time.sleep() docs that it does not block other Pyth http://bugs.python.org/issue23251 closed by berker.peksag
#24173: curses HOWTO/implementation disagreement http://bugs.python.org/issue24173 closed by berker.peksag
#24838: tarfile.py: fix GNU and USTAR formats to properly handle paths http://bugs.python.org/issue24838 closed by lars.gustaebel
#24922: assertWarnsRegex doesn't allow multiple warning messages http://bugs.python.org/issue24922 closed by berker.peksag
#25314: Documentation: argparse's actions store_{true,false} default t http://bugs.python.org/issue25314 closed by martin.panter
#25642: Setting maxsize breaks asyncio.JoinableQueue/Queue http://bugs.python.org/issue25642 closed by berker.peksag
#25989: documentation version switcher is broken fro 2.6, 3.2, 3.3 http://bugs.python.org/issue25989 closed by berker.peksag
#26535: Minor typo in the docs for struct.unpack http://bugs.python.org/issue26535 closed by martin.panter
#26615: Missing entry in WRAPPER_ASSIGNMENTS in update_wrapper's doc http://bugs.python.org/issue26615 closed by berker.peksag
#26657: Directory traversal with http.server and SimpleHTTPServer on w http://bugs.python.org/issue26657 closed by martin.panter
#26659: slice() leaks memory when part of a cycle http://bugs.python.org/issue26659 closed by python-dev
#26717: wsgiref.simple_server: mojibake with cp1252 bytes in PATH_INFO http://bugs.python.org/issue26717 closed by martin.panter
#26720: memoryview from BufferedWriter becomes garbage http://bugs.python.org/issue26720 closed by martin.panter
#26745: Redundant code in _PyObject_GenericSetAttrWithDict http://bugs.python.org/issue26745 closed by serhiy.storchaka
#26751: Possible bug in sorting algorithm http://bugs.python.org/issue26751 closed by benjamin.peterson
#26755: Update version{added,changed} docs in devguide http://bugs.python.org/issue26755 closed by berker.peksag
#26760: Document PyFrameObject http://bugs.python.org/issue26760 closed by brett.cannon
#26763: Update PEP-8 regarding binary operators http://bugs.python.org/issue26763 closed by gvanrossum
#26766: The result type of bytearray formatting is not stable http://bugs.python.org/issue26766 closed by berker.peksag
#26770: _Py_set_inheritable(): do nothing if the FD_CLOEXEC close is a http://bugs.python.org/issue26770 closed by haypo
#26772: regex.ENHANCEMATCH crashes interpreter http://bugs.python.org/issue26772 closed by SilentGhost
#26775: Improve test coverage on urllib.parse http://bugs.python.org/issue26775 closed by orsenthil
#26777: test_asyncio: test_timeout_disable() fails randomly http://bugs.python.org/issue26777 closed by haypo
#26778: More typo fixes http://bugs.python.org/issue26778 closed by serhiy.storchaka
#26780: Illustrate both binary operator conventions in PEP-8 http://bugs.python.org/issue26780 closed by orsenthil
#26782: subprocess.all incomplete on Windows http://bugs.python.org/issue26782 closed by martin.panter
#26783: test_os.WalkTests.test_walk_topdown don't test fwalk and Bytes http://bugs.python.org/issue26783 closed by serhiy.storchaka
#26784: regular expression problem at umlaut handling http://bugs.python.org/issue26784 closed by serhiy.storchaka
#26785: repr of -nan value should contain the sign http://bugs.python.org/issue26785 closed by mark.dickinson
#26795: Fix PEP 344 Python version http://bugs.python.org/issue26795 closed by SilentGhost
#26799: gdb support fails with "Invalid cast." http://bugs.python.org/issue26799 closed by haypo
#26802: Avoid copy in call_function_var when no extra stack args are p http://bugs.python.org/issue26802 closed by serhiy.storchaka
#26805: Refer to types.SimpleNamespace in namedtuple documentation http://bugs.python.org/issue26805 closed by paul.moore
#26808: wsgiref.simple_server breaks unicode in URIs http://bugs.python.org/issue26808 closed by martin.panter
#26813: Wrong Japanese translation of "Adverb" on Documentation http://bugs.python.org/issue26813 closed by benjamin.peterson
#26821: array module "minimum size in bytes" table is wrong for int/lo http://bugs.python.org/issue26821 closed by georg.brandl
#26825: Variable defined in exec(code) unreachable inside function cal http://bugs.python.org/issue26825 closed by eryksun
#1612012: builtin compile() doc needs PyCF_DONT_IMPLY_DEDENT http://bugs.python.org/issue1612012 closed by berker.peksag
- 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 ]