[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2014-10-24 - 2014-10-31) 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: open4626 (+20) closed 29911 (+34) total 34537 (+54) Open issues with patches: 2160 Issues opened (37) == #9351: argparse set_defaults on subcommands should override top level http://bugs.python.org/issue9351 reopened by r.david.murray #22716: Add reference to the object missing an attribute to AttributeE http://bugs.python.org/issue22716 reopened by flying sheep #22722: inheritable pipes are unwieldy without os.pipe2 http://bugs.python.org/issue22722 opened by bukzor #22724: byte-compile fails for cross-builds http://bugs.python.org/issue22724 opened by Benedikt.Morbach #22725: improve documentation for enumerate() (built-in function) http://bugs.python.org/issue22725 opened by vy0123 #22726: Idle: add help to config dialogs http://bugs.python.org/issue22726 opened by terry.reedy #22729: `wait` and `as_completed` depend on private api http://bugs.python.org/issue22729 opened by bwhmather #22731: test_capi test fails because of mismatched newlines http://bugs.python.org/issue22731 opened by steve.dower #22732: ctypes tests don't set correct restype for intptr_t functions http://bugs.python.org/issue22732 opened by steve.dower #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly http://bugs.python.org/issue22733 opened by steve.dower #22734: marshal needs a lower stack depth for debug builds on Windows http://bugs.python.org/issue22734 opened by steve.dower #22735: Fix various crashes exposed through mro() customization http://bugs.python.org/issue22735 opened by abusalimov #22737: Provide a rejected execution model and implementations for fut http://bugs.python.org/issue22737 opened by Joshua.Harlow #22738: improve 'python -h' documentation for '-c' http://bugs.python.org/issue22738 opened by vy0123 #22739: "There is no disk in the drive" error http://bugs.python.org/issue22739 opened by Lachlan.Kingsford #22742: IDLE shows traceback when printing non-BMP character http://bugs.python.org/issue22742 opened by belopolsky #22743: Specify supported XML version http://bugs.python.org/issue22743 opened by Friedrich.Spee.von.Langenfeld #22744: os.mkdir on Windows silently strips trailing blanks from direc http://bugs.python.org/issue22744 opened by tegavu #22746: cgitb html: wrong encoding for utf-8 http://bugs.python.org/issue22746 opened by wrohdewald #22747: Interpreter fails in initialize on systems where HAVE_LANGINFO http://bugs.python.org/issue22747 opened by WanderingLogic #22750: xmlapp.py display bug when validate XML by DTD http://bugs.python.org/issue22750 opened by Spider06 #22751: Fix test___all__ warning about modified environment http://bugs.python.org/issue22751 opened by Michael.Cetrulo #22752: incorrect time.timezone value http://bugs.python.org/issue22752 opened by errx #22753: urllib2 localnet Changed test to lookup IP-address of localhos http://bugs.python.org/issue22753 opened by hakan #22755: contextlib.closing documentation should use a new example http://bugs.python.org/issue22755 opened by mjpieters #22757: TclStackFree: incorrect freePtr. Call out of sequence? http://bugs.python.org/issue22757 opened by Charleston #22758: Regression in Python 3.2 cookie parsing http://bugs.python.org/issue22758 opened by Tim.Graham #22761: Catching StopIteraion inside list comprehension http://bugs.python.org/issue22761 opened by tomirendo #22763: load_tests chaining into discover from non-discover entry poin http://bugs.python.org/issue22763 opened by rbcollins #22764: object lifetime fragility in unittest tests http://bugs.python.org/issue22764 opened by rbcollins #22765: Fixes for test_gdb (first frame address, entry values) http://bugs.python.org/issue22765 opened by bkabrda #22766: collections.Counter's in-place operators should return NotImpl http://bugs.python.org/issue22766 opened by Joshua.Chin #22768: Add a way to get the peer certificate of a SSL Transport http://bugs.python.org/issue22768 opened by mathieui #22769: Tttk tag_has() throws TypeError when called without item http://bugs.python.org/issue22769 opened by ddurrett #22770: test_ttk_guionly and test_tk can cause Tk segfaults on OS X wh http://bugs.python.org/issue22770 opened by ned.deily #22773: Export Readline version and expect ANSI sequence for version < http://bugs.python.org/issue22773 opened by David.Edelsohn #22775: SimpleCookie not picklable with HIGHEST_PROTOCOL http://bugs.python.org/issue22775 opened by Tim.Graham Most recent 15 issues with no replies (15) == #22769: Tttk tag_has() throws TypeError when called without item http://bugs.python.org/issue22769 #22765: Fixes for test_gdb (first frame address, entry values) http://bugs.python.org/iss
[Python-Dev] 2.7.9 schedule
Multiple RGCs are not unlikely given. ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] 2.7.9 schedule
Oops, I hit "send" a bit early on that... On Fri, Oct 31, 2014, at 19:46, Benjamin Peterson wrote: > Multiple RGCs are not unlikely given. ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] 2.7.9 schedule redux
I'm updating the 2.7 release PEP with the following release dates 2.7.9rc1 Nov 22 2.7.9 final December 5 I expect PEPs 476 and 477 can be done by then? Given that 2.7.9 has had some large changes, having multiple rcs is not unlikely. Hopefully, we can get a final out by 2015, though. ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] 2.7.9 schedule redux
> On Oct 31, 2014, at 7:54 PM, Benjamin Peterson wrote: > > I'm updating the 2.7 release PEP with the following release dates > > 2.7.9rc1 Nov 22 > 2.7.9 final December 5 > > I expect PEPs 476 and 477 can be done by then? > > Given that 2.7.9 has had some large changes, having multiple rcs is not > unlikely. Hopefully, we can get a final out by 2015, though. Yes on PEP 477, the actual back porting is done, I’m just slacking on doing the tests because we used unittest.mock in 3.4. --- Donald Stufft PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Buildslave kloth-win64 maintenance
All, Just letting python-dev know that my buildslave will be down for a peroid of time due to a failed PSU. Currently awaiting RMA confirmation and I will post an update when the machine will be able to be back online. Sorry for the inconvenience. The builders hosted are the AMD64 Windows 7 ones. -- Jeremy Kloth ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
