editing video using python

2014-01-02 Thread Alok Singh Mahor
Hello everyone, I want to join 2 or 3 video and want to add effect of fading in and out. I also want to add text strip on the video. I am not able to decide what to adopt for doing this task. I have option of MLT ( http://www.mltframework.org/bin/view/MLT/WebHome ) but I guess its too complex and

python finance

2014-01-02 Thread d ss
dailystockselect.com needs a couple of talented python people for the development and implementation of new trading strategies. it may be also some pythonic design change for the displayed figures now the web app consists of 1 of the 8 conceived strategies. contact us at the email on the website

Re: need to print seconds from the epoch including the millisecond

2014-01-02 Thread Grant Edwards
On 2013-12-26, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: matt.doolittl...@gmail.com wrote: On Thursday, December 26, 2013 2:22:10 PM UTC-5, Dan Stromberg wrote: On Thu, Dec 26, 2013 at 10:32 AM, matt.doolittl...@gmail.com wrote: i am using 2.7. I need to print the time

Re: So, what's the real story on Python 2 vs Python 3?

2014-01-02 Thread Grant Edwards
On 2013-12-27, Travis McGee nob...@nowhere.com wrote: The Python.org site says that the future is Python 3, yet whenever I try something new in Python, such as Tkinter which I am learning now, everything seems to default to Python 2. By this I mean that, whenever I find that I need to install

Re: So, what's the real story on Python 2 vs Python 3?

2014-01-02 Thread Grant Edwards
On 2013-12-27, Andrew Berg robotsondr...@gmail.com wrote: On 2013.12.26 23:04, Travis McGee wrote: The Python.org site says that the future is Python 3, yet whenever I try something new in Python, such as Tkinter which I am learning now, everything seems to default to Python 2. By this I

About some problem

2014-01-02 Thread raj kumar
Hello, I am beginner to python and i am writing following code from pytesser import * and i am getting an error as follow Traceback (most recent call last): File stdin, line 1, in module File C:\Python33\lib\site-packages\pytesser.py, line 61 print text ^ SyntaxError:

Re: About some problem

2014-01-02 Thread Joel Goldstick
On Thu, Jan 2, 2014 at 11:31 AM, raj kumar rajkumar84...@gmail.com wrote: Hello, I am beginner to python and i am writing following code from pytesser import * and i am getting an error as follow Traceback (most recent call last): File stdin, line 1, in module File

Re: Python 2.x and 3.x usage survey

2014-01-02 Thread Grant Edwards
On 2013-12-31, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: Mark Lawrence wrote: On 30/12/2013 21:56, Dan Stromberg wrote: I keep hearing naysayers, nay saying about Python 3.x. Here's a 9 question, multiple choice survey I put together about Python 2.x use vs Python 3.x use.

Re: About some problem

2014-01-02 Thread Rustom Mody
On Thu, Jan 2, 2014 at 10:23 PM, Joel Goldstick joel.goldst...@gmail.com wrote: On Thu, Jan 2, 2014 at 11:31 AM, raj kumar rajkumar84...@gmail.com wrote: Hello, I am beginner to python and i am writing following code from pytesser import * and i am getting an error as follow Traceback

Re: About some problem

2014-01-02 Thread Mark Lawrence
On 02/01/2014 16:53, Joel Goldstick wrote: On Thu, Jan 2, 2014 at 11:31 AM, raj kumar rajkumar84...@gmail.com mailto:rajkumar84...@gmail.com wrote: Hello, I am beginner to python and i am writing following code from pytesser import * and i am getting an error as follow

looking for a quote on age and technology

2014-01-02 Thread Rustom Mody
On Thu, Jan 2, 2014 at 11:22 AM, Ben Finney wrote: I think you're referring to an article by the late, great Douglas Adams, “How to Stop Worrying and Learn to Love the Internet”: Thanks Ben -- Yes thats the one I was looking for! -- https://mail.python.org/mailman/listinfo/python-list

Ifs and assignments

2014-01-02 Thread John Allsup
Hi, This is my debut on this list. In many languages, such as C, one can use assignments in conditionals and expressions. The most common, and useful case turns up when you have if/else if/else if/else constructs. Consider the following non-working pseudoPython. import re r1 =

Argparse class method based instantiation

2014-01-02 Thread Joseph L. Casale
I have an Python3 argparse implementation that is invoked as a method from an imported class within a users script __main__. When argparse is setup in __main__ instead, all the help switches produce help then exit. When a help switch is passed based on the above implementation, they are

Re: About some problem

2014-01-02 Thread Ned Batchelder
On 1/2/14 12:05 PM, Rustom Mody wrote: i'm not sure about this but isnt it normally the case that different version modules dont get mixed up like that? IOW if pytesser was a properly packaged 2.7 module would python 3 be able to get at it ?? If you use a Python 3 installer it can succeed

Re: Blog about python 3

2014-01-02 Thread Robin Becker
On 31/12/2013 15:41, Roy Smith wrote: I'm using 2.7 in production. I realize that at some point we'll need to upgrade to 3.x. We'll keep putting that off as long as the effort + dependencies + risk metric exceeds the perceived added value metric. We too are using python 2.4 - 2.7 in

Re: About some problem

2014-01-02 Thread Rustom Mody
On Thu, Jan 2, 2014 at 11:06 PM, Ned Batchelder n...@nedbatchelder.com wrote: On 1/2/14 12:05 PM, Rustom Mody wrote: i'm not sure about this but isnt it normally the case that different version modules dont get mixed up like that? IOW if pytesser was a properly packaged 2.7 module would

Re: About some problem

2014-01-02 Thread David Hutto
I think, but haven't tried, and this would be 2-3 from __future__ import On Thu, Jan 2, 2014 at 12:46 PM, Rustom Mody rustompm...@gmail.com wrote: On Thu, Jan 2, 2014 at 11:06 PM, Ned Batchelder n...@nedbatchelder.com wrote: On 1/2/14 12:05 PM, Rustom Mody wrote: i'm not sure about

Re: About some problem

2014-01-02 Thread David Hutto
and as I usually do, keep with the older stable version in order to keep up with other packages compatibiity. On Thu, Jan 2, 2014 at 1:07 PM, David Hutto dwightdhu...@gmail.com wrote: I think, but haven't tried, and this would be 2-3 from __future__ import On Thu, Jan 2, 2014 at 12:46 PM,

Re: About some problem

2014-01-02 Thread David Hutto
Looks like you have a a list of 2.7 dependencies in the path args. The first you seem to have 3.3 args, and the second a longer list of 2.7 argsI would assume the second is the full list...correct? On Thu, Jan 2, 2014 at 1:07 PM, David Hutto dwightdhu...@gmail.com wrote: I think, but

Re: Blog about python 3

2014-01-02 Thread David Hutto
Just because it's 3.3 doesn't matter...the main interest is in compatibility. Secondly, you used just one piece of code, which could be a fluke, try others, and check the PEP. You need to realize that evebn the older versions are benig worked on, and they have to be refined. So if you have a

Re: Ifs and assignments

2014-01-02 Thread Ethan Furman
On 01/02/2014 09:20 AM, John Allsup wrote: In many languages, such as C, one can use assignments in conditionals and expressions. The most common, and useful case turns up when you have if/else if/else if/else constructs. Consider the following non-working pseudoPython. import re r1 =

Re: Blog about python 3

2014-01-02 Thread Terry Reedy
On 1/2/2014 12:36 PM, Robin Becker wrote: I just spent a large amount of effort porting reportlab to a version which works with both python2.7 and python3.3. I have a large number of functions etc which handle the conversions that differ between the two pythons. I am imagine that this was not

Re: About some problem

2014-01-02 Thread Mark Lawrence
On 02/01/2014 17:46, Rustom Mody wrote: Oh ok I get what you are saying: python3 will not recognize a python2 package and install it seemingly correctly but actually wrongly No, it will install it quite correctly. What it won't know is that some of the code is valid in Python 2 but invalid

Re: Ifs and assignments

2014-01-02 Thread Gary Herron
On 01/02/2014 09:20 AM, John Allsup wrote: Hi, This is my debut on this list. In many languages, such as C, one can use assignments in conditionals and expressions. The most common, and useful case turns up when you have if/else if/else if/else constructs. Consider the following

On a scrollbar for tkinter

2014-01-02 Thread eneskristo
Hello people! I'm new to tkinter, but I have to use it for a program for a competition. So, I make a RadioButton program using a while loop. So far so good, fully working. BUT it didn't show the full content, even after maximising the window. So, my question is, how do I make a scroll bar(On x

Re: On a scrollbar for tkinter

2014-01-02 Thread Terry Reedy
On 1/2/2014 2:52 PM, eneskri...@gmail.com wrote: I'm new to tkinter, but I have to use it for a program for a competition. So, I make a RadioButton program using a while loop. So far so good, fully working. BUT it didn't show the full content, even after maximising the window. So, my

Re: Ifs and assignments

2014-01-02 Thread Tim Chase
On 2014-01-02 17:20, John Allsup wrote: m = r1.search(w) if m: handleMatch1(m) else: m = r2.search(w) if m: handleMatch2(m) else: print(No match) if not running unnecessary matches, yet capturing groups in the event of a successful

Setuptools - cannot install

2014-01-02 Thread tim . hamza
setuptools 2.0.2, win7 x64, python 3.3.3 (64bit), tried as user (who is admin, and as admin) This started happening several versions ago. Could not track down a setuptools support list. Any ideas? C:\Users\tim\Desktop\setuptools-2.0.2python setup.py install Traceback (most recent call last):

Re: On a scrollbar for tkinter

2014-01-02 Thread eneskristo
@Teddy Yes, indeed I have, but so far I have only found material for scrolling in other stuff, not the main frame. If you can give me a link... -- https://mail.python.org/mailman/listinfo/python-list

Score one for unit testing.

2014-01-02 Thread Roy Smith
We've got a test that's been running fine ever since it was written a month or so ago. Now, it's failing intermittently on our CI (continuous integration) box, so I took a look. It turns out it's a stupid test because it depends on pre-existing data in the database. But, the win is that

Re: Score one for unit testing.

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 9:53 AM, Roy Smith r...@panix.com wrote: We've got a test that's been running fine ever since it was written a month or so ago. Now, it's failing intermittently on our CI (continuous integration) box, so I took a look. I recommend you solve these problems the way these

Re: Ifs and assignments

2014-01-02 Thread John Allsup
The point of my original post was that, whilst C's if( x = 2 ) { do something } and if( x == 2 ) { do something } are easy to confuse, and a source of bugs, having a construct like follows: if x == 2: do something # what happens at present if testFunc() as x: do something

Re: Ifs and assignments

2014-01-02 Thread Roy Smith
In article mailman.4811.1388704420.18130.python-l...@python.org, John Allsup py...@allsup.co wrote: if testFunc() as x: do something with x +1 The most common place I wish for an atomic test and assign is with regexes, as in your examples. This would be so much nicer than what we

Re: About some problem

2014-01-02 Thread Steven D'Aprano
Mark Lawrence wrote: raise Not Valid DB Type is perfectly valid in Python 2. Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5, string exceptions display a warning but continue to work, and in Python 2.6 they generate a compile-time SyntaxError. You know how the world

Re: On a scrollbar for tkinter

2014-01-02 Thread Rick Johnson
I know you're using Python3.x, so there may be new functionality in Tkinter that i am not aware of yet. I still have oodles of Python2.x dependencies and really don't see a need to make the jump yet -- so keep that in mind when taking my advice below. In the old days of Tkinter, if you wanted

Re: Blog about python 3

2014-01-02 Thread Antoine Pitrou
Hi, Robin Becker robin at reportlab.com writes: For fairly sensible reasons we changed the internal default to use unicode rather than bytes. After doing all that and making the tests compatible etc etc I have a version which runs in both and passes all its tests. However, for whatever

Re: Ifs and assignments

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 11:06 AM, Chris Angelico ros...@gmail.com wrote: Pass any object through truth() and it'll either stay the same (if it's true) or become this object (if it's false). You can then carry on with other method calls, and they'll all happily return false. result = (

Re: Ifs and assignments

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 10:36 AM, Roy Smith r...@panix.com wrote: The most common place I wish for an atomic test and assign is with regexes, as in your examples. This would be so much nicer than what we have to do now: if re.match(string) as m: print m.group(0) Here's a crazy

Re: Setuptools - cannot install

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 9:26 AM, tim.ha...@gmail.com wrote: File C:\Python\lib\mimetypes.py, line 255, in read_windows_registry with _winreg.OpenKey(hkcr, subkeyname) as subkey: TypeError: OpenKey() argument 2 must be str without null characters or None, not str Interestingly, I pulled

Re: Ifs and assignments

2014-01-02 Thread Gary Herron
On 01/02/2014 01:44 PM, John Allsup wrote: The point of my original post was that, whilst C's if( x = 2 ) { do something } and if( x == 2 ) { do something } are easy to confuse, and a source of bugs, having a construct like follows: if x == 2: do something # what happens at present if

Re: About some problem

2014-01-02 Thread Mark Lawrence
On 02/01/2014 23:49, Steven D'Aprano wrote: Mark Lawrence wrote: raise Not Valid DB Type is perfectly valid in Python 2. Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5, string exceptions display a warning but continue to work, and in Python 2.6 they generate a

Re: Ifs and assignments

2014-01-02 Thread Mark Lawrence
On 03/01/2014 00:57, Gary Herron wrote: On 01/02/2014 01:44 PM, John Allsup wrote: The point of my original post was that, whilst C's if( x = 2 ) { do something } and if( x == 2 ) { do something } are easy to confuse, and a source of bugs, having a construct like follows: if x == 2: do

Re: need to print seconds from the epoch including the millisecond

2014-01-02 Thread Dave Angel
On Thu, 2 Jan 2014 16:23:22 + (UTC), Grant Edwards invalid@invalid.invalid wrote: AFAIK, that's irrelevent. time.time() returns a float. On all the CPython implementations I know of, that is a 64-bit IEEE format, which provides 16 decimal digits of precision regardless of the

Registry Key Value Help

2014-01-02 Thread J. McGaha
Good evening, I am a complete noob at Python. I am attempting to create a key and update its value. The code below is what I have come up with after reading everything I can get my hands on. When I run the this code I get an error that says the 'int' can't be called. I appreciate your

Re: Registry Key Value Help

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 11:12 AM, J. McGaha j2mcg...@gmail.com wrote: When I run the this code I get an error that says the ‘int’ can’t be called. Python errors include full backtraces that show exactly what's going on. They are extremely helpful, so when you post questions like this, you should

Re: Ifs and assignments

2014-01-02 Thread Steven D'Aprano
Dennis Lee Bieber wrote: On Thu, 02 Jan 2014 17:20:54 +, John Allsup py...@allsup.co declaimed the following: In many languages, such as C, one can use assignments in conditionals and expressions. The most common, and useful case turns up when you Really? You can't do it in FORTRAN,

Re: Ifs and assignments

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 2:33 PM, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: However, I don't think we should treat this as specific to if statements: for i, obj in enumerate(alist + blist + clist as items): items[i] = process(obj) Is that really better than this?

Re: About some problem

2014-01-02 Thread Larry Hudson
On 01/02/2014 08:31 AM, raj kumar wrote: Hello, I am beginner to python and i am writing following code from pytesser import * and i am getting an error as follow Traceback (most recent call last): File stdin, line 1, in module File C:\Python33\lib\site-packages\pytesser.py, line 61

Re: Ifs and assignments

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 2:33 PM, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: Personally, I find it hard to care about assignment as an expression. I find the obvious C-inspired syntax terrible, as it is too easy to mistakenly use == instead of = or visa versa: Python has similar

How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Rustom Mody
On Fri, Jan 3, 2014 at 8:35 AM, Chris Angelico ros...@gmail.com wrote: On Fri, Jan 3, 2014 at 11:12 AM, J. McGaha j2mcg...@gmail.com wrote: When I run the this code I get an error that says the ‘int’ can’t be called. Python errors include full backtraces that show exactly what's going on.

Re: How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 2:58 PM, Rustom Mody rustompm...@gmail.com wrote: Why not write up a few lines on How to read and post python tracebacks and post it on the wiki? You mean copy and paste the whole output? I'm not sure what more needs to be said about posting them. Reading them is a bit

Re: Ifs and assignments

2014-01-02 Thread Roy Smith
In article mailman.4824.1388721334.18130.python-l...@python.org, Chris Angelico ros...@gmail.com wrote: On Fri, Jan 3, 2014 at 2:33 PM, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: Personally, I find it hard to care about assignment as an expression. I find the obvious

Re: Ifs and assignments

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 3:00 PM, Roy Smith r...@panix.com wrote: I do this all the time: t0 = time.time() [some code] t1 = time.time() dt = t1 = t0 # -- spot the typo? Yep, I see that... now that it's pointed out as a typo. Without the marker, I'd assume it's correct chained assignment,

Re: Ifs and assignments

2014-01-02 Thread Roy Smith
In article mailman.4823.1388720985.18130.python-l...@python.org, Chris Angelico ros...@gmail.com wrote: while (var = func()) { } In Python, that gets a lot clunkier. The most popular way is to turn it into an infinite loop: while True: var = func() if not var: break

Re: Ifs and assignments

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 3:14 PM, Roy Smith r...@panix.com wrote: Or turn it into a generator: That certainly makes your mainline code cleaner... Cleaner perhaps, but not clearer. Instead of seeing the original function (say, a database retrieve-next call), you see a wrapper and have to go dig to

Re: Ifs and assignments

2014-01-02 Thread Mark Lawrence
On 03/01/2014 04:25, Chris Angelico wrote: On Fri, Jan 3, 2014 at 3:14 PM, Roy Smith r...@panix.com wrote: Or turn it into a generator: That certainly makes your mainline code cleaner... Cleaner perhaps, but not clearer. Instead of seeing the original function (say, a database retrieve-next

Re: How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Roy Smith
In article mailman.4826.1388721841.18130.python-l...@python.org, Chris Angelico ros...@gmail.com wrote: On Fri, Jan 3, 2014 at 2:58 PM, Rustom Mody rustompm...@gmail.com wrote: Why not write up a few lines on How to read and post python tracebacks and post it on the wiki? You mean copy

Re: About some problem

2014-01-02 Thread Ethan Furman
On 01/02/2014 05:14 PM, Mark Lawrence wrote: On 02/01/2014 23:49, Steven D'Aprano wrote: Mark Lawrence wrote: raise Not Valid DB Type is perfectly valid in Python 2. Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5, string exceptions display a warning but continue to

Re: Ifs and assignments

2014-01-02 Thread Ethan Furman
On 01/02/2014 04:06 PM, Chris Angelico wrote: Here's a crazy idea. Suppose we have a sticky falseness that can quietly propagate through an expression the way a NaN can... then we could just float that right through the .group() call. class truth: def __new__(cls, x): if x:

Re: About some problem

2014-01-02 Thread Mark Lawrence
On 03/01/2014 04:18, Ethan Furman wrote: On 01/02/2014 05:14 PM, Mark Lawrence wrote: On 02/01/2014 23:49, Steven D'Aprano wrote: Mark Lawrence wrote: raise Not Valid DB Type is perfectly valid in Python 2. Actually, no it isn't. It's only valid up to Python 2.4. In Python 2.5, string

Re: Blog about python 3

2014-01-02 Thread Steven D'Aprano
Robin Becker wrote: For fairly sensible reasons we changed the internal default to use unicode rather than bytes. After doing all that and making the tests compatible etc etc I have a version which runs in both and passes all its tests. However, for whatever reason the python 3.3 version runs

Re: How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Rustom Mody
On Fri, Jan 3, 2014 at 9:33 AM, Chris Angelico ros...@gmail.com wrote: On Fri, Jan 3, 2014 at 2:58 PM, Rustom Mody rustompm...@gmail.com wrote: Why not write up a few lines on How to read and post python tracebacks and post it on the wiki? You mean copy and paste the whole output? I'm not

Re: Ifs and assignments

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 3:16 PM, Ethan Furman et...@stoneleaf.us wrote: On 01/02/2014 04:06 PM, Chris Angelico wrote: Here's a crazy idea. Suppose we have a sticky falseness that can quietly propagate through an expression the way a NaN can... then we could just float that right through the

Re: How to read and post tracebacks (was Registry Key Value Help)

2014-01-02 Thread Chris Angelico
On Fri, Jan 3, 2014 at 4:16 PM, Rustom Mody rustompm...@gmail.com wrote: Something like this is what I had in mind http://help.openerp.com/question/9704/how-to-read-and-understand-errors-from-tracebacks/ Hrm, site's having trouble. First time I tried it, it came back with a gateway timeout.

[issue2943] Distutils should generate a better error message when the SDK is not installed

2014-01-02 Thread Mark Lawrence
Mark Lawrence added the comment: How about Error: vcvarsall.bat not found - VC++ not installed or wrong version ? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2943

[issue20106] warn_dir is always true for install_data, even if an install_dir is specified

2014-01-02 Thread Tabrez Mohammed
New submission from Tabrez Mohammed: In run(), there is a warning message printed to the console if warn_dir is '1': if self.warn_dir: self.warn(setup script did not provide a directory for '%s' -- installing right in '%s' % (f, self.install_dir)) warn_dir

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Martin v . Löwis
New submission from Martin v. Löwis: According to PEP 453, the integration of pip must be reverted if PIP 1.5 was not released by December 29. AFAICT, this hasn't happened. So is it ok that I revert the PIP integration by Saturday? -- messages: 207149 nosy: dstufft, larry, loewis,

[issue20107] Revert PEP 453 integration

2014-01-02 Thread STINNER Victor
STINNER Victor added the comment: So is it ok that I revert the PIP integration by Saturday? I'm not ok, this PEP is expected by many users. There is for example, an article on the PEP: http://lwn.net/Articles/570471/ According to PEP 453, the integration of pip must be reverted if PIP 1.5

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Donald Stufft
Donald Stufft added the comment: It's basically ready for a release. We had a last minute bug with distlib that was fixed by distlib 0.6 released on 12-31. I was giving the rc that had that bug fix a day or two for any other issues to surface before making the final release. --

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: The only known (to me) release date of PIP is documented on http://www.pip-installer.org/en/latest/news.html Beta and final releases of 1.5 are planned for end of 2013. Apparently, this hasn't happened, either. Something *must* happen by Saturday, I veto

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Larry Hastings
Larry Hastings added the comment: I agree--though it would be better if you simply got it in before Saturday. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20107 ___

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Donald Stufft
Donald Stufft added the comment: I'll have it released today, there are no known issues with the last rc of pip. I just didn't want to release the fix to the distlib issue without a day or two of an RC (which we've now had) and the folks who reported the issue verifying it fixed for them

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: But it's not in git, AFAICT, https://github.com/pypa/pip/blob/1.5.X/pip/__init__.py still has 1.5rc4 in 93820f5e37, and pypi.python.org/pypi/pip still points to 1.4.1. So what do you mean by released today? --

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Donald Stufft
Donald Stufft added the comment: It's not released yet, I'll have it (future tense) release today. It's roughly 6am here and I'm getting ready to get my daughter ready for school. I just happened to check my email before starting that. Once I get her on the bus I'll do the release.

[issue18314] Have os.unlink remove junction points

2014-01-02 Thread Tim Golden
Tim Golden added the comment: I'll have a look at this in a week or so when I'm back on-line. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18314 ___

[issue18314] Have os.unlink remove junction points

2014-01-02 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- stage: test needed - patch review versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18314 ___

[issue18829] csv produces confusing error message when passed a non-string delimiter

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0daf7f02c97f by Victor Stinner in branch '3.3': Issue #18829: Add tests for the csv module for invalid characters (delimiter, http://hg.python.org/cpython/rev/0daf7f02c97f New changeset ccb52323039f by Victor Stinner in branch 'default': (Merge

[issue2943] Distutils should generate a better error message when the SDK is not installed

2014-01-02 Thread Holger Waldmann
Holger Waldmann added the comment: On Python 3.3.3 it is even worse. I am using Python 3.3.3 (32bit) on Windows 7 (64bit). Visual Studio C++ 2008 Express Edition is properly installed. Note: I use Python 32bit because Visual Studio C++ 2008 Express Edition includes only the 32bit compiler.

[issue19619] Blacklist base64, hex, ... codecs from bytes.decode() and str.encode()

2014-01-02 Thread Jakub Wilk
Changes by Jakub Wilk jw...@jwilk.net: -- nosy: +jwilk ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19619 ___ ___ Python-bugs-list mailing list

[issue20093] Wrong OSError message from os.rename() when dst is a non-empty directory

2014-01-02 Thread Jakub Wilk
Changes by Jakub Wilk jw...@jwilk.net: -- nosy: +jwilk ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20093 ___ ___ Python-bugs-list mailing list

[issue20050] distutils should check PyPI certs when connecting to it

2014-01-02 Thread Jakub Wilk
Changes by Jakub Wilk jw...@jwilk.net: -- nosy: +jwilk ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20050 ___ ___ Python-bugs-list mailing list

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2014-01-02 Thread Jakub Wilk
Changes by Jakub Wilk jw...@jwilk.net: -- nosy: +jwilk ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7475 ___ ___ Python-bugs-list mailing list

[issue19728] PEP 453: enable pip by default in the Windows binary installers

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c7b3e7fd4ca by Martin v. Löwis in branch 'default': Issue #19728: Enable pip installation by default on Windows. http://hg.python.org/cpython/rev/4c7b3e7fd4ca -- ___ Python tracker

[issue19728] PEP 453: enable pip by default in the Windows binary installers

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: The command works fine; I have now integrated it into the installer. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19728

[issue20101] Determine correct behavior for time functions on Windows

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: As a further datapoint, it would be good to find out whether any of you has NTP enabled, and if so, against what time server. To find out, open the clock settings (Datums- und Uhrzeiteinstellungen ändern), and go to NTP tab (Internetzeit). -- nosy:

[issue20000] SSLContext.get_ca_certs() and self-signed certs

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: BTW, congrats to issue 20,000. -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2 ___ ___

[issue19744] test_venv fails if SSL/TLS is not available

2014-01-02 Thread Nick Coghlan
Nick Coghlan added the comment: This should be fixed, so I don't think it's a release blocker any more, but I also don't want to close it until Tim confirms it also works for him. -- priority: release blocker - deferred blocker status: pending - open

[issue20101] Determine correct behavior for time functions on Windows

2014-01-02 Thread STINNER Victor
STINNER Victor added the comment: time.get_clock_info(time) and time.get_clock_info(monotonic) is currently using GetSystemTimeAdjustment(). In msg206886 it was said that GetSystemTimeAdjustment is not the function to look at. Should we modify this function to use NtQueryTimerResolution()

[issue20107] Revert PEP 453 integration

2014-01-02 Thread Donald Stufft
Donald Stufft added the comment: pip 1.5 is released and CPython has been updated. -- assignee: - dstufft resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20107

[issue20101] Determine correct behavior for time functions on Windows

2014-01-02 Thread Zachary Ware
Zachary Ware added the comment: Martin v. Löwis wrote: As a further datapoint, it would be good to find out whether any of you has NTP enabled, and if so, against what time server. To find out, open the clock settings (Datums- und Uhrzeiteinstellungen ändern), and go to NTP tab

[issue19143] Finding the Windows version getting messier

2014-01-02 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: -- nosy: +zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19143 ___ ___ Python-bugs-list

[issue18604] Consolidate gui available checks in test.support

2014-01-02 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: -- stage: needs patch - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18604 ___ ___

[issue20101] Determine correct behavior for time functions on Windows

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 82df66a091da by Zachary Ware in branch '3.3': Issue #20101: Allow test_monotonic to pass on Windows machines on which http://hg.python.org/cpython/rev/82df66a091da New changeset e2a1400b7db9 by Zachary Ware in branch 'default': Issue #20101: Merge

[issue16113] SHA-3 (Keccak) support may need to be removed before 3.4

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: I'm going to remove sha3 from the trunk tomorrow unless I hear otherwise. Python shouldn't implement something called sha3 until SHA-3 actually is a standard. According to the current NIST timeline, the comment period on the draft FIPS should have ended by

[issue17997] ssl.match_hostname(): sub string wildcard should not match IDNA prefix

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: Just to clarify the status of this issue: it *only* blocks 3.2. -- priority: release blocker - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17997

[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: test_venv now passes on that buildbot, apparently since PIP 1.5 has fixed the issue, and is now bundled with Python. -- nosy: +loewis resolution: - fixed status: open - closed ___ Python tracker

[issue16113] SHA-3 (Keccak) support may need to be removed before 3.4

2014-01-02 Thread STINNER Victor
STINNER Victor added the comment: Will it be possible/easy to maintain a sha3 module on PyPI? It would be nice to have to for Python 2.6-3.4. @Christian: Are you interested to do that? -- nosy: +haypo ___ Python tracker rep...@bugs.python.org

[issue19347] PEP 453 implementation tracking issue

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: I propose to downgrade this from release blocker again. prefer to have everything we can sorted is IMO not a sufficient rationale to block the release; if taken literally, 3.4 could never ever release since it doesn't have everything sorted out that I would

[issue16113] SHA-3 (Keccak) support may need to be removed before 3.4

2014-01-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: Either that, or we call it something else than sha3? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16113 ___

[issue19407] PEP 453: update the Installing Python Modules documentation

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: I suggest that a documentation issue cannot be a release blocker. Most people read the documentation online, and will read an update once it is available. -- nosy: +loewis ___ Python tracker rep...@bugs.python.org

  1   2   >