Re: [Python-Dev] whitespace normalization pre-commit hook is giving me grief

2007-05-26 Thread Georg Brandl
Neal Norwitz schrieb: On 5/25/07, Brett Cannon [EMAIL PROTECTED] wrote: In my bcannon-objcap branch I am trying to check in a change that involves a soft symlink from Lib/controlled_importlib.py to ../importlib/controlled_importlib.py through ``ln -s ../controlled_importlib.py

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-26 Thread Kristján Valur Jónsson
-Original Message- From: Martin v. Löwis [mailto:[EMAIL PROTECTED] It doesn't need to, and reluctance is not wrt. to the proposed new layout, but wrt. changing the current one. Tons of infrastructure depends on the files having exactly the names that they have now, and being

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-26 Thread Kristján Valur Jónsson
-Original Message- From: Alexey Borzenkov [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 20:36 To: Kristján Valur Jónsson Cc: Martin v. Löwis; Mark Hammond; [EMAIL PROTECTED]; python- [EMAIL PROTECTED] Subject: Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-26 Thread Kristján Valur Jónsson
-Original Message- I personally think that if hostile users can replace DLLs on your system, you have bigger problems than SxS installation of pythhonxy.dll, but perhaps that's just me. An end user application on an end-user's machine is always voulnerable to reverse engineering.

[Python-Dev] vs2005 Project Patch and Configuration Inquiry

2007-05-26 Thread Joseph Armbruster
All, As per the removal of the rgbimgmodule due to deprecation in the trunk: http://svn.python.org/projects/python/trunk ---Begin SVN log--- r55458 | brett.cannon | 2007-05-20 03:09:50 -0400 (Sun, 20 May 2007) | 2 lines Remove the rgbimg module. It has been deprecated since Python 2.5.

Re: [Python-Dev] The docs, reloaded

2007-05-26 Thread Alexandre Vassalotti
On 5/19/07, Georg Brandl [EMAIL PROTECTED] wrote: over the last few weeks I've hacked on a new approach to Python's documentation. As Python already has an excellent documentation framework, the docutils, with a readable yet extendable markup format, reST, I thought that it should be

Re: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows

2007-05-26 Thread Tony Nelson
At 12:20 PM + 5/26/07, Kristján Valur Jónsson wrote: -Original Message- From: Alexey Borzenkov [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 20:36 To: Kristján Valur Jónsson Cc: Martin v. Löwis; Mark Hammond; [EMAIL PROTECTED]; python- [EMAIL PROTECTED] Subject: Re:

Re: [Python-Dev] vs2005 Project Patch and Configuration Inquiry

2007-05-26 Thread Joseph Armbruster
Kristján, I started to investigate the WINVER warnings that are scattered throughout the VS 2005 build. This patch eliminates them but I may have overlooked the intentions of the #include ordering. If this invalid, please let me know. Patch attached. Joseph Armbruster Kristján Valur

Re: [Python-Dev] whitespace normalization pre-commit hook is giving me grief

2007-05-26 Thread Brett Cannon
On 5/25/07, Neal Norwitz [EMAIL PROTECTED] wrote: On 5/25/07, Brett Cannon [EMAIL PROTECTED] wrote: In my bcannon-objcap branch I am trying to check in a change that involves a soft symlink from Lib/controlled_importlib.py to ../importlib/controlled_importlib.py through ``ln -s

Re: [Python-Dev] whitespace normalization pre-commit hook is giving me grief

2007-05-26 Thread Brett Cannon
On 5/25/07, Georg Brandl [EMAIL PROTECTED] wrote: Neal Norwitz schrieb: On 5/25/07, Brett Cannon [EMAIL PROTECTED] wrote: In my bcannon-objcap branch I am trying to check in a change that involves a soft symlink from Lib/controlled_importlib.py to ../importlib/controlled_importlib.py

[Python-Dev] Minor ConfigParser Change

2007-05-26 Thread Joseph Armbruster
Kristján, While we are on the topic of minor changes... :-) I noticed that one of the parts of ConfigParser was not using for line in fp style of readline-ing :-) So, this will reduce the SLOC by 3 lines and improve readability. However, I did a quick grep and this type of practice appears

Re: [Python-Dev] whitespace normalization pre-commit hook is giving me grief

2007-05-26 Thread Neal Norwitz
On 5/26/07, Brett Cannon [EMAIL PROTECTED] wrote: On 5/25/07, Georg Brandl [EMAIL PROTECTED] wrote: Neal Norwitz schrieb: On 5/25/07, Brett Cannon [EMAIL PROTECTED] wrote: In my bcannon-objcap branch I am trying to check in a change that involves a soft symlink from

Re: [Python-Dev] The docs, reloaded

2007-05-26 Thread Georg Brandl
Hi, We managed to get an up to date version of the web version of the docs running on the server. The address is still the same (http://pydoc.gbrandl.de:3000) and it's also still running on top of wsgiref. Changes so far: * comments: each page that is generated from an rst file can have some

Re: [Python-Dev] Minor ConfigParser Change

2007-05-26 Thread Joseph Armbruster
Kristján, Here is a part of the patch that I was referring to. Something to that effect. Joseph Armbruster Index: Lib/ConfigParser.py === --- Lib/ConfigParser.py (revision 55600) +++ Lib/ConfigParser.py (working copy) @@ -441,10

Re: [Python-Dev] Minor ConfigParser Change

2007-05-26 Thread Kristján Valur Jónsson
-Original Message- From: Joseph Armbruster [mailto:[EMAIL PROTECTED] I noticed that one of the parts of ConfigParser was not using for line in fp style of readline-ing I'm afraid my authority is limited to .c stuff having to do with pcbuild8, but I'm sure someone else here would

Re: [Python-Dev] Minor ConfigParser Change

2007-05-26 Thread Joseph Armbruster
Kristján, Whoops! My apologies. In any case, I created the bugs in the sf issue tracker for proper CM practice. Look under the patches section within sf.net. You should go ahead and close out the 2005 build ones then, once applied :-) Thank you again, Joseph Armbruster Kristján Valur

Re: [Python-Dev] The docs, reloaded

2007-05-26 Thread Ron Adam
Georg Brandl wrote: Hi, We managed to get an up to date version of the web version of the docs running on the server. The address is still the same (http://pydoc.gbrandl.de:3000) and it's also still running on top of wsgiref. Changes so far: * comments: each page that is generated

[Python-Dev] Unable to commit

2007-05-26 Thread Peter Åstrand
I'm unable to commit tonight: SendingDoc/lib/libsubprocess.tex SendingLib/subprocess.py SendingLib/test/test_subprocess.py Transmitting file data ...svn: Commit failed (details follow): svn: 'pre-commit' hook failed with error output: Traceback (most recent call last):

Re: [Python-Dev] Unable to commit

2007-05-26 Thread Neal Norwitz
On 5/26/07, Peter Åstrand [EMAIL PROTECTED] wrote: I'm unable to commit tonight: SendingDoc/lib/libsubprocess.tex SendingLib/subprocess.py SendingLib/test/test_subprocess.py Transmitting file data ...svn: Commit failed (details follow): svn: 'pre-commit' hook failed

Re: [Python-Dev] whitespace normalization pre-commit hook is giving me grief

2007-05-26 Thread Brett Cannon
On 5/26/07, Neal Norwitz [EMAIL PROTECTED] wrote: On 5/26/07, Brett Cannon [EMAIL PROTECTED] wrote: On 5/25/07, Georg Brandl [EMAIL PROTECTED] wrote: Neal Norwitz schrieb: On 5/25/07, Brett Cannon [EMAIL PROTECTED] wrote: In my bcannon-objcap branch I am trying to check in a change

Re: [Python-Dev] Unable to commit

2007-05-26 Thread Neal Norwitz
On 5/26/07, Georg Brandl [EMAIL PROTECTED] wrote: I tried to fix it so you can check in links, but that didn't work. I commented out the change, so you should be able to commit again. Odd... the call worked here (SVN 1.4.3). Which version is the server using? I don't know. After some

[Python-Dev] Summary of Tracker Issues

2007-05-26 Thread Tracker
ACTIVITY SUMMARY (05/20/07 - 05/27/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1649 open ( +0) / 8584 closed ( +0) / 10233 total ( +0) Average duration of open issues: 806 days.