[issue20265] Bring Windows docs up to date

2014-03-13 Thread Kathleen Weaver

Kathleen Weaver added the comment:

It was Visual Studio that messed up the end of line feeds, it keep telling me 
that there was a problem but I didn't know what it meant.  Erik and I were in 
#pyladies and he really helped me.

As soon as I get done with gym and other mundane errands I will get back on 
this.

I can't get over how helpful and nice everyone is! 

Sent using OWA for iPhone

From: Zachary Ware 
Sent: Thursday, March 13, 2014 9:29:14 AM
To: Kathleen Weaver
Subject: [issue20265] Bring Windows docs up to date

Zachary Ware added the comment:

Éric Araujo wrote:
> From #20265:

Correction, this is #20265, that message was from #20266 :)

Kathleen: both Éric and I have left some review comments for you in Rietveld, 
which should have sent you an email with the comments and links to the Rietveld 
review.

Also, if you're having end-of-line issues, I would recommend turning on the 
Mercurial eol extension (either edit "%userprofile%\Mercurial.ini" manually, or 
use the Extensions section of File -> Settings... from TortoiseHg Workbench).  
To work most effectively, you'll need to update to the 'null' revision, then 
update back to default after turning on eol.  That will ensure that most files 
have \r\n line endings and hg can keep line endings straight for you thereafter.

Here's a sample of my Mercurial.ini with some other things you may be 
interested in:

[extensions]
;keep eols straight
eol=

;delete untracked files (helps with starting from a clean slate)
purge=

;colorize output, including making trailing whitespace visible in diffs
color=

;create several clones that share history, useful for keeping
;separate clones per branch without having to pull individually
share=

[defaults]
;don't try to commit when importing a patch
import = --no-commit

--
title: Bring Doc/using/windows up to date -> Bring Windows docs up to date

___
Python tracker 
<http://bugs.python.org/issue20265>
___

--

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-13 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I have updated the files as reflected by the code review.

--
Added file: http://bugs.python.org/file34403/windowsDoc.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-13 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Could we make this a separate issue, and I will work on it next?

>From #20265:

The faq doesn't mention the new launcher for Windows.  Rather than write too 
much I'd simply cross reference this 
http://docs.python.org/3/using/windows.html#python-launcher-for-windows.  I 
think this also impacts on the section "How do I make Python scripts 
executable?".

--

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-13 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I've added a paragraph to the FAQ that refers to the Python Launcher as Éric 
Araujo suggested.

So sorry, but new patch.

--
Added file: http://bugs.python.org/file34409/windowsDoc.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20926] Enhance Quick Start portion of instructions for Windows

2014-03-14 Thread Kathleen Weaver

New submission from Kathleen Weaver:

Current text reads:

On Windows, open the solution file PCbuild\pcbuild.sln in Visual Studio, select 
Debug, and Build ‣ Build Solution. Run Tools\buildbot\external.bat or 
Tools\buildbot\external-amd64.bat to download and compile 3rd party libraries.

While it works correctly, this does generate errors in the build process which 
can be confusing.  This is documented in the read me, and the Getting Started.  
I believe it should be mentioned here in the quick start

--
components: Devguide
messages: 213567
nosy: ezio.melotti, kathweaver
priority: normal
severity: normal
status: open
title: Enhance Quick Start portion of instructions for Windows

___
Python tracker 
<http://bugs.python.org/issue20926>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20926] Enhance Quick Start portion of instructions for Windows

2014-03-14 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Added sentence to indicate errors are thrown but it still works.

--
keywords: +patch
Added file: http://bugs.python.org/file34419/kweaver.patch

___
Python tracker 
<http://bugs.python.org/issue20926>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20926] Devguide: Enhance Quick Start portion of instructions for Windows

2014-03-14 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I like the mark up but I don't think this warrants quite that much attention.

I changed the wording to "may throw errors"

--
Added file: http://bugs.python.org/file34424/kweaver.patch

___
Python tracker 
<http://bugs.python.org/issue20926>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20926] Devguide: Enhance Quick Start portion of instructions for Windows

2014-03-14 Thread Kathleen Weaver

Changes by Kathleen Weaver :


Removed file: http://bugs.python.org/file34419/kweaver.patch

___
Python tracker 
<http://bugs.python.org/issue20926>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20927] Different behaviour on Posix and Windows when using subprocess.Popen(..., cwd=path)

2014-03-15 Thread Kathleen Weaver

Changes by Kathleen Weaver :


--
nosy: +kathweaver

___
Python tracker 
<http://bugs.python.org/issue20927>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-15 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I've gone through and followed the online directions.  They do allow the person 
following the directions to "build Python".  

My question:  I assume that isn't sufficient to really build a patch.

The readme has directions that includes the information that is below.  I 
haven't gone through those directions yet.

My question: Do we want those directions both places?  I personally think they 
should be online, and have the readme refer to the online directions, but what 
is the thought of the community?  I think it is redundant to do it in both 
places.

--

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-15 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I've gone through everything and cleaned things up per zach.ware review.

--
Added file: http://bugs.python.org/file34437/kweaver.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-16 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Why are you suggesting the use of Subversion?  Why not stick with Mercurial?

--

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-17 Thread Kathleen Weaver

Kathleen Weaver added the comment:

There is also a separate version of the Python Tools depending on which version 
of Visual Studio.  I'm testing this out, and may add it to the current patch.

--

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-17 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I just figured out why Windows 8 isn't behaving the way the documentation says.

You have to use Command Prompt (Admin).   Command Prompt (the first option 
IGNORES the path)

Now it's time to have a discussion with a Windows Project Manager.

--

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-17 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I think I've incorporated everything wanted, and simplified things.

Instead of going through how to change environment variables, I've pointed to 
another source.

I've added the VS tools.

--
Added file: http://bugs.python.org/file34474/kweaver.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-17 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I think I've incorporated everything wanted, and simplified things.

Instead of going through how to change environment variables, I've pointed to 
another source.

I've added the VS tools.

--
Added file: http://bugs.python.org/file34475/kweaver.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-17 Thread Kathleen Weaver

Changes by Kathleen Weaver :


Removed file: http://bugs.python.org/file34409/windowsDoc.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-17 Thread Kathleen Weaver

Changes by Kathleen Weaver :


Removed file: http://bugs.python.org/file34437/kweaver.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-17 Thread Kathleen Weaver

Changes by Kathleen Weaver :


Removed file: http://bugs.python.org/file34474/kweaver.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-19 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I think I have everything now.

--
keywords: +patch
Added file: http://bugs.python.org/file34523/windows.patch

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-19 Thread Kathleen Weaver

Kathleen Weaver added the comment:

After hg add

--
Added file: http://bugs.python.org/file34524/windows.patch

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-20 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I agree -- so should that be a separate patch since it's in cpython, not 
devguide?

Quoting:

Frankly, I don't see much added benefit from the new file.  It's mostly
duplication of PCbuild/readme.txt, and what little isn't already there should
be.  I would much rather see a patch making sure PCbuild/readme.txt is up to
date, and a link to http://hg.python.org/cpython/file/default/PCbuild/readme.txt
added to the devguide's existing compilation on Windows section.

--

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-20 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Does this mean that Python 3.4 doesn't use VS 2010?


hunks 1 & 2 (@@ -49,9 and @@ -216,7):
  Both changes should be reverted.  The change from 3.4 -> 3.3 reverts a very
  recent change made due to 3.4 becoming the newest maintenance branch.  If
  I'm not mistaken, the blank line after the Windows heading is important.

--

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-22 Thread Kathleen Weaver

Kathleen Weaver added the comment:

New patch with corrections from review.

--
Added file: http://bugs.python.org/file34574/windows.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-03-23 Thread Kathleen Weaver

Kathleen Weaver added the comment:

New patch

--
Added file: http://bugs.python.org/file34587/windows.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-25 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I've got a patch for the readme from cpyton and for the setup from devguide

I have had trouble reading the comments.

--
Added file: http://bugs.python.org/file34613/win.patch

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-25 Thread Kathleen Weaver

Changes by Kathleen Weaver :


Added file: http://bugs.python.org/file34614/winreadme.patch

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-25 Thread Kathleen Weaver

Changes by Kathleen Weaver :


Added file: http://bugs.python.org/file34615/winreadme.patch

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-31 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Patch from comments on March 29

--
Added file: http://bugs.python.org/file34677/win.patch

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-31 Thread Kathleen Weaver

Kathleen Weaver added the comment:

New readme.txt patch

--
Added file: http://bugs.python.org/file34678/winreadme.patch

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Windows docs up to date

2014-04-27 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Latest update

--
Added file: http://bugs.python.org/file35061/mywork.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17846] Building Python on Windows - Supplementary info

2014-03-09 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Since I am new to Python, I'll take a look at the documentation and see if I 
can help.

--
nosy: +kathweaver

___
Python tracker 
<http://bugs.python.org/issue17846>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20266] Bring Doc/faq/windows up to date

2014-03-09 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Kathleen Weaver -- am beginning to Python but comfortable with Windows so will 
look at this.

--
nosy: +kathweaver

___
Python tracker 
<http://bugs.python.org/issue20266>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Doc/using/windows up to date

2014-03-09 Thread Kathleen Weaver

Kathleen Weaver added the comment:

I am very new to Python, but am wanting to work on Documentation.  I read 
through the current document and some of the revisions.

May I rewrite this section so that it is not as intimidating to the average 
Windows user?

I would direct users to use IDLE (Python GUI) or even Python (command line) 
before trying to use the Windows Systems Command Line.  

I can also add information on how to configure Windows 8, so that those items 
are easier to find.  I have just done that to my machine.

--
nosy: +kathweaver

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Doc/using/windows up to date

2014-03-12 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Updated parts of the Windows using document, especially for Windows 7 and 
Windows 8.

Moved environment variables to FAQ/windows

Checked all links, removed broken references from Cygwin

Checked broken links referring to in “Installing Python” in “A Byte of Python” 
by Swaroop C H, 2003

Updated FAQ/windows also, adding environment section from using/windows

Also fact checked everything in FAQ/windows

--
keywords: +patch
Added file: http://bugs.python.org/file34385/windowsDoc.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Doc/using/windows up to date

2014-03-12 Thread Kathleen Weaver

Kathleen Weaver added the comment:

Fixed end of line issue in both documents (I hope)

--
Added file: http://bugs.python.org/file34386/windowsDoc.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20265] Bring Doc/using/windows up to date

2014-03-12 Thread Kathleen Weaver

Changes by Kathleen Weaver :


Removed file: http://bugs.python.org/file34385/windowsDoc.patch

___
Python tracker 
<http://bugs.python.org/issue20265>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com