[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jun 22 18:06:57 CEST 2012


ACTIVITY SUMMARY (2012-06-15 - 2012-06-22)
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    3482 (+10)
  closed 23435 (+51)
  total  26917 (+61)

Open issues with patches: 1460 


Issues opened (46)
==================

#15079: pickle: Possibly misplaced test
http://bugs.python.org/issue15079  opened by mstefanro

#15080: Cookie library doesn't parse date properly
http://bugs.python.org/issue15080  opened by jgillick

#15082: [httplib] httplib.BadStatusLine on any HTTPS connection in cer
http://bugs.python.org/issue15082  opened by jtr51

#15083: Rewrite ElementTree tests in a cleaner and safer way
http://bugs.python.org/issue15083  opened by eli.bendersky

#15088: PyGen_NeedsFinalizing is public, but undocumented
http://bugs.python.org/issue15088  opened by ncoghlan

#15090: Add etag support to urllib.request.urlretrieve()
http://bugs.python.org/issue15090  opened by rhettinger

#15091: ImportError when package is symlinked on Unix
http://bugs.python.org/issue15091  opened by jason.coombs

#15092: Using enum PyUnicode_Kind
http://bugs.python.org/issue15092  opened by storchaka

#15093: ntpath.isdir returns False for directory symlinks
http://bugs.python.org/issue15093  opened by jason.coombs

#15094: Incorrectly placed #endif in _tkinter.c.
http://bugs.python.org/issue15094  opened by storchaka

#15095: test_imaplib problem - intermittent skips and LOGINDISABLED no
http://bugs.python.org/issue15095  opened by ncoghlan

#15097: Improving wording on the thread-safeness of import
http://bugs.python.org/issue15097  opened by valhallasw

#15099: exec of function doesn't call __getitem__ or __missing__ on un
http://bugs.python.org/issue15099  opened by johnf

#15100: Race conditions in shutil.copy, shutil.copy2 and shutil.copyfi
http://bugs.python.org/issue15100  opened by radoslaw.zarzynski

#15101: multiprocessing pool finalizer can fail if triggered in backgr
http://bugs.python.org/issue15101  opened by sbt

#15102: Fix 64-bit building for buildbot scripts
http://bugs.python.org/issue15102  opened by jkloth

#15104: Unclear language in __main__ description
http://bugs.python.org/issue15104  opened by techtonik

#15105: curses: wrong indentation
http://bugs.python.org/issue15105  opened by vjp

#15106: Potential Bug in errors.c
http://bugs.python.org/issue15106  opened by Ken.Cheung

#15108: ERROR: SystemError: ./../Objects/tupleobject.c:118: bad argume
http://bugs.python.org/issue15108  opened by pxd

#15109: sqlite3.Connection.iterdump() dies with encoding exception
http://bugs.python.org/issue15109  opened by ekontsevoy

#15110: strange Tracebacks with importlib
http://bugs.python.org/issue15110  opened by amaury.forgeotdarc

#15111: Wrong ImportError message with importlib
http://bugs.python.org/issue15111  opened by amaury.forgeotdarc

#15112: argparse: nargs='*' positional argument doesn't accept any ite
http://bugs.python.org/issue15112  opened by waltermundt

#15114: Deprecate strict mode of HTMLParser
http://bugs.python.org/issue15114  opened by ezio.melotti

#15115: Duplicated Content-Transfer-Encoding header when applying emai
http://bugs.python.org/issue15115  opened by cancel

#15116: remove out-of-date Mac application scripting documentation
http://bugs.python.org/issue15116  opened by hhas

#15117: Please document top-level sqlite3 module variables
http://bugs.python.org/issue15117  opened by wchlm

#15118: uname and other os functions should return a struct sequence i
http://bugs.python.org/issue15118  opened by larry

#15119: ctypes mixed-types bitfield layout nonsensical; doesn't match 
http://bugs.python.org/issue15119  opened by mark.dickinson

#15121: devguide doesn't document all bug tracker components
http://bugs.python.org/issue15121  opened by petri.lehtinen

#15122: Add an option to always rewrite single-file mailboxes in-place
http://bugs.python.org/issue15122  opened by petri.lehtinen

#15124: _thread.LockType: Optimize lock deletion, acquisition of uncon
http://bugs.python.org/issue15124  opened by kristjan.jonsson

#15125: argparse: positional arguments containing - in name not handle
http://bugs.python.org/issue15125  opened by nstiurca

#15127: Supressing warnings with -w  "whether gcc supports ParseTuple"
http://bugs.python.org/issue15127  opened by samueljohn

#15128: inspect raises exception when frames are misleading about sour
http://bugs.python.org/issue15128  opened by acapnotic

#15130: remove redundant paragraph in socket howto
http://bugs.python.org/issue15130  opened by tshepang

#15131: Document py/pyw launchers
http://bugs.python.org/issue15131  opened by brian.curtin

#15132: Let unittest.TestProgram()'s defaultTest argument be a list
http://bugs.python.org/issue15132  opened by cjerdonek

#15133: tkinter.BooleanVar.get() docstring is wrong
http://bugs.python.org/issue15133  opened by mark

#15134: urllib.request.thishost() fails on OSX 10.7
http://bugs.python.org/issue15134  opened by ronaldoussoren

#15135: HOWTOs doesn't link to "Idioms and Anti-Idioms" article
http://bugs.python.org/issue15135  opened by fossilet

#15136: Decimal accepting Fraction
http://bugs.python.org/issue15136  opened by joncle

#15137: Cleaned source of `cmd` module
http://bugs.python.org/issue15137  opened by zearin

#15138: base64.urlsafe_b64**code are too slow
http://bugs.python.org/issue15138  opened by gvanrossum

#15139: Speed up threading.Condition wakeup
http://bugs.python.org/issue15139  opened by kristjan.jonsson



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

#15135: HOWTOs doesn't link to "Idioms and Anti-Idioms" article
http://bugs.python.org/issue15135

#15134: urllib.request.thishost() fails on OSX 10.7
http://bugs.python.org/issue15134

#15133: tkinter.BooleanVar.get() docstring is wrong
http://bugs.python.org/issue15133

#15132: Let unittest.TestProgram()'s defaultTest argument be a list
http://bugs.python.org/issue15132

#15131: Document py/pyw launchers
http://bugs.python.org/issue15131

#15130: remove redundant paragraph in socket howto
http://bugs.python.org/issue15130

#15127: Supressing warnings with -w  "whether gcc supports ParseTuple"
http://bugs.python.org/issue15127

#15117: Please document top-level sqlite3 module variables
http://bugs.python.org/issue15117

#15112: argparse: nargs='*' positional argument doesn't accept any ite
http://bugs.python.org/issue15112

#15106: Potential Bug in errors.c
http://bugs.python.org/issue15106

#15105: curses: wrong indentation
http://bugs.python.org/issue15105

#15094: Incorrectly placed #endif in _tkinter.c.
http://bugs.python.org/issue15094

#15092: Using enum PyUnicode_Kind
http://bugs.python.org/issue15092

#15088: PyGen_NeedsFinalizing is public, but undocumented
http://bugs.python.org/issue15088

#15083: Rewrite ElementTree tests in a cleaner and safer way
http://bugs.python.org/issue15083



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

#15139: Speed up threading.Condition wakeup
http://bugs.python.org/issue15139

#15130: remove redundant paragraph in socket howto
http://bugs.python.org/issue15130

#15128: inspect raises exception when frames are misleading about sour
http://bugs.python.org/issue15128

#15124: _thread.LockType: Optimize lock deletion, acquisition of uncon
http://bugs.python.org/issue15124

#15119: ctypes mixed-types bitfield layout nonsensical; doesn't match 
http://bugs.python.org/issue15119

#15118: uname and other os functions should return a struct sequence i
http://bugs.python.org/issue15118

#15114: Deprecate strict mode of HTMLParser
http://bugs.python.org/issue15114

#15102: Fix 64-bit building for buildbot scripts
http://bugs.python.org/issue15102

#15094: Incorrectly placed #endif in _tkinter.c.
http://bugs.python.org/issue15094

#15092: Using enum PyUnicode_Kind
http://bugs.python.org/issue15092

#15079: pickle: Possibly misplaced test
http://bugs.python.org/issue15079

#15068: fileinput requires two EOF when reading stdin
http://bugs.python.org/issue15068

#15063: Source code links for JSON documentation
http://bugs.python.org/issue15063

#15061: hmac.secure_compare() leaks information about length of string
http://bugs.python.org/issue15061

#15056: Have imp.cache_from_source() raise NotImplementedError when ca
http://bugs.python.org/issue15056



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

#15038: Optimize python Locks on Windows
http://bugs.python.org/issue15038  27 msgs

#15061: hmac.secure_compare() leaks information about length of string
http://bugs.python.org/issue15061  24 msgs

#15104: Unclear language in __main__ description
http://bugs.python.org/issue15104   9 msgs

#14814: Implement PEP 3144 (the ipaddress module)
http://bugs.python.org/issue14814   8 msgs

#15008: PEP 362 "Signature Objects" reference implementation
http://bugs.python.org/issue15008   8 msgs

#15109: sqlite3.Connection.iterdump() dies with encoding exception
http://bugs.python.org/issue15109   8 msgs

#6727: ImportError when package is symlinked on Windows
http://bugs.python.org/issue6727   7 msgs

#15124: _thread.LockType: Optimize lock deletion, acquisition of uncon
http://bugs.python.org/issue15124   7 msgs

#13590: extension module builds fail with python.org OS X installers o
http://bugs.python.org/issue13590   6 msgs

#15052: Outdated comments in build_ssl.py
http://bugs.python.org/issue15052   6 msgs



Issues closed (46)
==================

#7359: mailbox cannot modify mailboxes in system mail spool
http://bugs.python.org/issue7359  closed by petri.lehtinen

#7584: datetime.rfcformat() for Date and Time on the Internet
http://bugs.python.org/issue7584  closed by belopolsky

#10053: Don’t close fd when FileIO.__init__ fails
http://bugs.python.org/issue10053  closed by hynek

#12046: Windows build identification incomplete
http://bugs.python.org/issue12046  closed by georg.brandl

#13455: Reorganize tracker docs in the devguide
http://bugs.python.org/issue13455  closed by ezio.melotti

#13783: Clean up PEP 380 C API additions
http://bugs.python.org/issue13783  closed by ncoghlan

#13825: Datetime failing while reading active directory time attribute
http://bugs.python.org/issue13825  closed by belopolsky

#14055: Implement __sizeof__ for etree Element
http://bugs.python.org/issue14055  closed by loewis

#14059: Implement multiprocessing.Barrier
http://bugs.python.org/issue14059  closed by sbt

#14225: _cursesmodule compile error in OS X 32-bit-only installer buil
http://bugs.python.org/issue14225  closed by ned.deily

#14653: Improve mktime_tz to use calendar.timegm instead of time.mktim
http://bugs.python.org/issue14653  closed by belopolsky

#14657: Avoid two importlib copies
http://bugs.python.org/issue14657  closed by pitrou

#14684: zlib set dictionary support inflateSetDictionary
http://bugs.python.org/issue14684  closed by nadeem.vawda

#14769: Add test to automatically detect missing format units in skipi
http://bugs.python.org/issue14769  closed by larry

#14772: Return destination values in some shutil functions
http://bugs.python.org/issue14772  closed by brian.curtin

#14840: Tutorial: Add a bit on the difference between tuples and lists
http://bugs.python.org/issue14840  closed by ezio.melotti

#14874: Faster charmap decoding
http://bugs.python.org/issue14874  closed by pitrou

#14919: what disables one from adding self to the "nosy" list
http://bugs.python.org/issue14919  closed by ezio.melotti

#14928: Fix importlib bootstrapping issues
http://bugs.python.org/issue14928  closed by pitrou

#14933: Misleading documentation about weakrefs
http://bugs.python.org/issue14933  closed by pitrou

#14982: pkgutil.walk_packages seems to not work properly on Python 3.3
http://bugs.python.org/issue14982  closed by brett.cannon

#15006: Allow equality comparison between naive and aware datetime obj
http://bugs.python.org/issue15006  closed by belopolsky

#15026: Faster UTF-16 encoding
http://bugs.python.org/issue15026  closed by pitrou

#15036: mailbox.mbox fails to pop two items in a row, flushing in betw
http://bugs.python.org/issue15036  closed by petri.lehtinen

#15043: test_gdb is disallowed by default security settings in Fedora 
http://bugs.python.org/issue15043  closed by ncoghlan

#15054: bytes literals erroneously tokenized
http://bugs.python.org/issue15054  closed by meador.inge

#15064: Use context manager protocol for more multiprocessing types
http://bugs.python.org/issue15064  closed by sbt

#15074: Strange behaviour of python cmd module. (Ignores slash)
http://bugs.python.org/issue15074  closed by ned.deily

#15075: XincludeTest failure in test_xml_etree
http://bugs.python.org/issue15075  closed by python-dev

#15081: No documentation for PyState_FindModule()
http://bugs.python.org/issue15081  closed by christian.heimes

#15084: Add option to os.mkdir to not raise an exception for existing 
http://bugs.python.org/issue15084  closed by loewis

#15085: set.union accepts not set iterables for all but the first argu
http://bugs.python.org/issue15085  closed by r.david.murray

#15086: Ubuntu bot: error while loading shared libraries
http://bugs.python.org/issue15086  closed by pitrou

#15087: Add gzip function to read gzip'd strings
http://bugs.python.org/issue15087  closed by nadeem.vawda

#15089: Add gzip support to urllib.request.retrieve()
http://bugs.python.org/issue15089  closed by pitrou

#15096: Drop support for the "ur" string prefix
http://bugs.python.org/issue15096  closed by christian.heimes

#15098: "TypeError" can give a misleading message
http://bugs.python.org/issue15098  closed by r.david.murray

#15103: Solaris compiler chokes on importlib.h
http://bugs.python.org/issue15103  closed by pitrou

#15107: Potential Bug in mpdecimal.c
http://bugs.python.org/issue15107  closed by mark.dickinson

#15113: IDLE Shell: delattr(__builtins__,"getattr") causes shell to st
http://bugs.python.org/issue15113  closed by r.david.murray

#15120: Different behavior of html.parser.HTMLParser
http://bugs.python.org/issue15120  closed by hansokumake

#15123: float().__format__() disregards given field width
http://bugs.python.org/issue15123  closed by luismsgomes

#15126: Theading isAlive() missing version note
http://bugs.python.org/issue15126  closed by georg.brandl

#15129: file.readline() cannot read weird ascii character in file
http://bugs.python.org/issue15129  closed by amaury.forgeotdarc

#1229239: optionally allow mutable builtin types
http://bugs.python.org/issue1229239  closed by terry.reedy

#730473: Add Py_AtInit() startup hook for extenders
http://bugs.python.org/issue730473  closed by patmiller


More information about the Python-Dev mailing list