[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Jan 13 18:07:30 CET 2012
- Previous message: [Python-Dev] Backwards incompatible sys.stdout.write() behavior in Python 3 (Was: [Python-ideas] Pythonic buffering in Py3 print())
- Next message: [Python-Dev] [Python-checkins] cpython: add test, which was missing from d64ac9ab4cd0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2012-01-06 - 2012-01-13) 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 3210 (+30) closed 22352 (+30) total 25562 (+60)
Open issues with patches: 1384
Issues opened (42)
#6774: socket.shutdown documentation: on some platforms, closing one http://bugs.python.org/issue6774 reopened by neologix
#13721: ssl.wrap_socket on a connected but failed connection succeeds http://bugs.python.org/issue13721 opened by kiilerix
#13722: "distributions can disable the encodings package" http://bugs.python.org/issue13722 opened by pitrou
#13723: Regular expressions: (?:X|\s+)*$ takes a long time http://bugs.python.org/issue13723 opened by ericp
#13725: regrtest does not recognize -d flag http://bugs.python.org/issue13725 opened by etukia
#13726: regrtest ambiguous -S flag http://bugs.python.org/issue13726 opened by etukia
#13727: Accessor macros for PyDateTime_Delta members http://bugs.python.org/issue13727 opened by amaury.forgeotdarc
#13728: Description of -m and -c cli options wrong? http://bugs.python.org/issue13728 opened by sandro.tosi
#13730: Grammar mistake in Decimal documentation http://bugs.python.org/issue13730 opened by zacherates
#13733: Change required to sysconfig.py for Python 2.7.2 on OS/2 http://bugs.python.org/issue13733 opened by Paul.Smedley
#13734: Add a generic directory walker method to avoid symlink attacks http://bugs.python.org/issue13734 opened by hynek
#13736: urllib.request.urlopen leaks exceptions from socket and httpli http://bugs.python.org/issue13736 opened by jmoy
#13737: bugs.python.org/review's Django settings file DEBUG=True http://bugs.python.org/issue13737 opened by Bithin.A
#13740: winsound.SND_NOWAIT ignored on modern Windows platforms http://bugs.python.org/issue13740 opened by bughunter2
#13742: Add a key parameter (like sorted) to heapq.merge http://bugs.python.org/issue13742 opened by ssapin
#13743: xml.dom.minidom.Document class is not documented http://bugs.python.org/issue13743 opened by sandro.tosi
#13744: raw byte strings are described in a confusing way http://bugs.python.org/issue13744 opened by barry
#13745: configuring --with-dbmliborder=bdb doesn't build the gdbm exte http://bugs.python.org/issue13745 opened by doko
#13746: ast.Tuple's have an inconsistent "col_offset" value http://bugs.python.org/issue13746 opened by bronikkk
#13747: ssl_version documentation error http://bugs.python.org/issue13747 opened by Ben.Darnell
#13749: socketserver can't stop http://bugs.python.org/issue13749 opened by teamnoir
#13751: multiprocessing.pool hangs if any worker raises an Exception w http://bugs.python.org/issue13751 opened by fmitha
#13752: add a str.casefold() method http://bugs.python.org/issue13752 opened by benjamin.peterson
#13756: Python3.2.2 make fail on cygwin http://bugs.python.org/issue13756 opened by holgerd00d
#13758: compile() should not encode 'filename' (at least on Windows) http://bugs.python.org/issue13758 opened by terry.reedy
#13759: Python 3.2.2 Mac installer version doesn't accept multibyte ch http://bugs.python.org/issue13759 opened by ats
#13760: ConfigParser exceptions are not pickleable http://bugs.python.org/issue13760 opened by fmitha
#13761: Add flush keyword to print() http://bugs.python.org/issue13761 opened by georg.brandl
#13763: rm obsolete reference in devguide http://bugs.python.org/issue13763 opened by tshepang
#13764: Misc/build.sh is outdated... talks about svn http://bugs.python.org/issue13764 opened by tshepang
#13766: explain the relationship between Lib/lib2to3/Grammar.txt and G http://bugs.python.org/issue13766 opened by tshepang
#13768: Doc/tools/dailybuild.py available only on 2.7 branch http://bugs.python.org/issue13768 opened by tshepang
#13769: json.dump(ensure_ascii=False) return str instead of unicode http://bugs.python.org/issue13769 opened by mmarkk
#13770: python3 & json: add ensure_ascii documentation http://bugs.python.org/issue13770 opened by mmarkk
#13771: HTTPSConnection init super implementation causes recursion http://bugs.python.org/issue13771 opened by michael.mulich
#13772: listdir() doesn't work with non-trivial symlinks http://bugs.python.org/issue13772 opened by pitrou
#13773: Support sqlite3 uri filenames http://bugs.python.org/issue13773 opened by poq
#13774: json.loads raises a SystemError for invalid encoding on 2.7.2 http://bugs.python.org/issue13774 opened by Julian
#13775: Access Denied message on symlink creation misleading for an ex http://bugs.python.org/issue13775 opened by santa4nt
#13777: socket: communicating with Mac OS X KEXT controls http://bugs.python.org/issue13777 opened by goderbauer
#13779: os.walk: bottom-up http://bugs.python.org/issue13779 opened by patrick.vrijlandt
#13780: make YieldFrom its own node http://bugs.python.org/issue13780 opened by benjamin.peterson
Most recent 15 issues with no replies (15)
#13780: make YieldFrom its own node http://bugs.python.org/issue13780
#13779: os.walk: bottom-up http://bugs.python.org/issue13779
#13777: socket: communicating with Mac OS X KEXT controls http://bugs.python.org/issue13777
#13771: HTTPSConnection init super implementation causes recursion http://bugs.python.org/issue13771
#13770: python3 & json: add ensure_ascii documentation http://bugs.python.org/issue13770
#13769: json.dump(ensure_ascii=False) return str instead of unicode http://bugs.python.org/issue13769
#13768: Doc/tools/dailybuild.py available only on 2.7 branch http://bugs.python.org/issue13768
#13766: explain the relationship between Lib/lib2to3/Grammar.txt and G http://bugs.python.org/issue13766
#13760: ConfigParser exceptions are not pickleable http://bugs.python.org/issue13760
#13756: Python3.2.2 make fail on cygwin http://bugs.python.org/issue13756
#13745: configuring --with-dbmliborder=bdb doesn't build the gdbm exte http://bugs.python.org/issue13745
#13743: xml.dom.minidom.Document class is not documented http://bugs.python.org/issue13743
#13740: winsound.SND_NOWAIT ignored on modern Windows platforms http://bugs.python.org/issue13740
#13730: Grammar mistake in Decimal documentation http://bugs.python.org/issue13730
#13727: Accessor macros for PyDateTime_Delta members http://bugs.python.org/issue13727
Most recent 15 issues waiting for review (15)
#13780: make YieldFrom its own node http://bugs.python.org/issue13780
#13777: socket: communicating with Mac OS X KEXT controls http://bugs.python.org/issue13777
#13775: Access Denied message on symlink creation misleading for an ex http://bugs.python.org/issue13775
#13774: json.loads raises a SystemError for invalid encoding on 2.7.2 http://bugs.python.org/issue13774
#13773: Support sqlite3 uri filenames http://bugs.python.org/issue13773
#13763: rm obsolete reference in devguide http://bugs.python.org/issue13763
#13761: Add flush keyword to print() http://bugs.python.org/issue13761
#13752: add a str.casefold() method http://bugs.python.org/issue13752
#13742: Add a key parameter (like sorted) to heapq.merge http://bugs.python.org/issue13742
#13736: urllib.request.urlopen leaks exceptions from socket and httpli http://bugs.python.org/issue13736
#13734: Add a generic directory walker method to avoid symlink attacks http://bugs.python.org/issue13734
#13733: Change required to sysconfig.py for Python 2.7.2 on OS/2 http://bugs.python.org/issue13733
#13730: Grammar mistake in Decimal documentation http://bugs.python.org/issue13730
#13727: Accessor macros for PyDateTime_Delta members http://bugs.python.org/issue13727
#13725: regrtest does not recognize -d flag http://bugs.python.org/issue13725
Top 10 most discussed issues (10)
#13703: Hash collision security issue http://bugs.python.org/issue13703 43 msgs
#13734: Add a generic directory walker method to avoid symlink attacks http://bugs.python.org/issue13734 13 msgs
#13761: Add flush keyword to print() http://bugs.python.org/issue13761 12 msgs
#13721: ssl.wrap_socket on a connected but failed connection succeeds http://bugs.python.org/issue13721 8 msgs
#13122: Out of date links in the sidebar of the documentation index of http://bugs.python.org/issue13122 7 msgs
#13241: llvm-gcc-4.2 miscompiles Python (XCode 4.1 on Mac OS 10.7) http://bugs.python.org/issue13241 7 msgs
#13733: Change required to sysconfig.py for Python 2.7.2 on OS/2 http://bugs.python.org/issue13733 7 msgs
#13642: urllib incorrectly quotes username and password in https basic http://bugs.python.org/issue13642 6 msgs
#9253: argparse: optional subparsers http://bugs.python.org/issue9253 5 msgs
#13521: Make dict.setdefault() atomic http://bugs.python.org/issue13521 5 msgs
Issues closed (29)
#9637: docs do not say that urllib uses HTTP_PROXY http://bugs.python.org/issue9637 closed by orsenthil
#9993: shutil.move fails on symlink source http://bugs.python.org/issue9993 closed by pitrou
#11418: Method's global scope is module containing function definition http://bugs.python.org/issue11418 closed by python-dev
#11682: PEP 380 reference implementation for 3.3 http://bugs.python.org/issue11682 closed by ncoghlan
#12364: Deadlock in test_concurrent_futures http://bugs.python.org/issue12364 closed by rosslagerwall
#13168: Python 2.6 having trouble finding modules when invoked via a s http://bugs.python.org/issue13168 closed by terry.reedy
#13502: Documentation for Event.wait return value is either wrong or i http://bugs.python.org/issue13502 closed by neologix
#13692: 2to3 mangles from . import frobnitz http://bugs.python.org/issue13692 closed by benjamin.peterson
#13718: Format Specification Mini-Language does not accept comma for p http://bugs.python.org/issue13718 closed by eric.smith
#13724: socket.create_connection and multiple IP addresses http://bugs.python.org/issue13724 closed by pitrou
#13729: Evaluation order for dics key/value http://bugs.python.org/issue13729 closed by amaury.forgeotdarc
#13731: Awkward phrasing in Decimal documentation http://bugs.python.org/issue13731 closed by rhettinger
#13732: test_logging failure on Windows buildbots http://bugs.python.org/issue13732 closed by python-dev
#13735: The protocol > 0 of cPickle does not given stable dictionary v http://bugs.python.org/issue13735 closed by pitrou
#13738: Optimize bytes.upper() and lower() http://bugs.python.org/issue13738 closed by pitrou
#13739: os.fdlistdir() is not idempotent http://bugs.python.org/issue13739 closed by neologix
#13741: *** glibc detected *** python: double free or corruption (!pre http://bugs.python.org/issue13741 closed by neologix
#13748: Allow rb"" literals as an equivalent to br"" http://bugs.python.org/issue13748 closed by pitrou
#13750: queue broken when built without-thread http://bugs.python.org/issue13750 closed by rhettinger
#13753: str.join description contains an incorrect reference to argume http://bugs.python.org/issue13753 closed by terry.reedy
#13754: str.ljust and str.rjust do not exactly describes original stri http://bugs.python.org/issue13754 closed by python-dev
#13755: str.endswith and str.startswith do not take lists of strings http://bugs.python.org/issue13755 closed by rhettinger
#13757: os.fdlistdir() should not close the file descriptor given in a http://bugs.python.org/issue13757 closed by neologix
#13762: missing section: how to contribute to devguide http://bugs.python.org/issue13762 closed by tshepang
#13765: Distutils does not put quotes around paths that contain spaces http://bugs.python.org/issue13765 closed by eric.araujo
#13767: Would be nice to have a future import that turned off old exce http://bugs.python.org/issue13767 closed by benjamin.peterson
#13776: formatter_unicode.c still assumes ASCII http://bugs.python.org/issue13776 closed by eric.smith
#13778: Python should invalidate all non-owned 'thread.lock' objects w http://bugs.python.org/issue13778 closed by neologix
#12736: Request for python casemapping functions to use full not simpl http://bugs.python.org/issue12736 closed by benjamin.peterson
- Previous message: [Python-Dev] Backwards incompatible sys.stdout.write() behavior in Python 3 (Was: [Python-ideas] Pythonic buffering in Py3 print())
- Next message: [Python-Dev] [Python-checkins] cpython: add test, which was missing from d64ac9ab4cd0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]