[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Sep 6 18:07:41 CEST 2013


ACTIVITY SUMMARY (2013-08-30 - 2013-09-06)
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    4195 (+13)
  closed 26523 (+47)
  total  30718 (+60)

Open issues with patches: 1915 


Issues opened (43)
==================

#16826: Don't check for PYTHONCASEOK if interpreter started with -E
http://bugs.python.org/issue16826  reopened by meador.inge

#18709: SSL module fails to handle NULL bytes inside subjectAltNames g
http://bugs.python.org/issue18709  reopened by neologix

#18886: BytesGenerator does not handle 'binary' CTE correctly
http://bugs.python.org/issue18886  opened by r.david.murray

#18887: test_multiprocessing.test_connection failure
http://bugs.python.org/issue18887  opened by neologix

#18890: Add a raw_data_manager content manager to the email package.
http://bugs.python.org/issue18890  opened by r.david.murray

#18891: Master patch for content manager addtion to email package.
http://bugs.python.org/issue18891  opened by r.david.murray

#18893: invalid exception handling in Lib/ctypes/macholib/dyld.py
http://bugs.python.org/issue18893  opened by scoder

#18894: In unittest.TestResult.failures remove deprecated fail* method
http://bugs.python.org/issue18894  opened by py.user

#18895: In unittest.TestResult.addError split the sentence
http://bugs.python.org/issue18895  opened by py.user

#18896: Remove namedtuple 255 arguments restriction
http://bugs.python.org/issue18896  opened by valorien

#18898: Apply the setobject optimizations to dictionaries
http://bugs.python.org/issue18898  opened by rhettinger

#18899: make pystone.py Py3 compatible in benchmark suite
http://bugs.python.org/issue18899  opened by scoder

#18900: Add the random.distrib module
http://bugs.python.org/issue18900  opened by serhiy.storchaka

#18902: Make ElementTree event handling more modular to allow custom t
http://bugs.python.org/issue18902  opened by eli.bendersky

#18903: IDLE file-completion is case-sensitive in Windows
http://bugs.python.org/issue18903  opened by anikom15

#18904: Unnecessary test in file descriptor inheritance test
http://bugs.python.org/issue18904  opened by vajrasky

#18905: pydoc -p 0 says the server is available at localhost:0
http://bugs.python.org/issue18905  opened by Wieland.Hoffmann

#18906: Create a way to always run tests in subprocesses within regrte
http://bugs.python.org/issue18906  opened by eli.bendersky

#18907: urllib2.open FTP open times out at 20 secs despite timeout par
http://bugs.python.org/issue18907  opened by nagle

#18908: Enum docs: sections leak out
http://bugs.python.org/issue18908  opened by elazar

#18910: IDLE: Unit test for textView.py
http://bugs.python.org/issue18910  opened by philwebster

#18911: minidom does not encode correctly when calling Document.writex
http://bugs.python.org/issue18911  opened by brianvanderburg2

#18913: ssl._ssl._test_decode_cert seems to leak memory with certain c
http://bugs.python.org/issue18913  opened by sYnfo

#18915: ssl.wrap_socket, pass in certfile and keyfile as PEM strings
http://bugs.python.org/issue18915  opened by mpb

#18916: Various out-of-date Lock text in 3.2+
http://bugs.python.org/issue18916  opened by tim.peters

#18917: python won't display greek characters in apache under windows
http://bugs.python.org/issue18917  opened by nickl1

#18918: help('FILES') finds no documentation
http://bugs.python.org/issue18918  opened by st.sempert at gmail.com

#18919: Unify audio modules tests
http://bugs.python.org/issue18919  opened by serhiy.storchaka

#18921: In imaplib, cached capabilities may be out of date after login
http://bugs.python.org/issue18921  opened by sjmurdoch

#18923: Use the new selectors module in the subprocess module
http://bugs.python.org/issue18923  opened by haypo

#18925: select.poll.modify is not documented
http://bugs.python.org/issue18925  opened by giampaolo.rodola

#18927: Lock.acquire() docs incorrect about negative timeout
http://bugs.python.org/issue18927  opened by tim.peters

#18929: inspect.classify_class_attrs ignores metaclass
http://bugs.python.org/issue18929  opened by ethan.furman

#18930: os.spawnXX functions terminates process if second argument is 
http://bugs.python.org/issue18930  opened by SSchukat

#18931: new selectors module should support devpoll on Solaris
http://bugs.python.org/issue18931  opened by giampaolo.rodola

#18932: selectors and modify()
http://bugs.python.org/issue18932  opened by giampaolo.rodola

#18934: multiprocessing: use selectors module
http://bugs.python.org/issue18934  opened by neologix

#18935: test_regrtest.test_timeout failure
http://bugs.python.org/issue18935  opened by neologix

#18936: getopt chokes on unicode option names
http://bugs.python.org/issue18936  opened by jason.coombs

#18937: add unittest assertion for logging
http://bugs.python.org/issue18937  opened by pitrou

#18943: argparse: default args in mutually exclusive groups
http://bugs.python.org/issue18943  opened by arigo

#18944: Minor mistake in test_set.py
http://bugs.python.org/issue18944  opened by arigo

#18945: Name collision handling in tempfile is not covered by tests
http://bugs.python.org/issue18945  opened by vlad



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

#18945: Name collision handling in tempfile is not covered by tests
http://bugs.python.org/issue18945

#18944: Minor mistake in test_set.py
http://bugs.python.org/issue18944

#18943: argparse: default args in mutually exclusive groups
http://bugs.python.org/issue18943

#18936: getopt chokes on unicode option names
http://bugs.python.org/issue18936

#18935: test_regrtest.test_timeout failure
http://bugs.python.org/issue18935

#18932: selectors and modify()
http://bugs.python.org/issue18932

#18930: os.spawnXX functions terminates process if second argument is 
http://bugs.python.org/issue18930

#18927: Lock.acquire() docs incorrect about negative timeout
http://bugs.python.org/issue18927

#18915: ssl.wrap_socket, pass in certfile and keyfile as PEM strings
http://bugs.python.org/issue18915

#18910: IDLE: Unit test for textView.py
http://bugs.python.org/issue18910

#18905: pydoc -p 0 says the server is available at localhost:0
http://bugs.python.org/issue18905

#18904: Unnecessary test in file descriptor inheritance test
http://bugs.python.org/issue18904

#18903: IDLE file-completion is case-sensitive in Windows
http://bugs.python.org/issue18903

#18895: In unittest.TestResult.addError split the sentence
http://bugs.python.org/issue18895

#18894: In unittest.TestResult.failures remove deprecated fail* method
http://bugs.python.org/issue18894



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

#18944: Minor mistake in test_set.py
http://bugs.python.org/issue18944

#18935: test_regrtest.test_timeout failure
http://bugs.python.org/issue18935

#18934: multiprocessing: use selectors module
http://bugs.python.org/issue18934

#18931: new selectors module should support devpoll on Solaris
http://bugs.python.org/issue18931

#18919: Unify audio modules tests
http://bugs.python.org/issue18919

#18910: IDLE: Unit test for textView.py
http://bugs.python.org/issue18910

#18908: Enum docs: sections leak out
http://bugs.python.org/issue18908

#18905: pydoc -p 0 says the server is available at localhost:0
http://bugs.python.org/issue18905

#18904: Unnecessary test in file descriptor inheritance test
http://bugs.python.org/issue18904

#18899: make pystone.py Py3 compatible in benchmark suite
http://bugs.python.org/issue18899

#18898: Apply the setobject optimizations to dictionaries
http://bugs.python.org/issue18898

#18895: In unittest.TestResult.addError split the sentence
http://bugs.python.org/issue18895

#18894: In unittest.TestResult.failures remove deprecated fail* method
http://bugs.python.org/issue18894

#18893: invalid exception handling in Lib/ctypes/macholib/dyld.py
http://bugs.python.org/issue18893

#18891: Master patch for content manager addtion to email package.
http://bugs.python.org/issue18891



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

#18808: Thread.join returns before PyThreadState is destroyed
http://bugs.python.org/issue18808  11 msgs

#18844: allow weights in random.choice
http://bugs.python.org/issue18844  11 msgs

#18843: Py_FatalError (msg=0x7f0e3b373232 "bad leading pad byte") at P
http://bugs.python.org/issue18843  10 msgs

#18693: help() not helpful with enum
http://bugs.python.org/issue18693   9 msgs

#18726: json functions have too many positional parameters
http://bugs.python.org/issue18726   9 msgs

#18913: ssl._ssl._test_decode_cert seems to leak memory with certain c
http://bugs.python.org/issue18913   8 msgs

#18831: importlib.import_module() bypasses builtins.__import__
http://bugs.python.org/issue18831   7 msgs

#18709: SSL module fails to handle NULL bytes inside subjectAltNames g
http://bugs.python.org/issue18709   6 msgs

#18840: Tutorial recommends pickle module without any warning of insec
http://bugs.python.org/issue18840   6 msgs

#18876: Problems with files opened in append mode with io module
http://bugs.python.org/issue18876   6 msgs



Issues closed (43)
==================

#12037: test_email failures under desktop Windows
http://bugs.python.org/issue12037  closed by terry.reedy

#15350: {urllib,urllib.parse}.urlencode.__doc__ is unclear
http://bugs.python.org/issue15350  closed by orsenthil

#16853: add a Selector to the select module
http://bugs.python.org/issue16853  closed by pitrou

#17224: can not open idle in python 2.7.3
http://bugs.python.org/issue17224  closed by terry.reedy

#17930: Search not needed in combinations_with_replacement
http://bugs.python.org/issue17930  closed by tim.peters

#18105: ElementTree writes invalid files when UTF-16 encoding is speci
http://bugs.python.org/issue18105  closed by eli.bendersky

#18418: Thread.isAlive() sometimes True after fork
http://bugs.python.org/issue18418  closed by neologix

#18489: IDLE Unit test for SearchEngine.py
http://bugs.python.org/issue18489  closed by terry.reedy

#18672: Fix format specifiers for debug output in _sre.c
http://bugs.python.org/issue18672  closed by serhiy.storchaka

#18720: Switch suitable constants in the socket module to IntEnum
http://bugs.python.org/issue18720  closed by python-dev

#18738: String formatting (% and str.format) issues with Enum
http://bugs.python.org/issue18738  closed by python-dev

#18745: Test enum in test_json is ignorant of infinity value
http://bugs.python.org/issue18745  closed by python-dev

#18750: '' % [1] doesn't fail
http://bugs.python.org/issue18750  closed by asvetlov

#18756: os.urandom() fails under high load
http://bugs.python.org/issue18756  closed by pitrou

#18780: SystemError when formatting int subclass
http://bugs.python.org/issue18780  closed by python-dev

#18826: reversed() requires a sequence - Could work on any iterator?
http://bugs.python.org/issue18826  closed by rhettinger

#18830: Remove duplicates from a result of getclasstree()
http://bugs.python.org/issue18830  closed by serhiy.storchaka

#18845: 2.7.5-r2: Fatal Python error: Segmentation fault
http://bugs.python.org/issue18845  closed by tim.peters

#18849: Failure to try another name for tempfile when directory with c
http://bugs.python.org/issue18849  closed by python-dev

#18850: xml.etree.ElementTree accepts control chars.
http://bugs.python.org/issue18850  closed by eli.bendersky

#18851: subprocess's Popen closes stdout/stderr filedescriptors used i
http://bugs.python.org/issue18851  closed by pitrou

#18870: eval() uses latin-1 to decode str
http://bugs.python.org/issue18870  closed by python-dev

#18878: Add support of the 'with' statement to sunau.open.
http://bugs.python.org/issue18878  closed by serhiy.storchaka

#18882: Add threading.main_thread() function
http://bugs.python.org/issue18882  closed by asvetlov

#18888: Add stdlib support for random sampling with replacement
http://bugs.python.org/issue18888  closed by mark.dickinson

#18889: test_sax: multiple failures on Windows desktop
http://bugs.python.org/issue18889  closed by tim.peters

#18892: sqlite3, valued records not persisted, default ones are
http://bugs.python.org/issue18892  closed by debewerker

#18897: Illegal instruction at Python-2.7.5/Modules/_sre.c:1173
http://bugs.python.org/issue18897  closed by pitrou

#18901: sunau.getparams should return a namedtuple
http://bugs.python.org/issue18901  closed by serhiy.storchaka

#18909: Segfaults on win-amd64 due to corrupt pointer to Tkapp_Interp
http://bugs.python.org/issue18909  closed by haypo

#18912: Intendation issue in example code in itertools.count documenta
http://bugs.python.org/issue18912  closed by python-dev

#18914: Confusing documentation in the urllib2 HOWTO
http://bugs.python.org/issue18914  closed by michael.foord

#18920: argparse module version action
http://bugs.python.org/issue18920  closed by eli.bendersky

#18922: Output versions of scripts to stdout
http://bugs.python.org/issue18922  closed by serhiy.storchaka

#18924: Enum members are easily replaced
http://bugs.python.org/issue18924  closed by python-dev

#18926: plistlib - str converted to bool
http://bugs.python.org/issue18926  closed by VertigoRay

#18928: Remove misleading documentation for random.shuffle
http://bugs.python.org/issue18928  closed by dbenbenn

#18933: Add link to source code in logging documentation
http://bugs.python.org/issue18933  closed by python-dev

#18938: Prepend Is Not A Word
http://bugs.python.org/issue18938  closed by benjamin.peterson

#18939: Venv docs regarding original python install
http://bugs.python.org/issue18939  closed by python-dev

#18940: TimedRotatingFileHandler and RotatingFileHandler fail to doRol
http://bugs.python.org/issue18940  closed by python-dev

#18941: RotatingFileHandler and TimedRotatingFileHandler do not respec
http://bugs.python.org/issue18941  closed by python-dev

#18942: _debugmallocstats() gibberish output on Windows
http://bugs.python.org/issue18942  closed by tim.peters


More information about the Python-Dev mailing list