[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2012-07-20 - 2012-07-27) 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: open3532 ( +4) closed 23716 (+58) total 27248 (+62) Open issues with patches: 1514 Issues opened (48) == #14330: don't use host python, use host search paths for host compiler http://bugs.python.org/issue14330 reopened by ezio.melotti #15231: update PyPI upload doc to say --no-raw passed to rst2html.py http://bugs.python.org/issue15231 reopened by eric.araujo #15402: Correct __sizeof__ support for struct http://bugs.python.org/issue15402 reopened by jcea #15411: os.chmod() does not follow symlinks on Windows http://bugs.python.org/issue15411 opened by ishimoto #15412: Note in documentation for weakrefs http://bugs.python.org/issue15412 opened by sbt #15414: os.path.join behavior on Windows (ntpath.join) is unexpected a http://bugs.python.org/issue15414 opened by r.david.murray #15415: Add temp_dir() and change_cwd() to test.support http://bugs.python.org/issue15415 opened by cjerdonek #15417: Add support for csh and fish in venv activation scripts http://bugs.python.org/issue15417 opened by asvetlov #15418: 2to3 docs should mention setup.py fixes required to install co http://bugs.python.org/issue15418 opened by techtonik #15419: distutils: build_py_2to3 should use a separate build directory http://bugs.python.org/issue15419 opened by techtonik #15421: Calendar.itermonthdates OverflowError http://bugs.python.org/issue15421 opened by ced #15422: Get rid of PyCFunction_New macro http://bugs.python.org/issue15422 opened by asvetlov #15424: __sizeof__ of array should include size of items http://bugs.python.org/issue15424 opened by Pankrat #15425: Another strange Tracebacks with importlib http://bugs.python.org/issue15425 opened by amaury.forgeotdarc #15426: On a x86_64 Linux workstation, the build-from-source is borked http://bugs.python.org/issue15426 opened by Shocked.Pancake #15427: Describe use of args parameter of argparse.ArgumentParser.pars http://bugs.python.org/issue15427 opened by bethard #15428: add "Name Collision" section to argparse docs http://bugs.python.org/issue15428 opened by bethard #15430: Improve filecmp documentation http://bugs.python.org/issue15430 opened by orsenthil #15431: Cannot build importlib.h on Windows http://bugs.python.org/issue15431 opened by amaury.forgeotdarc #15432: gzip.py: mtime argument only since python 2.7 http://bugs.python.org/issue15432 opened by gomyhr #15436: __sizeof__ is not documented http://bugs.python.org/issue15436 opened by storchaka #15437: Merge Doc/ACKS.txt names into Misc/ACKS http://bugs.python.org/issue15437 opened by cjerdonek #15438: Incredible issue in math.pow http://bugs.python.org/issue15438 opened by andrea.bergamini #15439: Include Misc/ACKS names into the documentation http://bugs.python.org/issue15439 opened by cjerdonek #15440: multiprocess fails to re-raise exception which has mandatory a http://bugs.python.org/issue15440 opened by Bala.FA #15441: test_posixpath fails on Japanese edition of Windows http://bugs.python.org/issue15441 opened by ishimoto #15442: Expand the list of default dirs filecmp.dircmp ignores http://bugs.python.org/issue15442 opened by eli.bendersky #15443: datetime module has no support for nanoseconds http://bugs.python.org/issue15443 opened by goshawk #15444: Incorrectly written contributor's names http://bugs.python.org/issue15444 opened by storchaka #15447: A file is not properly closed by webbrowser._invoke http://bugs.python.org/issue15447 opened by anton.barkovsky #15448: utimes() functions fail with ENOSYS even when detected by conf http://bugs.python.org/issue15448 opened by richmose #15450: Allow dircmp.subdirs to behave well under subclassing http://bugs.python.org/issue15450 opened by cjerdonek #15451: PATH is not honored in subprocess.Popen in win32 http://bugs.python.org/issue15451 opened by Grissiom.Gu #15452: Eliminate the use of eval() in the logging config implementati http://bugs.python.org/issue15452 opened by ncoghlan #15453: ctype with packed bitfields does not match native compiler http://bugs.python.org/issue15453 opened by Mike.Castle #15454: Allow dircmp.report() output stream to be customized http://bugs.python.org/issue15454 opened by cjerdonek #15455: index entries not showing up in glossary http://bugs.python.org/issue15455 opened by cjerdonek #15457: consistent treatment of generator terminology http://bugs.python.org/issue15457 opened by cjerdonek #15459: ctypes Structures with subclassed types in the _fields_ list http://bugs.python.org/issue15459 opened by theller #15460: SQLite cursor.description is not DB-API compatible http://bugs.python.org/issue15460 opened by CharlieX #15463: test_faulthandler can fail if install path is too long http://bugs.python.o
Re: [Python-Dev] 2.7 releases
On Thu, Jul 26, 2012 at 1:50 PM, Thomas Heller wrote: > So, I have uploaded a patch and asked for review (since I'm not 1000% > sure that it is absolutely correct): > > http://bugs.python.org/issue15459 I'll take a look at this in the next few days. -- Meador ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] 2.7 releases
2012/7/26 Thomas Heller : > Will there be more 2.7 bugfix releases, and when the next one? Probably late fall or early 2013. -- Regards, Benjamin ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] 2.7 releases
On 27/07/2012 20:12, Benjamin Peterson wrote: 2012/7/26 Thomas Heller : Will there be more 2.7 bugfix releases, and when the next one? Probably late fall or early 2013. Or, for those in the southern hemisphere, late spring or early 2013. ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Issue 15295: New import documentation
Back when Eric, Jason, and I sprinted on the PEP 420 implementation, I threatened to actually document how the import machinery worked, updating and reorganizing to include the new PEP 420 protocols. Issue 15295 tracks this: http://bugs.python.org/issue15295 I now have a first draft of the new import machinery documentation. This refactors the import statement docs, moving everything concerning the finding and loading of modules into a separate language reference section. The import statement section then only describes the name binding operations that occur after the module has been loaded. I've also added a bunch of new glossary terms, and updated documentation and code related to the importlib ABCs. Everything lives in the features/pep-420 clone, in the importdocs branch: http://hg.python.org/features/pep-420/shortlog/e6e77d8bb729 I really don't want to extract a patch for the tracker issue, since that will be much less convenient to update with the inevitable deluge of corrections I'm sure I'll get . Please do review the updated documentation, and send comments either here or in the tracker issue. Given Python's release schedule and my own summer schedule, review is fairly urgent. OTOH, this is just documentation, so if Georg agrees, and the changes look mostly sane, then I can commit it and we can fix up the nits later. Either way, I'd like to commit the docs by mid-next week at the latest (so after rc1 unfortunately). Cheers, -Barry signature.asc Description: PGP signature ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Issue 15295: New import documentation
2012/7/27 Barry Warsaw : > Back when Eric, Jason, and I sprinted on the PEP 420 implementation, I > threatened to actually document how the import machinery worked, updating and > reorganizing to include the new PEP 420 protocols. Issue 15295 tracks this: > > http://bugs.python.org/issue15295 > > I now have a first draft of the new import machinery documentation. That's great! Thanks a lot for doing this. It is desparately in need of documentation. -- Regards, Benjamin ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
