[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Dec 20 18:07:47 CET 2013


ACTIVITY SUMMARY (2013-12-13 - 2013-12-20)
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    4323 ( +1)
  closed 27484 (+56)
  total  31807 (+57)

Open issues with patches: 1980 


Issues opened (44)
==================

#18283: shutil.which() should support bytes
http://bugs.python.org/issue18283  reopened by haypo

#19766: test_venv: test_with_pip() failed on "AMD64 Fedora without thr
http://bugs.python.org/issue19766  reopened by ncoghlan

#19967: asyncio: remove _TracebackLogger
http://bugs.python.org/issue19967  reopened by pitrou

#19979: Missing nested scope vars in class scope (bis)
http://bugs.python.org/issue19979  opened by arigo

#19980: Improve help('non-topic') response
http://bugs.python.org/issue19980  opened by terry.reedy

#19982: Add a "target" parameter to runpy.run_path and runpy.run_modul
http://bugs.python.org/issue19982  opened by ncoghlan

#19983: Ctrl-C at startup can end in a Py_FatalError call
http://bugs.python.org/issue19983  opened by Jurko.Gospodnetić

#19984: Add new format of fixed length string for PyErr_Format
http://bugs.python.org/issue19984  opened by vajrasky

#19985: Not so correct error message when initializing Struct with ill
http://bugs.python.org/issue19985  opened by vajrasky

#19989: Error while sending function code over queue (multiprocessing)
http://bugs.python.org/issue19989  opened by Filip.Malczak

#19990: Add unittests for imghdr module
http://bugs.python.org/issue19990  opened by Claudiu.Popa

#19991: configparser instances cannot be pretty printed
http://bugs.python.org/issue19991  opened by Andrei.Kucharavy

#19992: subprocess documentation not explicit about fileno()
http://bugs.python.org/issue19992  opened by Thayne.McCombs

#19993: Pool.imap doesn't work as advertised
http://bugs.python.org/issue19993  opened by jneb

#19995: hex() and %x, oct() and %o do not behave the same
http://bugs.python.org/issue19995  opened by ethan.furman

#19996: httplib infinite read on invalid header
http://bugs.python.org/issue19996  opened by Lukasa

#19997: imghdr.what doesn't accept bytes paths
http://bugs.python.org/issue19997  opened by Claudiu.Popa

#19998: Python 2.7.6 fails to build _ctypes on GCC 2.x toolchain
http://bugs.python.org/issue19998  opened by jamercee

#20000: SSLContext.get_ca_certs() and self-signed certs
http://bugs.python.org/issue20000  opened by christian.heimes

#20001: pathlib inheritance diagram too large
http://bugs.python.org/issue20001  opened by pitrou

#20002: Cleanup and microoptimize pathlib
http://bugs.python.org/issue20002  opened by serhiy.storchaka

#20003: Language Ref "raise" doc misssing "from None"
http://bugs.python.org/issue20003  opened by rurpy2

#20008: Clean up/refactor/make discoverable test_decimal
http://bugs.python.org/issue20008  opened by zach.ware

#20009: Property should expose wrapped function.
http://bugs.python.org/issue20009  opened by hardkrash

#20010: time.strftime('%z') didn't make +HHMM return in windows xp
http://bugs.python.org/issue20010  opened by civalin

#20011: Changing the signature for Parameter's constructor
http://bugs.python.org/issue20011  opened by Antony.Lee

#20012: Re: Allow Path.relative_to() to accept non-ancestor paths
http://bugs.python.org/issue20012  opened by javawizard

#20013: imaplib behaviour when deleting selected folder
http://bugs.python.org/issue20013  opened by dveeden

#20014: Makes array.array constructor accepts ascii-unicode typecode
http://bugs.python.org/issue20014  opened by vajrasky

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

#20020: "modernize" the modulefinder module
http://bugs.python.org/issue20020  opened by eric.snow

#20021: "modernize" makeopcodetargets.py
http://bugs.python.org/issue20021  opened by eric.snow

#20022: "modernize" the Mac bundlebuilder.py script
http://bugs.python.org/issue20022  opened by eric.snow

#20024: Py_BuildValue() can call Python code with an exception set
http://bugs.python.org/issue20024  opened by haypo

#20026: sqlite: handle correctly invalid isolation_level
http://bugs.python.org/issue20026  opened by haypo

#20027: Fixed support for Indian locales
http://bugs.python.org/issue20027  opened by serhiy.storchaka

#20028: Confusing error message when giving invalid quotechar in initi
http://bugs.python.org/issue20028  opened by vajrasky

#20029: asyncio.SubprocessProtocol is missing
http://bugs.python.org/issue20029  opened by akira

#20030: unittest.TestLoader.discover return value incorrectly document
http://bugs.python.org/issue20030  opened by arnaut-billings

#20031: unittest.TextTestRunner missing run() documentation.
http://bugs.python.org/issue20031  opened by arnaut-billings

#20032: asyncio.Future.set_exception() creates a reference cycle
http://bugs.python.org/issue20032  opened by haypo

#20033: Fix makelocalealias.py for Python 3
http://bugs.python.org/issue20033  opened by serhiy.storchaka

#20035: Suppress 'os.environ was modified' warning on Tcl/Tk tests
http://bugs.python.org/issue20035  opened by zach.ware

#992389: attribute error due to circular import
http://bugs.python.org/issue992389  reopened by ncoghlan



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

#20035: Suppress 'os.environ was modified' warning on Tcl/Tk tests
http://bugs.python.org/issue20035

#20033: Fix makelocalealias.py for Python 3
http://bugs.python.org/issue20033

#20031: unittest.TextTestRunner missing run() documentation.
http://bugs.python.org/issue20031

#20030: unittest.TestLoader.discover return value incorrectly document
http://bugs.python.org/issue20030

#20029: asyncio.SubprocessProtocol is missing
http://bugs.python.org/issue20029

#20021: "modernize" makeopcodetargets.py
http://bugs.python.org/issue20021

#20009: Property should expose wrapped function.
http://bugs.python.org/issue20009

#20003: Language Ref "raise" doc misssing "from None"
http://bugs.python.org/issue20003

#19992: subprocess documentation not explicit about fileno()
http://bugs.python.org/issue19992

#19989: Error while sending function code over queue (multiprocessing)
http://bugs.python.org/issue19989

#19979: Missing nested scope vars in class scope (bis)
http://bugs.python.org/issue19979

#19978: Update multiprocessing.spawn to use runpy.run_path
http://bugs.python.org/issue19978

#19966: Wrong mtimes of files in 3.3.3 tarballs
http://bugs.python.org/issue19966

#19962: Create a 'python.bat' script to invoke interpreter from source
http://bugs.python.org/issue19962

#19961: MacOSX: Tkinter build failure when building without command-li
http://bugs.python.org/issue19961



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

#20035: Suppress 'os.environ was modified' warning on Tcl/Tk tests
http://bugs.python.org/issue20035

#20033: Fix makelocalealias.py for Python 3
http://bugs.python.org/issue20033

#20032: asyncio.Future.set_exception() creates a reference cycle
http://bugs.python.org/issue20032

#20028: Confusing error message when giving invalid quotechar in initi
http://bugs.python.org/issue20028

#20027: Fixed support for Indian locales
http://bugs.python.org/issue20027

#20026: sqlite: handle correctly invalid isolation_level
http://bugs.python.org/issue20026

#20024: Py_BuildValue() can call Python code with an exception set
http://bugs.python.org/issue20024

#20022: "modernize" the Mac bundlebuilder.py script
http://bugs.python.org/issue20022

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

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

#20013: imaplib behaviour when deleting selected folder
http://bugs.python.org/issue20013

#20011: Changing the signature for Parameter's constructor
http://bugs.python.org/issue20011

#20008: Clean up/refactor/make discoverable test_decimal
http://bugs.python.org/issue20008

#20002: Cleanup and microoptimize pathlib
http://bugs.python.org/issue20002

#19998: Python 2.7.6 fails to build _ctypes on GCC 2.x toolchain
http://bugs.python.org/issue19998



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

#19995: hex() and %x, oct() and %o do not behave the same
http://bugs.python.org/issue19995  28 msgs

#19713: Deprecate various things in importlib thanks to PEP 451
http://bugs.python.org/issue19713  12 msgs

#19996: httplib infinite read on invalid header
http://bugs.python.org/issue19996  10 msgs

#19518: Add new PyRun_xxx() functions to not encode the filename
http://bugs.python.org/issue19518   9 msgs

#19967: asyncio: remove _TracebackLogger
http://bugs.python.org/issue19967   9 msgs

#19983: Ctrl-C at startup can end in a Py_FatalError call
http://bugs.python.org/issue19983   9 msgs

#14455: plistlib unable to read json and binary plist files
http://bugs.python.org/issue14455   7 msgs

#19537: Fix misalignment in fastsearch_memchr_1char
http://bugs.python.org/issue19537   6 msgs

#19940: ssl.cert_time_to_seconds() returns wrong results if local time
http://bugs.python.org/issue19940   6 msgs

#19977: Use "surrogateescape" error handler for sys.stdin and sys.stdo
http://bugs.python.org/issue19977   6 msgs



Issues closed (56)
==================

#5815: locale.getdefaultlocale() missing corner case
http://bugs.python.org/issue5815  closed by serhiy.storchaka

#12263: punycode codec ignores the error handler argument
http://bugs.python.org/issue12263  closed by haypo

#13024: cgitb uses stdout encoding
http://bugs.python.org/issue13024  closed by haypo

#16404: Uses of PyLong_FromLong that don't check for errors
http://bugs.python.org/issue16404  closed by serhiy.storchaka

#16492: Add a load_parents argument to importlib.find_loader()
http://bugs.python.org/issue16492  closed by eric.snow

#17919: AIX POLLNVAL definition causes problems
http://bugs.python.org/issue17919  closed by serhiy.storchaka

#17976: file.write doesn't raise IOError when it should
http://bugs.python.org/issue17976  closed by serhiy.storchaka

#18036: "How do I create a .pyc file?" FAQ entry is out of date
http://bugs.python.org/issue18036  closed by r.david.murray

#18215: Script to test multiple versions of OpenSSL
http://bugs.python.org/issue18215  closed by christian.heimes

#18227: Use Python memory allocators in external libraries like zlib o
http://bugs.python.org/issue18227  closed by haypo

#18421: Refactor call_with_frame() function of pyexpat.c
http://bugs.python.org/issue18421  closed by haypo

#18733: elementtree: stop the parser more quickly on error
http://bugs.python.org/issue18733  closed by haypo

#18829: csv produces confusing error message when passed a non-string 
http://bugs.python.org/issue18829  closed by serhiy.storchaka

#18877: tkinter askopenfilenames does not work in Windows library fold
http://bugs.python.org/issue18877  closed by serhiy.storchaka

#19045: Make on Solaris 11 x64 with OracleStudio12.3 failed
http://bugs.python.org/issue19045  closed by christian.heimes

#19167: sqlite3 cursor.description varies across Linux (3.3.1), Win32 
http://bugs.python.org/issue19167  closed by r.david.murray

#19229: operator.py: move the Python implementation in the else block 
http://bugs.python.org/issue19229  closed by haypo

#19492: Report skipped distutils tests as skipped
http://bugs.python.org/issue19492  closed by serhiy.storchaka

#19532: compileall -f doesn't force to write bytecode files
http://bugs.python.org/issue19532  closed by r.david.murray

#19562: Added description for assert statement
http://bugs.python.org/issue19562  closed by belopolsky

#19623: Support for writing aifc to unseekable file
http://bugs.python.org/issue19623  closed by serhiy.storchaka

#19700: Update runpy for PEP 451
http://bugs.python.org/issue19700  closed by ncoghlan

#19701: Update multiprocessing for PEP 451
http://bugs.python.org/issue19701  closed by brett.cannon

#19704: Update test.test_threaded_import to PEP 451
http://bugs.python.org/issue19704  closed by brett.cannon

#19705: Update test.test_namespace_pkgs to PEP 451
http://bugs.python.org/issue19705  closed by brett.cannon

#19710: Make sure documentation for PEP 451 is finished
http://bugs.python.org/issue19710  closed by eric.snow

#19736: posixmodule.c: Add flags for statvfs.f_flag to constant list
http://bugs.python.org/issue19736  closed by doko

#19855: uuid._find_mac fails if an executable not in /sbin or /usr/sbi
http://bugs.python.org/issue19855  closed by r.david.murray

#19887: Path.resolve() fails on complex symlinks
http://bugs.python.org/issue19887  closed by pitrou

#19902: logging docs don't document integer constants
http://bugs.python.org/issue19902  closed by vinay.sajip

#19911: ntpath.splitdrive() fails when UNC part contains \u0130
http://bugs.python.org/issue19911  closed by serhiy.storchaka

#19912: ntpath.splitunc() is broken and not tested
http://bugs.python.org/issue19912  closed by serhiy.storchaka

#19913: TR/Crypt.XPACK.Gen-4 in easy_install.exe
http://bugs.python.org/issue19913  closed by vinay.sajip

#19914: help([object]) returns "Not enough memory." on standard Python
http://bugs.python.org/issue19914  closed by terry.reedy

#19921: Path.mkdir(0, True) always fails
http://bugs.python.org/issue19921  closed by pitrou

#19963: Update docs for importlib.import_module()
http://bugs.python.org/issue19963  closed by brett.cannon

#19970: Typo of `immediatly` and `agin` words
http://bugs.python.org/issue19970  closed by r.david.murray

#19972: Leak in pickle (?)
http://bugs.python.org/issue19972  closed by skrah

#19975: Remove unused imports from webbrowser
http://bugs.python.org/issue19975  closed by r.david.murray

#19981: Typo in mailbox documentation
http://bugs.python.org/issue19981  closed by ezio.melotti

#19986: ‘mpd_del’ discards qualifiers from pointer target type
http://bugs.python.org/issue19986  closed by skrah

#19987: Winsound: test_alias_fallback fails on WS 2008
http://bugs.python.org/issue19987  closed by zach.ware

#19988: hex() and oct() use __index__ instead of __int__
http://bugs.python.org/issue19988  closed by gvanrossum

#19994: re.match does not return or takes long time
http://bugs.python.org/issue19994  closed by tim.peters

#19999: test_monotonic fails on x86 OpenIndiana
http://bugs.python.org/issue19999  closed by python-dev

#20004: csv.DictReader classic class has a property with setter
http://bugs.python.org/issue20004  closed by r.david.murray

#20005: Minor typo in operator documentation
http://bugs.python.org/issue20005  closed by python-dev

#20006: Sporadic failures of test_weakset
http://bugs.python.org/issue20006  closed by pitrou

#20007: .read(0) on http.client.HTTPResponse drops the rest of the con
http://bugs.python.org/issue20007  closed by serhiy.storchaka

#20016: make site.py Quitter call itself on repr
http://bugs.python.org/issue20016  closed by eric.araujo

#20017: SimpleHTTPServer: UnicodeDecodeError on Windows 8 (64-bit)
http://bugs.python.org/issue20017  closed by haypo

#20018: Replace dead URL with link to mirror
http://bugs.python.org/issue20018  closed by python-dev

#20019: platform.py line _sys_version function
http://bugs.python.org/issue20019  closed by lemburg

#20023: _csv.Dialect() does not check type for delimiter, escapechar a
http://bugs.python.org/issue20023  closed by haypo

#20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() don't check if nu
http://bugs.python.org/issue20025  closed by haypo

#20034: Update locale alias table
http://bugs.python.org/issue20034  closed by serhiy.storchaka


More information about the Python-Dev mailing list