SQLObject 1.3.1

2012-05-26 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.3.1, the first bug-fix release of branch 1.3 of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be

Re: usenet reading

2012-05-26 Thread Temia Eszteri
On Fri, 25 May 2012 23:30:24 -0600, Jason Earl je...@notengoamigos.org wrote: On Fri, May 25 2012, Jon Clements wrote: Hi All, Normally use Google Groups but it's becoming absolutely frustrating - not only has the interface changed to be frankly impractical, the posts are somewhat random of

Re: installing 2 and 3 alongside on MS Windows

2012-05-26 Thread Irmen de Jong
On 25-5-2012 10:24, Ulrich Eckhardt wrote: Hi! What I'm considering is installing Python 3 alongside, in order to prepare the code for this newer version. What I'd like to know first is whether there are any problems I'm likely to encounter and possible workarounds. What I'm doing myself on

Automatically caching computationally intensive variable values?

2012-05-26 Thread Alec Taylor
I am working with a few corpora included in nltk-data with NTLK (http://nltk.org/) to figure out certain algorithms. So my code would generally be something of the style: import re, nltk, random from nltk.corpus import reuters def find_test_and_train_data():

How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread Mr.T Beppu
I think that I will make a browser in Official Python (not MacPorts Python). What should I do in order to install Webkit for Official Python (not MacPorts Python) ? from tokyo Japan. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread Benjamin Kaplan
On Sat, May 26, 2012 at 9:31 AM, Mr.T Beppu anf...@gmail.com wrote: I think that I will make a browser in Official Python (not MacPorts Python). What should I do in order to install Webkit for Official Python (not MacPorts Python) ? from tokyo Japan. You don't just install WebKit. You need

Re: Uliweb release 0.1 version

2012-05-26 Thread Etienne Robillard
Flexible is more English than flexiable i guess... :-) Besides the typing errors I look forward in checking this out for new concepts... Cheers and congratulations, Etienne -- Etienne Robillard Occupation: Software Developer Company:Green Tea Hackers Club Email:

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread Barry Scott
On 26 May 2012, at 14:31, Mr.T Beppu wrote: I think that I will make a browser in Official Python (not MacPorts Python). What should I do in order to install Webkit for Official Python (not MacPorts Python) ? from tokyo Japan. -- http://mail.python.org/mailman/listinfo/python-list The

Re: usenet reading

2012-05-26 Thread duncan smith
On 25/05/12 23:38, Jon Clements wrote: Hi All, Normally use Google Groups but it's becoming absolutely frustrating - not only has the interface changed to be frankly impractical, the posts are somewhat random of what appears, is posted and whatnot. (Ironically posted from GG) Is there a

Smallest/cheapest possible Python platform?

2012-05-26 Thread Roy Smith
What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? I'm looking for something to use as a hardware controller in a battery-powered device and want to avoid writing in C for this project. Performance requirements are minimal. I need to monitor a few

Re: usenet reading

2012-05-26 Thread Roy Smith
In article Vi6wr.735287$2R.344847@fx19.am4, duncan smith buzz...@urubu.freeserve.co.uk wrote: On 25/05/12 23:38, Jon Clements wrote: Hi All, Normally use Google Groups but it's becoming absolutely frustrating - not only has the interface changed to be frankly impractical, the posts are

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Paul Rubin
Roy Smith r...@panix.com writes: The Rasberry Pi certainly looks attractive, but isn't quite available today. Can you run Python on an Arduino? No. YOu want a 32-bit platform with an OS and perhaps 1 meg of memory. And by the time you port Python to it unless it's there already, you may as

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Ross Ridge
Roy Smith r...@panix.com wrote: What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? Not counting the Rasberry Pi, then probably a wireless router or one of those cheap media streaming boxes running custom firmware. Performance requirements are minimal. I

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread tinnews
Roy Smith r...@panix.com wrote: What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? I'm looking for something to use as a hardware controller in a battery-powered device and want to avoid writing in C for this project. Performance requirements are

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread TheSeeker
On Saturday, May 26, 2012 10:34:19 AM UTC-5, Roy Smith wrote: What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? I'm looking for something to use as a hardware controller in a battery-powered device and want to avoid writing in C for this project.

Re: usenet reading

2012-05-26 Thread Javier
news.aioe.org nntp.aioe.org http://www.aioe.org/ Aioe.org hosts a public news server, an USENET site that is intentionally kept open for all IP addresses without requiring any kind of authentication both for reading and posting.Each IP address is authorized to post 25 messages per day...

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Roy Smith
In article 8ic799-gk3@chris.zbmc.eu, tinn...@isbd.co.uk wrote: Rasberry Pi is available, some have arrived, mine will arrive on Monday or Tuesday (I'm talking about UK here). Interesting. Newark is claiming they'll have 1 piece on June 18th, and no further stock until October.

Re: Help doing it the python way

2012-05-26 Thread Nobody
On Thu, 24 May 2012 13:22:43 -0700, Scott Siegler wrote: is there a way to do something like: [(x,y-1), (x,y+1) for zzz in coord_list] or something along those lines? [(xx,yy) for x, y in coord_list for xx, yy in [(x,y-1),(x,y+1)]] or: [(x,yy) for x, y in coord_list for yy in

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Nobody
On Sat, 26 May 2012 11:34:19 -0400, Roy Smith wrote: The Rasberry Pi certainly looks attractive, but isn't quite available today. Can you run Python on an Arduino? Things like http://www.embeddedarm.com/products/board-detail.php?product=TS-7250 are more than I need, and the $129 price

Re: usenet reading

2012-05-26 Thread David Robinow
On Sat, May 26, 2012 at 11:43 AM, Roy Smith r...@panix.com wrote: I use panix.com.  For $100/year, I get mail, news, and unix shell access.  By some measures, it's an expensive way to get mail access, but I'd much rather give Panix $100 than take advantage of any of the free mail services who

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Paul Rubin
tinn...@isbd.co.uk writes: Rasberry Pi is available, some have arrived, mine will arrive on Monday or Tuesday (I'm talking about UK here). Early orders have been filled, more are being filled, but there is a huge backlong and therefore a long wait if you waited til now to order. If you want one

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Chris Angelico
On Sun, May 27, 2012 at 5:22 AM, Paul Rubin no.email@nospam.invalid wrote: If C is really intolerable I know there are some micros that can be programmed in BASIC. Ugh. Of those, I would strongly recommend going with C. ChrisA -- http://mail.python.org/mailman/listinfo/python-list

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Roy Smith
In article 7x1um6928y@ruckus.brouhaha.com, Paul Rubin no.email@nospam.invalid wrote: The Raspberry Pi is not really appropriate for a low powered portable application anyway, because of relatively high power requirements compared to an 8 bitter without all that media playback stuff. It

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Antoine Pitrou
Roy Smith roy at panix.com writes: What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? I'm looking for something to use as a hardware controller in a battery-powered device and want to avoid writing in C for this project. It depends *which* Python.

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Paul Rubin
Roy Smith r...@panix.com writes: It sounds like I can run one on 300mA @ 5V. For my application, I'll have about 10 A-h available at 12V (motorcycle battery). OK, the RPi should be fine power-wise in that case, though I wouldn't consider something with a 10AH motorcycle battery to be very

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread D'Arcy Cain
On 12-05-26 05:32 PM, Paul Rubin wrote: Roy Smithr...@panix.com writes: It sounds like I can run one on 300mA @ 5V. For my application, I'll have about 10 A-h available at 12V (motorcycle battery). OK, the RPi should be fine power-wise in that case, though I wouldn't consider something with

Re: Uliweb release 0.1 version

2012-05-26 Thread limodou
On Sat, May 26, 2012 at 10:49 PM, Etienne Robillard animelo...@gmail.com wrote: Flexible is more English than flexiable i guess... :-) Besides the typing errors I look forward in checking this out for new concepts... Cheers and congratulations, Etienne Thank you. I've changed it in GIt.

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread Tomasz Rola
On Sat, 26 May 2012, Roy Smith wrote: What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? I'm looking for something to use as a hardware controller in a battery-powered device and want to avoid writing in C for this project. Performance requirements

2to3 for 2.7

2012-05-26 Thread ru...@yahoo.com
Is there a list of fixers I can tell 2to3 to use that will limit changes to things that will continue to run under python-2.7? I want to start the 2-3 trip by making my code as py3 compatible (under py2) as possible before going the rest of the way to py3, and having 2to3 help with this seems

Re: 2to3 for 2.7

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 7:37 PM, ru...@yahoo.com ru...@yahoo.com wrote: Is there a list of fixers I can tell 2to3 to use that will limit changes to things that will continue to run under python-2.7? I want to start the 2-3 trip by making my code as py3 compatible

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 9:22 AM, tinn...@isbd.co.uk wrote: Roy Smith r...@panix.com wrote: What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? I'm looking for something to use as a hardware controller in a battery-powered device

Re: usenet reading

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 8:43 AM, Roy Smith r...@panix.com wrote: In article Vi6wr.735287$2R.344847@fx19.am4, duncan smith buzz...@urubu.freeserve.co.uk wrote: On 25/05/12 23:38, Jon Clements wrote: Hi All, Normally use Google Groups but it's becoming absolutely

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 9:20 AM, Ross Ridge rri...@csclub.uwaterloo.ca wrote: Roy Smith r...@panix.com wrote: What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? Not counting the Rasberry Pi, then probably a wireless router or

Re: Uliweb release 0.1 version

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 7:49 AM, Etienne Robillard animelo...@gmail.com wrote: Flexible is more English than flexiable i guess... :-) Besides the typing errors I look forward in checking this out for new concepts... Cheers and congratulations, Etienne

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 9:25 AM, Paul Rubin no.email@nospam.invalid wrote: Roy Smith r...@panix.com writes: The Rasberry Pi certainly looks attractive, but isn't quite available today. Can you run Python on an Arduino? No. YOu want a 32-bit platform with an OS

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 7:09 AM, Benjamin Kaplan benjamin.kap...@case.edu wrote: On Sat, May 26, 2012 at 9:31 AM, Mr.T Beppu anf...@gmail.com wrote: I think that I will make a browser in Official Python (not MacPorts Python). What should I do in order to install

Re: Smallest/cheapest possible Python platform?

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 8:34 AM, Roy Smith r...@panix.com wrote: What's the smallest/cheapest/lowest-power hardware platform I can run Python on today? I'm looking for something to use as a hardware controller in a battery-powered device and want to avoid writing in

Re: usenet reading

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 8:05 AM, duncan smith buzz...@urubu.freeserve.co.uk wrote: On 25/05/12 23:38, Jon Clements wrote: Hi All, Normally use Google Groups but it's becoming absolutely frustrating - not only has the interface changed to be frankly impractical, the

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 6:40 AM, Barry Scott ba...@barrys-emacs.org wrote: On 26 May 2012, at 14:31, Mr.T Beppu wrote: I think that I will make a browser in Official Python (not MacPorts Python). What should I do in order to install Webkit for Official Python (not

Re: How to import Webkit and object in Official Python (not MacPorts python) without X11.

2012-05-26 Thread highpointe
Here is my SS: 259 71 2451 On May 26, 2012, at 6:31 AM, Mr.T Beppu anf...@gmail.com wrote: I think that I will make a browser in Official Python (not MacPorts Python). What should I do in order to install Webkit for Official Python (not MacPorts Python) ? from tokyo Japan. --

[issue14921] New trove classifier for simple printers of nested lists

2012-05-26 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: PyPI requests do not use this tracker; see PyPI for the link to the right place. In this case anyway a request would certainly be rejected: the projects you’ve seen do not come from a high demand, but from one teaching book. Search the

[issue14673] add sys.implementation

2012-05-26 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: -pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___ ___ Python-bugs-list mailing

[issue14907] SSL module cannot handle unicode filenames

2012-05-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Indeed, it would probably be a new feature to accept unicode there, and we don't add new features to 2.7. As Hynek said, Python 3 is fine. -- ___ Python tracker rep...@bugs.python.org

[issue8271] str.decode('utf8', 'replace') -- conformance with Unicode 5.2.0

2012-05-26 Thread Serhiy Storchaka
Serhiy Storchaka storch...@gmail.com added the comment: Here are the benchmark results (numbers are speed, MB/s). On 32-bit Linux, AMD Athlon 64 X2: vanilla patched utf-8 'A'*1 2016 (+5%) 2111 utf-8

[issue1602] windows console doesn't print or input Unicode

2012-05-26 Thread Glenn Linderman
Glenn Linderman v+pyt...@g.nevcal.com added the comment: A little more empirical info: the missing errors attribute doesn't show up except for input. print works fine. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1602

[issue14923] Even faster UTF-8 decoding

2012-05-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka storch...@gmail.com: As strange as it may seem, but using a simple trick was made UTF-8 decoding even more speed up. Here are the benchmark results. On 32-bit Linux, AMD Athlon 64 X2: vanilla patched utf-8

[issue14923] Even faster UTF-8 decoding

2012-05-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: Added file: http://bugs.python.org/file25718/decodebench.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14923 ___

[issue14923] Even faster UTF-8 decoding

2012-05-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: Added file: http://bugs.python.org/file25719/bench-diff.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14923 ___

[issue14923] Even faster UTF-8 decoding

2012-05-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I see a slight increase under 64-bit Linux with gcc 4.5.2, too: vanilla patched utf-8 'A'*1 7857 (+4%)8210 utf-8 'A'*+'\x80' 5392 (+8%)

[issue14923] Even faster UTF-8 decoding

2012-05-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: It seems the patch relies on a two's complement representation of integers. Mark, do you think that's ok? -- stage: - commit review ___ Python tracker rep...@bugs.python.org

[issue14923] Even faster UTF-8 decoding

2012-05-26 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- stage: commit review - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14923 ___ ___

[issue8271] str.decode('utf8', 'replace') -- conformance with Unicode 5.2.0

2012-05-26 Thread Serhiy Storchaka
Serhiy Storchaka storch...@gmail.com added the comment: Fortunately, issue14923 (if accepted) will compensate for the slowdown. On 32-bit Linux, AMD Athlon 64 X2: vanilla old patchfast patch utf-8 'A'*1 2016

[issue14923] Even faster UTF-8 decoding

2012-05-26 Thread Serhiy Storchaka
Serhiy Storchaka storch...@gmail.com added the comment: It seems the patch relies on a two's complement representation of integers. Mark, do you think that's ok? Yes, the patch depends on two facts -- 8-bit bytes and a two's complement representation of integers. That's why I call it a

[issue14923] Even faster UTF-8 decoding

2012-05-26 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: The C standard says, in 6.3.1.3/3 Otherwise [*], the new type is signed and the value cannot be represented in it; either the result is implementation-defined or an implementation-defined signal is raised. [*]: the value cannot be exactly

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 63d2c9affb11 by Hynek Schlawack in branch 'default': #14814: Some PEP8 adjustments and dead code weeding http://hg.python.org/cpython/rev/63d2c9affb11 -- ___ Python

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: One last wish: could we curb the copyright header a bit? I don't know the exact policy on that but as other modules don't have that I presume we could do without/with a shorter one. If we have one, I'd rather add something like based on the

[issue14907] SSL module cannot handle unicode filenames

2012-05-26 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: So are we going to add something to the docs or just close as rejected? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14907 ___

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: Yeah, only the first two lines of the copyright header are really needed. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14814 ___

[issue14907] SSL module cannot handle unicode filenames

2012-05-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Honestly, I'm not sure it is worth documenting. How to use the ca_certs argument is clear when reading the examples further in the ssl doc page, and detailing the quirks of each and every argument would make the text much less readable.

[issue14907] SSL module cannot handle unicode filenames

2012-05-26 Thread Hynek Schlawack
Hynek Schlawack h...@ox.cx added the comment: I'd just add some general catch-all phrase at the top that all paths are expected to be encoded strings. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14907

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset f70e12499d05 by Nick Coghlan in branch 'default': Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter to the factory functions by using the appropriate direct class references instead

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 462fff00c3fb by Nick Coghlan in branch 'default': Issue #14814: Cleanup ipaddress header comments http://hg.python.org/cpython/rev/462fff00c3fb -- ___ Python tracker

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 0b54721bf1cc by Nick Coghlan in branch 'default': Issue #14814: Clean out an obsolete property and method from ipaddress Network objects http://hg.python.org/cpython/rev/0b54721bf1cc --

[issue8739] Update to smtpd.py to RFC 5321

2012-05-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Removing dependency on issue 11959. Instead I'm going to fix the logging test by adding the necessary updates to its __init__ methods on the smtpd subclasses. Then 11959 can be dealt with independently. -- dependencies:

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 04b939c0c84d by Nick Coghlan in branch 'default': Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version)

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: The module reference docs are the main outstanding item now. Georg, up to you whether you want to generate the first pass at those from the docstrings for the alpha or leave it until afterwards. --

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-26 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: There's one other thing I particularly want to look at, but it can wait until after the alpha: the TODO comments I added relating to the new self._address_class attribute on the *Network classes. Specifically, it seems to me that the various

[issue14059] Implement multiprocessing.Barrier

2012-05-26 Thread Richard Oudkerk
Richard Oudkerk shibt...@gmail.com added the comment: RawValue uses ctypes, right? That's problematic for platforms which don't support ctypes. Are there many posix systems (we care about) where ctypes doesn't work? It would be fairly easy to use memoryview instead of ctypes. (In fact

[issue14910] argparse: disable abbreviation

2012-05-26 Thread Jonathan Paugh
Jonathan Paugh jpa...@gmx.us added the comment: I am dubious as to the use of this: I think resolving partial args is one of the best thing since invented since sliced bread. However, it's a good project to get my feet wet, so I'll take it on. I should have a patch later today--I'm working on

[issue14059] Implement multiprocessing.Barrier

2012-05-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: RawValue uses ctypes, right? That's problematic for platforms which don't support ctypes. Are there many posix systems (we care about) where ctypes doesn't work? It depends what you call caring about :-) But proprietary Unix C compilers

[issue8739] Update to smtpd.py to RFC 5321

2012-05-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset ec7456b3f4fe by R David Murray in branch 'default': #8739: upgrade smtpd to RFC 5321 and 1870. http://hg.python.org/cpython/rev/ec7456b3f4fe -- nosy: +python-dev ___

[issue8739] Update to smtpd.py to RFC 5321

2012-05-26 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Thanks very much to everyone who contributed to this patch. It was a real team effort :) -- assignee: r.david.murray - resolution: - fixed stage: needs patch - committed/rejected status: open - closed

[issue13475] Add '-p'/'--path0' command line option to override sys.path[0] initialisation

2012-05-26 Thread Eric Snow
Eric Snow ericsnowcurren...@gmail.com added the comment: Here's a stab at implementing -p/-P. There are a couple warnings that I'm not sure about and I've undoubtedly missed some detail, but it should be pretty close. -- keywords: +patch Added file:

[issue13475] Add '-p'/'--path0' command line option to override sys.path[0] initialisation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Removed file: http://bugs.python.org/file25721/issue13475_1.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13475 ___

[issue13475] Add '-p'/'--path0' command line option to override sys.path[0] initialisation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Added file: http://bugs.python.org/file25722/issue13475_1.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13475 ___

[issue13475] Add '-p'/'--path0' command line option to override sys.path[0] initialisation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Removed file: http://bugs.python.org/file25722/issue13475_1.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13475 ___

[issue13475] Add '-p'/'--path0' command line option to override sys.path[0] initialisation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Added file: http://bugs.python.org/file25723/issue13475_1.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13475 ___

[issue13475] Add '-p'/'--path0' command line option to override sys.path[0] initialisation

2012-05-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Before this is assigned a short option form, I would like to ask whether anybody but experts will be able to make a proper use of this option. (I also don't understand what it adds over PYTHONPATH) As for the patch, it lacks error checking when

[issue14775] Dict untracking can result in quadratic dict build-up

2012-05-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I have written up some documentation on how untracking is handled in the gc - please see the attached patch. Thank you for doing this! Do you have a real name so that I can credit you? Also, could you fill a contributor agreement?

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Added file: http://bugs.python.org/file25724/issue14673_as_module.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Added file: http://bugs.python.org/file25725/issue14673_as_type.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Added file: http://bugs.python.org/file25726/issue14673_as_structseq.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Added file: http://bugs.python.org/file25727/issue14673_as_simple_namespace.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Removed file: http://bugs.python.org/file25712/issue14673_as_module.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Removed file: http://bugs.python.org/file25713/issue14673_as_type.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Removed file: http://bugs.python.org/file25714/issue14673_as_structseq.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Removed file: http://bugs.python.org/file25715/issue14673_as_simple_namespace.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: Added file: http://bugs.python.org/file25728/issue14673_docs_and_tests.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14673 ___

[issue14673] add sys.implementation

2012-05-26 Thread Eric Snow
Eric Snow ericsnowcurren...@gmail.com added the comment: I updated the patches so that (hopefully) the review link shows up. I've also pulled out the doc/test diff into its own patch, since it was the same for all of them. -- ___ Python tracker

[issue10053] Don’t close fd when FileIO.__init__ fails

2012-05-26 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +hynek versions: +Python 3.3 -Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10053 ___

[issue14910] argparse: disable abbreviation

2012-05-26 Thread Jonathan Paugh
Jonathan Paugh jpa...@gmx.us added the comment: I created a patch that exibhts the requested behavior. I added tests, and updated the documentation. I ran the test-suite against a build of Python 3.3.0a3+, and all tests check out. This changes the public API of argparse.ArgumentParser and of

[issue14876] IDLE highlighting theme does not preview with user-selected fonts

2012-05-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset e443cce4f183 by Terry Jan Reedy in branch '3.2': Issue #14876: Use user-selected font for highlight configuration. http://hg.python.org/cpython/rev/e443cce4f183 New changeset a9e9045d5546 by Terry Jan Reedy in

[issue14876] IDLE highlighting theme does not preview with user-selected fonts

2012-05-26 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Patch looks good and seems to work fine. I tested before and after the patch on my working copy of 3.3.0a3 with my selected font. Highlight config was default courier before and selected font after. I agree with change and applied. --

[issue14903] dictobject infinite loop on 2.6.5 on 32-bit x86

2012-05-26 Thread Daniel Farina
Daniel Farina dan...@heroku.com added the comment: Unfortunately it's not so easy to upgrade the system's Python, however, it is something we might try. The reproducing test case would appear to be akin to: import _socket And, within the gevent stack trace program,

[issue14903] dictobject infinite loop on 2.6.5 on 32-bit x86

2012-05-26 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I was suggesting alternate installations, not that you touch your system Python (a bad idea I have read). Such should be easy on Ubuntu. Whether you can run this particular program with alt installs is a different matter. If you have

[issue13475] Add '-p'/'--path0' command line option to override sys.path[0] initialisation

2012-05-26 Thread Eric Snow
Eric Snow ericsnowcurren...@gmail.com added the comment: Before this is assigned a short option form, I would like to ask whether anybody but experts will be able to make a proper use of this option. Do you mean relative to a long form? And what would constitute improper use for the

[issue13475] Add '-p'/'--path0' command line option to override sys.path

2012-05-26 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Before this is assigned a short option form, I would like to ask whether anybody but experts will be able to make a proper use of this option. Do you mean relative to a long form? Yes. And what would constitute improper use for the

[issue3177] Add shutil.open

2012-05-26 Thread Hobs
Hobs hobsonl...@gmail.com added the comment: In Linux we could `try` nautilus then Mozilla (file://.../containing_folder) then fall back to a shell `cd ls` if no browser is available, raising NotImplemented if all else fails... until someone implements for that user's platform particulars.

[issue3177] Add shutil.open

2012-05-26 Thread Larry Hastings
Larry Hastings la...@hastings.org added the comment: In Linux we could `try` nautilus then Mozilla (file://.../containing_folder) then fall back to a shell `cd ls` if no browser is available, raising NotImplemented if all else fails... until someone implements for that user's platform

[issue13475] Add '-p'/'--path0' command line option to override sys.path

2012-05-26 Thread Eric Snow
Eric Snow ericsnowcurren...@gmail.com added the comment: did you mean to change the title? this isn't about overriding sys.path, but rather just about explicitly dictating the initialization of sys.path[0]. -- ___ Python tracker

  1   2   >