Re: [Python-Dev] Troubled by changes to PyPI usage agreement
Ben Finney wrote: > On 03-Dec-2009, Benjamin Peterson wrote: >> Hi Ben, >> Could I ask why you cced this to python-dev, too? I thought the last >> string of pypi related emails, we agreed the correct place for this >> was the catalog-sig. > > I did consider that. But it seems this change is being asserted by the > PSF. At the least, it seems to need clarification by Python insiders > who may not be reading the ‘catalog-sig’ forum. > > Sorry for not making the reason for the cross-post clearer. Well, python-dev and the PSF have not much to do with each other, either. You can reach the PSF at p...@python.org. Regards, Martin ___ 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
Re: [Python-Dev] Troubled by changes to PyPI usage agreement
"Martin v. Löwis" writes: > Well, python-dev and the PSF have not much to do with each other, > either. You can reach the PSF at p...@python.org. Okay, thanks. Folks, I consider this thread on ‘python-dev’ done. I'll start again with a new thread crossing between the PSF at the address Martin gives, and ‘catalog-sig’; if you're interested, please join that thread and let this one end. -- \ “Reichel's Law: A body on vacation tends to remain on vacation | `\unless acted upon by an outside force.” —Carol Reichel | _o__) | Ben Finney ___ 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
[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (11/27/09 - 12/04/09) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 2501 open (+17) / 16755 closed (+14) / 19256 total (+31) Open issues with patches: 998 Average duration of open issues: 695 days. Median duration of open issues: 451 days. Open Issues Breakdown open 2466 (+17) pending34 ( +0) Issues Created Or Reopened (31) ___ optparse Documentation References Example Files that do not Exis 11/28/09 http://bugs.python.org/issue7404created MarkRoddy patch compiling python 3.1.1 using cygwin 1.7.0 and gcc 4.3.4 11/28/09 http://bugs.python.org/issue7405created lopgok int arithmetic relies on C signed overflow behaviour 11/29/09 http://bugs.python.org/issue7406created mark.dickinson Minor Queue doc improvement 11/29/09 http://bugs.python.org/issue7407created flub patch test_distutils fails on Mac OS X 10.511/29/09 CLOSED http://bugs.python.org/issue7408created titus cleanup now deepcopy copies instance methods 11/29/09 CLOSED http://bugs.python.org/issue7409created rbcollins patch deepcopy of itertools.count resets the count 11/30/09 CLOSED http://bugs.python.org/issue7410created rbcollins allow import from file having name containing hyphen or blank11/30/09 CLOSED http://bugs.python.org/issue7411created pfeld...@verizon.net distutils install race condition 11/30/09 http://bugs.python.org/issue7412created illume datetime.datetime.isoformat truncation problem 12/01/09 http://bugs.python.org/issue7413created exarkun patch, needs review Format code "C" is missing from skipitem() in getargs.c 12/01/09 CLOSED http://bugs.python.org/issue7414created casevh patch PyUnicode_FromEncodedObject() uses PyObject_AsCharBuffer() 12/01/09 http://bugs.python.org/issue7415created scoder select module compile errors breaks OS X multi-architecture buil 12/01/09 CLOSED http://bugs.python.org/issue7416created ned.deily open builtin has no signature in docstring 12/01/09 http://bugs.python.org/issue7417created englabenny patch hashlib : the names of the different hash algorithms 12/01/09 http://bugs.python.org/issue7418created chaica_ patch Crash in _locale.setlocale on windows12/01/09 CLOSED http://bugs.python.org/issue7419created amaury.forgeotdarc turtle - turtle.update() doesn't override turtle.tracer()12/01/09 CLOSED http://bugs.python.org/issue7420created dragon Given12/01/09 CLOSED http://bugs.python.org/issue7421created Fallen Document inspect.get(full)argspec limitation to Python function 12/01/09 http://bugs.python.org/issue7422created tjreedy
[Python-Dev] Windows make_buildinfo changes in 2.6 and cross-compilation
I ran across this while trying to upgrade our company's internal Windows CE build from 2.5.2 to either 2.6 or 3.1. In the 2.5 era, the Windows version of make_buildinfo used to fall back to just copying the getbuildinfo.c file from \Modules if subwcrev failed; since 2.6, make_buildinfo fails the build if the compilation of getbuildinfo.c fails when make_buildinfo is run, without falling back to copying. Any reason not to keep the fallback strategy in the process? The new process fails in cross-compilation scenarios (like building for Windows CE on a Windows host) because, while the VC++ solution can be told to build native (win32) binaries for make_buildinfo and make_versioninfo, when make_buildinfo tries to compile via its hardcoded call to cl.exe, it tries to use the cross-compiler without the required flags from the cross-compilation configs in the vcproj files. Thanks! -- Tim Lesher ___ 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
[Python-Dev] who wants to be sprint coach @ PyCon 2010?
I can't afford to attend PyCon beyond the language summit and the conference itself this year (down to about my last year of my PhD and need every last dime I have left in saving to avoid school debt), so for the first time since PyCon started back in 2003, I have to miss out on attending the sprints. That means my traditional role as sprint coach for the core is up for grabs for someone else to take on. Since early-bird registration is open for about a month (ends Jan 6) I wanted to get this email out now instead of wait in case it influences someone's plan to attend the sprints. -Brett ___ 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
[Python-Dev] Rules for the Tools directory
Hello, I was going to suggest adding ccbench and iobench to the Tools directory, so I wonder whether there are any rules for putting stuff there? Thank you Antoine. ___ 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
Re: [Python-Dev] Rules for the Tools directory
On Fri, Dec 4, 2009 at 17:20, Antoine Pitrou wrote: > Hello, > > I was going to suggest adding ccbench and iobench to the Tools directory, > so I wonder whether there are any rules for putting stuff there? > > Much like the Demos directory, there are no rules. -Brett > Thank you > > Antoine. > > ___ > 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/brett%40python.org > ___ 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