Re: [Python-Dev] devguide: Point out that OS X users need to change examples to use python.exe instead of

2011-01-11 Thread Łukasz Langa
Wiadomość napisana przez Glyph Lefkowitz w dniu 2011-01-10, o godz. 22:56: > On Jan 10, 2011, at 1:37 PM, Łukasz Langa wrote: > >> I'm using the case-sensitive variant of HFS+ since 10.4. It works, I like it >> and you get ./python with it. > > I realize that this isn't a popularity contest for

Re: [Python-Dev] [Python-checkins] r87903 - python/branches/py3k/Doc/whatsnew/3.2.rst

2011-01-11 Thread Daniel Stutzbach
Thanks for catching the misspelling of my name! If you have a moment, could you look over my patch for Issue 8743 ? On Mon, Jan 10, 2011 at 1:26 PM, raymond.hettinger < python-check...@python.org> wrote: > Author: raymond.hettinger > Date: Mon Jan 10 22:26:49 20

Re: [Python-Dev] FYI: Python 2.7.1 + gcc 4.6 (experimental) probable optimizer problem

2011-01-11 Thread Daniel Stutzbach
On Sat, Jan 8, 2011 at 12:03 PM, Ralf W. Grosse-Kunstleve wrote: > g++ (GCC) 4.6.0 20101206 (experimental) > % make > /bin/sh: line 1: 41686 Segmentation fault (core dumped) CC='gcc > -pthread' > LDSHARED='gcc -pthread -shared ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall > -Wstrict-prototypes' ./pyth

[Python-Dev] Where are Python 2.5.5 binaries for Windows?

2011-01-11 Thread anatoly techtonik
I need Python 2.5.5 binaries to run Google AppEngine SDK 1.4.1 on Windows, but can't find them on http://www.python.org/download/releases/2.5.5/ Why are they removed? -- anatoly t. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/

Re: [Python-Dev] Where are Python 2.5.5 binaries for Windows?

2011-01-11 Thread Brian Curtin
On Tue, Jan 11, 2011 at 13:04, anatoly techtonik wrote: > I need Python 2.5.5 binaries to run Google AppEngine SDK 1.4.1 on > Windows, but can't find them on > http://www.python.org/download/releases/2.5.5/ > > Why are they removed? > -- > anatoly t. Nothing was removed. From that page: "This is

Re: [Python-Dev] [Python-checkins] devguide: Add a doc listing the various places Python's development is discussed.

2011-01-11 Thread Brett Cannon
Tweaked. Will show up in my next push. On Mon, Jan 10, 2011 at 12:53, Terry Reedy wrote: > > +The primary mailing list where discussions about Python's development >> occur is >> +python-dev_ >> > > suggest adding > ", mirrored as newsgroup gmane.comp.python.devel." > > ... > > +python-ideas_.

Re: [Python-Dev] devguide: Add an intermediate task of helping triage issues (not to be confused with the

2011-01-11 Thread Brett Cannon
On Mon, Jan 10, 2011 at 11:44, Antoine Pitrou wrote: > Le lundi 10 janvier 2011 à 19:37 +, Michael Foord a écrit : > > On 10/01/2011 19:31, Antoine Pitrou wrote: > > > Le lundi 10 janvier 2011 à 19:26 +, Michael Foord a écrit : > > >>> > > >>> Fair enough. I will remove it. > > >>> > > >>

Re: [Python-Dev] Where are Python 2.5.5 binaries for Windows?

2011-01-11 Thread anatoly techtonik
On Tue, Jan 11, 2011 at 9:08 PM, Brian Curtin wrote: > On Tue, Jan 11, 2011 at 13:04, anatoly techtonik > wrote: >> >> I need Python 2.5.5 binaries to run Google AppEngine SDK 1.4.1 on >> Windows, but can't find them on >> http://www.python.org/download/releases/2.5.5/ >> >> Why are they removed?

Re: [Python-Dev] Where are Python 2.5.5 binaries for Windows?

2011-01-11 Thread Brian Curtin
On Tue, Jan 11, 2011 at 13:56, anatoly techtonik wrote: > On Tue, Jan 11, 2011 at 9:08 PM, Brian Curtin > wrote: > > On Tue, Jan 11, 2011 at 13:04, anatoly techtonik > > wrote: > >> > >> I need Python 2.5.5 binaries to run Google AppEngine SDK 1.4.1 on > >> Windows, but can't find them on > >> h

Re: [Python-Dev] [Python-checkins] devguide: Add coredev.rst to the index.

2011-01-11 Thread David Malcolm
On Tue, 2011-01-11 at 21:56 +0100, brett.cannon wrote: > brett.cannon pushed a2d0edc3420e to devguide: > > http://hg.python.org/devguide/rev/a2d0edc3420e > changeset: 83:a2d0edc3420e > tag: tip > user:Brett Cannon > date:Tue Jan 11 12:56:47 2011 -0800 > summary: > Add

Re: [Python-Dev] "unit test needed"

2011-01-11 Thread Ron Adam
On 01/10/2011 12:01 PM, Antoine Pitrou wrote: Hello, I would like to advocate again for the removal of the "unit test needed" stage on the tracker, which regularly confuses our triagers into thinking it's an actual requirement or expectation from contributors and bug reporters. This keeps

Re: [Python-Dev] r87946 - python/branches/py3k/Doc/howto/sorting.rst

2011-01-11 Thread Antoine Pitrou
On Wed, 12 Jan 2011 00:05:56 +0100 (CET) terry.reedy wrote: > +>>> def cmp_to_key(mycmp): http://docs.python.org/dev/library/functools.html#functools.cmp_to_key ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/list

Re: [Python-Dev] Where are Python 2.5.5 binaries for Windows?

2011-01-11 Thread anatoly techtonik
On Tue, Jan 11, 2011 at 10:08 PM, Brian Curtin wrote: >> >> >> >> I need Python 2.5.5 binaries to run Google AppEngine SDK 1.4.1 on >> >> Windows, but can't find them on >> >> http://www.python.org/download/releases/2.5.5/ >> >> >> >> Why are they removed? >> >> -- >> >> anatoly t. >> > >> > Nothi

Re: [Python-Dev] FYI: Python 2.7.1 + gcc 4.6 (experimental) probable optimizer problem

2011-01-11 Thread Ralf W. Grosse-Kunstleve
> Does that version of gcc emit any warnings during compilation? Yes, there are a few: http://cci.lbl.gov/~rwgk/tmp/gcc_trunk_168695_fc14_py271/ This is with: g++ (GCC) 4.6.0 20110112 (experimental) Ralf___ Python-Dev mailing list Python-Dev@python.o

Re: [Python-Dev] Where are Python 2.5.5 binaries for Windows?

2011-01-11 Thread Nick Coghlan
On Wed, Jan 12, 2011 at 9:54 AM, anatoly techtonik wrote: >>> Oh. Thanks. The page should have a more prominent Download section >>> with a direct link to a page with previous release binaries. >> >> That's right next to the other sentence I mentioned: "The last full bug-fix >> release of Python 2

Re: [Python-Dev] [Python-checkins] devguide: Start the core dev intro doc.

2011-01-11 Thread Nick Coghlan
On Wed, Jan 12, 2011 at 6:56 AM, brett.cannon wrote: > +Mailing Lists > +' > + > +You are expected to subscribe to python-committers, python-dev, > +python-checkins, and one of new-bugs-announce or python-bugs-list. See > +:ref:`communication` for links to these mailing lists. I'd dis

Re: [Python-Dev] [Python-checkins] devguide: Start the core dev intro doc.

2011-01-11 Thread Brett Cannon
On Tue, Jan 11, 2011 at 19:43, Nick Coghlan wrote: > On Wed, Jan 12, 2011 at 6:56 AM, brett.cannon > wrote: > > +Mailing Lists > > +' > > + > > +You are expected to subscribe to python-committers, python-dev, > > +python-checkins, and one of new-bugs-announce or python-bugs-list. See