[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Dec 7 18:07:23 CET 2012


ACTIVITY SUMMARY (2012-11-30 - 2012-12-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    3816 (+24)
  closed 24597 (+31)
  total  28413 (+55)

Open issues with patches: 1671 


Issues opened (36)
==================

#16582: Tkinter calls SystemExit with string
http://bugs.python.org/issue16582  opened by Abraham Karplus

#16584: unhandled IOError filecmp.cmpfiles() if file not readable
http://bugs.python.org/issue16584  opened by till

#16587: Py_Initialize breaks wprintf on Windows
http://bugs.python.org/issue16587  opened by makegho

#16591: RUNSHARED wrong for OSX no framework
http://bugs.python.org/issue16591  opened by grobian

#16594: SocketServer should set SO_REUSEPORT along with SO_REUSEADDR w
http://bugs.python.org/issue16594  opened by Andy.Zeldis

#16595: Add resource.prlimit
http://bugs.python.org/issue16595  opened by christian.heimes

#16596: Skip stack unwinding when "next",  "until" and "return" pdb co
http://bugs.python.org/issue16596  opened by asvetlov

#16597: file descriptor not being closed with context manager on IOErr
http://bugs.python.org/issue16597  opened by udoprog

#16598: Docs: double newlines printed in some file iteration examples
http://bugs.python.org/issue16598  opened by lost-theory

#16599: unittest: Access test result from tearDown
http://bugs.python.org/issue16599  opened by techtonik

#16601: Restarting iteration over tarfile continues from where it left
http://bugs.python.org/issue16601  opened by mbirtwell

#16602: weakref can return an object with 0 refcount
http://bugs.python.org/issue16602  opened by eltoder

#16603: Sporadic test_socket failures: testFDPassCMSG_SPACE on Mac OS 
http://bugs.python.org/issue16603  opened by haypo

#16608: immutable subclass constructor call error does not show subcla
http://bugs.python.org/issue16608  opened by LambertDW

#16609: float loses precision when passed to str()
http://bugs.python.org/issue16609  opened by sleepycal

#16611: multiple problems with Cookie.py
http://bugs.python.org/issue16611  opened by jdennis

#16612: Integrate "Argument Clinic" specialized preprocessor into CPyt
http://bugs.python.org/issue16612  opened by larry

#16613: ChainMap.new_child could use improvement
http://bugs.python.org/issue16613  opened by vinay.sajip

#16614: argparse should have an option to require un-abbreviated optio
http://bugs.python.org/issue16614  opened by Michael.Edwards

#16615: gcc 4.7 unused-but-set warnings
http://bugs.python.org/issue16615  opened by jcea

#16616: test_poll.PollTests.poll_unit_tests() is dead code
http://bugs.python.org/issue16616  opened by sbt

#16618: Different glob() results for strings and bytes
http://bugs.python.org/issue16618  opened by serhiy.storchaka

#16620: Avoid using private function glob.glob1() in msi module and to
http://bugs.python.org/issue16620  opened by serhiy.storchaka

#16621: sched module enhancement request
http://bugs.python.org/issue16621  opened by carlosmf.pt

#16623: argparse help formatter does not honor non-breaking space
http://bugs.python.org/issue16623  opened by roysmith

#16624: subprocess.check_output should allow specifying stdin as a str
http://bugs.python.org/issue16624  opened by zwol

#16626: Infinite recursion in glob.glob('*:') on Windows
http://bugs.python.org/issue16626  opened by serhiy.storchaka

#16628: leak in ctypes.resize()
http://bugs.python.org/issue16628  opened by pitrou

#16629: IDLE: Calltips test fails due to int docstring change
http://bugs.python.org/issue16629  opened by serwy

#16630: IDLE: Calltip fails if __getattr__ raises exception
http://bugs.python.org/issue16630  opened by serwy

#16631: tarfile.extractall() doesn't extract everything if .next() was
http://bugs.python.org/issue16631  opened by techtonik

#16632: Enable DEP and ASLR
http://bugs.python.org/issue16632  opened by christian.heimes

#16633: os.environ updates only one copy of env vars under Windows (Ge
http://bugs.python.org/issue16633  opened by eudoxos

#16634: urllib.error.HTTPError.reason is not documented
http://bugs.python.org/issue16634  opened by berker.peksag

#16635: Interpreter not closing stdout/stderr on exit
http://bugs.python.org/issue16635  opened by filip.zyzniewski

#16636: codecs: readline() followed by readlines() returns trunkated r
http://bugs.python.org/issue16636  opened by laurynas



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

#16636: codecs: readline() followed by readlines() returns trunkated r
http://bugs.python.org/issue16636

#16634: urllib.error.HTTPError.reason is not documented
http://bugs.python.org/issue16634

#16628: leak in ctypes.resize()
http://bugs.python.org/issue16628

#16626: Infinite recursion in glob.glob('*:') on Windows
http://bugs.python.org/issue16626

#16623: argparse help formatter does not honor non-breaking space
http://bugs.python.org/issue16623

#16620: Avoid using private function glob.glob1() in msi module and to
http://bugs.python.org/issue16620

#16616: test_poll.PollTests.poll_unit_tests() is dead code
http://bugs.python.org/issue16616

#16613: ChainMap.new_child could use improvement
http://bugs.python.org/issue16613

#16612: Integrate "Argument Clinic" specialized preprocessor into CPyt
http://bugs.python.org/issue16612

#16611: multiple problems with Cookie.py
http://bugs.python.org/issue16611

#16603: Sporadic test_socket failures: testFDPassCMSG_SPACE on Mac OS 
http://bugs.python.org/issue16603

#16598: Docs: double newlines printed in some file iteration examples
http://bugs.python.org/issue16598

#16594: SocketServer should set SO_REUSEPORT along with SO_REUSEADDR w
http://bugs.python.org/issue16594

#16591: RUNSHARED wrong for OSX no framework
http://bugs.python.org/issue16591

#16584: unhandled IOError filecmp.cmpfiles() if file not readable
http://bugs.python.org/issue16584



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

#16634: urllib.error.HTTPError.reason is not documented
http://bugs.python.org/issue16634

#16632: Enable DEP and ASLR
http://bugs.python.org/issue16632

#16631: tarfile.extractall() doesn't extract everything if .next() was
http://bugs.python.org/issue16631

#16630: IDLE: Calltip fails if __getattr__ raises exception
http://bugs.python.org/issue16630

#16629: IDLE: Calltips test fails due to int docstring change
http://bugs.python.org/issue16629

#16628: leak in ctypes.resize()
http://bugs.python.org/issue16628

#16626: Infinite recursion in glob.glob('*:') on Windows
http://bugs.python.org/issue16626

#16624: subprocess.check_output should allow specifying stdin as a str
http://bugs.python.org/issue16624

#16618: Different glob() results for strings and bytes
http://bugs.python.org/issue16618

#16601: Restarting iteration over tarfile continues from where it left
http://bugs.python.org/issue16601

#16598: Docs: double newlines printed in some file iteration examples
http://bugs.python.org/issue16598

#16597: file descriptor not being closed with context manager on IOErr
http://bugs.python.org/issue16597

#16596: Skip stack unwinding when "next",  "until" and "return" pdb co
http://bugs.python.org/issue16596

#16595: Add resource.prlimit
http://bugs.python.org/issue16595

#16591: RUNSHARED wrong for OSX no framework
http://bugs.python.org/issue16591



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

#14621: Hash function is not randomized properly
http://bugs.python.org/issue14621  12 msgs

#16581: define "PEP editor" in PEP 1
http://bugs.python.org/issue16581  10 msgs

#16609: float loses precision when passed to str()
http://bugs.python.org/issue16609  10 msgs

#16569: Preventing errors of simultaneous access in zipfile
http://bugs.python.org/issue16569   7 msgs

#16599: unittest: Access test result from tearDown
http://bugs.python.org/issue16599   7 msgs

#14099: ZipFile.open() should not reopen the underlying file
http://bugs.python.org/issue14099   6 msgs

#15207: mimetypes.read_windows_registry() uses the wrong regkey, creat
http://bugs.python.org/issue15207   6 msgs

#16596: Skip stack unwinding when "next",  "until" and "return" pdb co
http://bugs.python.org/issue16596   6 msgs

#16631: tarfile.extractall() doesn't extract everything if .next() was
http://bugs.python.org/issue16631   6 msgs

#16608: immutable subclass constructor call error does not show subcla
http://bugs.python.org/issue16608   5 msgs



Issues closed (31)
==================

#5701: ZipFile returns compressed data stream when encountering unsup
http://bugs.python.org/issue5701  closed by serhiy.storchaka

#6036: Clean up test_posixpath.py
http://bugs.python.org/issue6036  closed by python-dev

#6744: calling kevent repr raises a TypeError
http://bugs.python.org/issue6744  closed by pitrou

#10052: Python/dtoa.c:158: #error "Failed to find an exact-width 32-bi
http://bugs.python.org/issue10052  closed by mark.dickinson

#10182: match_start truncates large values
http://bugs.python.org/issue10182  closed by pitrou

#10589: I/O ABC docs should specify which methods have implementations
http://bugs.python.org/issue10589  closed by asvetlov

#12457: type() returns incorrect type for nested classes
http://bugs.python.org/issue12457  closed by pitrou

#13120: Default nosigint option to pdb.Pdb() prevents use in non-main 
http://bugs.python.org/issue13120  closed by asvetlov

#16416: Mac OS X: don't use the locale encoding but UTF-8 to encode an
http://bugs.python.org/issue16416  closed by haypo

#16444: Use support.TESTFN_UNDECODABLE on UNIX
http://bugs.python.org/issue16444  closed by haypo

#16562: Optimize dict equality test
http://bugs.python.org/issue16562  closed by pitrou

#16579: .pyw disturb multiprocessing behavior
http://bugs.python.org/issue16579  closed by Alex.stein

#16583: Tkinter nested SystemExit
http://bugs.python.org/issue16583  closed by asvetlov

#16585: surrogateescape broken w/ multibytecodecs' encode
http://bugs.python.org/issue16585  closed by python-dev

#16586: json library can't parse large (> 2^31) strings
http://bugs.python.org/issue16586  closed by pitrou

#16588: gcc 4.7 unused-but-set warnings on Python/thread_pthread.h
http://bugs.python.org/issue16588  closed by christian.heimes

#16589: PrettyPrinter docs is incomplete
http://bugs.python.org/issue16589  closed by ezio.melotti

#16590: Drop <2.6 support from _json.c
http://bugs.python.org/issue16590  closed by pitrou

#16592: stringlib_bytes_join doesn't raise MemoryError on allocation f
http://bugs.python.org/issue16592  closed by christian.heimes

#16593: Have BSD 'make -s' DTRT
http://bugs.python.org/issue16593  closed by christian.heimes

#16600: small py3k issue in rlcompleter
http://bugs.python.org/issue16600  closed by rmcgibbo

#16604: Sporadic .test_threaded_import failure: test_parallel_meta_pat
http://bugs.python.org/issue16604  closed by pitrou

#16605: test_posix.test_fs_holes() fails on FreeBSD 9.0
http://bugs.python.org/issue16605  closed by jcea

#16606: hashlib memory leak
http://bugs.python.org/issue16606  closed by eric.snow

#16607: Bad examples in documentation
http://bugs.python.org/issue16607  closed by georg.brandl

#16610: Silent StopIteration exc when raised from generator inside of 
http://bugs.python.org/issue16610  closed by r.david.murray

#16617: mimetypes.py UnicodeDecodeError: 'ascii' codec can't decode by
http://bugs.python.org/issue16617  closed by amaury.forgeotdarc

#16619: LOAD_GLOBAL used to load `None` under certain circumstances
http://bugs.python.org/issue16619  closed by python-dev

#16622: IDLE crashes on parentheses
http://bugs.python.org/issue16622  closed by serwy

#16625: Exception on mode 'br'
http://bugs.python.org/issue16625  closed by Sworddragon

#16627: comparison problem of two 'dict' objects
http://bugs.python.org/issue16627  closed by ezio.melotti


More information about the Python-Dev mailing list