ACTIVITY SUMMARY (2010-11-12 - 2010-11-19)
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    2549 (+23)
  closed 19694 (+43)
  total  22243 (+66)

Open issues with patches: 1058 


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

#2571: cmd.py always uses raw_input, even when another stdin is speci
http://bugs.python.org/issue2571  reopened by eric.araujo

#4153: Unicode HOWTO up to date?
http://bugs.python.org/issue4153  reopened by belopolsky

#6941: Socket error when launching IDLE
http://bugs.python.org/issue6941  reopened by 08jpurcell

#10356: decimal.py: hash of -1
http://bugs.python.org/issue10356  reopened by rhettinger

#10399: AST Optimization: inlining of function calls
http://bugs.python.org/issue10399  opened by dmalcolm

#10401: Globals / builtins cache
http://bugs.python.org/issue10401  opened by pitrou

#10402: sporadic test_bsddb3 failures
http://bugs.python.org/issue10402  opened by pitrou

#10403: Use "member" consistently
http://bugs.python.org/issue10403  opened by fdrake

#10404: IDLE on OS X popup menus do not work: cannot set/clear breakpo
http://bugs.python.org/issue10404  opened by ned.deily

#10405: IDLE breakpoint facility undocumented
http://bugs.python.org/issue10405  opened by ned.deily

#10406: IDLE 2.7 on OS X does not enable Rstrip extension by default
http://bugs.python.org/issue10406  opened by ned.deily

#10407: missing errno import in distutils/dir_util.py
http://bugs.python.org/issue10407  opened by zbysz

#10408: Denser dicts and linear probing
http://bugs.python.org/issue10408  opened by pitrou

#10415: readline.insert_text documentation incomplete
http://bugs.python.org/issue10415  opened by Justin.Lebar

#10417: unittest triggers UnicodeEncodeError with non-ASCII character 
http://bugs.python.org/issue10417  opened by jammon

#10419: distutils command build_scripts fails with UnicodeDecodeError
http://bugs.python.org/issue10419  opened by hagen

#10420: Document of Bdb.effective is wrong.
http://bugs.python.org/issue10420  opened by naoki

#10423: s/args/options in arpgarse "Upgrading optparse code"
http://bugs.python.org/issue10423  opened by bethard

#10424: better error message from argparse when positionals missing
http://bugs.python.org/issue10424  opened by bethard

#10427: 24:00 Hour in DateTime
http://bugs.python.org/issue10427  opened by ingo.janssen

#10430: _sha.sha().digest() method is endian-sensitive. and hexdigest(
http://bugs.python.org/issue10430  opened by krisvale

#10433: Document unique behavior of 'getgroups' on OSX
http://bugs.python.org/issue10433  opened by r.david.murray

#10434: Document the rules for "public names"
http://bugs.python.org/issue10434  opened by belopolsky

#10435: Document unicode C-API in reST
http://bugs.python.org/issue10435  opened by belopolsky

#10436: tarfile.extractfile in "r|" stream mode fails with filenames o
http://bugs.python.org/issue10436  opened by David.Nesting

#10437: ThreadPoolExecutor should accept max_workers=None
http://bugs.python.org/issue10437  opened by stutzbach

#10438: list an example for calling static methods from WITHIN classes
http://bugs.python.org/issue10438  opened by ifreecarve

#10439: PyCodec C API is not documented in reST
http://bugs.python.org/issue10439  opened by belopolsky

#10441: some stdlib modules need to be updated to handle SSL certifica
http://bugs.python.org/issue10441  opened by db

#10444: A mechanism is needed to override waiting for Python threads t
http://bugs.python.org/issue10444  opened by michaelahughes

#10446: pydoc3 links to 2.x library reference
http://bugs.python.org/issue10446  opened by belopolsky

#10448: Add Mako template benchmark to Python Benchmark Suite
http://bugs.python.org/issue10448  opened by bobbyi

#10449: “os.environ was modified by test_httpservers”
http://bugs.python.org/issue10449  opened by eric.araujo

#10450: Fix markup in Misc/NEWS
http://bugs.python.org/issue10450  opened by eric.araujo

#10451: memoryview can be used to write into readonly buffer
http://bugs.python.org/issue10451  opened by abacabadabacaba

#10453: Add -h/--help option to compileall
http://bugs.python.org/issue10453  opened by eric.araujo

#10454: Clarify compileall command-line options
http://bugs.python.org/issue10454  opened by eric.araujo

#10457: "Related help topics" shown outside pager
http://bugs.python.org/issue10457  opened by cben

#10458: 2.7 += re.ASCII
http://bugs.python.org/issue10458  opened by hfuru

#10459: missing character names in unicodedata (CJK...)
http://bugs.python.org/issue10459  opened by vbr

#10460: Misc/indent.pro does not reflect PEP 7
http://bugs.python.org/issue10460  opened by Mick.Beaver

#10461: Use with statement throughout the docs
http://bugs.python.org/issue10461  opened by eric.araujo

#10445: _ast py3k : add lineno back to "args" node
http://bugs.python.org/issue10445  opened by emile.anclin



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

#10461: Use with statement throughout the docs
http://bugs.python.org/issue10461

#10460: Misc/indent.pro does not reflect PEP 7
http://bugs.python.org/issue10460

#10457: "Related help topics" shown outside pager
http://bugs.python.org/issue10457

#10451: memoryview can be used to write into readonly buffer
http://bugs.python.org/issue10451

#10449: “os.environ was modified by test_httpservers”
http://bugs.python.org/issue10449

#10445: _ast py3k : add lineno back to "args" node
http://bugs.python.org/issue10445

#10439: PyCodec C API is not documented in reST
http://bugs.python.org/issue10439

#10437: ThreadPoolExecutor should accept max_workers=None
http://bugs.python.org/issue10437

#10433: Document unique behavior of 'getgroups' on OSX
http://bugs.python.org/issue10433

#10424: better error message from argparse when positionals missing
http://bugs.python.org/issue10424

#10423: s/args/options in arpgarse "Upgrading optparse code"
http://bugs.python.org/issue10423

#10420: Document of Bdb.effective is wrong.
http://bugs.python.org/issue10420

#10419: distutils command build_scripts fails with UnicodeDecodeError
http://bugs.python.org/issue10419

#10406: IDLE 2.7 on OS X does not enable Rstrip extension by default
http://bugs.python.org/issue10406

#10405: IDLE breakpoint facility undocumented
http://bugs.python.org/issue10405



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

#10448: Add Mako template benchmark to Python Benchmark Suite
http://bugs.python.org/issue10448

#10446: pydoc3 links to 2.x library reference
http://bugs.python.org/issue10446

#10444: A mechanism is needed to override waiting for Python threads t
http://bugs.python.org/issue10444

#10435: Document unicode C-API in reST
http://bugs.python.org/issue10435

#10419: distutils command build_scripts fails with UnicodeDecodeError
http://bugs.python.org/issue10419

#10408: Denser dicts and linear probing
http://bugs.python.org/issue10408

#10406: IDLE 2.7 on OS X does not enable Rstrip extension by default
http://bugs.python.org/issue10406

#10404: IDLE on OS X popup menus do not work: cannot set/clear breakpo
http://bugs.python.org/issue10404

#10401: Globals / builtins cache
http://bugs.python.org/issue10401

#10399: AST Optimization: inlining of function calls
http://bugs.python.org/issue10399

#10391: obj2ast's error handling can lead to python crashing with a C-
http://bugs.python.org/issue10391

#10385: Mark up "subprocess" as module in its doc
http://bugs.python.org/issue10385

#10383: test_os leaks under Windows
http://bugs.python.org/issue10383

#10382: Command line error marker misplaced on unicode entry
http://bugs.python.org/issue10382

#10371: Deprecate trace module undocumented API
http://bugs.python.org/issue10371



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

#3871: cross and native build of python for mingw32 with distutils
http://bugs.python.org/issue3871  17 msgs

#10441: some stdlib modules need to be updated to handle SSL certifica
http://bugs.python.org/issue10441  16 msgs

#2001: Pydoc interactive browsing enhancement
http://bugs.python.org/issue2001  14 msgs

#10356: decimal.py: hash of -1
http://bugs.python.org/issue10356  14 msgs

#10446: pydoc3 links to 2.x library reference
http://bugs.python.org/issue10446  12 msgs

#7900: posix.getgroups() failure on Mac OS X
http://bugs.python.org/issue7900  11 msgs

#10435: Document unicode C-API in reST
http://bugs.python.org/issue10435  11 msgs

#4153: Unicode HOWTO up to date?
http://bugs.python.org/issue4153  10 msgs

#10417: unittest triggers UnicodeEncodeError with non-ASCII character 
http://bugs.python.org/issue10417   8 msgs

#1553375: Add traceback.print_full_exception()
http://bugs.python.org/issue1553375   8 msgs



Issues closed (44)
==================

#4471: IMAP4 missing support for starttls
http://bugs.python.org/issue4471  closed by pitrou

#4476: compileall fails if current dir has a "types" package
http://bugs.python.org/issue4476  closed by ncoghlan

#5111: httplib: wrong Host header when connecting to IPv6 litteral UR
http://bugs.python.org/issue5111  closed by orsenthil

#7828: chr() and ord() documentation for wide characters
http://bugs.python.org/issue7828  closed by belopolsky

#8649: Py_UNICODE_* functions are undocumented
http://bugs.python.org/issue8649  closed by belopolsky

#9076: Add C-API documentation for PyUnicode_AsDecodedObject/Unicode 
http://bugs.python.org/issue9076  closed by georg.brandl

#9520: Add Patricia Trie high performance container
http://bugs.python.org/issue9520  closed by rhettinger

#9991: xmlrpc client ssl check faulty
http://bugs.python.org/issue9991  closed by orsenthil

#10070: 2to3 wishes for already-2to3'ed files
http://bugs.python.org/issue10070  closed by loewis

#10205: Can't have two tags with the same QName
http://bugs.python.org/issue10205  closed by orsenthil

#10260: Add a threading.Condition.wait_for() method
http://bugs.python.org/issue10260  closed by krisvale

#10373: Setup Script example incorrect
http://bugs.python.org/issue10373  closed by eric.araujo

#10392: GZipFile crash when fileobj.mode is None
http://bugs.python.org/issue10392  closed by r.david.murray

#10396: stdin argument to pdb.Pdb doesn't work unless you also set Pdb
http://bugs.python.org/issue10396  closed by georg.brandl

#10397: Unified Benchmark Suite fails on py3k with --track-memory
http://bugs.python.org/issue10397  closed by pitrou

#10398: errors in docs re module initialization vs self arg to functio
http://bugs.python.org/issue10398  closed by georg.brandl

#10400: updating unicodedata to Unicode 6
http://bugs.python.org/issue10400  closed by loewis

#10409: mkcfg crashes with ValueError
http://bugs.python.org/issue10409  closed by tarek

#10410: Is iterable a container type?
http://bugs.python.org/issue10410  closed by rhettinger

#10411: Pickle benchmark fails after converting Benchmark Suite to py3
http://bugs.python.org/issue10411  closed by pitrou

#10412: Add py3k support for "slow" pickle benchmark in Benchmark Suit
http://bugs.python.org/issue10412  closed by pitrou

#10413: Comments in unicode.h are out of date
http://bugs.python.org/issue10413  closed by belopolsky

#10414: socket.gethostbyname  doesn't return an ipv6 address
http://bugs.python.org/issue10414  closed by loewis

#10416: UnicodeDecodeError when 2to3 is run on a dir with numpy .npy f
http://bugs.python.org/issue10416  closed by benjamin.peterson

#10418: test_io hangs on 3.1.3rc1
http://bugs.python.org/issue10418  closed by vdupras

#10421: Failed issue tracker submission
http://bugs.python.org/issue10421  closed by eric.araujo

#10422: pstats.py : error when loading multiple stats files
http://bugs.python.org/issue10422  closed by ezio.melotti

#10425: xmlrpclib support for None isn't compliant with XMLRPC
http://bugs.python.org/issue10425  closed by orsenthil

#10426: The whole thing is NOT good
http://bugs.python.org/issue10426  closed by georg.brandl

#10428: IDLE Trouble shooting
http://bugs.python.org/issue10428  closed by r.david.murray

#10429: bug in test_imaplib
http://bugs.python.org/issue10429  closed by pitrou

#10431: Failed issue tracker submission
http://bugs.python.org/issue10431  closed by ezio.melotti

#10432: concurrent.futures.as_completed() spins waiting for futures to
http://bugs.python.org/issue10432  closed by bquinlan

#10440: support RUSAGE_THREAD as a constant in the resource module
http://bugs.python.org/issue10440  closed by pitrou

#10442: Please by default enforce ssl certificate checking in modules 
http://bugs.python.org/issue10442  closed by ned.deily

#10443: add wrapper for SSL_CTX_set_default_verify_paths
http://bugs.python.org/issue10443  closed by pitrou

#10447: zipfile: IOError for long directory paths on Windows
http://bugs.python.org/issue10447  closed by amaury.forgeotdarc

#10452: Unhelpful diagnostic 'cannot find the path specified'
http://bugs.python.org/issue10452  closed by eric.smith

#10455: typo in urllib.request documentation
http://bugs.python.org/issue10455  closed by ezio.melotti

#10456: unittest.main(verbosity=2) broke in python31, worked when I ha
http://bugs.python.org/issue10456  closed by r.david.murray

#1599329: urllib(2) should allow automatic decoding by charset
http://bugs.python.org/issue1599329  closed by eric.araujo

#1376292: Write user's version of the reference guide
http://bugs.python.org/issue1376292  closed by akuchling

#1509798: replace dist/src/Tools/scripts/which.py with tmick's which
http://bugs.python.org/issue1509798  closed by eric.araujo

#1520831: urrlib2 max_redirections=0 disables redirects
http://bugs.python.org/issue1520831  closed by orsenthil
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to