[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Mar 25 13:08:36 EDT 2016
ACTIVITY SUMMARY (2016-03-18 - 2016-03-25)
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 5461 ( +2)
closed 32938 (+53)
total 38399 (+55)
Open issues with patches: 2379
Issues opened (32)
==================
#20021: "modernize" makeopcodetargets.py
http://bugs.python.org/issue20021 reopened by serhiy.storchaka
#26589: Add HTTP Response code 451
http://bugs.python.org/issue26589 opened by rhettinger
#26591: datetime datetime.time to datetime.time comparison does nothin
http://bugs.python.org/issue26591 opened by jason crockett
#26597: Document how to cite Python
http://bugs.python.org/issue26597 opened by steven.daprano
#26600: MagickMock __str__ sometimes returns MagickMock instead of str
http://bugs.python.org/issue26600 opened by StanisÅaw Skonieczny (Uosiu)
#26601: Use new madvise()'s MADV_FREE on the private heap
http://bugs.python.org/issue26601 opened by StyXman
#26602: argparse doc introduction is inappropriately targeted
http://bugs.python.org/issue26602 opened by Daniel Stone
#26606: logging.baseConfig is missing the encoding parameter
http://bugs.python.org/issue26606 opened by janis.slapins
#26608: RLock undocumented behavior in case of multiple acquire
http://bugs.python.org/issue26608 opened by smbrd
#26609: Wrong request target in test_httpservers.py
http://bugs.python.org/issue26609 opened by xiang.zhang
#26610: test_venv.test_with_pip() fails when ctypes is missing
http://bugs.python.org/issue26610 opened by haypo
#26612: test_ssl: use context manager (with) to fix ResourceWarning
http://bugs.python.org/issue26612 opened by haypo
#26615: Missing entry in WRAPPER_ASSIGNMENTS in update_wrapper's doc
http://bugs.python.org/issue26615 opened by xiang.zhang
#26616: A bug in datetime.astimezone() method
http://bugs.python.org/issue26616 opened by belopolsky
#26617: Assertion failed in gc with __del__ and weakref
http://bugs.python.org/issue26617 opened by guojiahua
#26618: _overlapped extension module of asyncio uses deprecated WSAStr
http://bugs.python.org/issue26618 opened by haypo
#26619: 3.5.1 install fails on Windows Server 2008 R2 64-bit
http://bugs.python.org/issue26619 opened by sdmorris
#26623: JSON encode: more informative error
http://bugs.python.org/issue26623 opened by Mahmoud Lababidi
#26624: Windows hangs in call to CRT setlocale()
http://bugs.python.org/issue26624 opened by jkloth
#26626: test_dbm_gnu
http://bugs.python.org/issue26626 opened by ink
#26627: IDLE incorrectly labeling error as internal
http://bugs.python.org/issue26627 opened by Tadhg McDonald-Jensen
#26628: Undefined behavior calling C functions with ctypes.Union argum
http://bugs.python.org/issue26628 opened by tilsche
#26629: Need an ability to build standard DLLs with distutils
http://bugs.python.org/issue26629 opened by Buraddin Ibn-Karlo
#26631: Unable to install Python 3.5.1 on Windows 10 - Error 0x8007064
http://bugs.python.org/issue26631 opened by oselljr
#26632: __all__ decorator
http://bugs.python.org/issue26632 opened by barry
#26633: multiprocessing behavior combining daemon with non-daemon chil
http://bugs.python.org/issue26633 opened by josh.r
#26634: recursive_repr forgets to override __qualname__ of wrapper
http://bugs.python.org/issue26634 opened by xiang.zhang
#26638: Avoid warnings about missing CLI options when building documen
http://bugs.python.org/issue26638 opened by martin.panter
#26639: Tools/i18n/pygettext.py: replace deprecated imp module with im
http://bugs.python.org/issue26639 opened by haypo
#26640: xmlrpc.server imports xmlrpc.client
http://bugs.python.org/issue26640 opened by Valentin.Lorentz
#26641: doctest doesn't support packages
http://bugs.python.org/issue26641 opened by haypo
#26642: Replace stdout and stderr with simple standard printers at Pyt
http://bugs.python.org/issue26642 opened by haypo
Most recent 15 issues with no replies (15)
==========================================
#26642: Replace stdout and stderr with simple standard printers at Pyt
http://bugs.python.org/issue26642
#26641: doctest doesn't support packages
http://bugs.python.org/issue26641
#26639: Tools/i18n/pygettext.py: replace deprecated imp module with im
http://bugs.python.org/issue26639
#26638: Avoid warnings about missing CLI options when building documen
http://bugs.python.org/issue26638
#26631: Unable to install Python 3.5.1 on Windows 10 - Error 0x8007064
http://bugs.python.org/issue26631
#26629: Need an ability to build standard DLLs with distutils
http://bugs.python.org/issue26629
#26626: test_dbm_gnu
http://bugs.python.org/issue26626
#26618: _overlapped extension module of asyncio uses deprecated WSAStr
http://bugs.python.org/issue26618
#26615: Missing entry in WRAPPER_ASSIGNMENTS in update_wrapper's doc
http://bugs.python.org/issue26615
#26609: Wrong request target in test_httpservers.py
http://bugs.python.org/issue26609
#26606: logging.baseConfig is missing the encoding parameter
http://bugs.python.org/issue26606
#26600: MagickMock __str__ sometimes returns MagickMock instead of str
http://bugs.python.org/issue26600
#26589: Add HTTP Response code 451
http://bugs.python.org/issue26589
#26584: pyclbr module needs to be more flexible on loader support
http://bugs.python.org/issue26584
#26579: Support pickling slots in subclasses of common classes
http://bugs.python.org/issue26579
Most recent 15 issues waiting for review (15)
=============================================
#26642: Replace stdout and stderr with simple standard printers at Pyt
http://bugs.python.org/issue26642
#26641: doctest doesn't support packages
http://bugs.python.org/issue26641
#26639: Tools/i18n/pygettext.py: replace deprecated imp module with im
http://bugs.python.org/issue26639
#26638: Avoid warnings about missing CLI options when building documen
http://bugs.python.org/issue26638
#26634: recursive_repr forgets to override __qualname__ of wrapper
http://bugs.python.org/issue26634
#26623: JSON encode: more informative error
http://bugs.python.org/issue26623
#26616: A bug in datetime.astimezone() method
http://bugs.python.org/issue26616
#26615: Missing entry in WRAPPER_ASSIGNMENTS in update_wrapper's doc
http://bugs.python.org/issue26615
#26612: test_ssl: use context manager (with) to fix ResourceWarning
http://bugs.python.org/issue26612
#26609: Wrong request target in test_httpservers.py
http://bugs.python.org/issue26609
#26606: logging.baseConfig is missing the encoding parameter
http://bugs.python.org/issue26606
#26602: argparse doc introduction is inappropriately targeted
http://bugs.python.org/issue26602
#26589: Add HTTP Response code 451
http://bugs.python.org/issue26589
#26587: Possible duplicate entries in sys.path if .pth files are used
http://bugs.python.org/issue26587
#26586: Simple enhancement to BaseHTTPRequestHandler
http://bugs.python.org/issue26586
Top 10 most discussed issues (10)
=================================
#23551: IDLE to provide menu link to PIP gui.
http://bugs.python.org/issue23551 15 msgs
#25654: test_multiprocessing_spawn ResourceWarning with -Werror
http://bugs.python.org/issue25654 14 msgs
#19829: _pyio.BufferedReader and _pyio.TextIOWrapper destructor don't
http://bugs.python.org/issue19829 10 msgs
#26506: hex() documentation: mention "%x" % int
http://bugs.python.org/issue26506 10 msgs
#26624: Windows hangs in call to CRT setlocale()
http://bugs.python.org/issue26624 9 msgs
#26585: Use html.escape to replace _quote_html in http.server
http://bugs.python.org/issue26585 8 msgs
#26632: __all__ decorator
http://bugs.python.org/issue26632 8 msgs
#26587: Possible duplicate entries in sys.path if .pth files are used
http://bugs.python.org/issue26587 7 msgs
#23735: Readline not adjusting width after resize with 6.3
http://bugs.python.org/issue23735 6 msgs
#10740: sqlite3 module breaks transactions and potentially corrupts da
http://bugs.python.org/issue10740 5 msgs
Issues closed (52)
==================
#10305: Cleanup up ResourceWarnings in multiprocessing
http://bugs.python.org/issue10305 closed by haypo
#10894: Making stdlib APIs private
http://bugs.python.org/issue10894 closed by SilentGhost
#10908: Improvements to trace._Ignore
http://bugs.python.org/issue10908 closed by SilentGhost
#12813: uuid4 is not tested if a uuid4 system routine isn't present
http://bugs.python.org/issue12813 closed by berker.peksag
#16151: Deferred KeyboardInterrupt in interactive mode
http://bugs.python.org/issue16151 closed by serhiy.storchaka
#17167: python man page contains $Date$ in page footer
http://bugs.python.org/issue17167 closed by python-dev
#18787: Misleading error from getspnam function of spwd module
http://bugs.python.org/issue18787 closed by berker.peksag
#19164: Update uuid.UUID TypeError exception: integer should not be an
http://bugs.python.org/issue19164 closed by berker.peksag
#19265: Increased test coverage for datetime pickling
http://bugs.python.org/issue19265 closed by berker.peksag
#21925: ResourceWarning sometimes doesn't display
http://bugs.python.org/issue21925 closed by haypo
#23723: Provide a way to disable bytecode staleness checks
http://bugs.python.org/issue23723 closed by brett.cannon
#23848: faulthandler: setup an exception handler on Windows
http://bugs.python.org/issue23848 closed by haypo
#23857: Make default HTTPS certificate verification setting configurab
http://bugs.python.org/issue23857 closed by ncoghlan
#24266: raw_input + readline: Ctrl+C during search breaks readline
http://bugs.python.org/issue24266 closed by martin.panter
#26076: redundant checks in tok_get in Parser\tokenizer.c
http://bugs.python.org/issue26076 closed by python-dev
#26095: Update porting HOWTO to special-case Python 2 code, not Python
http://bugs.python.org/issue26095 closed by brett.cannon
#26250: no document for sqlite3.Cursor.connection
http://bugs.python.org/issue26250 closed by ezio.melotti
#26252: Add an example to importlib docs on setting up an importer
http://bugs.python.org/issue26252 closed by brett.cannon
#26258: readline module for python 3.x on windows
http://bugs.python.org/issue26258 closed by ezio.melotti
#26271: freeze.py makefile uses the wrong flags variables
http://bugs.python.org/issue26271 closed by brett.cannon
#26281: Clear sys.path_importer_cache from importlib.invalidate_caches
http://bugs.python.org/issue26281 closed by brett.cannon
#26283: zipfile can not handle the path build by os.path.join()
http://bugs.python.org/issue26283 closed by ezio.melotti
#26396: Create json.JSONType
http://bugs.python.org/issue26396 closed by brett.cannon
#26525: Documentation of ord(c) easy to misread
http://bugs.python.org/issue26525 closed by terry.reedy
#26560: Error in assertion in wsgiref.handlers.BaseHandler.start_respo
http://bugs.python.org/issue26560 closed by berker.peksag
#26567: ResourceWarning: Use tracemalloc to display the traceback wher
http://bugs.python.org/issue26567 closed by haypo
#26574: replace_interleave can be optimized for single character byte
http://bugs.python.org/issue26574 closed by haypo
#26581: Double coding cookie
http://bugs.python.org/issue26581 closed by serhiy.storchaka
#26588: _tracemalloc: add support for multiple address spaces (domains
http://bugs.python.org/issue26588 closed by haypo
#26590: socket destructor: implement finalizer
http://bugs.python.org/issue26590 closed by haypo
#26592: _warnings.warn_explicit() should try to import the warnings mo
http://bugs.python.org/issue26592 closed by haypo
#26593: silly typo in logging cookbook
http://bugs.python.org/issue26593 closed by berker.peksag
#26594: Tutorial example IndentationError?
http://bugs.python.org/issue26594 closed by SilentGhost
#26595: Segfault on Pointer operation
http://bugs.python.org/issue26595 closed by Emin Ghuliev
#26596: numpy.all np.all .all
http://bugs.python.org/issue26596 closed by eryksun
#26598: Embbedable zip does not import modules in (zip)subdirectory
http://bugs.python.org/issue26598 closed by zach.ware
#26599: segfault at 24 error 6 in python
http://bugs.python.org/issue26599 closed by SilentGhost
#26603: os.scandir: implement finalizer (for ResourceWarning)
http://bugs.python.org/issue26603 closed by haypo
#26604: Add optional source parameter to warnings.warn()
http://bugs.python.org/issue26604 closed by haypo
#26605: Feature request: string method `to_file`
http://bugs.python.org/issue26605 closed by SilentGhost
#26607: Rename a parameter in the function PyFile_FromFile
http://bugs.python.org/issue26607 closed by SilentGhost
#26611: assertRaises callableObj cannot be used as a keyword with args
http://bugs.python.org/issue26611 closed by SilentGhost
#26613: Descriptor HowTo Guide - Typo
http://bugs.python.org/issue26613 closed by rhettinger
#26614: False/0 and True/1 collision when used as dict keys?
http://bugs.python.org/issue26614 closed by ethan.furman
#26620: Fix ResourceWarning warnings in test_urllib2_localnet
http://bugs.python.org/issue26620 closed by python-dev
#26621: test_decimal fails with libmpdecimal 2.4.2
http://bugs.python.org/issue26621 closed by skrah
#26622: test_winreg now logs "Windows exception: code 0x06ba" on Pytho
http://bugs.python.org/issue26622 closed by haypo
#26625: SELECT-initiated transactions can cause "database is locked" i
http://bugs.python.org/issue26625 closed by rhunter
#26630: Windows EXE extension installers not finding 32bit Python 3.5
http://bugs.python.org/issue26630 closed by eryksun
#26635: Python default date does not match Unix time
http://bugs.python.org/issue26635 closed by haypo
#26636: SystemError while running tests: extra exception raised
http://bugs.python.org/issue26636 closed by haypo
#26637: importlib: better error message when import fail during Python
http://bugs.python.org/issue26637 closed by haypo
More information about the Python-Dev
mailing list