ACTIVITY SUMMARY (2011-07-15 - 2011-07-22) 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 2886 ( +6) closed 21507 (+33) total 24393 (+39) Open issues with patches: 1253 Issues opened (29) ================== #10881: test_site and macframework builds fails http://bugs.python.org/issue10881 reopened by vinay.sajip #12266: str.capitalize contradicts oneself http://bugs.python.org/issue12266 reopened by ezio.melotti #12575: add a AST validator http://bugs.python.org/issue12575 opened by benjamin.peterson #12576: urlib.request fails to open some sites http://bugs.python.org/issue12576 opened by daniel.ugra #12578: Erratic socket.gaierror: [Errno 11004] when using smtplib http://bugs.python.org/issue12578 opened by David.Ward #12581: Increased test coverage of test_urlparse http://bugs.python.org/issue12581 opened by haggholm #12583: More detailed ImportError messages http://bugs.python.org/issue12583 opened by cool-RR #12585: distutils dereferences symlinks for zip but not for bztar/gzta http://bugs.python.org/issue12585 opened by fberger #12586: Enhanced email API: header objects http://bugs.python.org/issue12586 opened by r.david.murray #12588: test_capi.test_subinterps() failed on OpenBSD (powerpc) http://bugs.python.org/issue12588 opened by rpointel #12589: test_long.test_nan_inf() failed on OpenBSD (powerpc) http://bugs.python.org/issue12589 opened by rpointel #12590: First line and cursor not visible when opening files http://bugs.python.org/issue12590 opened by sforman #12591: text files returned by subprocess.Popen with universal_newline http://bugs.python.org/issue12591 opened by anacrolix #12592: modify configure.in to detect OpenBSD 5.x http://bugs.python.org/issue12592 opened by rpointel #12594: Docs for py3k still refer to "MacPython 2.5 folder" http://bugs.python.org/issue12594 opened by hop #12595: python.h redundant redeclarations http://bugs.python.org/issue12595 opened by verticalduck #12596: cPickle - stored data differ for same dictionary http://bugs.python.org/issue12596 opened by Philipp.Mölders #12598: Move sys variable initialization from import.c to sysmodule.c http://bugs.python.org/issue12598 opened by ericsnow #12599: Use 'is not None' where appropriate in importlib http://bugs.python.org/issue12599 opened by ncoghlan #12600: Support parameterized TestCases in unittest http://bugs.python.org/issue12600 opened by abingham #12602: Missing using docs cross-references http://bugs.python.org/issue12602 opened by ncoghlan #12603: pydoc.synopsis breaks if filesystem returns mtime of 0 (common http://bugs.python.org/issue12603 opened by joshtriplett #12604: VTRACE macro in _sre.c should use do {} while (0) http://bugs.python.org/issue12604 opened by joshtriplett #12605: Enhancements to gdb 7 debugging hooks http://bugs.python.org/issue12605 opened by dmalcolm #12606: Mutable Sequence Type works different for lists and bytearrays http://bugs.python.org/issue12606 opened by py.user #12607: subprocess(stdout=..., stderr=sys.stdout) breaks stderr for ch http://bugs.python.org/issue12607 opened by chn #12608: crash in PyAST_Compile when running Python code http://bugs.python.org/issue12608 opened by Albert.Zeyer #12610: Fatal Python error: non-string found in code slot http://bugs.python.org/issue12610 opened by Albert.Zeyer #12611: 2to3 crashes when converting doctest using reduce() http://bugs.python.org/issue12611 opened by VPeric Most recent 15 issues with no replies (15) ========================================== #12611: 2to3 crashes when converting doctest using reduce() http://bugs.python.org/issue12611 #12610: Fatal Python error: non-string found in code slot http://bugs.python.org/issue12610 #12604: VTRACE macro in _sre.c should use do {} while (0) http://bugs.python.org/issue12604 #12603: pydoc.synopsis breaks if filesystem returns mtime of 0 (common http://bugs.python.org/issue12603 #12599: Use 'is not None' where appropriate in importlib http://bugs.python.org/issue12599 #12598: Move sys variable initialization from import.c to sysmodule.c http://bugs.python.org/issue12598 #12595: python.h redundant redeclarations http://bugs.python.org/issue12595 #12592: modify configure.in to detect OpenBSD 5.x http://bugs.python.org/issue12592 #12590: First line and cursor not visible when opening files http://bugs.python.org/issue12590 #12586: Enhanced email API: header objects http://bugs.python.org/issue12586 #12562: calling mmap twice fails on Windows http://bugs.python.org/issue12562 #12553: email should default to 8bit CTE unless policy.must_be_7bit is http://bugs.python.org/issue12553 #12542: Remove duplicates of cmp_to_key used in tests http://bugs.python.org/issue12542 #12541: Accepting Badly formed headers in urllib HTTPBasicAuth http://bugs.python.org/issue12541 #12532: PyPI server index names with '/' in them http://bugs.python.org/issue12532 Most recent 15 issues waiting for review (15) ============================================= #12607: subprocess(stdout=..., stderr=sys.stdout) breaks stderr for ch http://bugs.python.org/issue12607 #12605: Enhancements to gdb 7 debugging hooks http://bugs.python.org/issue12605 #12598: Move sys variable initialization from import.c to sysmodule.c http://bugs.python.org/issue12598 #12586: Enhanced email API: header objects http://bugs.python.org/issue12586 #12581: Increased test coverage of test_urlparse http://bugs.python.org/issue12581 #12575: add a AST validator http://bugs.python.org/issue12575 #12572: HP/UX compiler workarounds http://bugs.python.org/issue12572 #12567: curses implementation of Unicode is wrong in Python 3 http://bugs.python.org/issue12567 #12561: Compiler workaround for wide string constants in Modules/getpa http://bugs.python.org/issue12561 #12560: libpython.so not built on OpenBSD http://bugs.python.org/issue12560 #12559: gzip.open() needs an optional encoding argument http://bugs.python.org/issue12559 #12555: PEP 3151 implementation http://bugs.python.org/issue12555 #12546: builtin __format__ methods cannot fill with \x00 char http://bugs.python.org/issue12546 #12542: Remove duplicates of cmp_to_key used in tests http://bugs.python.org/issue12542 #12531: documentation index entries for * and ** http://bugs.python.org/issue12531 Top 10 most discussed issues (10) ================================= #7897: Support parametrized tests in unittest http://bugs.python.org/issue7897 24 msgs #11343: Make errors due to full parser stack identifiable http://bugs.python.org/issue11343 18 msgs #12589: test_long.test_nan_inf() failed on OpenBSD (powerpc) http://bugs.python.org/issue12589 15 msgs #12572: HP/UX compiler workarounds http://bugs.python.org/issue12572 13 msgs #12583: More detailed ImportError messages http://bugs.python.org/issue12583 13 msgs #1626300: 'Installing Python Modules' does not work for Windows http://bugs.python.org/issue1626300 9 msgs #12326: Linux 3: tests should avoid using sys.platform == 'linux2' http://bugs.python.org/issue12326 8 msgs #12540: "Restart Shell" command leaves pythonw.exe processes running http://bugs.python.org/issue12540 8 msgs #1170: shlex have problems with parsing unicode http://bugs.python.org/issue1170 7 msgs #6721: Locks in python standard library should be sanitized on fork http://bugs.python.org/issue6721 7 msgs Issues closed (34) ================== #7484: smtplib: verify breaks with Postfix servers http://bugs.python.org/issue7484 closed by r.david.murray #10271: warnings.showwarning should allow any callable object http://bugs.python.org/issue10271 closed by brett.cannon #10309: dlmalloc.c needs _GNU_SOURCE for mremap() http://bugs.python.org/issue10309 closed by barry #11055: OS X IDLE 3.2 Save As menu accelerator opens two Save windows http://bugs.python.org/issue11055 closed by ned.deily #11321: 9th import of module _pickle always crashes http://bugs.python.org/issue11321 closed by pitrou #11436: Clarify struct doc for format 's', when it is mentioned withou http://bugs.python.org/issue11436 closed by python-dev #11603: Python crashes or hangs when rebinding __repr__ as __str__ http://bugs.python.org/issue11603 closed by pitrou #11627: segfault raising an arbitrary object as an exception http://bugs.python.org/issue11627 closed by python-dev #11629: Reference implementation for PEP 397 http://bugs.python.org/issue11629 closed by mhammond #12273: Change ast.__version__ calculation to provide consistent order http://bugs.python.org/issue12273 closed by python-dev #12279: Add build_distinfo command to packaging http://bugs.python.org/issue12279 closed by eric.araujo #12372: semaphore errors on AIX 7.1 http://bugs.python.org/issue12372 closed by neologix #12434: Strengthen 2.7 io types warning http://bugs.python.org/issue12434 closed by eli.bendersky #12478: Possible error in HTTPErrorProcessor documentation http://bugs.python.org/issue12478 closed by python-dev #12479: Add HTTPErrorProcessor class definition http://bugs.python.org/issue12479 closed by python-dev #12521: IDLE 3.2 crashes on Mac OS 10.6 with ActiveState Tcl/Tk 8.5 http://bugs.python.org/issue12521 closed by ned.deily #12524: change httplib docs POST example http://bugs.python.org/issue12524 closed by python-dev #12551: Provide data for TLS channel binding http://bugs.python.org/issue12551 closed by pitrou #12556: Disable size checks in mmap.mmap() http://bugs.python.org/issue12556 closed by superbobry #12570: BaseHTTPServer.shutdown() locks if the last request 404'd http://bugs.python.org/issue12570 closed by orsenthil #12571: Python built on Linux 3.0 doesn't include DLFCN http://bugs.python.org/issue12571 closed by pitrou #12573: add resource checks for dangling threads and processes http://bugs.python.org/issue12573 closed by pitrou #12574: Documentation for Queue in 2.x has an incorrect title http://bugs.python.org/issue12574 closed by eli.bendersky #12577: Misleading shutil.move docs regarding when os.rename is used http://bugs.python.org/issue12577 closed by python-dev #12579: str.format_map raises a SystemError for format strings with po http://bugs.python.org/issue12579 closed by python-dev #12580: Documentation error in Decimal module http://bugs.python.org/issue12580 closed by holdenweb #12582: lib-dynload missing in python install http://bugs.python.org/issue12582 closed by ned.deily #12584: win.protocol('WM_DELETE_WINDOW'...) still deletes window on OS http://bugs.python.org/issue12584 closed by ned.deily #12587: tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt has http://bugs.python.org/issue12587 closed by ned.deily #12593: define OpenBSD in configure.in if Py_ENABLE_SHARED == 1 http://bugs.python.org/issue12593 closed by skrah #12597: List created by multiplication behaves different http://bugs.python.org/issue12597 closed by sandro.tosi #12601: Spelling error in the comments in the webbrowser module. http://bugs.python.org/issue12601 closed by ezio.melotti #12609: SystemError: Objects/codeobject.c:64: bad argument to internal http://bugs.python.org/issue12609 closed by python-dev #665194: datetime-RFC2822 roundtripping http://bugs.python.org/issue665194 closed by r.david.murray
_______________________________________________ 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