[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Aug 12 18:07:27 CEST 2011


ACTIVITY SUMMARY (2011-08-05 - 2011-08-12)
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    2923 (+24)
  closed 21602 (+23)
  total  24525 (+47)

Open issues with patches: 1264 


Issues opened (35)
==================

#12032: Tools/Scripts/crlf.py needs updating for python 3+
http://bugs.python.org/issue12032  reopened by eric.araujo

#12701: Apple's clang 2.1 (xcode 4.1, OSX 10.7) optimizer miscompiles 
http://bugs.python.org/issue12701  opened by deadshort

#12702: shutil.copytree() should use os.lutimes() to copy the metadata
http://bugs.python.org/issue12702  opened by petri.lehtinen

#12703: Improve error reporting for packaging.util.resolve_name
http://bugs.python.org/issue12703  opened by Natim

#12704: Language References does not specify exception raised by final
http://bugs.python.org/issue12704  opened by Nikratio

#12705: Make compile('1\n2\n', '', 'single') raise an exception instea
http://bugs.python.org/issue12705  opened by Devin Jeanpierre

#12706: timeout sentinel in ftplib and poplib documentation
http://bugs.python.org/issue12706  opened by orsenthil

#12707: Deprecate addinfourl getters
http://bugs.python.org/issue12707  opened by ezio.melotti

#12708: multiprocessing.Pool is missing a starmap[_async]() method.
http://bugs.python.org/issue12708  opened by hynek

#12711: Explain tracker components in devguide
http://bugs.python.org/issue12711  opened by eric.araujo

#12712: weave build_tools library identification
http://bugs.python.org/issue12712  opened by Tim.Holme

#12713: argparse: allow abbreviation of sub commands by users
http://bugs.python.org/issue12713  opened by pwil3058

#12716: Reorganize os docs for files/dirs/fds
http://bugs.python.org/issue12716  opened by benjamin.peterson

#12720: Expose linux extended filesystem attributes
http://bugs.python.org/issue12720  opened by benjamin.peterson

#12721: Chaotic use of helper functions in test_shutil for reading and
http://bugs.python.org/issue12721  opened by hynek

#12723: Provide an API in tkSimpleDialog for defining custom validatio
http://bugs.python.org/issue12723  opened by rabbidous

#12725: Docs: Odd phrase "floating seconds" in socket.html
http://bugs.python.org/issue12725  opened by Cris.Simpson

#12726: explain why locale.getlocale() does not read system's locales
http://bugs.python.org/issue12726  opened by alexis

#12728: Python re lib fails case insensitive matches on Unicode data
http://bugs.python.org/issue12728  opened by tchrist

#12729: Python lib re cannot handle Unicode properly due to narrow/wid
http://bugs.python.org/issue12729  opened by tchrist

#12730: Python's casemapping functions are untrustworthy due to narrow
http://bugs.python.org/issue12730  opened by tchrist

#12731: python lib re uses obsolete sense of \w in full violation of U
http://bugs.python.org/issue12731  opened by tchrist

#12732: Can't portably use Unicode in Python identifiers
http://bugs.python.org/issue12732  opened by tchrist

#12733: Request for grapheme support in Python re lib
http://bugs.python.org/issue12733  opened by tchrist

#12734: Request for property support in Python re lib
http://bugs.python.org/issue12734  opened by tchrist

#12735: request full Unicode collation support in std python library
http://bugs.python.org/issue12735  opened by tchrist

#12737: string.title()  is overzealous by upcasing combining marks ina
http://bugs.python.org/issue12737  opened by tchrist

#12738: Bug in multiprocessing.JoinableQueue() implementation on Ubunt
http://bugs.python.org/issue12738  opened by Michael.Hall

#12739: read stuck with multithreading and simultaneous subprocess.Pop
http://bugs.python.org/issue12739  opened by SAPikachu

#12740: Add struct.Struct.nmemb
http://bugs.python.org/issue12740  opened by skrah

#12741: Implementation of shutil.move
http://bugs.python.org/issue12741  opened by David.Townshend

#12742: Add support for CESU-8 encoding
http://bugs.python.org/issue12742  opened by adalx

#12743: C API marshalling doc contains XXX
http://bugs.python.org/issue12743  opened by JJeffries

#12715: Add symlink support to shutil functions
http://bugs.python.org/issue12715  opened by petri.lehtinen

#12736: Request for python casemapping functions to use full not simpl
http://bugs.python.org/issue12736  opened by tchrist



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

#12743: C API marshalling doc contains XXX
http://bugs.python.org/issue12743

#12742: Add support for CESU-8 encoding
http://bugs.python.org/issue12742

#12741: Implementation of shutil.move
http://bugs.python.org/issue12741

#12740: Add struct.Struct.nmemb
http://bugs.python.org/issue12740

#12739: read stuck with multithreading and simultaneous subprocess.Pop
http://bugs.python.org/issue12739

#12737: string.title()  is overzealous by upcasing combining marks ina
http://bugs.python.org/issue12737

#12736: Request for python casemapping functions to use full not simpl
http://bugs.python.org/issue12736

#12735: request full Unicode collation support in std python library
http://bugs.python.org/issue12735

#12733: Request for grapheme support in Python re lib
http://bugs.python.org/issue12733

#12732: Can't portably use Unicode in Python identifiers
http://bugs.python.org/issue12732

#12731: python lib re uses obsolete sense of \w in full violation of U
http://bugs.python.org/issue12731

#12730: Python's casemapping functions are untrustworthy due to narrow
http://bugs.python.org/issue12730

#12728: Python re lib fails case insensitive matches on Unicode data
http://bugs.python.org/issue12728

#12726: explain why locale.getlocale() does not read system's locales
http://bugs.python.org/issue12726

#12725: Docs: Odd phrase "floating seconds" in socket.html
http://bugs.python.org/issue12725



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

#12740: Add struct.Struct.nmemb
http://bugs.python.org/issue12740

#12723: Provide an API in tkSimpleDialog for defining custom validatio
http://bugs.python.org/issue12723

#12721: Chaotic use of helper functions in test_shutil for reading and
http://bugs.python.org/issue12721

#12720: Expose linux extended filesystem attributes
http://bugs.python.org/issue12720

#12711: Explain tracker components in devguide
http://bugs.python.org/issue12711

#12708: multiprocessing.Pool is missing a starmap[_async]() method.
http://bugs.python.org/issue12708

#12691: tokenize.untokenize is broken
http://bugs.python.org/issue12691

#12684: profile does not dump stats on exception like cProfile does
http://bugs.python.org/issue12684

#12668: 3.2 What's New: it's integer->string, not the opposite
http://bugs.python.org/issue12668

#12666: map semantic change not documented in What's New
http://bugs.python.org/issue12666

#12656: test.test_asyncore: add tests for AF_INET6 and AF_UNIX sockets
http://bugs.python.org/issue12656

#12652: Keep test.support docs out of the global docs index
http://bugs.python.org/issue12652

#12650: Subprocess leaks fd upon kill()
http://bugs.python.org/issue12650

#12646: zlib.Decompress.decompress/flush do not raise any exceptions w
http://bugs.python.org/issue12646

#12639: msilib Directory.start_component() fails if keyfile is not Non
http://bugs.python.org/issue12639



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

#12682: Meaning of 'accepted' resolution as documented in devguide
http://bugs.python.org/issue12682  10 msgs

#12301: Use :data:`sys.thing` instead of ``sys.thing`` throughout
http://bugs.python.org/issue12301   9 msgs

#12191: Add shutil.chown to allow to use user and group name (and not 
http://bugs.python.org/issue12191   8 msgs

#12666: map semantic change not documented in What's New
http://bugs.python.org/issue12666   7 msgs

#12672: Some problems in documentation extending/newtypes.html
http://bugs.python.org/issue12672   7 msgs

#2857: Add "java modified utf-8" codec
http://bugs.python.org/issue2857   6 msgs

#12721: Chaotic use of helper functions in test_shutil for reading and
http://bugs.python.org/issue12721   6 msgs

#12541: Accepting Badly formed headers in urllib HTTPBasicAuth
http://bugs.python.org/issue12541   5 msgs

#12701: Apple's clang 2.1 (xcode 4.1, OSX 10.7) optimizer miscompiles 
http://bugs.python.org/issue12701   5 msgs

#12715: Add symlink support to shutil functions
http://bugs.python.org/issue12715   5 msgs



Issues closed (24)
==================

#10087: HTML calendar is broken
http://bugs.python.org/issue10087  closed by python-dev

#10741: PyGILState_GetThisThreadState() lacks a doc entry
http://bugs.python.org/issue10741  closed by sandro.tosi

#12437: _ctypes.dlopen does not include errno in OSError
http://bugs.python.org/issue12437  closed by pitrou

#12575: add a AST validator
http://bugs.python.org/issue12575  closed by python-dev

#12608: crash in PyAST_Compile when running Python code
http://bugs.python.org/issue12608  closed by meador.inge

#12661: Add a new shutil.cleartree function to shutil module
http://bugs.python.org/issue12661  closed by chin

#12662: Add support for duplicate options in configparser
http://bugs.python.org/issue12662  closed by lukasz.langa

#12677: Turtle, fix right/left rotation orientation
http://bugs.python.org/issue12677  closed by sandro.tosi

#12687: Python 3.2 fails to load protocol 0 pickle
http://bugs.python.org/issue12687  closed by pitrou

#12694: crlf.py script from Tools doesn't work with Python 3.2
http://bugs.python.org/issue12694  closed by r.david.murray

#12697: timeit documention still refers to the timeit.py script
http://bugs.python.org/issue12697  closed by python-dev

#12698: urllib does not use no_proxy when it has blanks
http://bugs.python.org/issue12698  closed by python-dev

#12699: strange behaviour of locale.getlocale() -> None, None
http://bugs.python.org/issue12699  closed by ned.deily

#12700: test_faulthandler fails on Mac OS X Lion
http://bugs.python.org/issue12700  closed by haypo

#12709: In multiprocessing, error_callback isn't documented for map_as
http://bugs.python.org/issue12709  closed by sandro.tosi

#12710: GTK crash
http://bugs.python.org/issue12710  closed by sandro.tosi

#12714: argparse.ArgumentParser.add_argument() documentation error
http://bugs.python.org/issue12714  closed by r.david.murray

#12717: ConfigParser._Chainmap error in 2.7.2
http://bugs.python.org/issue12717  closed by rhettinger

#12718: Logical mistake of importer method in logging.config.BaseConfi
http://bugs.python.org/issue12718  closed by vinay.sajip

#12719: Direct access to tp_dict can lead to stale attributes
http://bugs.python.org/issue12719  closed by python-dev

#12722: Link to heapq source from docs.python.org not working
http://bugs.python.org/issue12722  closed by python-dev

#12724: Add Py_RETURN_NOTIMPLEMENTED
http://bugs.python.org/issue12724  closed by brian.curtin

#12727: "make" always reruns asdl_c.py
http://bugs.python.org/issue12727  closed by python-dev

#11047: Bad description for an entry in whatsnew/2.7
http://bugs.python.org/issue11047  closed by python-dev


More information about the Python-Dev mailing list