[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Sep 3 18:07:45 CEST 2010


ACTIVITY SUMMARY (2010-08-27 - 2010-09-03) 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 stats: open 2569 (+41) closed 18970 (+40) total 21539 (+55)

Open issues with patches: 1091

Issues opened (41)

#5217: testExtractDir (test.test_zipfile.TestWithDirectory) fails whe http://bugs.python.org/issue5217 reopened by eric.araujo

#9706: ssl errors checking http://bugs.python.org/issue9706 opened by giampaolo.rodola

#9707: Reworked threading.local reference implementation http://bugs.python.org/issue9707 opened by pitrou

#9708: cElementTree iterparse does not support "parser" argument http://bugs.python.org/issue9708 opened by adrian_nye

#9709: test_distutils warning: initfunc exported twice on Windows http://bugs.python.org/issue9709 opened by skrah

#9713: Py_CompileString fails on non decode-able paths. http://bugs.python.org/issue9713 opened by ideasman42

#9714: urllib2 digest authentication doesn't work when connecting to http://bugs.python.org/issue9714 opened by warpr

#9716: The inittab modules cannot be packages http://bugs.python.org/issue9716 opened by kayhayen

#9717: operator module - "in place" operators documentation http://bugs.python.org/issue9717 opened by arno

#9719: build_ssl.py: cannot find 'asm64/.' http://bugs.python.org/issue9719 opened by srid

#9720: zipfile writes incorrect local file header for large files in http://bugs.python.org/issue9720 opened by craigds

#9721: urlparse.urljoin() cuts off last base character with semicolon http://bugs.python.org/issue9721 opened by calvin

#9722: PyObject_Print with Visual Studio 2010 http://bugs.python.org/issue9722 opened by Krauzi

#9723: pipes.quote() needs to be documented http://bugs.python.org/issue9723 opened by brandon-rhodes

#9725: urllib.request.FancyURLopener won't connect to pages requiring http://bugs.python.org/issue9725 opened by petr6.6

#9727: Add callbacks to be invoked when locale changes http://bugs.python.org/issue9727 opened by ncoghlan

#9728: Docs point to FAQ Section 3, but FAQs are not numbered http://bugs.python.org/issue9728 opened by stutzbach

#9729: Unconnected SSLSocket.{send,recv} raises TypeError: 'member_de http://bugs.python.org/issue9729 opened by spiv

#9730: base64 docs refers to strings instead of bytes http://bugs.python.org/issue9730 opened by JingCheng.LIU

#9731: Add ABCMeta.has_methods and tests that use it http://bugs.python.org/issue9731 opened by stutzbach

#9732: Addition of getattr_static for inspect module http://bugs.python.org/issue9732 opened by michael.foord

#9733: Can't iterate over multiprocessing.managers.DictProxy http://bugs.python.org/issue9733 opened by jjconti

#9736: doctest.DocTestSuite doesn't handle test globs correctly http://bugs.python.org/issue9736 opened by j1m

#9738: Document the encoding of functions bytes arguments of the C AP http://bugs.python.org/issue9738 opened by haypo

#9739: Output of help(...) is wider than 80 characters http://bugs.python.org/issue9739 opened by casevh

#9740: Support for HTTP 1.1 persistent connections throughout the sta http://bugs.python.org/issue9740 opened by ipatrol

#9741: msgfmt.py generates invalid mo because msgfmt.make() does not http://bugs.python.org/issue9741 opened by timothy.ty.lee

#9742: Python 2.7: math module fails to build on Solaris 9 http://bugs.python.org/issue9742 opened by mhenriq

#9743: call.call chain cause crash when long enough http://bugs.python.org/issue9743 opened by modchan

#9745: MSVC .pdb files not created by python 2.7 distutils http://bugs.python.org/issue9745 opened by jpe

#9746: All sequence types support .index and .count http://bugs.python.org/issue9746 opened by stutzbach

#9747: os.getresgid() documentation mentions "user ids", not "group i http://bugs.python.org/issue9747 opened by Red HamsterX

#9748: .inputrc magic-space breaks interactive mode http://bugs.python.org/issue9748 opened by stephenk

#9750: sqlite3 iterdump fails on column with reserved name http://bugs.python.org/issue9750 opened by Marko.Kohtala

#9751: _PyInstance_Lookup() defeats its purpose http://bugs.python.org/issue9751 opened by arigo

#9752: MSVC Compiler warning in Python\import.c http://bugs.python.org/issue9752 opened by stutzbach

#9754: assertWarns and assertWarnsRegexp http://bugs.python.org/issue9754 opened by pitrou

#9755: Fix refcounting details in Py3k C API documentation http://bugs.python.org/issue9755 opened by ncoghlan

#9756: Crash with custom getattribute http://bugs.python.org/issue9756 opened by flox

#9757: Add context manager protocol to memoryviews http://bugs.python.org/issue9757 opened by pitrou

#1367631: maximum length not enforced in cgi.parse() http://bugs.python.org/issue1367631 reopened by r.david.murray

Most recent 15 issues with no replies (15)

#9757: Add context manager protocol to memoryviews http://bugs.python.org/issue9757

#9755: Fix refcounting details in Py3k C API documentation http://bugs.python.org/issue9755

#9752: MSVC Compiler warning in Python\import.c http://bugs.python.org/issue9752

#9748: .inputrc magic-space breaks interactive mode http://bugs.python.org/issue9748

#9747: os.getresgid() documentation mentions "user ids", not "group i http://bugs.python.org/issue9747

#9746: All sequence types support .index and .count http://bugs.python.org/issue9746

#9745: MSVC .pdb files not created by python 2.7 distutils http://bugs.python.org/issue9745

#9741: msgfmt.py generates invalid mo because msgfmt.make() does not http://bugs.python.org/issue9741

#9736: doctest.DocTestSuite doesn't handle test globs correctly http://bugs.python.org/issue9736

#9733: Can't iterate over multiprocessing.managers.DictProxy http://bugs.python.org/issue9733

#9728: Docs point to FAQ Section 3, but FAQs are not numbered http://bugs.python.org/issue9728

#9727: Add callbacks to be invoked when locale changes http://bugs.python.org/issue9727

#9725: urllib.request.FancyURLopener won't connect to pages requiring http://bugs.python.org/issue9725

#9720: zipfile writes incorrect local file header for large files in http://bugs.python.org/issue9720

#9717: operator module - "in place" operators documentation http://bugs.python.org/issue9717

Most recent 15 issues waiting for review (15)

#9757: Add context manager protocol to memoryviews http://bugs.python.org/issue9757

#9754: assertWarns and assertWarnsRegexp http://bugs.python.org/issue9754

#9750: sqlite3 iterdump fails on column with reserved name http://bugs.python.org/issue9750

#9741: msgfmt.py generates invalid mo because msgfmt.make() does not http://bugs.python.org/issue9741

#9739: Output of help(...) is wider than 80 characters http://bugs.python.org/issue9739

#9738: Document the encoding of functions bytes arguments of the C AP http://bugs.python.org/issue9738

#9732: Addition of getattr_static for inspect module http://bugs.python.org/issue9732

#9721: urlparse.urljoin() cuts off last base character with semicolon http://bugs.python.org/issue9721

#9720: zipfile writes incorrect local file header for large files in http://bugs.python.org/issue9720

#9717: operator module - "in place" operators documentation http://bugs.python.org/issue9717

#9707: Reworked threading.local reference implementation http://bugs.python.org/issue9707

#9706: ssl errors checking http://bugs.python.org/issue9706

#9701: Update ZSH profile on Mac OS installation http://bugs.python.org/issue9701

#9693: asynchat push_callable() patch http://bugs.python.org/issue9693

#9687: dbmmodule.c:dbm_contains fails on 64bit big-endian (test_dbm.p http://bugs.python.org/issue9687

Top 10 most discussed issues (10)

#9706: ssl errors checking http://bugs.python.org/issue9706 10 msgs

#9754: assertWarns and assertWarnsRegexp http://bugs.python.org/issue9754 7 msgs

#9042: Gettext cache and classes http://bugs.python.org/issue9042 6 msgs

#9212: dict_keys purports to implement the Set ABC, but is missing th http://bugs.python.org/issue9212 6 msgs

#9732: Addition of getattr_static for inspect module http://bugs.python.org/issue9732 6 msgs

#9205: Parent process hanging in multiprocessing if children terminat http://bugs.python.org/issue9205 5 msgs

#9377: socket, PEP 383: Mishandling of non-ASCII bytes in host/domain http://bugs.python.org/issue9377 5 msgs

#9731: Add ABCMeta.has_methods and tests that use it http://bugs.python.org/issue9731 5 msgs

#9742: Python 2.7: math module fails to build on Solaris 9 http://bugs.python.org/issue9742 5 msgs

#7231: Windows installer does not add \Scripts folder to the path http://bugs.python.org/issue7231 4 msgs

Issues closed (40)

#1512791: module wave does no rounding http://bugs.python.org/issue1512791 closed by mark.dickinson

#1652: subprocess should have an option to restore SIGPIPE to default http://bugs.python.org/issue1652 closed by gregory.p.smith

#1868: threading.local doesn't free attrs when assigning thread exits http://bugs.python.org/issue1868 closed by pitrou

#3101: global function _add_one_to_index_C http://bugs.python.org/issue3101 closed by pitrou

#3985: removed string module use in distutils http://bugs.python.org/issue3985 closed by eric.araujo

#4319: optparse and non-ascii help strings http://bugs.python.org/issue4319 closed by r.david.murray

#4835: SIZEOF_SOCKET_T not defined http://bugs.python.org/issue4835 closed by pitrou

#5362: Add configure option to disable Py3k warnings http://bugs.python.org/issue5362 closed by brett.cannon

#5553: Py_LOCAL_INLINE(type) doesn't actually inline except using MSC http://bugs.python.org/issue5553 closed by stutzbach

#7141: 2to3 should add from future import print_statement http://bugs.python.org/issue7141 closed by benjamin.peterson

#7415: PyUnicode_FromEncodedObject() uses PyObject_AsCharBuffer() http://bugs.python.org/issue7415 closed by pitrou

#8420: Objects/setobject.c contains unsafe code http://bugs.python.org/issue8420 closed by rhettinger

#8990: array constructor and array.fromstring should accept bytearray http://bugs.python.org/issue8990 closed by pitrou

#9053: distutils compiles extensions so that Python.h cannot be found http://bugs.python.org/issue9053 closed by exarkun

#9155: Reserve COMPARE_OP for rich comparisons http://bugs.python.org/issue9155 closed by rhettinger

#9549: Remove sys.setdefaultencoding() http://bugs.python.org/issue9549 closed by pitrou

#9634: Add timeout parameter to Queue.join() http://bugs.python.org/issue9634 closed by rhettinger

#9664: Make gzip module not require that underlying file object suppo http://bugs.python.org/issue9664 closed by terry.reedy

#9677: "Global Module Index" link dead http://bugs.python.org/issue9677 closed by georg.brandl

#9695: Return from generators in Python 3.2 http://bugs.python.org/issue9695 closed by georg.brandl

#9700: semaphore errors on AIX 6.1 http://bugs.python.org/issue9700 closed by pitrou

#9703: default param values http://bugs.python.org/issue9703 closed by georg.brandl

#9704: 3.2 - zlib.pc.in is missing in source tree http://bugs.python.org/issue9704 closed by loewis

#9705: limit dict.update() to a given list of keys http://bugs.python.org/issue9705 closed by benjamin.peterson

#9710: 2to3 could remove "-- coding: utf-8 --" http://bugs.python.org/issue9710 closed by georg.brandl

#9711: ssl.SSLSocket's keyfile argument seems to be ignored if specif http://bugs.python.org/issue9711 closed by giampaolo.rodola

#9712: tokenize yield an ERRORTOKEN if the identifier starts with a n http://bugs.python.org/issue9712 closed by benjamin.peterson

#9715: io doc improvements http://bugs.python.org/issue9715 closed by pitrou

#9718: Python Interpreter Crash http://bugs.python.org/issue9718 closed by pitrou

#9724: help('nonlocal') missing http://bugs.python.org/issue9724 closed by benjamin.peterson

#9726: logging.handlers.RotatingFileHandler: implement "preserve log http://bugs.python.org/issue9726 closed by vinay.sajip

#9734: ABC issubclass/isinstance leaks in Python 2 http://bugs.python.org/issue9734 closed by benjamin.peterson

#9735: cheatsheet outdated http://bugs.python.org/issue9735 closed by eric.araujo

#9737: Del on memoryview crashes CPython http://bugs.python.org/issue9737 closed by pitrou

#9744: calling getattribute with wrong instance causes hang up http://bugs.python.org/issue9744 closed by benjamin.peterson

#9749: tuple-to-list conversion http://bugs.python.org/issue9749 closed by rhettinger

#9753: test_socket.testDup, testFromFd fail on Windows http://bugs.python.org/issue9753 closed by stutzbach

#1372650: Cookie and multiple names http://bugs.python.org/issue1372650 closed by BreamoreBoy

#1111130: tkSimpleDialog broken on MacOS X (Aqua Tk) http://bugs.python.org/issue1111130 closed by r.david.murray

#808164: socket.close() doesn't play well with del http://bugs.python.org/issue808164 closed by stutzbach



More information about the Python-Dev mailing list