[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Dec 30 18:07:34 CET 2011
- Previous message: [Python-Dev] Your email to the mailing list
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #12715: Add an optional symlinks argument to shutil functions (copyfile,
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2011-12-23 - 2011-12-30) 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 3178 (+10) closed 22288 (+16) total 25466 (+26)
Open issues with patches: 1365
Issues opened (21)
#12760: Add create mode to open() http://bugs.python.org/issue12760 reopened by pitrou
#13294: http.server: minor code style changes. http://bugs.python.org/issue13294 reopened by ezio.melotti
#13659: Add a help() viewer for IDLE's Shell. http://bugs.python.org/issue13659 opened by ramchandra.apte
#13663: pootle.python.org is outdated. http://bugs.python.org/issue13663 opened by naoki
#13664: UnicodeEncodeError in gzip when filename contains non-ascii http://bugs.python.org/issue13664 opened by jason.coombs
#13665: TypeError: string or integer address expected instead of str i http://bugs.python.org/issue13665 opened by jason.coombs
#13666: datetime documentation typos http://bugs.python.org/issue13666 opened by steveire
#13668: mute ImportError in del of _threading_local module http://bugs.python.org/issue13668 opened by Zhiping.Deng
#13669: XATTR_SIZE_MAX and XATTR_LIST_MAX undefined on kfreebsd/debian http://bugs.python.org/issue13669 opened by zbysz
#13670: Increase test coverage for pstats.py http://bugs.python.org/issue13670 opened by andrea.crotti
#13672: Add co_qualname attribute in code objects http://bugs.python.org/issue13672 opened by Arfrever
#13673: PyTraceBack_Print() fails if signal received but PyErr_CheckSi http://bugs.python.org/issue13673 opened by sbt
#13674: crash in datetime.strftime http://bugs.python.org/issue13674 opened by patrick.vrijlandt
#13676: sqlite3: Zero byte truncates string contents http://bugs.python.org/issue13676 opened by petri.lehtinen
#13677: correct docstring for builtin compile http://bugs.python.org/issue13677 opened by Jim.Jewett
#13679: Multiprocessing system crash http://bugs.python.org/issue13679 opened by Rock.Achu
#13680: Aifc comptype write fix http://bugs.python.org/issue13680 opened by Oleg.Plakhotnyuk
#13681: Aifc read compressed frames fix http://bugs.python.org/issue13681 opened by Oleg.Plakhotnyuk
#13682: Documentation of os.fdopen() refers to non-existing bufsize ar http://bugs.python.org/issue13682 opened by petri.lehtinen
#13683: Docs in Python 3:raise statement mistake http://bugs.python.org/issue13683 opened by ramchandra.apte
#13684: httplib tunnel infinite loop http://bugs.python.org/issue13684 opened by luzakiru
Most recent 15 issues with no replies (15)
#13684: httplib tunnel infinite loop http://bugs.python.org/issue13684
#13683: Docs in Python 3:raise statement mistake http://bugs.python.org/issue13683
#13682: Documentation of os.fdopen() refers to non-existing bufsize ar http://bugs.python.org/issue13682
#13680: Aifc comptype write fix http://bugs.python.org/issue13680
#13677: correct docstring for builtin compile http://bugs.python.org/issue13677
#13668: mute ImportError in del of _threading_local module http://bugs.python.org/issue13668
#13666: datetime documentation typos http://bugs.python.org/issue13666
#13665: TypeError: string or integer address expected instead of str i http://bugs.python.org/issue13665
#13664: UnicodeEncodeError in gzip when filename contains non-ascii http://bugs.python.org/issue13664
#13649: termios.ICANON is not documented http://bugs.python.org/issue13649
#13641: decoding functions in the base64 module could accept unicode s http://bugs.python.org/issue13641
#13640: add mimetype for application/vnd.apple.mpegurl http://bugs.python.org/issue13640
#13638: PyErr_SetFromErrnoWithFilenameObject is undocumented http://bugs.python.org/issue13638
#13633: Handling of hex character references in HTMLParser.handle_char http://bugs.python.org/issue13633
#13631: readline fails to parse some forms of .editrc under editline ( http://bugs.python.org/issue13631
Most recent 15 issues waiting for review (15)
#13684: httplib tunnel infinite loop http://bugs.python.org/issue13684
#13681: Aifc read compressed frames fix http://bugs.python.org/issue13681
#13680: Aifc comptype write fix http://bugs.python.org/issue13680
#13677: correct docstring for builtin compile http://bugs.python.org/issue13677
#13676: sqlite3: Zero byte truncates string contents http://bugs.python.org/issue13676
#13673: PyTraceBack_Print() fails if signal received but PyErr_CheckSi http://bugs.python.org/issue13673
#13670: Increase test coverage for pstats.py http://bugs.python.org/issue13670
#13668: mute ImportError in del of _threading_local module http://bugs.python.org/issue13668
#13651: Improve redirection in urllib http://bugs.python.org/issue13651
#13645: import machinery vulnerable to timestamp collisions http://bugs.python.org/issue13645
#13640: add mimetype for application/vnd.apple.mpegurl http://bugs.python.org/issue13640
#13636: Python SSL Stack doesn't have a Secure Default set of ciphers http://bugs.python.org/issue13636
#13631: readline fails to parse some forms of .editrc under editline ( http://bugs.python.org/issue13631
#13629: _PyParser_TokenNames does not match up with the token.h number http://bugs.python.org/issue13629
#13619: Add a new codec: "locale", the current locale encoding http://bugs.python.org/issue13619
Top 10 most discussed issues (10)
#13679: Multiprocessing system crash http://bugs.python.org/issue13679 10 msgs
#13674: crash in datetime.strftime http://bugs.python.org/issue13674 9 msgs
#13669: XATTR_SIZE_MAX and XATTR_LIST_MAX undefined on kfreebsd/debian http://bugs.python.org/issue13669 8 msgs
#8828: Atomic function to rename a file http://bugs.python.org/issue8828 7 msgs
#9260: A finer grained import lock http://bugs.python.org/issue9260 5 msgs
#13673: PyTraceBack_Print() fails if signal received but PyErr_CheckSi http://bugs.python.org/issue13673 5 msgs
#6028: Interpreter aborts when chaining an infinite number of excepti http://bugs.python.org/issue6028 3 msgs
#13565: test_multiprocessing.test_notify_all() hangs on "AMD64 Snow Le http://bugs.python.org/issue13565 3 msgs
#13657: IDLE doesn't support sys.ps1 and sys.ps2. http://bugs.python.org/issue13657 3 msgs
#13672: Add co_qualname attribute in code objects http://bugs.python.org/issue13672 3 msgs
Issues closed (17)
#3555: Regression: nested exceptions crash (Cannot recover from stack http://bugs.python.org/issue3555 closed by terry.reedy
#7338: recursive attribute -> Fatal Python error: Cannot recover http://bugs.python.org/issue7338 closed by terry.reedy
#11638: python setup.py sdist --formats tar* crashes if version is uni http://bugs.python.org/issue11638 closed by jason.coombs
#11812: transient socket failure to connect to 'localhost' http://bugs.python.org/issue11812 closed by neologix
#13632: Update token documentation to reflect actual token types http://bugs.python.org/issue13632 closed by meador.inge
#13639: UnicodeDecodeError when creating tar.gz with unicode name http://bugs.python.org/issue13639 closed by terry.reedy
#13643: 'ascii' is a bad filesystem default encoding http://bugs.python.org/issue13643 closed by terry.reedy
#13644: Python 3 aborts with this code. http://bugs.python.org/issue13644 closed by terry.reedy
#13658: Extra clause in class grammar documentation http://bugs.python.org/issue13658 closed by python-dev
#13660: maniandram maniandram wants to chat http://bugs.python.org/issue13660 closed by pitrou
#13661: maniandram maniandram wants to chat http://bugs.python.org/issue13661 closed by pitrou
#13662: os.listdir bug http://bugs.python.org/issue13662 closed by ezio.melotti
#13667: contains method behavior http://bugs.python.org/issue13667 closed by benjamin.peterson
#13671: double comma cant be parsed in config module http://bugs.python.org/issue13671 closed by lukasz.langa
#13675: IDLE won't open if it can't read recent-files.lst http://bugs.python.org/issue13675 closed by michael.foord
#13678: way to prevent accidental variable overriding http://bugs.python.org/issue13678 closed by benjamin.peterson
#12715: Add symlink support to shutil functions http://bugs.python.org/issue12715 closed by pitrou
- Previous message: [Python-Dev] Your email to the mailing list
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #12715: Add an optional symlinks argument to shutil functions (copyfile,
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]