Re: [Python-Dev] Code highlighting in tracker

2011-04-07 Thread Brian Curtin
On Thu, Apr 7, 2011 at 11:22, anatoly techtonik wrote: > On Thu, Apr 7, 2011 at 7:01 AM, Benjamin Peterson > wrote: > > 2011/4/6 anatoly techtonik : > >> Is it a good idea to have code highlighting in tracker? > > > > Why would we need it? > > Because tracker is ugly. It's a bug tracker, not a

Re: [Python-Dev] Releases for recent security vulnerability

2011-04-15 Thread Brian Curtin
On Apr 15, 2011 3:46 AM, "Gustavo Narea" wrote: > > Hi all, > > How come a description of how to exploit a security vulnerability > comes before a release for said vulnerability? I'm talking about this: > http://blog.python.org/2011/04/urllib-security-vulnerability-fixed.html > > My understanding

Re: [Python-Dev] Releases for recent security vulnerability

2011-04-16 Thread Brian Curtin
On Sat, Apr 16, 2011 at 06:45, Gustavo Narea wrote: > Hello, > > On 15/04/11 13:30, Brian Curtin wrote: > > To me, the fix *was* released. > > No, it wasn't. It was *committed* to the repository. > Yep, and that's enough for me. If you have a vulnerable sy

[Python-Dev] Windows 2000 Support

2011-05-01 Thread Brian Curtin
I'm currently writing a post about the process of removing OS/2 and VMS support and thought about a discussion of Windows 2000 some time back. http://mail.python.org/pipermail/python-dev/2010-March/098074.html makes a proposal for beginning to walk away from 2000, but doesn't appear to come to any

Re: [Python-Dev] Issue Tracker

2011-05-02 Thread Brian Curtin
On Mon, May 2, 2011 at 11:06, anatoly techtonik wrote: > On Sun, May 1, 2011 at 7:31 PM, Georg Brandl wrote: > > On 30.04.2011 16:53, anatoly techtonik wrote: > >> On Tue, Mar 29, 2011 at 4:37 AM, R. David Murray > wrote: > >>> > >>> The hardest part is debugging the TAL when you make a mistake

Re: [Python-Dev] Windows 2000 Support

2011-05-02 Thread Brian Curtin
On Mon, May 2, 2011 at 16:14, "Martin v. Löwis" wrote: > Am 01.05.2011 22:51, schrieb Brian Curtin: > > I'm currently writing a post about the process of removing OS/2 and VMS > > support and thought about a discussion of Windows 2000 some time > > back.

Re: [Python-Dev] Windows 2000 Support

2011-05-03 Thread Brian Curtin
On Mon, May 2, 2011 at 19:39, Brian Curtin wrote: > On Mon, May 2, 2011 at 16:14, "Martin v. Löwis" wrote: > >> Am 01.05.2011 22:51, schrieb Brian Curtin: >> > I'm currently writing a post about the process of removing OS/2 and VMS >> > support and th

Re: [Python-Dev] Inconsistent case in directory names for installed Python on Windows

2011-05-18 Thread Brian Curtin
On May 18, 2011 7:03 AM, "anatoly techtonik" wrote: > > Greetings, > > While studying `virtualenv` code I've noticed that in Python directory > tree `include`, `libs` and `tcl` are lowercased while other dirs are > capitalized. It doesn't seem important (especially for developers > here), but it s

Re: [Python-Dev] Inconsistent case in directory names for installed Python on Windows

2011-05-18 Thread Brian Curtin
On Wed, May 18, 2011 at 21:33, anatoly techtonik wrote: > On Wed, May 18, 2011 at 3:47 PM, Brian Curtin > wrote: > > > > On May 18, 2011 7:03 AM, "anatoly techtonik" > wrote: > >> > >> Greetings, > >> > >> While studying `virtua

Re: [Python-Dev] os.access on Windows

2011-05-20 Thread Brian Curtin
On Fri, May 20, 2011 at 03:38, Tim Golden wrote: > There's a thread on python-list at the moment: > > http://mail.python.org/pipermail/python-list/2011-May/1272505.html > > which is discussing the validity of os.access results on > Windows. Now we've been here before: I raised issue2528 > for a p

Re: [Python-Dev] cpython (3.2): Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.

2011-06-09 Thread Brian Curtin
h: 3.2 > > > parent: 70700:0aa3064d1cef > > > user:Brian Curtin > > > date:Wed Jun 08 18:17:18 2011 -0500 > > > summary: > > > Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of > os.stat. > > > >

Re: [Python-Dev] In-Python virtualisation and packaging

2011-06-13 Thread Brian Curtin
On Mon, Jun 13, 2011 at 08:42, Vinay Sajip wrote: > Nick Coghlan gmail.com> writes: > > > You should be able to use symlinks even on Windows these days > > (although granted they won't on portable media that uses a non-symlink > > friendly filesystem, regardless of OS). > > Plus I'm not sure Win

Re: [Python-Dev] What happened to Python 3.2.1?

2011-07-01 Thread Brian Curtin
On Fri, Jul 1, 2011 at 09:01, David P. Riedel wrote: > Hi > > Python 3.2.1 was scheduled to be released on 6/19, I believe but there is > no mention of it anywhere. Has it been delayed? > > Thanks. There are two remaining blockers for the release: http://bugs.python.org/issue12346 and http://b

Re: [Python-Dev] Compiling Python 3.2 on Cygwin fails

2011-07-05 Thread Brian Curtin
On Tue, Jul 5, 2011 at 14:12, Dan Stromberg wrote: > > On Tue, Jul 5, 2011 at 7:25 AM, David Robinow wrote: > >> >> Cygwin is not really a supported platform. > > ... > >> [Ultimately somebody with an >> interest in cygwin will need to get active in python development. I've >> been meaning to d

Re: [Python-Dev] Compiling Python 3.2 on Cygwin fails

2011-07-05 Thread Brian Curtin
On Tue, Jul 5, 2011 at 14:41, Dan Stromberg wrote: > > On Tue, Jul 5, 2011 at 12:18 PM, Brian Curtin wrote: > >> On Tue, Jul 5, 2011 at 14:12, Dan Stromberg wrote: >> >>> >>> On Tue, Jul 5, 2011 at 7:25 AM, David Robinow wrote: >>> >

Re: [Python-Dev] Compiling Python 3.2 on Cygwin fails

2011-07-05 Thread Brian Curtin
On Tue, Jul 5, 2011 at 15:10, Dan Stromberg wrote: > > On Tue, Jul 5, 2011 at 1:00 PM, Brian Curtin wrote: > >> On Tue, Jul 5, 2011 at 14:41, Dan Stromberg wrote: >> >>> >>> On Tue, Jul 5, 2011 at 12:18 PM, Brian Curtin wrote: >>> >&g

Re: [Python-Dev] Indentation in reStructuredText documents (was: [Python-checkins] peps: Restore whitespace characters lost via email transmission.)

2011-07-20 Thread Brian Curtin
On Wed, Jul 20, 2011 at 20:31, Ben Finney wrote: > Éric Araujo writes: > > > FYI, reST uses three-space indents, not four (so that blocks align > > nicely under the leading two dots + one space), so I think the change > > was intentional. > > No, reST doesn't specify any particular level of inden

Re: [Python-Dev] New update to PEP397 - Python launcher for Windows

2011-07-21 Thread Brian Curtin
On Jul 21, 2011 7:15 AM, "anatoly techtonik" wrote: > > If you're going to include this into standard Python distribution, it > needs more attention from _users_. As a user, I can not find any > references to any user stories in this PEP article. Abstract chapter > is totally useless > > "This PEP

Re: [Python-Dev] Python launcher command line usage (Was: 3.2.1 encoding surprise)

2011-07-22 Thread Brian Curtin
On Thu, Jul 21, 2011 at 20:30, Vlad Riscutia wrote: > If versioned filenames are added in addition to python.exe, it still might > look confusing for most users: Why do I have python and python3.2 > executables? What's the difference? I'd rather go with -v argument either > way, for people that *

Re: [Python-Dev] Instance variable access and descriptors

2007-06-12 Thread Brian Harring
On Tue, Jun 12, 2007 at 08:10:26PM +1200, Greg Ewing wrote: > Phillip J. Eby wrote: > > ...at the cost of slowing down access to properties and __slots__, by > > adding an *extra* dictionary lookup there. > > Rather than spend time tinkering with the lookup order, > it might be more productive to

Re: [Python-Dev] [Distutils] How we can get rid of eggs for 2.6 and beyond

2008-04-03 Thread Brian Sutherland
incomplete, and they have to redo all of it, > anyway. I've found it extremely useful to have access to dependency information when making Debian packages automagically out of setuptools tarballs. It's not easy or robust to access/use it, but for my simple pure pyt

Re: [Python-Dev] Python Leopard DLL Hell

2008-04-22 Thread Brian Cole
/c/func/dlopen Whereas, linux will respect the fact you gave it a specific shared library: http://linux.die.net/man/3/dlopen If I am provided a workaround by apple I will post a python patch. A little scary that someone can circumvent my application by just setting an environment variable. -Brian

Re: [Python-Dev] Fwd: Removal of GIL through refcounting removal.

2008-10-31 Thread Brian Granger
g. Same is true of MPI. From the user's perspective MPI is just message passing. But, MPI implementations use threads internally extensively. Bottom line: threads may be a bad end in themselves (I agree with this), but they are a great means to be

Re: [Python-Dev] GIL removal question

2011-08-10 Thread Brian Curtin
On Wed, Aug 10, 2011 at 11:14, Vlad Riscutia wrote: > Removing GIL is interesting work and probably multiple people are willing > to contribute. Threading and synchronization is a deep topic and it might be > that if just one person toys around with removing GIL he might not see > performance imp

[Python-Dev] Moving forward with the concurrent package

2011-08-10 Thread Brian Curtin
Now that we have concurrent.futures, is there any plan for multiprocessing to follow suit? PEP 3148 mentions a hope to add or move things in the future [0], which would be now. [0] http://www.python.org/dev/peps/pep-3148/#naming ___ Python-Dev mailing li

Re: [Python-Dev] Moving forward with the concurrent package

2011-08-10 Thread Brian Curtin
On Wed, Aug 10, 2011 at 15:36, Antoine Pitrou wrote: > Le Wed, 10 Aug 2011 14:54:33 -0500, > Benjamin Peterson a écrit : > > 2011/8/10 Brian Curtin : > > > Now that we have concurrent.futures, is there any plan for > > > multiprocessing to follow suit? PEP 3148

Re: [Python-Dev] cpython: News item for #12724

2011-08-11 Thread Brian Curtin
On Thu, Aug 11, 2011 at 00:26, Georg Brandl wrote: > Am 11.08.2011 03:34, schrieb brian.curtin: > > http://hg.python.org/cpython/rev/3a6782f2a4a8 > > changeset: 71811:3a6782f2a4a8 > > user:Brian Curtin > > date:Wed Aug 10 20:32:10 2011 -0500 >

Re: [Python-Dev] FileSystemError or FilesystemError?

2011-08-23 Thread Brian Curtin
On Tue, Aug 23, 2011 at 13:20, Antoine Pitrou wrote: > > Hello, > > When reviewing the PEP 3151 implementation (*), Ezio commented that > "FileSystemError" looks a bit strange and that "FilesystemError" would > be a better spelling. What is your opinion? > > (*) http://bugs.python.org/issue12555

Re: [Python-Dev] Windows installers and %PATH%

2011-08-26 Thread Brian Curtin
On Thu, Aug 25, 2011 at 23:04, Andrew Pennebaker < andrew.penneba...@gmail.com> wrote: > Please have the Windows installers add the Python installation directory to > the PATH environment variable. The http://bugs.python.org bug tracker is a better place for feature requests like this, of which

Re: [Python-Dev] Windows installers and %PATH%

2011-08-26 Thread Brian Curtin
On Fri, Aug 26, 2011 at 12:18, Andrew Pennebaker < andrew.penneba...@gmail.com> wrote: > Also, there's no need to "buy in" to the Windows toolchain just to edit > PATH. Installer software includes functionality for editing environment > variables, and in any case Python has built in environment va

Re: [Python-Dev] Should we move to replace re with regex?

2011-08-27 Thread Brian Curtin
On Sat, Aug 27, 2011 at 11:48, Dan Stromberg wrote: > > No, this was not the intent of __future__. The intent is that a >> feature is desirable but also backwards incompatible (e.g. introduces >> a new keyword) so that for 1 (sometimes more) releases we require the >> users to use the __future__ i

Re: [Python-Dev] Inconsistent script/console behaviour

2011-09-23 Thread Brian Curtin
On Fri, Sep 23, 2011 at 18:49, Terry Reedy wrote: > A interactive lisp interpreter can detect end-of-statement without a blank > line by matching a closing paren to the open paren that starts every > expression. Braces-loving programmers around the world are feverishly writing a PEP as we speak.

[Python-Dev] PyCon 2012 Proposals Due October 12

2011-09-27 Thread Brian Curtin
...@python.org Brian Curtin - Publicity Coordinator - br...@python.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

Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-03 Thread Brian Curtin
On Mon, Oct 3, 2011 at 18:32, Ryan Wells (MP Tech Consulting LLC) < v-ry...@microsoft.com> wrote: > Hello Python Developers, > > ** ** > > I am a Program Manager with the Ecosystem Engineering team at Microsoft. We > are tracking a issue with Python 3.2.2 on Windows Developer Preview when > u

Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-04 Thread Brian Curtin
On Tue, Oct 4, 2011 at 11:27, Michael Foord wrote: > On 04/10/2011 02:20, Brian Curtin wrote: > > On Mon, Oct 3, 2011 at 18:32, Ryan Wells (MP Tech Consulting LLC) < > v-ry...@microsoft.com> wrote: > >> Hello Python Developers, >> >> >> >> I

Re: [Python-Dev] Python compatibility issue with Windows Developer Preview

2011-10-04 Thread Brian Curtin
On Tue, Oct 4, 2011 at 13:24, Ryan Wells (MP Tech Consulting LLC) wrote: > Please let me know if you have an estimated timeframe to address this issue, > and if our team can further assist in this process. No idea about an estimated time frame, but I've entered http://bugs.python.org/issue13101 i

Re: [Python-Dev] Status of the built-in virtualenv functionality in 3.3

2011-10-06 Thread Brian Curtin
On Thu, Oct 6, 2011 at 09:12, Éric Araujo wrote: > Oh, let’s not forget naming.  We can’t reuse the module name virtualenv > as it would shadow the third-party module name, and I’m not fond of > “virtualize”: it brings OS-level virtualization to my mind, not isolated > Python environments. How ab

Re: [Python-Dev] Status of the built-in virtualenv functionality in 3.3

2011-10-06 Thread Brian Curtin
On Thu, Oct 6, 2011 at 10:46, Éric Araujo wrote: > Le 06/10/2011 17:31, Barry Warsaw a écrit : >> I agree we can't use virtualenv, and shouldn't use virtualize.  I'm afraid >> that picking something cute might make it harder to discover.  `pythonv` or >> `cpythonv` seem like good choices to me.  M

Re: [Python-Dev] SimpleHTTPServer slashdot (Was: Python Core Tools)

2011-10-07 Thread Brian Curtin
On Fri, Oct 7, 2011 at 08:57, anatoly techtonik wrote: >> It's just that SimpleHTTPServer doesn't quite survive slashdot effect. >> Where do I fill a bug report :) > > http://bugs.python.org http://www.theonion.com/ ___ Python-Dev mailing list Python-De

Re: [Python-Dev] Documentation strategy for PEP 3151

2011-10-12 Thread Brian Curtin
On Wed, Oct 12, 2011 at 09:17, Antoine Pitrou wrote: > > Hello, > > I'd like some advice on what the best path is in cases such as: > >   A :exc:`socket.error` is raised for errors from the call >   to :func:`inet_ntop`. > > Should I replace "socket.error" with "OSError" (knowing that the > former

Re: [Python-Dev] Define Tracker workflow

2011-10-19 Thread Brian Curtin
On Wed, Oct 19, 2011 at 14:17, anatoly techtonik wrote: > The resolution will likely be 'fixed' which doesn't give any info > about if the patch was actually committed or not. If there's no commit update in the messages on the issue, you should assume it was not committed. At that point, either i

Re: [Python-Dev] Buildbot failures

2011-11-03 Thread Brian Curtin
On Sat, Oct 22, 2011 at 14:30, Andrea Crotti wrote: > On 10/21/2011 10:08 PM, Antoine Pitrou wrote: >> >> Hello, >> >> There are currently a bunch of various buildbot failures on all 3 >> branches. I would remind committers to regularly take a look at the >> buildbots, so that these failures get s

Re: [Python-Dev] [Python-checkins] cpython: Fix #13327. Remove the need for an explicit None as the second argument to

2011-11-06 Thread Brian Curtin
On Sun, Nov 6, 2011 at 13:46, Benjamin Peterson wrote: > 2011/11/6 brian.curtin : >> - >> -    if (!PyArg_ParseTuple(args, "O&O:utime", >> +    PyObject* arg = NULL; > > You could set arg = Py_None here. >> + >> +    if (!PyArg_ParseTuple(args, "O&|O:utime", >>                           PyUnicode_

Re: [Python-Dev] cpython: Remove the old style [...] to denote optional args and show the defaults.

2011-11-08 Thread Brian Curtin
On Tue, Nov 8, 2011 at 14:47, Georg Brandl wrote: > Am 08.11.2011 21:30, schrieb brian.curtin: >> http://hg.python.org/cpython/rev/60ae7979fec8 >> changeset:   73463:60ae7979fec8 >> user:        Brian Curtin >> date:        Tue Nov 08 14:30:02 2011 -0600 >> s

Re: [Python-Dev] PEP 405 (proposed): Python 2.8 Release Schedule

2011-11-09 Thread Brian Curtin
On Wed, Nov 9, 2011 at 10:14, Barry Warsaw wrote: > I think we should have an official pronouncement about Python 2.8, and PEPs > are as official as it gets 'round here. Thus I propose the following. If > there are no objections , I'll commit this taking the next available > number. > > Cheers,

Re: [Python-Dev] Is Python insider blog dead?

2011-11-16 Thread Brian Curtin
On Wed, Nov 16, 2011 at 05:40, Jesús Cea wrote: > Python insider blog was a great idea, trying to open and expose python-dev > to the world. A great and necessary idea. > > But the last post was in August. > > I wonder if the project is dead... Would be sad :-( > > http://blog.python.org/ Not d

[Python-Dev] blog.python.org - help wanted - topics, authors, etc.

2011-11-16 Thread Brian Curtin
As Jesus mentioned earlier today, it has been a while since http://blog.python.org/ was been updated, and even before that it wasn't updated all that often. I'd like to try and get others involved so we can get a more steady flow going and highlight more of the work everyone is doing. The blog aim

Re: [Python-Dev] [PATCH] Adding braces to __future__

2011-12-09 Thread Brian Curtin
On Fri, Dec 9, 2011 at 14:26, Cedric Sodhi wrote: > IF YOU THINK YOU MUST REPLY SOMETHING WITTY, ITERATE THAT THIS HAD BEEN > DISCUSSED BEFORE, REPLY THAT "IT'S SIMPLY NOT GO'NNA HAPPEN", THAT "WHO > DOESN'T LIKE IT IS FREE TO CHOOSE ANOTHER LANGUAGE" OR SOMETHING > SIMILAR, JUST DON'T. > > Otherw

Re: [Python-Dev] Hash collision security issue (now public)

2011-12-28 Thread Brian Curtin
On Wed, Dec 28, 2011 at 19:51, Alex Gaynor wrote: > A few thoughts on this: > > a) This is not a new issue, I'm curious what the new interest is in it. Well they (the presenters of the report) had to be accepted to that conference for *something*, otherwise we wouldn't know they exist. __

Re: [Python-Dev] [Python-checkins] cpython: Issue #12715: Add an optional symlinks argument to shutil functions (copyfile,

2011-12-30 Thread Brian Curtin
On Thu, Dec 29, 2011 at 11:55, antoine.pitrou wrote: > http://hg.python.org/cpython/rev/cf57ef65bcd0 > changeset:   74194:cf57ef65bcd0 > user:        Antoine Pitrou > date:        Thu Dec 29 18:54:15 2011 +0100 > summary: >  Issue #12715: Add an optional symlinks argument to shutil functions > (

Re: [Python-Dev] cpython: Issue #12715: Add an optional symlinks argument to shutil functions (copyfile,

2011-12-30 Thread Brian Curtin
On Fri, Dec 30, 2011 at 13:39, Antoine Pitrou wrote: > On Fri, 30 Dec 2011 13:29:36 -0600 > Brian Curtin wrote: >> >> Can we expect that readers on Windows know how os.symlink works, or >> should the stipulations of os.symlink usage also be laid out or at >> lea

Re: [Python-Dev] Code reviews

2012-01-02 Thread Brian Curtin
On Mon, Jan 2, 2012 at 12:26, francis wrote: > On 01/02/2012 06:35 PM, Georg Brandl wrote: >> >> On 01/02/2012 03:41 PM, Antoine Pitrou wrote: >>> >>> On Mon, 2 Jan 2012 14:44:49 +1000 >>> Nick Coghlan  wrote: He keeps leaving them out, I occasionally tell him they should always be

Re: [Python-Dev] PEP 7 clarification request: braces

2012-01-04 Thread Brian Curtin
On Wed, Jan 4, 2012 at 00:30, Stephen J. Turnbull wrote: > Benjamin Peterson writes: > >  > My goodness, I was trying to make a ridiculous-sounding proposition. > > In this kind of discussion, that's in the same class as "be careful > what you wish for -- because you might just get it." I wish we

Re: [Python-Dev] Python as a Metro-style App

2012-01-07 Thread Brian Curtin
On Sat, Jan 7, 2012 at 16:07, wrote: > A then-related question is whether Python 3.3 should be compiled with Visual > Studio 11. I'd still be in favor of that, provided Microsoft manages to > release that soon enough. I'm guessing the change would have to be done before the first beta? It would

Re: [Python-Dev] Python as a Metro-style App

2012-01-07 Thread Brian Curtin
On Sat, Jan 7, 2012 at 18:04, Paul Moore wrote: > On 7 January 2012 22:56, Eli Bendersky wrote: >> >>> A then-related question is whether Python 3.3 should be compiled with >>> Visual >>> Studio 11. I'd still be in favor of that, provided Microsoft manages to >>> release >>> that soon enough. >>

Re: [Python-Dev] Hash collision security issue (now public)

2012-01-08 Thread Brian Curtin
On Sun, Jan 8, 2012 at 16:33, Jim Jewett wrote: > In http://mail.python.org/pipermail/python-dev/2012-January/115368.html > Stefan Behnel wrote: Can you please configure your mail client to not create new threads like this? As if this topic wasn't already hard enough to follow, it now exists acro

Re: [Python-Dev] Script(s) for building Python on Windows

2012-01-16 Thread Brian Curtin
On Mon, Jan 16, 2012 at 14:00, Jason R. Coombs wrote: > The second thing I notice is the scripts assume Visual Studio 2008. And > while I recognize that Python is specifically built against Visual Studio > 2008 for the official releases and that Visual Studio 2008 may be the only > officially-supp

Re: [Python-Dev] Script(s) for building Python on Windows

2012-01-16 Thread Brian Curtin
On Mon, Jan 16, 2012 at 18:01, Jason R. Coombs > My goal in adding the upgrade code was to provide a one-step upgrade for > developers with only VS 10 installed. That's what vs-upgrade in > jaraco.develop does. Upgrading to 2010 requires some code changes in addition to the conversion, so the proc

Re: [Python-Dev] Switching to Visual Studio 2010

2012-01-17 Thread Brian Curtin
On Tue, Jan 17, 2012 at 14:43, "Martin v. Löwis" wrote: > It seems a number of people are interested that the Python trunk > switches to Visual Studio 2010 *now*. I've been hesitant to agree > to such a change, as I still hope that Python can skip over VS 2010 > (a.k.a.  VS 10), and go straight to

Re: [Python-Dev] Switching to Visual Studio 2010

2012-01-17 Thread Brian Curtin
On Tue, Jan 17, 2012 at 15:01, "Martin v. Löwis" wrote: >> I previously completed the port at my old company (but could not >> release it), and I have a good bit of it completed for us at >> http://hg.python.org/sandbox/vs2010port/. That repo is a little bit >> behind 'default' but updating it sho

Re: [Python-Dev] PEP 407: New release cycle and introducing long-term support versions

2012-01-19 Thread Brian Curtin
On Thu, Jan 19, 2012 at 17:54, "Martin v. Löwis" wrote: > Ok, so let me add then that I'm worried about the additional work-load. > > I'm particularly worried about the coordination of vacation across the > three people that work on a release. It might well not be possible to > make any release fo

Re: [Python-Dev] Switching to Visual Studio 2010

2012-01-26 Thread Brian Curtin
On Tue, Jan 17, 2012 at 15:11, Brian Curtin wrote: > On Tue, Jan 17, 2012 at 15:01, "Martin v. Löwis" wrote: >>> I previously completed the port at my old company (but could not >>> release it), and I have a good bit of it completed for us at >>> http:/

Re: [Python-Dev] Switching to Visual Studio 2010

2012-02-01 Thread Brian Curtin
On Sun, Jan 29, 2012 at 14:23, Trent Nelson wrote: >    Brian, what are your plans?  Are you going to continue working in >    hg.python.org/sandbox/vs2010port then merge everything over when >    ready?  I have some time available to work on this for the next >    three weeks or

Re: [Python-Dev] Switching to Visual Studio 2010

2012-02-01 Thread Brian Curtin
On Wed, Feb 1, 2012 at 15:37, Catalin Iacob wrote: > On Tue, Jan 17, 2012 at 9:43 PM, "Martin v. Löwis" wrote: > ... >> P.S. Here is my personal list of requirements and non-requirements: > ... >> - must generate binaries that run on Windows XP > > I recently read about Firefox switching to VS201

Re: [Python-Dev] Switching to Visual Studio 2010

2012-02-01 Thread Brian Curtin
On Wed, Feb 1, 2012 at 15:41, Brian Curtin wrote: > On Wed, Feb 1, 2012 at 15:37, Catalin Iacob wrote: >> On Tue, Jan 17, 2012 at 9:43 PM, "Martin v. Löwis" >> wrote: >> ... >>> P.S. Here is my personal list of requirements and non-requirements: >>

Re: [Python-Dev] folding cElementTree behind ElementTree in 3.3

2012-02-07 Thread Brian Curtin
On Tue, Feb 7, 2012 at 22:15, Nick Coghlan wrote: > Folding the two > implementations together in the standard library would mean officially > declaring that xml.etree is now an independently maintained fork of > Fredrik's version rather than just a "snapshot in time" of a > particular version (wh

Re: [Python-Dev] best place for an atomic file API

2012-02-15 Thread Brian Curtin
On Wed, Feb 15, 2012 at 19:19, Ben Finney wrote: > Charles-François Natali writes: > >> Issue #8604 aims at adding an atomic file API to make it easier to >> create/update files atomically, using rename() on POSIX systems and >> MoveFileEx() on Windows (which are now available through >> os.repla

Re: [Python-Dev] Status of PEP 397 - Python launcher for Windows

2012-02-17 Thread Brian Curtin
On Fri, Feb 17, 2012 at 23:24, Mark Hammond wrote: > I'm wondering what thoughts are on PEP 397, the Python launcher for Windows. >  I've been using the implementation for a number of months now and I find it > incredibly useful. > > To my mind, the specific steps would be: > > * Arrange for it to

[Python-Dev] Windows build - fixing compile warnings before VS2010

2012-02-21 Thread Brian Curtin
While some effort has gone on to get the 32-bit build to compile without warnings (thanks for that!), 64-bit still has numerous warnings. Before I push forward on more of the VS2010 port, I'd like to have a clean 2008 build all around so we can more easily track what may have changed. In completing

Re: [Python-Dev] Windows build - fixing compile warnings before VS2010

2012-02-22 Thread Brian Curtin
On Tue, Feb 21, 2012 at 23:45, wrote: > > Zitat von Brian Curtin : > > >> While some effort has gone on to get the 32-bit build to compile >> without warnings (thanks for that!), 64-bit still has numerous >> warnings. Before I push forward on more of the VS2010 por

Re: [Python-Dev] Windows build - fixing compile warnings before VS2010

2012-02-22 Thread Brian Curtin
On Wed, Feb 22, 2012 at 10:04, shibturn wrote: > On 22/02/2012 3:32am, Brian Curtin wrote: >> >> 1. Is anyone opposed to moving up to Level 4 warnings? > > > At that level I think it complains about common things like the "do {...} > while (0)" idiom, a

Re: [Python-Dev] http://pythonmentors.com/

2012-02-22 Thread Brian Curtin
On Wed, Feb 22, 2012 at 18:21, Éric Araujo wrote: > Le 11/02/2012 12:00, Eli Bendersky a écrit : >> Well, I think the situation is pretty good now. If one goes to >> python.org and is interested in contributing, clicking on the "Core >> Development" link is a sensible step, right? > > Maybe, depen

Re: [Python-Dev] http://pythonmentors.com/

2012-02-22 Thread Brian Curtin
On Thu, Feb 23, 2012 at 01:15, Stephen J. Turnbull wrote: > Brian Curtin writes: > >  > If you want to contribute to development, I think you'll know that a >  > link about development is relevant. > > For values of "you" in "experienced programmer

Re: [Python-Dev] Status regarding Old vs. Advanced String Formating

2012-02-24 Thread Brian Curtin
On Feb 24, 2012 6:26 PM, "Mark Lawrence" wrote: > > On 24/02/2012 21:37, "Martin v. Löwis" wrote: >>> >>> I was of the thought that Old String Formatting |"%s" % foo| was to be >>> phased out by Advanced String Formatting |"{}.format(foo)|. >> >> >> This is actually not the case, and never was. So

Re: [Python-Dev] PEP 414 - Unicode Literals for Python 3

2012-02-27 Thread Brian Curtin
On Mon, Feb 27, 2012 at 17:15, Ethan Furman wrote: > This is probably a dumb question, but why can't we add u'' back to 3.2?  It > seems an incredibly minor change, and we are not in security-only fix stage, > are we? We don't add features to bug-fix releases.

[Python-Dev] Porting Stories (was PEP 414 - Unicode Literals for Python 3)

2012-02-28 Thread Brian Curtin
On Tue, Feb 28, 2012 at 09:04, Barry Warsaw wrote: > We really need to stop saying that porting to Python 3 is hard, or should be > delayed.  It's not in the vast majority of cases.  Yes, there are warts, and > we should continue to improve Python 3 so it gets easier, but by no means is > it impos

Re: [Python-Dev] Spreading the Python 3 religion (was Re: PEP 414 - Unicode Literals for Python 3)

2012-02-28 Thread Brian Curtin
>> as Python 2.5. > > Right, will take a look. FYI a Google search for "python 3 porting guide" > shows > the Wiki PortingToPy3K page, then Brian Curtin's Python 3 Porting Guide, then > Lennart Regebro's porting book website, and then the howto referred to above

Re: [Python-Dev] Backporting PEP 414

2012-02-28 Thread Brian Curtin
On Tue, Feb 28, 2012 at 14:27, Ethan Furman wrote: > Here's what I know: > > We don't add features to bug-fix releases. > u'' is considered a feature. > By not backporting to 3.1 and 3.2 we are not easing the migration pains from > 2.x. Let's say it's 2013 and 3.3 has been out for a few months an

Re: [Python-Dev] Job! Python Engineer position

2012-03-12 Thread Brian Curtin
On Mon, Mar 12, 2012 at 15:40, Watts, Wendy wrote: > Hello, my name is Wendy; I am a IT recruiter for vtrIT which is a division > of Volt Workforce Technical Solutions located in San Francisco. I have an > urgent Senior and Junior Python Engineer positions open for a client located > in CA. I am r

Re: [Python-Dev] Docs of weak stdlib modules should encourage exploration of 3rd-party alternatives

2012-03-12 Thread Brian Curtin
On Mon, Mar 12, 2012 at 19:23, Andrey Petrov wrote: > What such a snippet might look like: > > "Batteries are included with Python but sometimes they are old and > leaky—this is one of those cases. Please have a look in PyPI for more modern > alternatives provided by the Python community." What d

Re: [Python-Dev] Docs of weak stdlib modules should encourage exploration of 3rd-party alternatives

2012-03-12 Thread Brian Curtin
On Mon, Mar 12, 2012 at 21:14, Andrey Petrov wrote: > On Mon, Mar 12, 2012 at 8:58 PM, Brian Curtin wrote: >> On Mon, Mar 12, 2012 at 19:23, Andrey Petrov wrote: >>> What such a snippet might look like: >>> >>> "Batteries are included with Python but som

Re: [Python-Dev] Docs of weak stdlib modules should encourage exploration of 3rd-party alternatives

2012-03-13 Thread Brian Curtin
On Tue, Mar 13, 2012 at 14:13, Kenneth Reitz wrote: > I think the cheesehop trove classifiers would be the ideal way to > agnostically link to a page of packages related to the standard package in > question. No need for sort order. Randomize the order for all I care. We still need to ensure we'r

Re: [Python-Dev] Python install layout and the PATH on win32

2012-03-13 Thread Brian Curtin
On Tue, Mar 13, 2012 at 14:43, VanL wrote: > Following up on conversations at PyCon, I want to bring up one of my > personal hobby horses for change in 3.3: Fix install layout on Windows, with > a side order of making the PATH work better. > > Short version: > > 1) The layout for the python root d

[Python-Dev] 2012 Language Summit Report

2012-03-14 Thread Brian Curtin
As with last year, I've put together a summary of the Python Language Summit which took place last week at PyCon 2012. This was compiled from my notes as well as those of Eric Snow and Senthil Kumaran, and I think we got decent coverage of what was said throughout the day. http://blog.python.org/2

Re: [Python-Dev] 2012 Language Summit Report

2012-03-14 Thread Brian Curtin
On Wed, Mar 14, 2012 at 13:52, Georg Brandl wrote: > Thanks for the comprehensive report (I'm still reading).  May I request > for the future that you also paste a copy in the email to the group, for > purposes of archiving and ease of discussing?  (Just like we also post > PEPs to python-dev for

[Python-Dev] 2012 Language Summit Report (updated, included here)

2012-03-14 Thread Brian Curtin
the PEP czar). PEP 397 Inclusion = Without much of a Windows representation at the summit, discussion was fairly quick, but it was pretty much agreed that PEP `397`_ was something we should accept. Brian Curtin spoke in favor of the PEP, as well as mentioning ongoing work on the Windo

Re: [Python-Dev] Python install layout and the PATH on win32

2012-03-16 Thread Brian Curtin
On Fri, Mar 16, 2012 at 19:53, Mark Hammond wrote: > For the sake of brain-storming, how about this: > > * All executables and scripts go into the root of the Python install. This > directory is largely empty now - it is mainly a container for other > directories.  This would solve the problem of

Re: [Python-Dev] inspect.py change for pygame

2012-03-18 Thread Brian Curtin
On Sun, Mar 18, 2012 at 23:13, ncdave4life wrote: > I noticed that pydoc doesn't work for pygame under python 3.2.1 for Win32: > > NotImplementedError: scrap module not available (ImportError: No module > named scrap) > > I made a small patch to inspect.py to solve the problem (I just added a > tr

Re: [Python-Dev] Python install layout and the PATH on win32

2012-03-20 Thread Brian Curtin
never thought about doing it otherwise. If I want to run the C:\Users\brian\example\sample.py script, I'd open a CMD and move to the example directory and execute the sample script. The class of about 60 people I taught a few years back at a previous employer all did the same thing without

Re: [Python-Dev] Python install layout and the PATH on win32 (Rationale part 1: Regularizing the layout)

2012-03-22 Thread Brian Curtin
On Thu, Mar 22, 2012 at 12:59, Paul Moore wrote: > Note - that is not "Regularizing the layout". You have not made any > changes to OS/2 (which matches Windows at the moment). I think that would be a wasted effort with OS/2 entering "unsupported" mode in 3.3, and OS/2 specific code being removed

Re: [Python-Dev] Python install layout and the PATH on win32 (Rationale part 1: Regularizing the layout)

2012-03-22 Thread Brian Curtin
On Thu, Mar 22, 2012 at 13:57, VanL wrote: > Honestly, I didn't expect that much resistance. None of the people I talked > to in person even cared, or if they did, they thought that consistency was a > benefit. But now that virtualenvs are going in in 3.3, I see this as the > last good chance to c

Re: [Python-Dev] Python install layout and the PATH on win32 (Rationale part 2: Moving the python.exe)

2012-03-22 Thread Brian Curtin
2012/3/22 VanL : > Open Issues: > > """If we do put python.exe on PATH (whether it's in bin or not), we have > to debate how to handle people having multiple versions of python on > their machine. In a post-PEP 397 world, no Python is "the machine > default" - .py files are associated with py.exe,

Re: [Python-Dev] Python install layout and the PATH on win32 (Rationale part 2: Moving the python.exe)

2012-03-22 Thread Brian Curtin
On Thu, Mar 22, 2012 at 18:26, Ethan Furman wrote: > Given the cost of the change, and the advent of the PEP-397 Launcher, I also > vote -1. Can you provide some justification other than a number? It's a pretty cheap change and the launcher solves somewhat of a different problem.

Re: [Python-Dev] Rename time.steady(strict=True) to time.monotonic()?

2012-03-23 Thread Brian Curtin
On Mar 23, 2012 6:25 PM, "Victor Stinner" wrote: > > Hi, > > time.steady(strict=True) looks to be confusing for most people, some > of them don't understand the purpose of the flag and others don't like > a flag changing the behaviour of the function. > > I propose to replace time.steady(strict=Tr

Re: [Python-Dev] Rename time.steady(strict=True) to time.monotonic()?

2012-03-23 Thread Brian Curtin
On Fri, Mar 23, 2012 at 18:38, Yury Selivanov wrote: > On 2012-03-23, at 7:28 PM, Brian Curtin wrote: >> This seems like it should have been a PEP, or maybe should become a PEP. > > Why?  AFAIK Victor just proposes to add two new functions: monotonic() and > steady(). We j

Re: [Python-Dev] Python install layout and the PATH on win32 (Rationale part 1: Regularizing the layout)

2012-03-24 Thread Brian Curtin
On Sat, Mar 24, 2012 at 07:19, Nick Coghlan wrote: > On Sat, Mar 24, 2012 at 4:35 AM, PJ Eby wrote: >> Just dumping things in a directory adjacent to the corresponding scripts is >> the original virtualenv, and it still works just dandy -- most people just >> don't *know* this.  (And again, if th

Re: [Python-Dev] Playing with a new theme for the docs, iteration 2

2012-03-25 Thread Brian Curtin
On Sun, Mar 25, 2012 at 14:50, Andrew Svetlov wrote: > I like to see new schema only for 3.3 as sign of shiny new release. Please don't do this. It will result in endless complaints. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.o

Re: [Python-Dev] AUTO: Jon K Peck is out of the office (returning 03/30/2012)

2012-03-25 Thread Brian Curtin
On Sun, Mar 25, 2012 at 05:00, Jon K Peck wrote: > > I am out of the office until 03/30/2012. > > I will be out of the office through Friday, March 30.  I expect to have > some email access but may be delayed in responding. > > > Note: This is an automated response to your message  "Python-Dev Dig

[Python-Dev] Integrating the PEP 397 launcher

2012-03-29 Thread Brian Curtin
After talking with Martin and several others during the language summit and elsewhere around PyCon, PEP 397 should be accepted. I don't remember who, but some suggested it should just be a regular old feature instead of going through the PEP process. So...does this even need to continue the PEP pro

Re: [Python-Dev] Integrating the PEP 397 launcher

2012-03-29 Thread Brian Curtin
On Thu, Mar 29, 2012 at 17:45, Benjamin Peterson wrote: > 2012/3/29 Brian Curtin : >> After talking with Martin and several others during the language >> summit and elsewhere around PyCon, PEP 397 should be accepted. I don't >> remember who, but some suggested it sh

<    1   2   3   4   5   6   >