Re: Python to use a non open source bug tracker?

2006-10-09 Thread A.M. Kuchling
On 9 Oct 2006 06:36:30 -0700, Paul Boddie <[EMAIL PROTECTED]> wrote: > ... Meanwhile, despite the python.org codebase presumably running > various commercial sites, ... Nothing should have given you this impression! python.org's formatting is handled through a custom script called Pyram

Re: OT: What's up with the starship?

2006-10-17 Thread A.M. Kuchling
On Mon, 16 Oct 2006 14:50:03 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > suggests that it was sufficiently obscure that either a) nobody who knew > about it found a way to take advantage of it, or b) it was only recently It might well be difficult to exploit to run arbitrary cod

PyCon: proposals due by Tuesday 10/31

2006-10-29 Thread A.M. Kuchling
Final reminder: if you want to submit a proposal to PyCon, you should do it by end of Tuesday, October 31st. for more info The deadline for tutorials is November 15th: http://us.pycon.org/TX2007/CallForTutorials PyCon is the Python community confere

Barry Warsaw giving Python talk at NASA

2006-11-07 Thread A.M. Kuchling
This is at the Goddard campus: --amk -- http://mail.python.org/mailman/listinfo/python-list

Re: How ahead are you guys in the (Python) real world?

2006-08-29 Thread A.M. Kuchling
On 28 Aug 2006 20:13:54 -0700, Ray <[EMAIL PROTECTED]> wrote: > Since I haven't used Python at work, I am using Python 2.5 right now. > However I wonder, how fast are you guys moving from version to version > at work? At our company, we build a product on top of Debian (product line 1) o

Re: Where are the source files for the Python FAQs?

2006-09-07 Thread A.M. Kuchling
On Thu, 07 Sep 2006 04:43:38 GMT, Eriol <[EMAIL PROTECTED]> wrote: > Dave Kuhlman wrote: > >> Can someone tell me the location of the reST source files for the >> Python FAQs.  I have not been able to find them. > > https://svn.python.org/www/trunk/pydotorg/doc/faq/ Caution: I intend t

Re: Is it just me, or is Sqlite3 goofy?

2006-09-08 Thread A.M. Kuchling
I've made the following edits: Index: whatsnew25.tex === --- whatsnew25.tex (revision 51828) +++ whatsnew25.tex (working copy) @@ -2116,14 +2116,16 @@ SQLite embedded database, has been added to the standard library under

Re: Clarify Regex in Python.

2006-09-12 Thread A.M. Kuchling
On 12 Sep 2006 05:07:03 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > My Problem is, I want to know how can I force match functions to match > the pattern any location in the subject. i.e I want to turn off before > said behaviour. Use search() instead; that's why the method is th

Re: Is it just me, or is Sqlite3 goofy?

2006-09-12 Thread A.M. Kuchling
On 12 Sep 2006 10:24:00 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > So, knowing that, would you agree that > > > If switching to a larger database such as PostgreSQL or Oracle > is later necessary, the switch should be relatively easy. > > > is misleading if not outright untrut

Re: Is it just me, or is Sqlite3 goofy?

2006-09-12 Thread A.M. Kuchling
On 12 Sep 2006 13:03:09 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Ok, I appologize for saying that. Got a little carried away > by the flames. Apology accepted; no problem. > That and fixing the broken examples. That's also done. I fixed the executescript.py example, and tr

Re: Is it just me, or is Sqlite3 goofy?

2006-09-12 Thread A.M. Kuchling
On Tue, 12 Sep 2006 15:54:25 -0500, A.M. Kuchling <[EMAIL PROTECTED]> wrote: > (Any new changes won't get in 2.5c2, which should be > released tomorrow, but will get into 2.5final if the fixes are made by > about the 17th.) And in fact the formatted development versio

Re: Pythondocs.info : collaborative Python documentation project

2006-09-17 Thread A.M. Kuchling
On Sun, 17 Sep 2006 18:10:51 +0200, Daniel Nogradi <[EMAIL PROTECTED]> wrote: > start a new one. What would be very useful though is more visible > links on the python.org site to the activestate repository where > appropriate. I'm not sure the pyhon.org people would want to promote > acti

Re: The Python world tries to be polite [formerly offensive to another language]

2006-09-30 Thread A.M. Kuchling
On Sat, 30 Sep 2006 09:10:14 +0100, Steve Holden <[EMAIL PROTECTED]> wrote: > My God, Perl 6 is going to be even less comprehensible that Perl 5, > which was at least usable. Is »=>« really a Perl6 operator? That's too > funny! While we poor Python people have to cope with writing:

Re: Python to use a non open source bug tracker?

2006-10-03 Thread A.M. Kuchling
On Tue, 03 Oct 2006 08:19:10 GMT, Giovanni Bajo <[EMAIL PROTECTED]> wrote: > ... using a non open source tracker (called JIRA - never heard > before of course) for Python itself. Other projects do use it; see for a partial list, and a link to th

Re: Python to use a non open source bug tracker?

2006-10-04 Thread A.M. Kuchling
On Wed, 04 Oct 2006 07:37:47 GMT, Giovanni Bajo <[EMAIL PROTECTED]> wrote: > I am seriously concerned > that the PSF infrastructure committee EVER considered non open-source > applications for this. In fact, I thought that was an implicit requirement in > the selection. Being open source

Re: Who is www.python.org for? (was Re: New Python.org website ?)

2006-01-23 Thread A.M. Kuchling
On Sun, 22 Jan 2006 22:43:45 -0600, Terry Hancock <[EMAIL PROTECTED]> wrote: > For me, the most important function of the python.org site > is as a quick-reference to deeper documentation that I > actually need in the process of writing Python code. docs.python.org is probably the site mo

Re: beta.python.org content

2006-01-27 Thread A.M. Kuchling
On Fri, 27 Jan 2006 13:33:06 +, Steve Holden <[EMAIL PROTECTED]> wrote: >>> http://beta.python.org/about/beginners/ My suggestion would be "too much text". IMHO, people do not read paragraphs of material on the web. The basic structure shouldn't be the paragraph, but the bullet po

Re: beta.python.org content

2006-01-27 Thread A.M. Kuchling
On 27 Jan 2006 08:08:58 -0800, Michael Tobis <[EMAIL PROTECTED]> wrote: > What about some permutation of the PyCon logo? It is really quite > brilliant. ... > http://www.python.org/pycon/2006/logo.png > > Kudos to whoever came up with that, by the way! It was Michael Bernstein who des

Re: Python module for the LX200 command set

2006-01-30 Thread A.M. Kuchling
On Mon, 30 Jan 2006 09:20:09 -0800, RayS <[EMAIL PROTECTED]> wrote: >>Hi Ray - I'm the co-ordinator of Project Galileo - great to see >>someone else is developing code too, especially in Python. (Assuming this refers to ...) This subject would make an

Re: Rethinking the Python tutorial

2006-02-13 Thread A.M. Kuchling
On Mon, 13 Feb 2006 11:03:55 -0500, Steve Holden <[EMAIL PROTECTED]> wrote: > What we are talking about here is a Python Language Users' Guide. I actually started on such a document over the holidays, but have only described about 3 or 4 statements at this point. However, it's probably n

Re: [OT] Any Python lullabies?

2006-04-18 Thread A.M. Kuchling
On Tue, 18 Apr 2006 07:07:27 -0500, Tim Chase <[EMAIL PROTECTED]> wrote: > >>> [horse for horse in horses if horse.pretty] I'm familiar with this one as: all(pony for pony in ponies if pony.pretty). Never knew there was a version with "horse", not "pony". Jane Siberry does a nice rendit

Re: proposed Python logo

2006-04-21 Thread A.M. Kuchling
On 21 Apr 2006 09:17:52 -0700, BartlebyScrivener <[EMAIL PROTECTED]> wrote: >>> I'd like some variation of used as a logo. > That has real potential, but I bet it's trademarked. It's taken from a Renaissance painting (http://witcombe.sbc.edu/davincicode/bronzino

Re: Swaying A Coder Away From Python

2006-05-05 Thread A.M. Kuchling
On Thu, 4 May 2006 13:08:52 +0200, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > who's this, and why does he think that sampling some random comments by > some random bloggers should mean anything to anyone ? (and why do you > seem to think that this matters, btw ?) Michal Wallace, the orig

Re: PyCon2006 - will the content be available for download?

2006-03-08 Thread A.M. Kuchling
On Wed, 08 Mar 2006 19:02:32 GMT, John Salerno <[EMAIL PROTECTED]> wrote: > I tried it too. There don't seem to be any audios for 2006, which I > think is what the OP was interested in as well. 2006 audios probably won't begin to appear for another week or two. --amk -- http://mail.py

Re: What has become of the Python 2004 papers?

2006-03-11 Thread A.M. Kuchling
On Sat, 11 Mar 2006 12:00:26 -0600, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I believe the plan is to move most/all the PyCon-related stuff to the > pycon.org domain, though I'm not certain about that. No, that's not the plan. The PSF doesn't own the domain, and I want the data to

Re: Cheese Shop: some history for the new-comers

2006-03-11 Thread A.M. Kuchling
On Sat, 11 Mar 2006 16:50:26 +1100, richard <[EMAIL PROTECTED]> wrote: > So I did what people always do in this situation, I asked Barry Warsaw to > name. it. And he did, "Cheese Shop". I liked the name, so it was done. When > the new pydotorg machines went live last year, so too did the n

Re: Cheese Shop: some history for the new-comers

2006-03-14 Thread A.M. Kuchling
On Sun, 12 Mar 2006 10:25:19 +0100, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > and while you're at it, change "python-dev" to "developers" and > "psf" to "foundation" (or use a title on that link). I've changed the PSF link, but am not sure what to do about the python-dev link. As others

<    1   2