Re: [Python-Dev] non-US zip archives support in zipfile.py

2013-10-15 Thread Martin v. Löwis
s systems). Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Python-acceleration instructions on ARM

2009-02-10 Thread Martin v. Löwis
a shift by 2, allowing to index arrays with 4-byte elements in a single instruction (rather than requiring a separate multipy-by-four). Again useful for JIT of array access instructions, not applicable to Python - although it would be nice if th

Re: [Python-Dev] Python-acceleration instructions on ARM

2009-02-10 Thread Martin v. Löwis
> - fast instance variables: likewise, with R10 holding the this > pointer. Not applicable to Python, since there is no byte code > for instance variable access. Follow-up: this could be used to JIT LOAD_CONST efficiently, though, putting co_consts into R10. Regard

Re: [Python-Dev] Python-acceleration instructions on ARM

2009-02-11 Thread Martin v. Löwis
Antoine Pitrou wrote: > Martin v. Löwis v.loewis.de> writes: >> - efficient array indexing: they give shift-and-index back to >> Thumb mode, for a shift by 2, allowing to index arrays with >> 4-byte elements in a single instruction (rather than requiring >>

Re: [Python-Dev] Python-acceleration instructions on ARM

2009-02-11 Thread Martin v. Löwis
ly not: the compiler cannot assume that the code is in ThumbEE mode. 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] python seg faults

2009-02-11 Thread Martin v. Löwis
it a good PyObject*? If so, what is its type? - try running Python in debug mode; this will add additional checks on memory sanity. HTH, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Un

Re: [Python-Dev] Tracker archeology

2009-02-12 Thread Martin v. Löwis
sues, if they want. We can also add more components if this would support your triage. As a necessary condition, I'd ask that there would be a "significant" number of issues classified under such a new component. Regards, Martin __

Re: [Python-Dev] Tracker archeology

2009-02-12 Thread Martin v. Löwis
y want to do with these data? 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] Tracker archeology

2009-02-13 Thread Martin v. Löwis
idual > issues, but not so good for adding someone as nosy to lots of issues. Please consider contributing a mass-update template then, perhaps based on search results, with check boxes to include or exclude individual issues from the mass update. Regards, Martin

Re: [Python-Dev] Tracker archeology

2009-02-13 Thread Martin v. Löwis
n offer a patch for something like PyPI's 'simple' interface? Please, no. Contribute the interface you want locally instead as a feature for all users of the tracker. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org h

Re: [Python-Dev] Adding T_SIZET to structmember.h

2009-02-13 Thread Martin v. Löwis
> Mark, the patch is not trivial, I cannot spend time on this until this > is accepted. Hope you understand. I certainly do understand. So it's likely not going to happen. Regards, Martin ___ Python-Dev mailing list Python-Dev@pyth

Re: [Python-Dev] RELEASED Python 3.0.1

2009-02-14 Thread Martin v. Löwis
> Any chance of getting a Mac installer for this one? Chances are non-zero, yes. 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-

Re: [Python-Dev] The fate of 3.0.*

2009-02-14 Thread Martin v. Löwis
ears after the original release, which would be until 2014. We need to decide whether to do that for 3.0 as well, and, if not, announce in the final release that it is really final. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://m

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-14 Thread Martin v. Löwis
aking official installer(s), > I'd be happy to pass along my experiences so far. In any case, I > strongly urge that the minimum support level be 10.4. I still wish there were 10.3+ installers that also include 64-bit code. I don't get it why that can't be technically possib

Re: [Python-Dev] Tracker archeology

2009-02-14 Thread Martin v. Löwis
er and in a less error prone way. If it's useful to you, it might be useful to others as well. So consider contributing free-form searches to roundup (in addition to form-based searches). Regards, Martin ___ Python-Dev mailing list Python-Dev@python

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-14 Thread Martin v. Löwis
etween a binary capable of running on > 10.4+ and one running 10.3+ is minimal. I introduced weak-linking for > a number of symbols that are not present on 10.3.9 in the 2.5 > timeframe and that could should continue to work in the future. I > won't notice

Re: [Python-Dev] Irix still supported? (was Re: Tracker archeology)

2009-02-14 Thread Martin v. Löwis
Terry Reedy wrote: > Guido van Rossum wrote: >> Irix is long dead and we don't support it in any form or version. > > I closed the tracker issue. I will let Martin update PEP11. I think you misunderstand the purpose of PEP 11. It is not meant as a repository of platforms

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-14 Thread Martin v. Löwis
Ronald Oussoren wrote: > > On 14 Feb, 2009, at 19:04, Martin v. Löwis wrote: > >>> A single installer could support both 32-bit on 10.4 and 64-bit on >>> 10.5, but I don't think that's very useful because there are changes >>> in the low-level unix

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-14 Thread Martin v. Löwis
> That's fine as long as the distutils issue is resolved. I don't think this should be a prerequisite. As Ronald says: no fix without a bug report; if the system is capable of building the extension correctly, it should do so (so it's a bug and fixes can be backported to 2.6

Re: [Python-Dev] No 2.x->3.x porting documentation?

2009-02-16 Thread Martin v. Löwis
iler package is mentioned in NEWS: http://svn.python.org/view/python/branches/p3yk/Misc/NEWS?rev=55322&view=markup 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] Adding T_SIZET to structmember.h

2009-02-16 Thread Martin v. Löwis
> Martin, I was not clear enough. Please, just tell me: Do you believe > that this addition do make sense? Would you reject it for some reason > (other than a bad patch) ? I would be +0. All other integral types support both signed and signed fields, why not size_t. Regard

Re: [Python-Dev] Tracker cleanup roadmap

2009-02-17 Thread Martin v. Löwis
things by "bang for the buck" (is that the right saying?), starting with changes that take least effort to implement. Discussions should be carried out on the tracker-discuss list, and, of course, in the meta-tracker. Good luck, Martin ___

Re: [Python-Dev] 30-bit PyLong digits in 3.1?

2009-02-17 Thread Martin v. Löwis
> I'd like to get this in for 3.1. Any objections or comments? Can you please upload it to Rietveld also? > Is this PEP territory? I don't think so. Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/

Re: [Python-Dev] Tracker cleanup roadmap

2009-02-18 Thread Martin v. Löwis
to the tracker instance preferably; changes to roundup are also acceptable in principle. If some changes require some admin activity, discuss on tracker-discuss what actions would be required. Regards, Martin ___ Python-Dev mailing list Python-Dev@pyth

Re: [Python-Dev] To 3.0.2 or not to 3.0.2?

2009-02-18 Thread Martin v. Löwis
> this will use externals, (see > http://svn.python.org/projects/distutils/trunk/) This I don't understand. There is file named EXTERNALS.txt, but I don't understand its purpose. Regards, Martin ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] To 3.0.2 or not to 3.0.2?

2009-02-18 Thread Martin v. Löwis
> Let me know if this is not wanted. I can drop it it's no big deal. That is fine with me. I was worried that you might have made Lib/distutils external, which I would not have liked. Regards, Martin ___ Python-Dev mailing list Python-Dev@py

Re: [Python-Dev] Attention Bazaar mirror users

2009-02-21 Thread Martin v. Löwis
he university bureaucrats (which often reject such wishes, unless they come from a teacher - and often even in that case). There is no problem with people building their own versions of Python, though - they do so in their home directories, and OS security mechanisms prev

Re: [Python-Dev] Attention Bazaar mirror users

2009-02-21 Thread Martin v. Löwis
ntribute to Python, > the Bazaar proponents can revert to an older version of Bazaar before > a final decision is made. I agree. Going back might require a reconversion of the subversion repository, but that might be necessary regardless. Regards, Martin

Re: [Python-Dev] Attention Bazaar mirror users

2009-02-21 Thread Martin v. Löwis
> Wouldn't such hypothetical core Python developers be able to build and > run their own local copy of bzr, using that self-compiled Python? It has been hypothetical for a while, but it never was about core developers. Regards, Martin ___

Re: [Python-Dev] Attention Bazaar mirror users

2009-02-21 Thread Martin v. Löwis
sing the DVCS, they can trust that they will be able to track changes - IIUC, that is supposedly the *major* advantage. Of course, many of them also have personal laptops these days on which they do stuff, at least here in Germany, where they can install whatever it takes. Regards, Martin _

Re: [Python-Dev] Attention Bazaar mirror users

2009-02-21 Thread Martin v. Löwis
ee) has objected. Apparently not (assuming David Cournapeau does not actually use bzr) 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] Reviving restricted mode?

2009-02-22 Thread Martin v. Löwis
02071f80/source/plexnet/util What is the objective of this code? Is it a complete sandbox? If not, is a complete sandbox based on it available somehow for review? Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/

Re: [Python-Dev] gdbinit and Gdb wrapper objects

2009-02-23 Thread Martin v. Löwis
of some ? I don't even know what a "Gdb wrapper object" is... 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] Reviving restricted mode?

2009-02-23 Thread Martin v. Löwis
ch looks harmless (with minor corrections). It could be considered a bug fix for the current set of restricted attributes (although I do wish somebody would present a design telling what reflective attributes must be restricted and why; the current set looks arbi

Re: [Python-Dev] Reviving restricted mode?

2009-02-23 Thread Martin v. Löwis
hat just fine. 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] Challenge: Please break this! [Now with blog post]

2009-02-23 Thread Martin v. Löwis
n artery, and it bled to death. I'm curious how this one fares. 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] Patch Ready for review

2009-02-27 Thread Martin v. Löwis
out what people have been making changes over time; if the commit messages indicate that they had applied patches from the bug tracker, also try to recognize any regular non-commit contributors. Regards, Martin ___ Python-Dev mailing list P

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-28 Thread Martin v. Löwis
> Do Python 2.6 and 3.0 support building with Tcl/Tk 8.5? Yes, that works fine. The Windows binaries ship with 8.5, and there weren't any complaints (in this respect). Regards, Martin ___ Python-Dev mailing list Python-Dev@python.

Re: [Python-Dev] PEP 372 -- Adding an ordered directory to collectionsready for pronouncement

2009-03-02 Thread Martin v. Löwis
he relationship between __eq__ and __hash__). Beyond transitivity and consistency with __hash__ (which is irrelevant here), I don't think odict.__eq__ should be restricted to behave the same as dict.__eq__. Regards, Martin ___ Python-Dev mailing list P

Re: [Python-Dev] draft 3.1 release schedule

2009-03-02 Thread Martin v. Löwis
other committer feels this is as important as you fell it is, it may not be committed reviewed and committed before 3.1. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

Re: [Python-Dev] PEP 372 -- Adding an ordered directory to collections ready for pronouncement

2009-03-02 Thread Martin v. Löwis
;ordered dictionary" is as descriptive to them as "odict" or "blonzo" (well, perhaps they do recognize the "dictionary" part of it, and manage not to confuse it with "directory"). As for the "ordered" part, my guess is that most people will

[Python-Dev] [ANN] EuroPython 2009 – Open for Registration and Reminder of Participation!

2009-03-02 Thread Martin P. Hellwig
On behalf of the EuroPython 2009 organisation it is my privilege and honour to announce that EuroPython 2009 is open for registration! EuroPython is the conference for the communities around Python, including the Django, Zope and Plone communities. This year's conference will be held in Birming

Re: [Python-Dev] draft 3.1 release schedule

2009-03-05 Thread Martin v. Löwis
ic, and b) I was sometimes not really able to respond in a timely manner when the offer was invoked, because of overload. So, for the more general issue, I don't have a solution, either. Regards, Martin ___ Python-Dev mailing list Pytho

Re: [Python-Dev] patch commit policies (was [issue4308] repr of httplib.IncompleteRead is stupid)

2009-03-05 Thread Martin v. Löwis
installing a security fix actually breaks their working code, they will refrain from ever installing Python patches again. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscri

Re: [Python-Dev] Integrate lxml into the stdlib?

2009-03-05 Thread Martin v. Löwis
ith sqlite3 being > a fairly recent addition. Fortunately, it is possible for users to just replace the sqlite DLL in a Python installation, with no need of recompiling anything. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org ht

Re: [Python-Dev] draft 3.1 release schedule

2009-03-06 Thread Martin v. Löwis
e it this way: if somebody else makes the offer, I'll continue to support it (so to share the load between us two). Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://m

Re: [Python-Dev] draft 3.1 release schedule

2009-03-06 Thread Martin v. Löwis
ready installed on their machines (which requires the time machine :-) > Would you object to my blogging on the topic in line with the comments > that I have just made? Go ahead! I really can't say much about blogging - I don't write blogs, nor read them. Regards, Martin

Re: [Python-Dev] patch commit policies (was [issue4308] repr of httplib.IncompleteRead is stupid)

2009-03-06 Thread Martin v. Löwis
y possible if the number of changes is kept to an absolute minimum - just the patches targeted at the audience of these releases. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

Re: [Python-Dev] Python wins Linux New Media Award for Best Open Source Programming Language

2009-03-06 Thread Martin v. Löwis
>> The prize was Martin von Löwis of the Python Foundation on behalf of the >> Python community itself. > > This is a funny translation from German-to-English. :-) > > But yeah, a good one and the prize was presented by Klaus Knopper of Knoppix. > > Congratulations

Re: [Python-Dev] Windows 2.6.1 installer - msiexec not creating msvcr90.dll

2009-03-06 Thread Martin v. Löwis
nd the > manifest file) getting created? This question is out of scope for python-dev; use python-l...@python.org instead. My guess is that you have installed "for all users" in the command line, so msvcr90.dll went into system32. Regards, Martin __

Re: [Python-Dev] Integrate lxml into the stdlib?

2009-03-06 Thread Martin v. Löwis
> Interesting. I assume you are referring to Windows here, right? Does that > "just work" because the DLL is in the same directory? Correct. Also, because changes to SQLite don't change the API, just the implementation. Regards, Martin _

Re: [Python-Dev] Integrate lxml into the stdlib?

2009-03-06 Thread Martin v. Löwis
hould be linking against an extension module. >> I do not know whether upgrades (like 3.0.0 to 3.0.1) would clobber other >> things added here. > > It would, but not in a harmful way. If the user had upgrade sqlite, upgrading Python wou

Re: [Python-Dev] Integrate lxml into the stdlib?

2009-03-06 Thread Martin v. Löwis
ey will also remain on uninstallation - so uninstallation might not be able to remove all folders that installation originally created. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe:

Re: [Python-Dev] Forgotten Py3.0 change to remove Queue.empty() and Queue.full()

2009-03-06 Thread Martin v. Löwis
see how removing API can possibly serve a user. What's wrong with empty() and full() in the first place? Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.pytho

Re: [Python-Dev] Forgotten Py3.0 change to remove Queue.empty() and Queue.full()

2009-03-06 Thread Martin v. Löwis
ver see the light of day Right. So it might be better to revert the patch, and restore the documentation. I still fail to see the rationale for removing these two methods. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.

Re: [Python-Dev] Forgotten Py3.0 change to remove Queue.empty() and Queue.full()

2009-03-07 Thread Martin v. Löwis
nd then you removed the methods. At this point, I do request that the patch is reverted completely (i.e. that the documentation is restored), and that the qualification "not reliable!" is removed from the doc strings of the methods, as it is factually incorrect. Regards, Martin

Re: [Python-Dev] Regexp 2.7

2009-03-07 Thread Martin v. Löwis
such patches? Is there someone > knowledgeable enough to be able to review them? Traditionally, Fredrik Lundh has reviewed sre patches. Not sure whether he is interested in that anymore, though. Regards, Martin ___ Python-Dev mailing list Python

Re: [Python-Dev] Forgotten Py3.0 change to remove Queue.empty() and Queue.full()

2009-03-07 Thread Martin v. Löwis
> I would be happy to restore the documentation. You want the methods > back and I think that's sufficient reason to bring it back. Thanks! I'll look into the docstrings. Martin ___ Python-Dev mailing list Python-Dev@python.org http:/

Re: [Python-Dev] Forgotten Py3.0 change to remove Queue.empty() andQueue.full()

2009-03-07 Thread Martin v. Löwis
> Skip changed it to the present wording last year: > http://svn.python.org/view/python/trunk/Doc/library/queue.rst?r1=59750&r2=59969 I see. I agree that the change was for the better. Martin ___ Python-Dev mailing list Python-Dev@pytho

Re: [Python-Dev] Integrate BeautifulSoup into stdlib?

2009-03-08 Thread Martin v. Löwis
nly > libraries that are not released elsewhere are included > > I'd be interested to know how many users of python also felt this way ;-) I don't like the standard library to shrink. It's good that batteries are included. Regards, Martin __

Re: [Python-Dev] Integrate BeautifulSoup into stdlib?

2009-03-08 Thread Martin v. Löwis
t is very hard to > make changes. Perhaps this is the way it should be. I think so, yes. Decisions will be made on a case-by-case basis, going either direction one time or the other. Regards, Martin ___ Python-Dev mailing list Python-Dev@pyt

Re: [Python-Dev] Integrate BeautifulSoup into stdlib?

2009-03-08 Thread Martin v. Löwis
e 0.11, then I think we should take no action at this point - I don't want to include anything that has version 0.11. 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] Python 3.0 grammar ambiguous?

2009-03-08 Thread Martin v. Löwis
"how", I don't know why it makes this choice; notice that this is the better choice, though: py> f((*x)) File "", line 1 SyntaxError: can use starred expression only as assignment target Regards, Martin ___ Python-Dev ma

Re: [Python-Dev] Python 3.0 grammar ambiguous?

2009-03-08 Thread Martin v. Löwis
resolve the ambiguity? 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] IDLE maintenance

2009-03-09 Thread Martin v. Löwis
not, put an analysis into the report, and post a list of patches that you propose to close here. For feature requests, analyze whether the feature is desirable and sound. If it is, propose a patch. If not, post a list of requests to close here (and an analysis into the report). Rega

Re: [Python-Dev] Integrate BeautifulSoup into stdlib?

2009-03-09 Thread Martin v. Löwis
hen take > a vote, or the BDFL can decide. > > A key criteria should be, "Will the new library help small projects get > started by providing basic capabilities without introducing a steep > learning curve?" These are all thoughts th

Re: [Python-Dev] RELEASED Python 3.1 alpha 1

2009-03-09 Thread Martin v. Löwis
>> On behalf of the Python development team and the Python community, I'm >> happy to announce the first alpha release of Python 3.1. > > Are there any plans for a Windows installer? Yes. However, I cannot produce them on wee

Re: [Python-Dev] reviewing patches

2009-03-09 Thread Martin v. Löwis
re that a formal or semi-formal approval > process would make anything better, I think it would be good if there > were some kind of 'executive review' process by which an issue could be > marked as being a good thing or not. If you think creating more k

Re: [Python-Dev] Ext4 data loss

2009-03-10 Thread Martin v. Löwis
the system knows it cannot flush the unlink operation of the old file before it has flushed the data of the new file. This would still allow the system to schedule IO fairly freely, but also guarantee that not all gets lost in a crash. I thought that the data=ordered ext3 mount option was going in th

Re: [Python-Dev] Ext4 data loss

2009-03-11 Thread Martin v. Löwis
h() f.sync() f.close() which is *really* nothing more than convenience. O'd also like to point to the O_SYNC/O_DSYNC/O_RSYNC open(2) flags. Applications that require durable writes can also chose to set those on open, and be done. Regrds, Martin

Re: [Python-Dev] Ext4 data loss

2009-03-11 Thread Martin v. Löwis
FILE_FLAG_WRITE_THROUGH to CreateFile (similar to what O_SYNC does on POSIX). 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

Re: [Python-Dev] Ext4 data loss

2009-03-11 Thread Martin v. Löwis
> Maybe it would make more sense for "synced" to force fsync() on each > flush, not only on close. I'm not sure how useful it is, but that's > what "synced" would imply to me. That should be implement by passing O_SYNC on open, rather than exp

Re: [Python-Dev] Ext4 data loss

2009-03-12 Thread Martin v. Löwis
ilename of important file > > The sync is necessary to ensure that the data is written to the disk > before the old file overwrites the new filename. You still wouldn't use the tempfile module in that case. Instead, you would create a regular file, with the name

Re: [Python-Dev] Building Py3K branch docs with Sphinx

2009-03-12 Thread Martin v. Löwis
> Can I ask which flavour of Sphinx is being used to build the py3k docs? The proper procedure to build the documentation is make update make htmlhelp #say Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.

Re: [Python-Dev] wait time [was: Ext4 data loss]

2009-03-12 Thread Martin v. Löwis
> It is starting to look as though flush (and close?) should take an > optional wait parameter, to indicate how much re-assurance you're > willing to wait for. Unfortunately, such a thing would be unimplementable on most of today's operating system

Re: [Python-Dev] wait time [was: Ext4 data loss]

2009-03-12 Thread Martin v. Löwis
in your application, would you like the data to be saved, or would you accept that they get lost? If the latter, what kind of interaction would you perform with your application to indicate that you *do* want the data to appear on disk? Regards, Martin __

Re: [Python-Dev] wait time [was: Ext4 data loss]

2009-03-12 Thread Martin v. Löwis
Jim Jewett wrote: > On 3/12/09, "Martin v. Löwis" wrote: >>> It is starting to look as though flush (and close?) should take an >>> optional wait parameter, to indicate how much re-assurance you're >>> willing to wait for. > >> Unfortuna

Re: [Python-Dev] Ext4 data loss

2009-03-12 Thread Martin v. Löwis
of the >> important file. >> > Uhm... why? Because it's much easier not to use the tempfile module, than to use it, and because the main purpose of the tempfile module is irrelevant to the specific application; the main purpose being the ability to aut

Re: [Python-Dev] Python-Dev] wait time [was: Ext4 data loss

2009-03-12 Thread Martin v. Löwis
Cameron Simpson wrote: > On 12Mar2009 22:09, Martin v. L?wis wrote: > | > Let me try some examples. > | > Suppose I'm running my applications on a laptop and I don't want the > | > disk to be spinning continually while I work. I'm willing to take the > | &g

Re: [Python-Dev] Ext4 data loss

2009-03-12 Thread Martin v. Löwis
er it has generated the non-conflicting filename, it's done. 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] Building Py3K branch docs with Sphinx

2009-03-12 Thread Martin v. Löwis
Tim Golden wrote: > Martin v. Löwis wrote: >>> Can I ask which flavour of Sphinx is being used to build the py3k docs? >> >> The proper procedure to build the documentation is >> >> make update >> make htmlhelp #say > > > I think you misundersto

[Python-Dev] [ANN] EuroPython 2009 – Extra Early Bird registration ends this Saturday!

2009-03-12 Thread Martin P. Hellwig
Newsflash! A large number of Pythoneers has signed up already, for this reason alone it is worth booking! If you already know you are joining the conference, why not save some money in these financially uncertain times and take advantage of the extra early bird rate! The extra early bird rate is

Re: [Python-Dev] Integrate BeautifulSoup into stdlib?

2009-03-13 Thread Martin v. Löwis
agement system that is decent cannot possibly be included in Python (IOW, any packaging system included in Python cannot be decent enough to allow removal of things from the standard library) Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org htt

Re: [Python-Dev] Integrate BeautifulSoup into stdlib?

2009-03-13 Thread Martin v. Löwis
one a python > project where I only needed python and the standard lib for many years... I was always able to get what I need through aptitude. 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] Ext4 data loss

2009-03-13 Thread Martin v. Löwis
plication. 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] Python 2.6.2 and 3.0.2

2009-03-14 Thread Martin v. Löwis
Jason R. Coombs wrote: > I'm still holding my breath for Python 2.6.2, which fixes a Windows > DLL linking issue that was already fixed in 3.0.1. Obviously, the > proposed schedule has passed, but I would prefer a release sooner > than later. I suggest you start breathi

Re: [Python-Dev] PEP 377 - allow __enter__() methods to skip the statement body

2009-03-15 Thread Martin v. Löwis
ith exceptions, you get essentially multiple alternative outcomes of a function call, rather than just a single result. In principle, it would be possible to eliminate the return statement altogether, but it is useful syntactic sugar. Regards, Martin ___

Re: [Python-Dev] PEP 377 - allow __enter__() methods to skip the statement body

2009-03-15 Thread Martin v. Löwis
also). Regards, Martin (*) My wild guess is that IronPython feels obliged to provide traceback objects, and that this a costly operation - I just can't believe that exceptions are themselves costly on .NET, in the Microsoft implementation. In the specific case, it would be possible to suppress

Re: [Python-Dev] PEP 377 - allow __enter__() methods to skip the statement body

2009-03-15 Thread Martin v. Löwis
unlike if statements, while loops, and - yes - exceptions. They all provide for structured control flow. raise, in particular, is no more evil than break, continue, return, or yield. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org ht

Re: [Python-Dev] In-place operators

2009-03-17 Thread Martin v. Löwis
s some interesting use for > these in-place operator function. I hope so. It could be important if you want apply it to mutable objects, i.e. where the assignment doesn't do anything. Regards, Martin ___ Python-Dev mailing list Python-Dev@pyth

Re: [Python-Dev] In-place operators

2009-03-17 Thread Martin v. Löwis
ything else of the operator module (so I wouldn't miss it if it was removed entirely). I would object to their removal, though, because it would hurt my sense of symmetry. Regards, Martin P.S. If anything was to be removed, I would remove the in-place operations altogether; i.e. a+=b should alwa

Re: [Python-Dev] tracker status options

2009-03-18 Thread Martin v. Löwis
sure that you want them to be status options? Why not stages? ISTM that an issue that "Needs help" is still "Open". 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

[Python-Dev] Security fixes in 2.5 and 2.4

2009-03-19 Thread Martin v. Löwis
dvisory, and/or notifying some CERT. Notification is in particular necessary if you are unfamiliar with security issues, how they get classified, and so on - so do ask the experts. (and no, I'm not one of them :-) Regards, Martin ___ Python-Dev mai

Re: [Python-Dev] tracker status options

2009-03-19 Thread Martin v. Löwis
> On Wed, Mar 18, 2009 at 23:47, "Martin v. Löwis" <mailto:mar...@v.loewis.de>> wrote: > > > It would be great to put in some of those extra status options > that were > > discussed recently... > > > >"Open/

Re: [Python-Dev] Multiprocessing on Solaris

2009-03-20 Thread Martin v. Löwis
o > test the settings? Neither Python 2.6 nor my backup have the correct > settings for Solaris. I don't quite understand what it is that you want tested - what "settings"? Most likely, the answer is yes, I can test stuff on Solaris (both SPARC

Re: [Python-Dev] Multiprocessing on Solaris

2009-03-22 Thread Martin v. Löwis
s defined in sys/socket.h, and documented in socket.h(3HEAD). So there must be going on something else at the user's machine. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-d

Re: [Python-Dev] an unimportant question, ...

2009-03-22 Thread Martin v. Löwis
ed in those versions (but only starting from version 5, i.e. the first version created by Guido). For some reason, the saving was then removed from the patch that got actually committed (#7). I guess the comment just stayed. Regards, Martin ___ Python-Dev m

Re: [Python-Dev] Multiprocessing on Solaris

2009-03-23 Thread Martin v. Löwis
tures are available on some versions of Solaris, but not on others. It would be better if autoconf tests were written, and the entire configuration removed from setup.py. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.pytho

Re: [Python-Dev] GSoC: Replace MS Windows Console with Unicode UI

2009-03-23 Thread Martin v. Löwis
ying "it seems incomplete"). 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] Integrate BeautifulSoup into stdlib?

2009-03-23 Thread Martin v. Löwis
re that aptitude works well on Windows (although it does work on OSX). In any case, I rarely need to install Python packages on Windows or Mac, so this causes no problem to me. If I need something on Windows, I usually download the Windows installer for it. Regards, Martin

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