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

Python tracker status at bugs.python.org
Fri Oct 8 18:13:38 CEST 2010


ACTIVITY SUMMARY (2010-10-01 - 2010-10-08) 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 2557 (+37) closed 19276 (+30) total 21833 (+44)

Open issues with patches: 1071

Issues opened (37)

#10008: Two links point to same place http://bugs.python.org/issue10008 opened by ocean-city

#10009: Automated MSI installation does not work http://bugs.python.org/issue10009 opened by amaury.forgeotdarc

#10011: except doesn't use isinstance http://bugs.python.org/issue10011 opened by cool-RR

#10013: fix ./libpython2.6.so: undefined reference to _PyParser_Gram http://bugs.python.org/issue10013 opened by PaulePanter

#10014: sys.path[0] is incorrect if PYTHONFSENCODING is used http://bugs.python.org/issue10014 opened by haypo

#10015: Creating a multiproccess.pool.ThreadPool from a child thread b http://bugs.python.org/issue10015 opened by Michael.Olson

#10016: shutil.copyfile -- allow sparse copying http://bugs.python.org/issue10016 opened by karaken12

#10017: pprint.pprint raises TypeError on dictionaries with user-defin http://bugs.python.org/issue10017 opened by arno

#10018: IDLE not loading in xp pro due to tcl issue http://bugs.python.org/issue10018 opened by Grant.Andrew

#10019: json.dumps with indent = 0 not adding newlines http://bugs.python.org/issue10019 opened by dpjanes

#10020: docs for sqlite3 describe functions not available without reco http://bugs.python.org/issue10020 opened by doughellmann

#10021: Format parser is too permissive http://bugs.python.org/issue10021 opened by belopolsky

#10022: Emit more information in decoded SSL certificates http://bugs.python.org/issue10022 opened by pitrou

#10023: test_lib2to3 leaks under 3.1 http://bugs.python.org/issue10023 opened by pitrou

#10024: Outdated advice in C-API tutorial? http://bugs.python.org/issue10024 opened by pitrou

#10025: random.seed not initialized as advertised http://bugs.python.org/issue10025 opened by goddard

#10027: os.lstat/os.stat don't set st_nlink on Windows http://bugs.python.org/issue10027 opened by brian.curtin

#10028: test_concurrent_futures fails on Windows Server 2003 http://bugs.python.org/issue10028 opened by brian.curtin

#10029: "Equivalent to" code for zip is wrong in Python 3 http://bugs.python.org/issue10029 opened by max

#10030: Patch for zip decryption speedup http://bugs.python.org/issue10030 opened by shashank

#10031: Withdraw anti-recommendation of relative imports from document http://bugs.python.org/issue10031 opened by dsdale24

#10036: compiler warnings for various modules on Ubuntu x86 http://bugs.python.org/issue10036 opened by jfinkels

#10037: multiprocessing.pool processes started by worker handler stops http://bugs.python.org/issue10037 opened by asksol

#10038: Returntype of json.loads() on strings http://bugs.python.org/issue10038 opened by llnik

#10039: python é.py fails with UnicodeEncodeError if PYTHONFSENCODING http://bugs.python.org/issue10039 opened by haypo

#10040: GZipFile failure on large files http://bugs.python.org/issue10040 opened by Robert.Rohde

#10041: socket.makefile(mode = 'r').readline() silently removes carria http://bugs.python.org/issue10041 opened by kaizhu

#10042: total_ordering stack overflow http://bugs.python.org/issue10042 opened by francescor

#10043: UnboundLocalError with local variable set by setattr, caused b http://bugs.python.org/issue10043 opened by ssc

#10044: small int optimization http://bugs.python.org/issue10044 opened by pitrou

#10045: poor cStringIO.StringO seek performance http://bugs.python.org/issue10045 opened by boogenhagn

#10046: Correction to atexit documentation http://bugs.python.org/issue10046 opened by Jason.Baker

#10047: python-2.6.6 coredump running newspipe http://bugs.python.org/issue10047 opened by wiz

#10048: urllib.request documentation confusing http://bugs.python.org/issue10048 opened by pitrou

#10049: Add a "no-op" (null) context manager to contextlib http://bugs.python.org/issue10049 opened by hniksic

#10050: urllib.request still has old 2.x urllib primitives http://bugs.python.org/issue10050 opened by pitrou

#10051: distutils fail to install unicode-encoded files with POSIX loc http://bugs.python.org/issue10051 opened by mgorny

Most recent 15 issues with no replies (15)

#10051: distutils fail to install unicode-encoded files with POSIX loc http://bugs.python.org/issue10051

#10050: urllib.request still has old 2.x urllib primitives http://bugs.python.org/issue10050

#10048: urllib.request documentation confusing http://bugs.python.org/issue10048

#10039: python é.py fails with UnicodeEncodeError if PYTHONFSENCODING http://bugs.python.org/issue10039

#10037: multiprocessing.pool processes started by worker handler stops http://bugs.python.org/issue10037

#10036: compiler warnings for various modules on Ubuntu x86 http://bugs.python.org/issue10036

#10025: random.seed not initialized as advertised http://bugs.python.org/issue10025

#10023: test_lib2to3 leaks under 3.1 http://bugs.python.org/issue10023

#10022: Emit more information in decoded SSL certificates http://bugs.python.org/issue10022

#10018: IDLE not loading in xp pro due to tcl issue http://bugs.python.org/issue10018

#10017: pprint.pprint raises TypeError on dictionaries with user-defin http://bugs.python.org/issue10017

#10009: Automated MSI installation does not work http://bugs.python.org/issue10009

#10008: Two links point to same place http://bugs.python.org/issue10008

#9998: find_library should search LD_LIBRARY_PATH on linux http://bugs.python.org/issue9998

#9995: "setup.py register sdist upload" requires pass to be saved http://bugs.python.org/issue9995

Most recent 15 issues waiting for review (15)

#10049: Add a "no-op" (null) context manager to contextlib http://bugs.python.org/issue10049

#10045: poor cStringIO.StringO seek performance http://bugs.python.org/issue10045

#10044: small int optimization http://bugs.python.org/issue10044

#10041: socket.makefile(mode = 'r').readline() silently removes carria http://bugs.python.org/issue10041

#10039: python é.py fails with UnicodeEncodeError if PYTHONFSENCODING http://bugs.python.org/issue10039

#10037: multiprocessing.pool processes started by worker handler stops http://bugs.python.org/issue10037

#10030: Patch for zip decryption speedup http://bugs.python.org/issue10030

#10028: test_concurrent_futures fails on Windows Server 2003 http://bugs.python.org/issue10028

#10027: os.lstat/os.stat don't set st_nlink on Windows http://bugs.python.org/issue10027

#10019: json.dumps with indent = 0 not adding newlines http://bugs.python.org/issue10019

#10016: shutil.copyfile -- allow sparse copying http://bugs.python.org/issue10016

#10014: sys.path[0] is incorrect if PYTHONFSENCODING is used http://bugs.python.org/issue10014

#9998: find_library should search LD_LIBRARY_PATH on linux http://bugs.python.org/issue9998

#9993: shutil.move fails on symlink source http://bugs.python.org/issue9993

#9992: Command line arguments are not correctly decodedif locale and http://bugs.python.org/issue9992

Top 10 most discussed issues (10)

#10044: small int optimization http://bugs.python.org/issue10044 22 msgs

#4661: email.parser: impossible to read messages encoded in a differe http://bugs.python.org/issue4661 14 msgs

#10049: Add a "no-op" (null) context manager to contextlib http://bugs.python.org/issue10049 12 msgs

#9800: Fast path for small int-indexing of lists and tuples http://bugs.python.org/issue9800 9 msgs

#10021: Format parser is too permissive http://bugs.python.org/issue10021 9 msgs

#6302: email.header.decode_header data types are inconsistent and inc http://bugs.python.org/issue6302 8 msgs

#9873: urllib.parse: Allow bytes in some APIs that use string literal http://bugs.python.org/issue9873 7 msgs

#10029: "Equivalent to" code for zip is wrong in Python 3 http://bugs.python.org/issue10029 7 msgs

#5088: optparse: inconsistent default value for append actions http://bugs.python.org/issue5088 6 msgs

#9017: doctest option flag to enable/disable some chunk of doctests? http://bugs.python.org/issue9017 6 msgs

Issues closed (30)

#2982: more tests for pyexpat http://bugs.python.org/issue2982 closed by amaury.forgeotdarc

#4487: Add utf8 alias for email charsets http://bugs.python.org/issue4487 closed by r.david.murray

#7789: Issue using datetime with format() http://bugs.python.org/issue7789 closed by belopolsky

#8017: c_char_p.value does not return a bytes object in Windows. http://bugs.python.org/issue8017 closed by ocean-city

#8190: Add a PyPI XML-RPC client module http://bugs.python.org/issue8190 closed by eric.araujo

#8584: test_multiprocessing skips some tests http://bugs.python.org/issue8584 closed by brian.curtin

#8670: c_types.c_wchar should not assume that sizeof(wchar_t) == size http://bugs.python.org/issue8670 closed by haypo

#8980: distutils.tests.test_register.RegisterTestCase.test_strict fai http://bugs.python.org/issue8980 closed by tarek

#9060: Python/dup2.c doesn't compile on (at least) newlib http://bugs.python.org/issue9060 closed by amaury.forgeotdarc

#9065: tarfile: default root:root ownership is incorrect. http://bugs.python.org/issue9065 closed by lars.gustaebel

#9272: CGIHTTPServer poisons os.environ http://bugs.python.org/issue9272 closed by orsenthil

#9533: metaclass can't derive from ABC http://bugs.python.org/issue9533 closed by benjamin.peterson

#9759: GzipFile object should raise ValueError on .read() after .clos http://bugs.python.org/issue9759 closed by pitrou

#9903: test_concurrent_futures writes on stderr http://bugs.python.org/issue9903 closed by bquinlan

#9936: trace misreports "missing" lines http://bugs.python.org/issue9936 closed by belopolsky

#9978: Better wait for slow machine in test_os (_kill_with_event) http://bugs.python.org/issue9978 closed by ocean-city

#9989: ctypes bitfield problem http://bugs.python.org/issue9989 closed by ocean-city

#9996: binascii should convert unicode strings http://bugs.python.org/issue9996 closed by r.david.murray

#10003: signal.SIGBREAK regression on windows http://bugs.python.org/issue10003 closed by brian.curtin

#10006: non-Pythonic fate of abstractmethods http://bugs.python.org/issue10006 closed by benjamin.peterson

#10010: ".. index::" position http://bugs.python.org/issue10010 closed by orsenthil

#10012: httplib shadows builtin, assumes strings http://bugs.python.org/issue10012 closed by orsenthil

#10026: xml.dom.pulldom strange behavior http://bugs.python.org/issue10026 closed by georg.brandl

#10032: os.setuid and os.setgid have unexpected influence on serial mo http://bugs.python.org/issue10032 closed by ned.deily

#10033: can't run unittest because of issubclass http://bugs.python.org/issue10033 closed by ned.deily

#10034: Readline doc issue http://bugs.python.org/issue10034 closed by georg.brandl

#10035: sgmllib fail to parse html containing <!- .... -> http://bugs.python.org/issue10035 closed by georg.brandl

#1050268: rfc822.parseaddr is broken, breaks sendmail call in smtplib http://bugs.python.org/issue1050268 closed by r.david.murray

#845560: imaplib: traceback from _checkquote with empty string http://bugs.python.org/issue845560 closed by r.david.murray

#1210680: Split email headers near a space http://bugs.python.org/issue1210680 closed by r.david.murray



More information about the Python-Dev mailing list