Re: [Python-Dev] [Python-3000] 2.6.1 and 3.0

2008-11-26 Thread Joseph Armbruster
Martin, What is the rationale behind using an MSI ? Has anyone attempted to create a Python installer using something a bit simpler, like NSIS [ http://nsis.sourceforge.net/Main_Page]? If not, what are the reasons? Joe On Wed, Nov 26, 2008 at 3:03 PM, "Martin v. Löwis" <[EMAIL PROTECTED]>wrote

[Python-Dev] bugs.pythong.org bug?

2008-02-06 Thread Joseph Armbruster
will create an issue if deemed necessary. Joseph Armbruster *exceptions.KeyError*: Debugging information follows 1. While evaluating the standard:'request/batch' expression on line 23 Current variables: *templates* *repeat* *false*0 *context* * utils* *db* *not

Re: [Python-Dev] Coverity Scan, Python upgraded to rung 2

2008-01-10 Thread Joseph Armbruster
I am not a developer but i'm interested in browsing it. Is it possible to be added? On Jan 10, 2008 10:57 AM, Christian Heimes <[EMAIL PROTECTED]> wrote: > Neal Norwitz wrote: > > I think only Coverity can add people. You can send them a message if > > you would like to be added: [EMAIL PROTECTE

[Python-Dev] function call syntax oddity

2008-01-04 Thread Joseph Armbruster
1.__str__() File "", line 1 1.__str__() ^ SyntaxError: invalid syntax >>> 1 .__str__() '1' Joseph Armbruster ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Contributing to Python

2008-01-03 Thread Joseph Armbruster
lect Search and Python 2.6, I retrieved 208 open bugs. At a quick glance, I found two that were windows, but not tagged appropriately. If it's worthwhile, I can spend some time this evening browsing the list of current 2.6 bugs to see if there are any duplicates, collisions, etc. Joseph Armbrus

[Python-Dev] svn.python.org ?

2007-12-22 Thread Joseph Armbruster
Is svn.python.org ok? I am unable to perform an update at the moment. Joseph Armbruster ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python

Re: [Python-Dev] test_sys failures

2007-12-20 Thread Joseph Armbruster
I am unable to reproduce this in windows with: Python 3.0a2 (py3k:59584M, Dec 20 2007, 16:24:12) [MSC v.1500 32 bit (Intel)] on win32 Running the test via rt and in isolation does not appear to fail. In isolation produces 16 OKs. Joe On Dec 20, 2007 3:58 PM, Guido van Rossum <[EMAIL PROTECTED]

[Python-Dev] integer subclass range behavior

2007-12-19 Thread Joseph Armbruster
All, I posted this up to comp.lang.python earlier today and asked a few questions around IRC. The general consensus appeared to be that this was a bug. Before opening up an issue on it, I wanted to run it by this list first (just in case) Here is a copy / paste from comp.lang.python: URL:

[Python-Dev] Issues 1559298 and 1475 consolidation

2007-12-14 Thread Joseph Armbruster
Should these two issues be consolidated? It looks as if they are attacking the same problem. Thoughts? Joseph Armbruster ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

[Python-Dev] sliceobject Py_None step inquiry

2007-12-11 Thread Joseph Armbruster
I was playing around with sliceobject.c this evening and noticed the following behavior. If you slice with a step 0, you receive a ValueError but when you slice with a step of None, the step is set to 1. As an example, observe the following interactive session: >>> a = [1,2,3,4,5,6] >>> b

[Python-Dev] builtin_format function code-spacing in bltinmodule.c

2007-12-11 Thread Joseph Armbruster
All, Not sure if this is significant or not but the spacing of the builtin_format function is not consistent with the rest of the bltinmodule.c file. Joseph Armbruster ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman

[Python-Dev] Statsvn output for /python/branches/py3k

2007-11-28 Thread Joseph Armbruster
All, I was looking at statsvn today at work and gave it a test-run on a repo there. I wondered what it would look like for python3k. And... here are the results: http://www.joevial.com/statsvn/ Enjoy, Joseph Armbruster ___ Python-Dev mailing list

[Python-Dev] (no subject)

2007-11-22 Thread Joseph Armbruster
submit a patch in a few. I have a few hours before turkey time :-) Good Day! Joseph Armbruster Christian Heimes wrote: > Just for your information: I've back-ported the PCbuild9 directory from > py3k to the trunk. You now can build Python 2.6 and 3.0 with the new > Visual Studio 2008.

Re: [Python-Dev] Python Extension Building Network

2007-10-16 Thread Joseph Armbruster
own a single license :-) It seems like most people in the community do not have ready-access to one, so I figured this could be a benefit. Let me know, Mr. Joseph Armbruster Mike wrote: > Dear Ms. Armbruster, > > Steve Holden thought I should contact you. We are working on > develo

[Python-Dev] XP Buildbot

2007-10-15 Thread Joseph Armbruster
verify everything is reasonably good. I would like to seek insight from the team as to what steps I could take next to verify my box is ready to go and make it be used. Thank You, Joseph Armbruster ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] popen test case inquiry in r55735 using PCBuild8

2007-06-05 Thread Joseph Armbruster
ached. Probably my biggest question now is the use of GetVersion as opposed to GetVersionEx. According to the MSDN, it doesn't appear to be all that undesirable: http://msdn2.microsoft.com/en-us/library/ms724451.aspx Your thoughts? Joseph Armbruster Joseph Armbruster wrote: Mark, Sounds good,

Re: [Python-Dev] popen test case inquiry in r55735 using PCBuild8

2007-06-04 Thread Joseph Armbruster
Mark, Sounds good, I will get patching tonight. Any thoughts on CreateProcessW ? Joseph Armbruster On 6/4/07, Mark Hammond <[EMAIL PROTECTED]> wrote: > All, > > I wanted to pass this one around before opening an issue on it. > When running the unit test for popen via r

[Python-Dev] popen test case inquiry in r55735 using PCBuild8

2007-06-02 Thread Joseph Armbruster
W and am interested in questioning whether or not this has a place in posixmodule? Any on yet another note, when I ran test_popen.py straight from /lib (using my std::Python25 install, I obtained the following debug output in the same statement of interest) data=['-c', 'foo

Re: [Python-Dev] Minor ConfigParser Change

2007-05-31 Thread Joseph Armbruster
supplying future patches. Joseph Armbruster On 5/31/07, Fred L. Drake, Jr. <[EMAIL PROTECTED]> wrote: On Saturday 26 May 2007, Joseph Armbruster wrote: > I noticed that one of the parts of ConfigParser was not using "for line > in fp" style of readline-ing :-) So, this w

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] 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

[Python-Dev] Minor ConfigParser Change

2007-05-26 Thread Joseph Armbruster
f practice appears in several other places. There is a possibility of good savings in this department. If you think this is worthwhile, I can create one large patch for them all. I sure hope I am not missing something fundamental with this one... Joseph Armbruster Index: Lib/Confi

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

[Python-Dev] vs2005 Project Patch and Configuration Inquiry

2007-05-26 Thread Joseph Armbruster
ith the /TC argument? Joseph Armbruster Index: PCbuild8/pythoncore/pythoncore.vcproj === --- PCbuild8/pythoncore/pythoncore.vcproj (revision 55600) +++ PCbuild8/pythoncore/pythoncore.vcproj (working copy)

[Python-Dev] Unicode command line parameter missing

2007-02-23 Thread Joseph Armbruster
ot; for more information. a = "monty" a 'monty' Python 2.5 Session with flag: python -U Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credit