[ANN] Bento 0.0.5, a packaging solution for python software

2011-03-08 Thread David Cournapeau
Hi, I am pleased to announce a new release of bento, a packaging solution for python which aims at reproducibility, extensibility and simplicity. You can take a look at its main features on bento's main documentation page (http://cournape.github.com/Bento). The main features of this 0.0.5

pyCologne Python User Group Cologne - Meeting, March 9, 2011, 6.30pm

2011-03-08 Thread Andi Albrecht
The next meeting of pyCologne will take place: Wednesday, March, 9th starting about 6.30 pm - 6.45 pm at Room 0.14, Benutzerrechenzentrum (RRZK-B) University of Cologne, Berrenrather Str. 136, 50937 Köln, Germany Any presentations, news, book presentations etc. are welcome on each of our

Re: Finding keywords

2011-03-08 Thread Chris Rebert
On Mon, Mar 7, 2011 at 11:18 PM, Cross x...@x.tv wrote: Hello I have got a project in which I have to extract keywords given a URL. I would like to know methods for extraction of keywords. Frequency of occurence is one; but it seems naive. I would prefer something more robust. Please

Re: Finding keywords

2011-03-08 Thread Cross
On 03/08/2011 01:27 PM, Chris Rebert wrote: Complaint: This question is not Python-specific in any way. Regards, Chris Well Chris, my implementation is in Python. :) That is as much python-specific as it gets. Well the question is general of course and I want to discuss the problem here.

Re: ImSim: Image Similarity

2011-03-08 Thread Ian Kelly
On Mon, Mar 7, 2011 at 6:30 AM, n00m n...@narod.ru wrote: Remind me this piece of humor: One man entered a lift cabin at the 1st floor, lift goes to the3rd floor, opens and ... it's empty! Physicist, Chemist and Mathematician were asked: what happened to the man? Physicist: he was squashed

Re: Generate PDF with Tamil font problem

2011-03-08 Thread Selvam
On Sat, Mar 5, 2011 at 5:28 PM, Tom Zych freethin...@pobox.com wrote: sathe...@e-ndicus.com wrote: I am using python's reportlab to print some unicode Tamil characters '#2986;#3015;'. I added necessary unicode font to reportlab. But It prints the output as '#3015;#2986;' (in reverse

embedded python 2.7.1 slow startup

2011-03-08 Thread bruce bushby
Hi I've been playing with running python on embedded linux. I thought I would run some straces to see how the install went when I noticed python attempts to open loads of files that don't exist.is there a way to prevent these open attemptsthey're responsible for 40% of my scripts

Re: Finding keywords

2011-03-08 Thread Ulrich Eckhardt
Cross wrote: On 03/08/2011 01:27 PM, Chris Rebert wrote: Well Chris, my implementation is in Python. :) That is as much python-specific as it gets. Well the question is general of course and I want to discuss the problem here. If you have anything written in Python yet and want to present

Re: embedded python 2.7.1 slow startup

2011-03-08 Thread Kushal Kumaran
On Tue, Mar 8, 2011 at 2:36 PM, bruce bushby bruce.bus...@gmail.com wrote: Hi I've been playing with running python on embedded linux. I thought I would run some straces to see how the install went when I noticed python attempts to open loads of files that don't exist.is there a way to

Re: encoding hell - any chance of salvation ?

2011-03-08 Thread southof40
Thanks for both the suggestions. I haven't yet had time to try them out but will do so and report back. -- http://mail.python.org/mailman/listinfo/python-list

SCM

2011-03-08 Thread Cliff Scherer
Hi, I am looking for a Python library, which can handle the modelling of material flows in Supply Chains. Any idea ? Thx -- http://mail.python.org/mailman/listinfo/python-list

Re: SCM

2011-03-08 Thread Chris Rebert
On Tue, Mar 8, 2011 at 3:42 AM, Cliff Scherer cliffsche...@me.com wrote: Hi, I am looking for a Python library, which can handle the modelling of material flows in Supply Chains. Any idea ? Some googling turned up https://sites.google.com/a/logopt.com/www/ If you're doing simulations,

Re: SCM

2011-03-08 Thread Stefan Behnel
Cliff Scherer, 08.03.2011 12:42: I am looking for a Python library, which can handle the modelling of material flows in Supply Chains. Note that TLAs do not always uniquely identify a subject. SCM is easily read as source code management or software configuration management on a programming

Re: A question about Cmd Class

2011-03-08 Thread Dave Angel
On 01/-10/-28163 02:59 PM, yuan zheng wrote: Hello, everyone: I encouter a question when implementing a commmand line(shell). I have implemented some commands, such as start, stop, quit, they are easily implemented by do_start, do_stop and do_quit. there are no troubles. But I want

Re: Finding keywords

2011-03-08 Thread Heather Brown
On 01/-10/-28163 02:59 PM, Cross wrote: Hello I have got a project in which I have to extract keywords given a URL. I would like to know methods for extraction of keywords. Frequency of occurence is one; but it seems naive. I would prefer something more robust. Please suggest. Regards Cross

Re: Generate PDF with Tamil font problem

2011-03-08 Thread Robin Becker
On 05/03/2011 05:20, sathe...@e-ndicus.com wrote: Hi All, I am using python's reportlab to print some unicode Tamil characters '#2986;#3015;'. I added necessary unicode font to reportlab. But It prints the output as '#3015;#2986;' (in reverse order). This issue happens for multi-byte

Re: A question about Cmd Class

2011-03-08 Thread Peter Otten
yuan zheng wrote: Hello, everyone: I encouter a question when implementing a commmand line(shell). I have implemented some commands, such as start, stop, quit, they are easily implemented by do_start, do_stop and do_quit. there are no troubles. But I want to implement some

Re: Finding keywords

2011-03-08 Thread Cross
On 03/08/2011 06:09 PM, Heather Brown wrote: The keywords are an attribute in a tag called meta, in the section called head. Are you having trouble parsing the xhtml to that point? Be more specific in your question, and somebody is likely to chime in. Although I'm not the one, if it's a

Switching between Python releases under Windows

2011-03-08 Thread Edward Diener
I have multiple versions of Python installed under Vista. Is there any easy way of switching between them so that invoking python and file associations for Python extensions files work automatically ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Switching between Python releases under Windows

2011-03-08 Thread Tim Golden
On 08/03/2011 14:55, Edward Diener wrote: I have multiple versions of Python installed under Vista. Is there any easy way of switching between them so that invoking python and file associations for Python extensions files work automatically ? Well, the answer depends a bit on how au fait you

Re: Switching between Python releases under Windows

2011-03-08 Thread Tim Golden
On 08/03/2011 15:58, Tim Golden wrote: On 08/03/2011 14:55, Edward Diener wrote: I have multiple versions of Python installed under Vista. Is there any easy way of switching between them so that invoking python and file associations for Python extensions files work automatically ? Well, the

Re: Switching between Python releases under Windows

2011-03-08 Thread Ulrich Eckhardt
Edward Diener wrote: I have multiple versions of Python installed under Vista. Is there any easy way of switching between them so that invoking python and file associations for Python extensions files work automatically ? These associations are stored in the registry. Just cut out the

python cmd.Cmd auto complete feature

2011-03-08 Thread Jean-Michel Pichavant
Hello folks, I'm trying to autoexpand values as well as arguments using the builtin cmd.Cmd class. I.E. Consider the following command and arguments: sayHello target=Georges 'Hello Georges !' I can easily make 'tar' expand into 'target=' however I'd like to be able to expand the value as

Re: Switching between Python releases under Windows

2011-03-08 Thread Thomas L. Shinnick
At 10:03 AM 3/8/2011, Tim Golden wrote: On 08/03/2011 15:58, Tim Golden wrote: On 08/03/2011 14:55, Edward Diener wrote: I have multiple versions of Python installed under Vista. Is there any easy way of switching between them so that invoking python and file associations for Python extensions

Dijkstra Algorithm Help

2011-03-08 Thread yoro
Hello, I am having a little trouble writing Dijkstra's Algorithm, at the point where I have to calculate the distance of each node from the source - here is my code so far: infinity = 100 invalid_node = -1 startNode = 0 class Node: distFromSource = infinity previous = invalid_node

Deploying on Windows servers : advice sought a module

2011-03-08 Thread Rory Campbell-Lange
We have written a cross-platform monitoring system that we have deployed on our Linux servers and wish to put on our Windows servers too. In the past I've played with py2exe and similar packages. However the frequent updates to the monitoring suite mean that reinstalling an exe for each update

Re: Dijkstra Algorithm Help

2011-03-08 Thread MRAB
On 08/03/2011 18:12, yoro wrote: Hello, I am having a little trouble writing Dijkstra's Algorithm, at the point where I have to calculate the distance of each node from the source - here is my code so far: infinity = 100 invalid_node = -1 startNode = 0 class Node: distFromSource =

Re: python cmd.Cmd auto complete feature

2011-03-08 Thread Peter Otten
Jean-Michel Pichavant wrote: I'm trying to autoexpand values as well as arguments using the builtin cmd.Cmd class. I.E. Consider the following command and arguments: sayHello target=Georges 'Hello Georges !' I can easily make 'tar' expand into 'target=' however I'd like to be able

Re: Finding keywords

2011-03-08 Thread Matt Chaput
On 08/03/2011 8:58 AM, Cross wrote: I know meta tags contain keywords but they are not always reliable. I can parse xhtml to obtain keywords from meta tags; but how do I verify them. To obtain reliable keywords, I have to parse the plain text obtained from the URL. I think maybe what the OP is

Re: Dijkstra Algorithm Help

2011-03-08 Thread yoro
On Mar 8, 6:49 pm, MRAB pyt...@mrabarnett.plus.com wrote: On 08/03/2011 18:12, yoro wrote: Hello, I am having a little trouble writing Dijkstra's Algorithm, at the point where I have to calculate the distance of each node from the source - here is my code so far: infinity = 100

RE: CentOS 5.5 x86_64 rpmbuild from source

2011-03-08 Thread William S .
I will answer myself. For those interested, because rpm will break the dependencies on the OS, you can install 2.7 with a simple bash script: http://willsani.com/2011/03/02/centos-5-5-x86_64-install-python-2-7/ Regards, Will -- http://mail.python.org/mailman/listinfo/python-list

Re: Finding keywords

2011-03-08 Thread Vlastimil Brom
2011/3/8 Cross x...@x.tv: On 03/08/2011 06:09 PM, Heather Brown wrote: The keywords are an attribute in a tag called meta, in the section called head. Are you having trouble parsing the xhtml to that point? Be more specific in your question, and somebody is likely to chime in. Although

Re: CentOS 5.5 x86_64 rpmbuild from source

2011-03-08 Thread J.O. Aho
William S. wrote: I will answer myself. For those interested, because rpm will break the dependencies on the OS, you can install 2.7 with a simple bash script: http://willsani.com/2011/03/02/centos-5-5-x86_64-install-python-2-7/ If you use a spec file for the original RPM and modify it for

Re: Numerical representation

2011-03-08 Thread Jon Herman
Thanks all for the input, the remark about printing intermediate steps was a very good one (and so obvious I can't believe it took me this long to get there...) The error was in my loop where I multiply by the b or beta coefficients. The range for this loop (marked by j) is set up properly in

Re: embedded python 2.7.1 slow startup

2011-03-08 Thread Terry Reedy
On 3/8/2011 4:06 AM, bruce bushby wrote: Hi I've been playing with running python on embedded linux. I thought I would run some straces to see how the install went when I noticed python attempts to open loads of files that don't exist.is there a way to prevent these open attemptsthey're

Re: SCM

2011-03-08 Thread Rafe Kettler
On Mar 8, 7:21 am, Stefan Behnel stefan...@behnel.de wrote: Cliff Scherer, 08.03.2011 12:42: I am looking for a Python library, which can handle the modelling of material flows in Supply Chains. Note that TLAs do not always uniquely identify a subject. SCM is easily read as source code

multiprocessing module in async db query

2011-03-08 Thread Sheng
This looks like a tornado problem, but trust me, it is almost all about the mechanism of multiprocessing module. I borrowed the idea from http://gist.github.com/312676 to implement an async db query web service using tornado. p = multiprocessing.Pool(4) class

Re: Finding keywords

2011-03-08 Thread Terry Reedy
On 3/8/2011 2:00 PM, Matt Chaput wrote: On 08/03/2011 8:58 AM, Cross wrote: I know meta tags contain keywords but they are not always reliable. I can parse xhtml to obtain keywords from meta tags; but how do I verify them. To obtain reliable keywords, I have to parse the plain text obtained

Python language changes that first shipped in something besides CPython?

2011-03-08 Thread Larry Hastings
I'm doing a talk at PyCon about changes to the Python language. I'm wondering: are there any Python language changes that first shipped in an implementation of Python besides CPython? The sort of answer I'm looking for: set literals first shipped in Jython 2.2, six months before they

Re: A question about Cmd Class

2011-03-08 Thread Dog Walker
On Monday 2011 March 07 18:41, yuan zheng wrote: Hello, everyone: I encouter a question when implementing a commmand line(shell). I have implemented some commands, such as start, stop, quit, they are easily implemented by do_start, do_stop and do_quit. there are no troubles. But I

Defining class attributes + inheritance

2011-03-08 Thread Martin De Kauwe
Hi, I think this might be obvious? I have a base class which contains X objects which other classes inherit e.g. class BaseClass(object): def __init__(self, something, something_else): self.something = something self.something_else = something_else # etc Typically I

Re: Defining class attributes + inheritance

2011-03-08 Thread Benjamin Kaplan
On Mar 8, 2011 6:02 PM, Martin De Kauwe mdeka...@gmail.com wrote: Hi, I think this might be obvious? I have a base class which contains X objects which other classes inherit e.g. class BaseClass(object): def __init__(self, something, something_else): self.something = something

Re: Defining class attributes + inheritance

2011-03-08 Thread Ethan Furman
Martin De Kauwe wrote: Hi, I think this might be obvious? I have a base class which contains X objects which other classes inherit e.g. class BaseClass(object): def __init__(self, something, something_else): self.something = something self.something_else = something_else

Re: Pickle a list

2011-03-08 Thread Irmen de Jong
On 07-03-11 17:38, Rogerio Luz wrote: import sys import pickle class MyClass: teste = 0 nome = None lista = [default] def __init__(self): for reg in range(1,10): self.lista.append(reg) ^^ This probably doesn't do

attach to process by pid?

2011-03-08 Thread Danny Shevitz
Howdy, Is there any way to attach to an already running process by pid? I want to send commands from python to an application that is already running. I don't want to give the command name to subprocess.Popen. thanks, Danny -- http://mail.python.org/mailman/listinfo/python-list

Re: multiprocessing module in async db query

2011-03-08 Thread Philip Semanchuk
On Mar 8, 2011, at 3:25 PM, Sheng wrote: This looks like a tornado problem, but trust me, it is almost all about the mechanism of multiprocessing module. [snip] So the workflow is like this, get() -- fork a subprocess to process the query request in async_func() - when async_func()

Re: Deploying on Windows servers : advice sought a module

2011-03-08 Thread Waldemar Osuch
At my work place I still use py2exe but I do not rely on its automatic discovery and packaging. The setup.py lists all the dependencies explicitly in packages and includes parameters. These end up in library.zip. Then the source file paths with the actual business logic are gathered with

Re: multiprocessing module in async db query

2011-03-08 Thread John Nagle
On 3/8/2011 3:34 PM, Philip Semanchuk wrote: On Mar 8, 2011, at 3:25 PM, Sheng wrote: This looks like a tornado problem, but trust me, it is almost all about the mechanism of multiprocessing module. [snip] So the workflow is like this, get() -- fork a subprocess to process the query

Re: Defining class attributes + inheritance

2011-03-08 Thread Martin De Kauwe
On Mar 9, 10:20 am, Ethan Furman et...@stoneleaf.us wrote: Martin De Kauwe wrote: Hi, I think this might be obvious? I have a base class which contains X objects which other classes inherit e.g. class BaseClass(object):     def __init__(self, something, something_else):        

Re: attach to process by pid?

2011-03-08 Thread James Mills
On Wed, Mar 9, 2011 at 9:20 AM, Danny Shevitz shev...@lanl.gov wrote: Is there any way to attach to an already running process by pid? I want to send commands from python to an application that is already running. I don't want to give the command name to subprocess.Popen. Unless I'm

Re: Defining class attributes + inheritance

2011-03-08 Thread James Mills
On Wed, Mar 9, 2011 at 9:20 AM, Ethan Furman et...@stoneleaf.us wrote: Just make sure and call the parent's constructor, either with class NewClass(BaseClass):    def __init__(self, ):        BaseClass.__init__(self, other_params) or class NewClass(BaseClass):    def __init__(self,

Re: Defining class attributes + inheritance

2011-03-08 Thread Rhodri James
On Wed, 09 Mar 2011 00:29:18 -, Martin De Kauwe mdeka...@gmail.com wrote: On Mar 9, 10:20 am, Ethan Furman et...@stoneleaf.us wrote: [snip] Just make sure and call the parent's constructor, either with class NewClass(BaseClass): def __init__(self, ):

Re: Defining class attributes + inheritance

2011-03-08 Thread Martin De Kauwe
On Mar 9, 11:50 am, Rhodri James rho...@wildebst.demon.co.uk wrote: On Wed, 09 Mar 2011 00:29:18 -, Martin De Kauwe mdeka...@gmail.com   wrote: On Mar 9, 10:20 am, Ethan Furman et...@stoneleaf.us wrote: [snip] Just make sure and call the parent's constructor, either with class

Re: Python language changes that first shipped in something besides CPython?

2011-03-08 Thread Terry Reedy
On 3/8/2011 4:39 PM, Larry Hastings wrote: I'm doing a talk at PyCon about changes to the Python language. I'm wondering: are there any Python language changes that first shipped in an implementation of Python besides CPython? The sort of answer I'm looking for: set literals first shipped in

Re: Python language changes that first shipped in something besides CPython?

2011-03-08 Thread Terry Reedy
On 3/8/2011 4:39 PM, Larry Hastings wrote: Adding to my previous response, extended slices and ellipses were added for numerical python, but that is cpython extension, not alternative. The 3.x memoryview came from there too, I believe. -- Terry Jan Reedy --

Re: Defining class attributes + inheritance

2011-03-08 Thread Santoso Wijaya
Here's how you do inheritance: C:\python Python 2.7.1 (r271:86832, Nov 27 2010, 17:19:03) [MSC v.1500 64 bit (AMD64)] on win32 Type help, copyright, credits or license for more information. class BaseClass(object): ... def __init__(self, a, b, c, d): ... self.a = a ... self.b = b ... self.c = c

Re: Defining class attributes + inheritance

2011-03-08 Thread Rhodri James
On Wed, 09 Mar 2011 01:00:29 -, Martin De Kauwe mdeka...@gmail.com wrote: class BaseClass(object): def __init__(self, a, b, c, d): self.a = a self.b = b self.c = c self.d = d class NewClass(BaseClass): def __init__(self): super(NewClass,

Re: Defining class attributes + inheritance

2011-03-08 Thread Martin De Kauwe
On Mar 9, 12:53 pm, Rhodri James rho...@wildebst.demon.co.uk wrote: On Wed, 09 Mar 2011 01:00:29 -, Martin De Kauwe mdeka...@gmail.com   wrote: class BaseClass(object):    def __init__(self, a, b, c, d):         self.a = a         self.b = b         self.c = c         self.d = d

Re: Python language changes that first shipped in something besides CPython?

2011-03-08 Thread Paul Rubin
Terry Reedy tjre...@udel.edu writes: For that type of feature, I am pretty sure the answer is no. There are developers from other implementations that have cpython commit rights and they have contributed new tests. Modules? I have never seen 'We first did this with xpython on the tracker, but

Re: Defining class attributes + inheritance

2011-03-08 Thread Santoso Wijaya
Remember the mantra, Explitic is better than implicit. ;-) ~/santa On Tue, Mar 8, 2011 at 7:15 PM, Martin De Kauwe mdeka...@gmail.com wrote: On Mar 9, 12:53 pm, Rhodri James rho...@wildebst.demon.co.uk wrote: On Wed, 09 Mar 2011 01:00:29 -, Martin De Kauwe mdeka...@gmail.com wrote:

Reference Cycles with instance method

2011-03-08 Thread Amit Dev
Simple question. If I have the following code: class A: def __init__(self, s): self.s = s self.m2 = m1 def m1(self): pass if __name__ == '__main__': a = A(ads) a.m1() a = None The object is not garbage collected, since there appears to be a cycle

[issue11185] test_wait4 error on AIX

2011-03-08 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net added the comment: Yes, for the test, as I put in msg128727, it works fine by removing WNOHANG. However I should put a note in the AIX-NOTES file to explain that wait4 is broken with WNOHANG on AIX and suggest the 2 workarounds. --

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
Changes by blokeley bloke...@gmail.com: Removed file: http://bugs.python.org/file20863/py3k_rev9921_issue11298.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
Changes by blokeley bloke...@gmail.com: Removed file: http://bugs.python.org/file20865/py2.7-maint_rev45852_issue11298.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
Changes by blokeley bloke...@gmail.com: Removed file: http://bugs.python.org/file20866/py3.2-maint_rev9895_issue11298.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
blokeley bloke...@gmail.com added the comment: Patch for py3k (default branch). -- Added file: http://bugs.python.org/file21042/issue11298_default.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
blokeley bloke...@gmail.com added the comment: Patch for 2.7 branch. -- Added file: http://bugs.python.org/file21043/issue11298_py2.7.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
blokeley bloke...@gmail.com added the comment: Patch for 3.2 branch. This is the first time I've submitted patches so I hope the format is OK. If I could have submitted 1 patch to apply to 2.7, 3.2 and py3k at the same time let me know. Hope this helps. -- Added file:

[issue11432] webbrowser.open on unix fails.

2011-03-08 Thread Charles-Francois Natali
Charles-Francois Natali neolo...@free.fr added the comment: The problem lies here: /* Close pipe fds. Make sure we don't close the same fd more than */ /* once, or standard fds. */ if (p2cread 2) { POSIX_CALL(close(p2cread)); } (c2pwrite 2) { POSIX_CALL(close(c2pwrite)); } if

[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2011-03-08 Thread Davide Rizzo
Changes by Davide Rizzo sor...@gmail.com: -- nosy: +davide.rizzo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2636 ___ ___ Python-bugs-list

[issue2771] new commit

2011-03-08 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: test the roundup hook http://hg.python.org/cpythonb48aeb097432 -- nosy: +georg.brandl title: test issue - new commit ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue2771] new commit

2011-03-08 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: test the roundup hook again http://hg.python.org/cpython/dfc4a58fc2d4 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- title: new commit - Test issue ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___ ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: test the roundup hook another time http://hg.python.org/cpython/65f5077e877b -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: test the roundup hook another time http://hg.python.org/cpython/8f21aec26226 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: test the roundup hook another time http://hg.python.org/cpython/502f0683b161 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___

[issue670664] HTMLParser.py - more robust SCRIPT tag parsing

2011-03-08 Thread Alexander
Alexander b3n...@yandex.ru added the comment: This is small patch for related bug issue9577 which actually is not related to this bug. -- nosy: +friday Added file: http://bugs.python.org/file21045/cdata_patch.diff ___ Python tracker

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: : test the refactored roundup hook. http://hg.python.org/cpython/cd21195d07ca -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___ ___ Python-bugs-list

[issue2271] msi installs to the incorrect location (C drive)

2011-03-08 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: finally fixing issue 2271: yay! http://hg.python.org/cpython/add991f6527a -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2271

[issue2271] msi installs to the incorrect location (C drive)

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- Removed message: http://bugs.python.org/msg130321 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2271 ___

[issue2771] Test issue

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: re bug 2771 -- testing the roundup hook. http://hg.python.org/cpython/c37da7946f2b -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- nosy: -ezio.melotti, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___ ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: finally fixing issue 2771: yay! http://hg.python.org/cpython/440238c16a7a -- resolution: invalid - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue670664] HTMLParser.py - more robust SCRIPT tag parsing

2011-03-08 Thread Alexander
Alexander b3n...@yandex.ru added the comment: And this patch fix the both bugs in more elegant way -- Added file: http://bugs.python.org/file21046/cdata_patch.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue670664

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: docs@python - ezio.melotti stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11072] Add MLSD command support to ftplib

2011-03-08 Thread SilentGhost
SilentGhost ghost@gmail.com added the comment: Here is a patch incorporating some of the changes proposed by Eric: * drop callback, return generator of (filename, fact-dict) Aren't you modifying the state on the server (via OPTS MLST), and then if you make a subsequent call without

[issue2771] Test issue

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: re bug 2771 -- testing the roundup hook. http://hg.python.org/cpython/c37da7946f2b Looks like this URL misses the /rev/ before the changeset id. -- nosy: +pitrou ___ Python tracker

[issue9269] Cannot pickle self-referencing sets

2011-03-08 Thread bcroq
Changes by bcroq bertrand.c...@gmail.com: -- nosy: +bcroq ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9269 ___ ___ Python-bugs-list mailing list

[issue1062277] Pickle breakage with reduction of recursive structures

2011-03-08 Thread bcroq
Changes by bcroq bertrand.c...@gmail.com: -- nosy: +bcroq ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1062277 ___ ___ Python-bugs-list mailing

[issue4033] python search path - .pth recursion

2011-03-08 Thread Graham Wideman
Changes by Graham Wideman initcont...@grahamwideman.com: -- nosy: +gwideman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4033 ___ ___

[issue9291] mimetypes initialization fails on Windows because of non-Latin characters in registry

2011-03-08 Thread Francis Devereux
Changes by Francis Devereux python@devrx.org: -- nosy: +frankoid ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9291 ___ ___ Python-bugs-list

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris ceonnbo...@yahoo.com added the comment: Can you please guide me step by step - how and where exactly do I open a command prompt?   --- On Mon, 3/7/11, Amaury Forgeot d'Arc rep...@bugs.python.org wrote: From: Amaury Forgeot d'Arc rep...@bugs.python.org Subject: [issue11413] Idle

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: #11298: Improve the unittest discovery explanation. http://hg.python.org/cpython/rev/bbf8a8a1af17 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298

[issue11413] Idle doesn't start

2011-03-08 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: - Click the Start button - On this menu, click the Run... item (almost at the bottom) - In the small windows that opens, type cmd and click OK. This opens the command prompt. - In this window, type: c:\python32\python.exe -m

[issue9291] mimetypes initialization fails on Windows because of non-Latin characters in registry

2011-03-08 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9291 ___ ___ Python-bugs-list mailing list

[issue11433] syntax error at while statement in IDLE/python shell

2011-03-08 Thread SilentGhost
Changes by SilentGhost ghost@gmail.com: -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11433 ___ ___

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: #11298: merge from 3.2. http://hg.python.org/cpython/rev/fa23f323d747 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris ceonnbo...@yahoo.com added the comment: Thank you, here is the message I got:     Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Ceonnc:\python32\python.exe -m idlelib.idle Traceback (most recent call last):   File

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: #11298: Improve the unittest discovery explanation. http://hg.python.org/cpython/rev/88b5a93b1725 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298

  1   2   3   >