[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Mar 7 18:07:44 CET 2014


ACTIVITY SUMMARY (2014-02-28 - 2014-03-07)
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    4593 (+11)
  closed 28044 (+45)
  total  32637 (+56)

Open issues with patches: 2084 


Issues opened (33)
==================

#13936: RFE: change bool(datetime.time(0, 0, 0)) to evaluate as True
http://bugs.python.org/issue13936  reopened by ncoghlan

#19494: urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthH
http://bugs.python.org/issue19494  reopened by r.david.murray

#20014: Makes array.array constructor accepts ascii-unicode typecode
http://bugs.python.org/issue20014  reopened by serhiy.storchaka

#20015: Allow 1-character ASCII unicode where 1-character str is requi
http://bugs.python.org/issue20015  reopened by serhiy.storchaka

#20811: str.format for fixed width float can return a string longer th
http://bugs.python.org/issue20811  opened by aubmoon

#20812: Explicitly cover application migration in the 2->3 guide
http://bugs.python.org/issue20812  opened by ncoghlan

#20813: Backport revised 2to3 guide to older branches
http://bugs.python.org/issue20813  opened by ncoghlan

#20815: ipaddress unit tests PEP8
http://bugs.python.org/issue20815  opened by exhuma

#20816: inspect.getcallargs() attempts to iterate over None
http://bugs.python.org/issue20816  opened by jlowin

#20817: inspect.getcallargs() raises the wrong error if 3+ arguments a
http://bugs.python.org/issue20817  opened by jlowin

#20819: reinitialize_command doesn't clear install_lib on install and 
http://bugs.python.org/issue20819  opened by jason.coombs

#20823: Clarify copyreg.pickle() documentation
http://bugs.python.org/issue20823  opened by peter.otten

#20825: containment test for "ip_network in ip_network"
http://bugs.python.org/issue20825  opened by exhuma

#20826: Faster implementation to collapse consecutive ip-networks
http://bugs.python.org/issue20826  opened by exhuma

#20827: IDLE : Display function argument list in ClassBrowser
http://bugs.python.org/issue20827  opened by sahutd

#20833: scripts\pydocgui.pyw out of date
http://bugs.python.org/issue20833  opened by loewis

#20836: Pickle Nonetype
http://bugs.python.org/issue20836  opened by Hans.Polak

#20837: Ambiguity words in base64 documentation
http://bugs.python.org/issue20837  opened by naoki

#20840: AttributeError: 'module' object has no attribute 'ArgumentPars
http://bugs.python.org/issue20840  opened by bsduni

#20842: pkgutil docs should reference glossary terms not PEP 302
http://bugs.python.org/issue20842  opened by ncoghlan

#20844: coding bug remains in 3.3.5rc2
http://bugs.python.org/issue20844  opened by miwa

#20847: asyncio docs should call out that network logging is a no-no
http://bugs.python.org/issue20847  opened by gvanrossum

#20849: add exist_ok to shutil.copytree
http://bugs.python.org/issue20849  opened by thehesiod

#20851: Update devguide to cover testing from a tarball
http://bugs.python.org/issue20851  opened by brett.cannon

#20853: pdb "args" crashes when an arg is not printable
http://bugs.python.org/issue20853  opened by jneb

#20854: multiprocessing.managers.Server: problem with returning proxy 
http://bugs.python.org/issue20854  opened by allista

#20857: ipaddress "is_private" and "is_global" are insufficiently docu
http://bugs.python.org/issue20857  opened by r.david.murray

#20858: Enhancements/fixes to pure-python datetime module
http://bugs.python.org/issue20858  opened by bdkearns

#20859: Context of documentation for conditional expressions
http://bugs.python.org/issue20859  opened by terry.reedy

#20860: ipaddress network subnets() method should return object with _
http://bugs.python.org/issue20860  opened by Warren.Turkal

#20861: datetime argument handling inconsistent; should accept logical
http://bugs.python.org/issue20861  opened by josh.rosenberg

#20863: IDLE not opening
http://bugs.python.org/issue20863  opened by chester.burns

#20864: getattr does not work well with descriptor
http://bugs.python.org/issue20864  opened by Martin.Thurau



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

#20864: getattr does not work well with descriptor
http://bugs.python.org/issue20864

#20859: Context of documentation for conditional expressions
http://bugs.python.org/issue20859

#20854: multiprocessing.managers.Server: problem with returning proxy 
http://bugs.python.org/issue20854

#20851: Update devguide to cover testing from a tarball
http://bugs.python.org/issue20851

#20842: pkgutil docs should reference glossary terms not PEP 302
http://bugs.python.org/issue20842

#20833: scripts\pydocgui.pyw out of date
http://bugs.python.org/issue20833

#20827: IDLE : Display function argument list in ClassBrowser
http://bugs.python.org/issue20827

#20826: Faster implementation to collapse consecutive ip-networks
http://bugs.python.org/issue20826

#20823: Clarify copyreg.pickle() documentation
http://bugs.python.org/issue20823

#20819: reinitialize_command doesn't clear install_lib on install and 
http://bugs.python.org/issue20819

#20797: zipfile.extractall should accept bytes path as parameter
http://bugs.python.org/issue20797

#20787: typo in asyncio docs for subprocess_exec()
http://bugs.python.org/issue20787

#20785: Missing symbols in Python27.lib (Windows 64bit)
http://bugs.python.org/issue20785

#20782: base64 module docs do not use the terms 'bytes' and 'string' c
http://bugs.python.org/issue20782

#20780: Shadowed (duplicate name but different body) test in test_stat
http://bugs.python.org/issue20780



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

#20858: Enhancements/fixes to pure-python datetime module
http://bugs.python.org/issue20858

#20849: add exist_ok to shutil.copytree
http://bugs.python.org/issue20849

#20837: Ambiguity words in base64 documentation
http://bugs.python.org/issue20837

#20827: IDLE : Display function argument list in ClassBrowser
http://bugs.python.org/issue20827

#20826: Faster implementation to collapse consecutive ip-networks
http://bugs.python.org/issue20826

#20825: containment test for "ip_network in ip_network"
http://bugs.python.org/issue20825

#20823: Clarify copyreg.pickle() documentation
http://bugs.python.org/issue20823

#20817: inspect.getcallargs() raises the wrong error if 3+ arguments a
http://bugs.python.org/issue20817

#20816: inspect.getcallargs() attempts to iterate over None
http://bugs.python.org/issue20816

#20815: ipaddress unit tests PEP8
http://bugs.python.org/issue20815

#20792: IDLE: Extend tests for PathBrowser
http://bugs.python.org/issue20792

#20787: typo in asyncio docs for subprocess_exec()
http://bugs.python.org/issue20787

#20780: Shadowed (duplicate name but different body) test in test_stat
http://bugs.python.org/issue20780

#20779: Add pathlib.chown method
http://bugs.python.org/issue20779

#20770: Inform caller of smtplib STARTTLS failures
http://bugs.python.org/issue20770



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

#13936: RFE: change bool(datetime.time(0, 0, 0)) to evaluate as True
http://bugs.python.org/issue13936  32 msgs

#20811: str.format for fixed width float can return a string longer th
http://bugs.python.org/issue20811  12 msgs

#20858: Enhancements/fixes to pure-python datetime module
http://bugs.python.org/issue20858  10 msgs

#15014: smtplib: add support for arbitrary auth methods
http://bugs.python.org/issue15014   7 msgs

#20815: ipaddress unit tests PEP8
http://bugs.python.org/issue20815   7 msgs

#20825: containment test for "ip_network in ip_network"
http://bugs.python.org/issue20825   7 msgs

#20015: Allow 1-character ASCII unicode where 1-character str is requi
http://bugs.python.org/issue20015   6 msgs

#20804: Sentinels identity lost when pickled (unittest.mock)
http://bugs.python.org/issue20804   6 msgs

#20860: ipaddress network subnets() method should return object with _
http://bugs.python.org/issue20860   6 msgs

#18139: email module should have a way to prepend and insert headers
http://bugs.python.org/issue18139   4 msgs



Issues closed (47)
==================

#11558: Raise a more helpful exception in email.message.Message.attach
http://bugs.python.org/issue11558  closed by r.david.murray

#14512: Pydocs module docs server not working on Windows.
http://bugs.python.org/issue14512  closed by loewis

#15618: turtle.pencolor() chokes on unicode
http://bugs.python.org/issue15618  closed by terry.reedy

#19021: AttributeError in Popen.__del__
http://bugs.python.org/issue19021  closed by larry

#19085: Add tkinter basic options tests
http://bugs.python.org/issue19085  closed by serhiy.storchaka

#19619: Blacklist base64, hex, ... codecs from bytes.decode() and str.
http://bugs.python.org/issue19619  closed by georg.brandl

#20249: test_posix.test_initgroups fails when running with no suppleme
http://bugs.python.org/issue20249  closed by python-dev

#20283: Wrong keyword parameter name in regex pattern methods
http://bugs.python.org/issue20283  closed by Arfrever

#20465: Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers
http://bugs.python.org/issue20465  closed by loewis

#20646: 3.4 cherry-pick: 180e4b678003 select and kqueue round the time
http://bugs.python.org/issue20646  closed by haypo

#20648: 3.4 cherry-pick: multiple changesets for asyncio
http://bugs.python.org/issue20648  closed by haypo

#20728: Remove unused import from base64
http://bugs.python.org/issue20728  closed by terry.reedy

#20748: 3.4rc2 MSI uninstallation leaves behind ensurepip _uninstall .
http://bugs.python.org/issue20748  closed by loewis

#20761: os.path.join doesn't strip LF or CR
http://bugs.python.org/issue20761  closed by georg.brandl

#20786: inspect.getargspec() returns wrong answer with property.__dele
http://bugs.python.org/issue20786  closed by yselivanov

#20789: [3.4] cherrypick 5dec1604322c: old sys.path_hooks importer doe
http://bugs.python.org/issue20789  closed by larry

#20799: Turn on all tests in test.test_importlib.source.test_file_load
http://bugs.python.org/issue20799  closed by brett.cannon

#20807: 3.4 cherry pick: 82ec02db7fe6 & ec42ab5e0cb3 Windows installer
http://bugs.python.org/issue20807  closed by larry

#20808: 3.4 cherry pick: 6a1711c96fa6 (Popen.__del__ traceback)
http://bugs.python.org/issue20808  closed by larry

#20809: isabspath receiving path value of None in distutils.dist.py
http://bugs.python.org/issue20809  closed by ned.deily

#20810: literal re fails to match
http://bugs.python.org/issue20810  closed by eric.smith

#20814: tracemalloc example - Pretty Top
http://bugs.python.org/issue20814  closed by python-dev

#20818: 3.4 cherry pick: 5fa3f6d82d61 and a8470f88e7b4 - OS X installe
http://bugs.python.org/issue20818  closed by larry

#20820: HTML being escaped on some release pages
http://bugs.python.org/issue20820  closed by ned.deily

#20821: Should be able to break long numbers across lines
http://bugs.python.org/issue20821  closed by eric.smith

#20822: WINhelp file loads Table of Contents, but not contents: "Navig
http://bugs.python.org/issue20822  closed by Nemo.Neminibus

#20824: setup.py install doesn't parse spaces in path
http://bugs.python.org/issue20824  closed by ned.deily

#20828: inspect.getargspec() returns wrong answer with datetime.today.
http://bugs.python.org/issue20828  closed by yselivanov

#20829: 3.4 cherry pick: c9861ec8754c Fix signatures for dict.__delite
http://bugs.python.org/issue20829  closed by larry

#20830: 3.4 cherry-pick: 16f91d87ff39: "pip install <package>" didn't 
http://bugs.python.org/issue20830  closed by larry

#20831: 3.4 cherry-pick: 7b3c40510a08 Windows uninstaller doesn't unin
http://bugs.python.org/issue20831  closed by larry

#20832: 3.4 cherry-pick: 9459f517d854 Update Windows installer to SQLi
http://bugs.python.org/issue20832  closed by larry

#20834: 3.4 cherry-pick: de81e0fe4905 Pydocs module docs server not wo
http://bugs.python.org/issue20834  closed by larry

#20835: (9-(9%2)
http://bugs.python.org/issue20835  closed by skrah

#20838: Documents disagree about release state of Python 3.3.5
http://bugs.python.org/issue20838  closed by georg.brandl

#20839: pkgutil.get_loader throws deprecation warning due to internal 
http://bugs.python.org/issue20839  closed by python-dev

#20841: asyncio.StreamReader.readline() lack lines limit optional para
http://bugs.python.org/issue20841  closed by gvanrossum

#20843: 3.4 cherry-pick: a9058b772807 fix tracemalloc doc
http://bugs.python.org/issue20843  closed by larry

#20845: email.utils.formataddr encodes incorrectly
http://bugs.python.org/issue20845  closed by Michael.JasonSmith

#20846: pip can fail on windows but gives success message
http://bugs.python.org/issue20846  closed by r.david.murray

#20848: 3.4 cherry-pick: b637064cc696  Improve enum subclass behavior
http://bugs.python.org/issue20848  closed by larry

#20850: 3.4 cherry pick: ea827c809765 fix pkgutil.find_loader
http://bugs.python.org/issue20850  closed by larry

#20852: Embedding with zipped standard library is broken in 3.3.4 (Win
http://bugs.python.org/issue20852  closed by ned.deily

#20855: RFE: change bool(0.0) to evaluate as True
http://bugs.python.org/issue20855  closed by dstufft

#20856: bz2.peek always peeks all the remaining bytes ignoring n argum
http://bugs.python.org/issue20856  closed by serhiy.storchaka

#20862: Problems running python 3.3
http://bugs.python.org/issue20862  closed by ned.deily

#20865: A run has overwrite my code save
http://bugs.python.org/issue20865  closed by zach.ware


More information about the Python-Dev mailing list