Re: [Python-Dev] LSB: Binary compatibility

2006-12-05 Thread skip
released and our policy is to keep it constant. It seems that adhering to LSB's constraints is going to create a new set of problems for Python development. It's unclear to me what LSB brings to Python other than a bunch of new headaches. Skip ___ Python-Dev

Re: [Python-Dev] Adding resume (206) support to urllib(2)

2006-12-12 Thread skip
. If a patch is needed it should go in urllib2. Skip ___ 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] Possible platforms to drop in 2.6

2006-12-22 Thread skip
Brett So, here are the platforms I figured we should drop: ... Brett * OS/2 I'm pretty sure Andrew MacIntyre is still maintaining the OS/2+EMX port: http://members.pcug.org.au/~andymac/python.html Skip ___ Python-Dev mailing list

Re: [Python-Dev] PropertyType

2006-12-24 Thread skip
Michael Could / should 'PropertyType' be added to the types module ? I thought the types module was deprecated. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] Renaming Include/object.h

2007-01-03 Thread skip
? ;-) Skip ___ 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] Floor division

2007-01-23 Thread skip
in this area, I'm +1 on this. Besides, I've found it's generally best to agree with Tim. ;-) Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python

Re: [Python-Dev] [Python-checkins] buildbot failure in amd64 gentoo 2.5

2007-01-23 Thread skip
danger of being guessed by a spambot. Skip ___ 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] Happy Birthday, Guido!

2007-01-31 Thread skip
aahz Thanks again for giving me something fun to do with my life. ;-) Not to mention a very good way to earn a living. ;-) Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

Re: [Python-Dev] Adding timeout option to httplib...connect()

2007-02-09 Thread skip
it in different ways for different libraries and having to make a (small, but annoying) semantic leap when going from, say, httplib to smtpllib or ftplib. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo

Re: [Python-Dev] Adding timeout option to httplib...connect()

2007-02-09 Thread skip
urllib alone, but urllib2 should probably grow a timeout feature.) Skip ___ 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] Adding timeout option to httplib...connect()

2007-02-10 Thread skip
I have to do tonight. Skip ___ 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] Adding timeout option to httplib...connect()

2007-02-10 Thread skip
don't think on a Thursday evening, Gee, I think I'll drop by SourceForge and see what work I have to do tonight. Martin Maybe it would be better to remove you from the list of possible Martin assignees, then? I'll take a look. Skip

Re: [Python-Dev] Adding timeout option to httplib...connect()

2007-02-10 Thread skip
onto it without too much work. Skip ___ 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] Does Python/Python-ast.c need to be checked in?

2007-02-11 Thread skip
Someone checked in Parser/Python.asdl. After rebuilding Subversion tells me that Python/Python-ast.c has been modified. I assume the two are related. Did whoever checked in the former need to check in the latter (and maybe add a note to Misc/NEWS)? Skip

Re: [Python-Dev] Summary of dynamic attribute access discussion

2007-02-13 Thread skip
Greg I actually came up with an idea for that, slightly too late to get Greg considered in the original lockstep-iteration debate: Gregfor (x in seq1, y in seq2): Greg ... That's already valid syntax though. Skip ___ Python

Re: [Python-Dev] Summary of dynamic attribute access discussion

2007-02-14 Thread skip
SyntaxError: invalid syntax Ah, yeah. Misread it and just focused on the bit that looked like a tuple... Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] Py2.6 ideas

2007-02-15 Thread skip
is really just an immutable list. (What do you mean by ... put paid ...? It doesn't parse for me.) Based on posts the current thread in c.l.py with the improbable subject f---ing typechecking, lots of people refuse to believe tuples are anything other than immutable lists. Skip

Re: [Python-Dev] bool conversion wart?

2007-02-24 Thread skip
implemented as a new standalone type. Skip ___ 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] Adding socket timeout to urllib2

2007-03-05 Thread skip
to take it from me and use as a starting point. Skip ___ 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] Encouraging developers

2007-03-06 Thread skip
. Perhaps Raymond can comment on whether he thinks that makes sense based upon his experience mentoring the Decimal-in-C module. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] Encouraging developers

2007-03-06 Thread skip
. Skip ___ 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] how can I review? [was: Encouraging developers]

2007-03-06 Thread skip
. ;-) Skip ___ 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] Encouraging developers

2007-03-06 Thread skip
mentioned would suffice)? People could attach whatever tags seem appropriate. Limiting the tags to a (nearly) fixed set of categories or the names of modules seems limiting. Given a set of tags you could also do the tag cloud thing and be more buzzword compliant at the same time. ;-) Skip

Re: [Python-Dev] Adding socket timeout to urllib2

2007-03-06 Thread skip
make a connection to an ftp server to send files the connection shouldn't be aborted if you take more than 10 seconds to prepare the file you want to upload. OTOH, if you send the file and don't get an acknowledgement back for 10 seconds, then you get a TimeoutError. Skip

Re: [Python-Dev] Adding socket timeout to urllib2

2007-03-06 Thread skip
a request of the server) before the server will close the connection. Skip ___ 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] PEP 364, Transitioning to the Py3K standard library

2007-03-06 Thread skip
Barry, Does the proposed renaming include any restructuring (e.g. making hierarchies out of all or part of the stdlib where none existed before)? It wasn't obvious to me. For example, might there be a restructuring of the entire stdlib? Skip

Re: [Python-Dev] Adding socket timeout to urllib2

2007-03-06 Thread skip
Bob What does idle timeout have to do with urllib2 or any IO layer for Bob that matter? I've only seen it as a very high level server-only Bob feature... Nothing at all. I believe Adam just applied that term incorrectly to the socket timeout parameter. Skip

Re: [Python-Dev] datetime module enhancements

2007-03-09 Thread skip
1970 to 2038, What would the output of this be? dt = datetime.datetime(3000, 1, 1, 0, 0, 0) print dt.totimestamp() dt = datetime.datetime(1900, 1, 1, 0, 0, 0) print dt.totimestamp() Skip ___ Python-Dev mailing list Python-Dev@python.org

[Python-Dev] These csv test cases seem incorrect to me...

2007-03-11 Thread skip
cases. Any ideas about why these test cases are in there? I can't imagine Excel generating either one. Thx, Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] These csv test cases seem incorrect to me...

2007-03-11 Thread skip
do, and people complain if we don't parse it just like Excel Andrew (sigh). (sigh) indeed. Thanks, Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman

Re: [Python-Dev] [Csv] These csv test cases seem incorrect to me...

2007-03-11 Thread skip
. I'm inclined to just skip those tests in my Python version, but I can understand that for backwards compatibility the current module needs to grok them. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] Proposal to revert r54204 (splitext change)

2007-03-14 Thread skip
for this not going into 2.5.x in any way Anthony shape or form. Given that the topic seems so contentious, maybe it should wait until 3.x. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

Re: [Python-Dev] Status of thread cancellation

2007-03-15 Thread skip
the dying thread will be allowed to perform. Skip ___ 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] I vote to reject: Adding timeout to socket.py and httplib.py.

2007-03-21 Thread skip
vote 'c'. Skip ___ 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] Fwd: Re: Py2.5.1 release schedule

2007-03-21 Thread skip
How about Sunday, April 1st? Barry I could probably show up for a few hours that day. I can likely spend a couple hours as well. Afternoon (Central Time) would be better. Depends on Ellen's work schedule. Skip ___ Python-Dev mailing list

[Python-Dev] Has anyone been in touch with Fred Drake?

2007-03-28 Thread skip
I've been seeing bounces for Fred Drake's Comcast email for a couple days. Fred, are you listening? If not, does someone else have a non-Comcast email link to Fred? (I assume his acm.org address is just an alias which might well point to his Comcast mailbox.) Thx, Skip

Re: [Python-Dev] proposed which.py replacement

2007-04-02 Thread skip
at home and run SpamBayes from source I can tweak my SpamBayes code to use it as well. I'm now monitoring the above tracker id and will try to massage things once there's a suitable patch uploaded. Skip ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] A Survey on Defect Management Practices in Free/Open Source Software

2007-04-04 Thread skip
amk ... no one has analyzed it; they're just *accumulating* the data. amk It's stamp collecting as computer science. +1 QOTF. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

Re: [Python-Dev] context manager - generator interaction?

2007-04-06 Thread skip
Guido This rule has no place in a pure language *reference* manual. But Guido it certainly deserves mention in any form of more practical Guido documentation, be it a tutorial or a more advanced programming Guido manual. PEP 8 anyone? Skip

Re: [Python-Dev] concerns regarding callable() method

2007-04-08 Thread skip
.__init__() takes exactly 1 argument (2 given) Skip ___ 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] Deallocation of a pointer not malloced, any tips?

2007-04-20 Thread skip
most of the Mac-head Python developers hang out. Skip ___ 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] whitespace normalization

2007-04-25 Thread skip
Guido developers. Just a little FYI, python-mode (the one Barry and I manage - dunno about the one distributed w/ GNU Emacs these days) is one of those tools that leaves trailing whitespace behind when advancing to the next line.. Skip ___ Python-Dev

Re: [Python-Dev] whitespace normalization

2007-04-25 Thread skip
for tabs and newlines. Skip ___ 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] Attachment Policy?

2007-04-25 Thread skip
in Python please create a patch at SourceForge so it doesn't get lost: http://sourceforge.net/tracker/?group_id=5470atid=305470 Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] whitespace normalization

2007-04-25 Thread skip
skip Just a little FYI, python-mode (the one Barry and I manage - dunno skip about the one distributed w/ GNU Emacs these days) is one of those skip tools that leaves trailing whitespace behind when advancing to the skip next line.. At least so I thiought. I know I've seen

Re: [Python-Dev] whitespace normalization

2007-04-25 Thread skip
add a hook to write-file-hooks though. Skip ___ 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] call for PEPs

2007-04-26 Thread skip
David ... I only recently learned of the April 30 deadline for David PEPs. This is the first I heard of any sort of deadline... Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] call for PEPs

2007-04-26 Thread skip
that Guido people interested in writing PEPs for Py3k would not be Guido subscribed to that list. I'm not on the python-3000 list anymore (it was way too high-traffic for me). David's message was cross-posted to python-dev and didn't indicate that the deadline had anything to do with Python 3.0. Skip

Re: [Python-Dev] whitespace normalization

2007-04-27 Thread skip
. The upload speed is very slow. It thus takes a couple days to realize in my frontal cortex how this low level stuff works... Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] New Super PEP

2007-04-29 Thread skip
James This is only a halfway fix to DRY, and it really only fixes the James less important half. The important problem with super is that it James encourages people to write incorrect code by requiring that you James explicitly specify an argument list. Since calling super with

Re: [Python-Dev] New Super PEP

2007-04-30 Thread skip
. Skip ___ 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] Find file given basename

2007-04-30 Thread skip
]). It would be helpful if you presented a concrete example. As stated though there is no unique file that matches a given basename. You might also want to check out the glob module to see if it addresses your needs. Skip ___ Python-Dev mailing list

Re: [Python-Dev] head crashing

2007-05-01 Thread skip
the memory layout of Python objects. Skip ___ 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] PEP 30XZ: Simplified Parsing

2007-05-02 Thread skip
and events.venue = venues.id, (city,)) I would be disappointed it string literal concatention went away. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

Re: [Python-Dev] PEP 30XZ: Simplified Parsing

2007-05-02 Thread skip
Raymond [Skip] I use it all the time. For example, to build up (what I consider to be) readable SQL queries: rows = self.executesql(select cities.city, state, country from cities, venues, events, addresses

Re: [Python-Dev] Implicit String Concatenation and Octal Literals Was: PEP 30XZ: Simplified Parsing

2007-05-03 Thread skip
Raymond Another way to look at it is to ask whether we would consider Raymond adding implicit string concatenation if we didn't already have Raymond it. As I recall it was a relatively recent addition. Maybe 2.0 or 2.1? It certainly hasn't been there from the beginning. Skip

Re: [Python-Dev] Implicit String Concatenation and Octal Literals Was: PEP 30XZ: Simplified Parsing

2007-05-03 Thread skip
skip == skip [EMAIL PROTECTED] writes: Raymond Another way to look at it is to ask whether we would consider Raymond adding implicit string concatenation if we didn't already have Raymond it. skip As I recall it was a relatively recent addition. Maybe 2.0 or skip 2.1

Re: [Python-Dev] Changing string constants to byte arrays in Py3k

2007-05-07 Thread skip
. Can someone explain it? Thx, Skip ___ 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] PEP 30XZ: Simplified Parsing

2007-05-07 Thread skip
Surely from textwrap import dedent as d is close enough? Nick Apart from it happening at run time rather than compile time. And as someone else pointed out, what if you don't want each chunk of text terminated by a newline? Skip

Re: [Python-Dev] Official version support statement

2007-05-11 Thread skip
release of the previous version after the next major version is released, should that be mentioned? To make it concrete, I believe shortly after 2.5.0 was released the final bug fix release of 2.4 (2.4.4?) was released. Skip ___ Python-Dev mailing list

Re: [Python-Dev] Summary of Tracker Issues

2007-05-13 Thread skip
' submissions and edits should not require approval. In a rather short period of time I think you'd settle on a fairly static group of trusted users who are responsible for most changes. Only new submissions from previously unknown users would require approval. Skip

Re: [Python-Dev] Summary of Tracker Issues

2007-05-15 Thread skip
On Mon, May 14, 2007, Martin v. L?wis wrote: Skip(?): In the meantime (thinking out loud here), would it be possible to keep search engines from seeing a submission or an edit until a trusted person has had a chance to approve it? It would be possible, but I would

Re: [Python-Dev] updated for gdbinit

2007-05-15 Thread skip
Christian I tried to use gdbinit today and found that the fragile Christian pystacks macro didn't work anymore. I don't know gdb very Christian well, but this turned out to work a bit more reliably: ... Thanks. I'll give it a try and check it in if it checks out. Skip

Re: [Python-Dev] Summary of Tracker Issues

2007-05-15 Thread skip
to have a translate the questions into a handful of other languages and let the user select the language. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] Need Survey Answers from Core Developers

2007-05-18 Thread skip
at most a quarter of them are active. Skip ___ 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] Py2.6 buildouts to the set API

2007-05-20 Thread skip
me, but given two sets I frequently want to operate on s1-s2, s2-s1 and s1s2 in different ways. I wouldn't find a disjoint operation all that useful. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] Summary of Tracker Issues

2007-05-20 Thread skip
stand for?), not general (what star shines during the day? what day preceeds Monday?) Skip ___ 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

Re: [Python-Dev] The docs, reloaded

2007-05-20 Thread skip
it's used in the core documentation or not. Skip ___ 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] The docs, reloaded

2007-05-21 Thread skip
on purpose because I'm unfamiliar with the available tools. The one thing I do know is that LaTeX provides that today and by removing it from the toolchain you have removed a significant piece of functionality. Skip ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] The docs, reloaded

2007-05-21 Thread skip
of Python? Skip ___ 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] The docs, reloaded

2007-05-21 Thread skip
if anyone wants it (it uses Myghty - Mason in Python.) Skip ___ 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] The docs, reloaded

2007-05-21 Thread skip
format. It's about as readable as LaTeX source. Skip ___ 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] The docs, reloaded

2007-05-22 Thread skip
more familiar to people interested in math display than anything else. Skip ___ 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

Re: [Python-Dev] The docs, reloaded

2007-05-22 Thread skip
, but with the math subdir I can easily move the whole thing to a new snapshot and the setup.py change lets me install them transparently. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] The docs, reloaded

2007-05-22 Thread skip
of contributions. True whiners will just come up with new ones (e.g., the documentation isn't available in Sanskrit yet or the dog ate my changes before I could type them into the computer). ;-) Skip ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] The docs, reloaded

2007-05-22 Thread skip
* now know that documentation contributions Steve don't have to be marked up? It's certainly been said Steve enough. Sure, but that doesn't stop the true whiners. ;-) Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] The docs, reloaded

2007-05-23 Thread skip
through lynx -dump or something similar. Skip ___ 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] What's going on with the check-in emails?

2007-06-27 Thread skip
recently. I forwarded your note to the python.org mailman/postfix gurus. Skip ___ 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

Re: [Python-Dev] csv changed from python 2.4 to 2.5

2007-06-27 Thread skip
) d _csv.Dialect object at 0x137fac0 Please submit a bug report on SourceForge. Thx, Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options

Re: [Python-Dev] Decoding libpython frame information on the stack

2007-06-28 Thread skip
window. Skip ___ 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] Should r53624 be applied to release branches?

2007-07-10 Thread skip
subprocess.py ourselves. In theory, I'm in favor of backporting, but how far back do you need/want to apply it? There will clearly be more 2.5 releases. I don't think any more 2.4 releases are planned. Skip ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] Python developers at Google (was Re: Add a -z interpreter flag to execute a zip file)

2007-07-12 Thread skip
Neal We need to hear more from people outside of Google to ensure we Neal are doing the best possible job. It would also be great to have Neal more active committers that don't work at Google. Are you worried that Google might get hit by a bus? wink Skip

Re: [Python-Dev] Add a -z interpreter flag to execute a zip file

2007-07-12 Thread skip
relaxed. Skip ___ 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] Subversion branch merging

2007-07-13 Thread skip
Barry diffs are so 20th century. :) How do you compare two versions of something without some sort of diff? Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] Subversion branch merging

2007-07-13 Thread skip
Barry Silly me, the trunk is already available: Barry https://code.launchpad.net/~vcs-imports/python/trunk Bazaar keeps this in sync with svn.python.org? Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman

Re: [Python-Dev] Three-char file extensions

2007-07-15 Thread skip
radar screen. Skip ___ 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] Two spaces or one?

2007-07-24 Thread skip
(for example, G. D. Montanaro) following a period is considered a non-breakable space. Skip ___ 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

Re: [Python-Dev] Two spaces or one?

2007-07-26 Thread skip
with IBM punch cards, so I might be a bit biased. Skip ___ 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] [Python-3000] Universal newlines support in Python 3.0

2007-08-13 Thread skip
Paul ... that files can have *either* bare \n, *or* the combination Paul \r\n, to delimit lines. As someone else pointed out, \r needs to be supported as well. Many Mac applications (Excel comes to mind) still emit text files with \r as the line terminator. Skip

[Python-Dev] Source file markers for Tru64?

2007-08-17 Thread skip
I'm working on removing Tru64 support from the Python 3 code base. There aren't that many markers which actually say Tru64. I see __digitial__ and OSF/1 as well. What others are there? Thx, Skip ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] Source file markers for Tru64?

2007-08-17 Thread skip
Martin might also be relevant - but that could also talk about other Martin systems (Linux or VMS). Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] Source file markers for Tru64?

2007-08-17 Thread skip
Guido According to the wiki history, BeOS was added to the wiki page by Guido Skip. See http://wiki.python.org/moin/Py3kDeprecated?action=info Guido (rev 6) I didn't make it up. I'm pretty sure I saw it somewhere in either the wiki, the python-3000 mailing list or in the source

Re: [Python-Dev] Source file markers for Tru64?

2007-08-17 Thread skip
: Remove support for old systems, including: BeOS, RISCOS, (SGI) Irix, Tru64 I'll hold off on doing anything more until I can update PEP 11. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] Source file markers for Tru64?

2007-08-17 Thread skip
of PEP 11?) Skip ___ 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] PEP 11 update - Call for port maintainers to step forward

2007-08-18 Thread skip
other platforms (I know I must have have missed something), let me know that as well. Thanks, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman

[Python-Dev] Email addresses in PEPs?

2007-08-20 Thread skip
to spammers. Skip ___ 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] AtheOS/Syllable

2007-08-22 Thread skip
. Skip ___ 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] new bug tracker broken?

2007-08-25 Thread skip
Neal Note, I'm not sure if you have an account, you might need to Neal register. But try your SF id first. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

[Python-Dev] test_calendar broken on trunk

2007-08-28 Thread skip
: Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for HTMLCalender.formatyearpage() (there's no themonth parameter). This fixes issue1046. broke test_calendar. Details here: http://www.python.org/dev/buildbot/community/all/ Skip

Re: [Python-Dev] Triage of old tracker bugs: Any use?

2007-08-28 Thread skip
the submitter if this is still a problem. If something's been there for nearly four years it's possible that it was solved in a later release or worked around by other means. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman

<    1   2   3   4   5   6   7   8   9   10   >