[issue17227] devguide: buggy heading numbers

2015-04-19 Thread Carol Willing
Carol Willing added the comment: Berker, Thanks for the patch review. I'm going to work with the folks at Sphinx project this week to see if the headings are fixed in a newer Sphinx version. If so, I will make the change here. If not, I will follow your recommendation to close and crea

[issue24005] Documentation Error: Extra line Break

2015-04-19 Thread Carol Willing
Carol Willing added the comment: janonymous, Thanks for the contribution. I agree with George that this is not a bug. The whitespace exists for developer readability and maintainability of code. Here's a section from PEP8 about the use of whitespace (https://www.python.org/dev/peps/pep

[issue16930] mention limitations and/or alternatives to hg graft

2015-04-18 Thread Carol Willing
Changes by Carol Willing : -- assignee: -> willingc nosy: +willingc ___ Python tracker <http://bugs.python.org/issue16930> ___ ___ Python-bugs-list mai

[issue16931] mention work-around to create diffs in default/non-git mode

2015-04-18 Thread Carol Willing
Changes by Carol Willing : -- assignee: -> willingc nosy: +willingc ___ Python tracker <http://bugs.python.org/issue16931> ___ ___ Python-bugs-list mai

[issue17227] devguide: buggy heading numbers

2015-04-18 Thread Carol Willing
Carol Willing added the comment: Correct Python Developer FAQ Section 28 to match the style of Section 27. Section numbers should now flow correctly in Sphinx. A section contents is displayed at the top of the section page for the user's convenience (especially since the FAQ questions

[issue17475] Better doc on using python-gdb.py

2015-04-18 Thread Carol Willing
Carol Willing added the comment: The current devguide on gdb (https://docs.python.org/devguide/gdb.html?highlight=gdb) satisfies this issue. I am marking this languishing issue as a duplicate and closing it. -- nosy: +willingc resolution: -> duplicate stage: patch review -> re

[issue16574] clarify policy on updates to final peps

2015-04-18 Thread Carol Willing
Carol Willing added the comment: This patch should close this languishing devguide issue. This patch adds wording suggested by Terry Reedy re: pep documentation reference to section 7.4.5 Inline markup (https://docs.python.org/devguide/documenting.html#id3). The devguide covers the pep

[issue10708] Misc/porting should be folded into the development FAQ or the devguide

2015-04-15 Thread Carol Willing
Changes by Carol Willing : -- keywords: +easy nosy: +willingc ___ Python tracker <http://bugs.python.org/issue10708> ___ ___ Python-bugs-list mailing list Unsub

[issue13472] devguide doesn’t list all build dependencies

2015-04-15 Thread Carol Willing
Carol Willing added the comment: I agree with Jeff's recommendation that this issue is resolved by content already in the devguide's Build Dependencies[1]. Jeff, Thanks for helping close an old issue. [1] https://docs.python.org/devguide/setup.html#build-dependencies --

[issue23320] devguide should mention rules about "paragraph reflow" in the documentation

2015-04-15 Thread Carol Willing
Carol Willing added the comment: https://bugs.python.org/issue18041 also provides related insights. Ideally, a patch for this issue should address and close both issues. -- nosy: +willingc ___ Python tracker <http://bugs.python.org/issue23

[issue18041] mention issues with code churn in the devguide

2015-04-15 Thread Carol Willing
Carol Willing added the comment: https://bugs.python.org/issue23320 provides more recent input on reflow of paragraphs. This newer issue should be consulted when creating a patch for this issue. Ideally, both issues should be able to be closed with the same patch. -- nosy: +willingc

[issue16405] Explain how to set up the whitespace commit hook locally

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Patch is ready for review. Ned's feedback on "pretxncommit" hook is added. -- Added file: http://bugs.python.org/file39031/iss-hooks-1.patch ___ Python tracker <http://bugs.pyt

[issue16405] Explain how to set up the whitespace commit hook locally

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Ned, Thanks for the review and feedback. It seems reasonable to me to mention both the "pretxncommit" hook as well as the "commit" hook as well as your brief comments on the difference between the two. I'll make that change

[issue23951] Update devguide style to use a similar theme as Docs

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Zach, Good point. Perhaps a different highlight color across the top would be enough to indicate that "you are in the dev guide". -- ___ Python tracker <http://bugs.python.o

[issue23951] Update devguide style to use a similar theme as Docs

2015-04-14 Thread Carol Willing
New submission from Carol Willing: It would be helpful to update the conf.py file and dependencies to use a modified 'pydoctheme' for the devguide style. The benefits would be improved readability, a consistent look with the stdlib docs, and collapsible sidebars. Attached is a scree

[issue17284] create mercurial section in devguide's committing.rst

2015-04-14 Thread Carol Willing
Carol Willing added the comment: I've reviewed this issue at the PyCon sprint. While I agree that there are sections that new contributors might wish to skip over, I believe that there is content that would benefit contributors that are not yet core developers. Going forward we can t

[issue16405] Explain how to set up the whitespace commit hook locally

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Adds whitespace checking hook setup information to Minimal Configuration section of devguide [1]. Patch is ready for review. [1] https://docs.python.org/devguide/committing.html#minimal-configuration -- keywords: +patch stage: needs patch -> pa

[issue16405] Explain how to set up the whitespace commit hook locally

2015-04-14 Thread Carol Willing
Changes by Carol Willing : -- assignee: -> willingc nosy: +willingc ___ Python tracker <http://bugs.python.org/issue16405> ___ ___ Python-bugs-list mai

[issue19121] Documentation guidelines enhancements

2015-04-14 Thread Carol Willing
Changes by Carol Willing : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue19121> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue19121] Documentation guidelines enhancements

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Thanks to all for the feedback. Since this issue covers a sufficiently broad set of thoughts, it would be better suited for a PEP. Closing this issue with the recommendation to submit a PEP if interested. -- nosy: +willingc resolution: -> not a

[issue16222] some terms not found by devguide's search box

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Reviewed this issue's history at PyCon sprint. The devguide now provides results if searched for 'server side' or 'clone'. This issue is resolved. If additional search terms are required in the index, it is recommended that a new iss

[issue12652] Keep test.support docs out of the global docs index

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Reviewed the issue history during the PyCon sprints. Thanks to all for the thoughts on this issue. I am closing this issue since any additional actions on this subject would be best filed as a new issue. -- nosy: +willingc resolution: -> out of d

[issue21400] Code coverage documentation is out-of-date.

2015-04-14 Thread Carol Willing
Carol Willing added the comment: Thanks Heather for filing the PSF contribution form as well as the patch. I hope you will continue improving Python's documentation in the future :) -- ___ Python tracker <http://bugs.python.org/is

[issue21400] Code coverage documentation is out-of-date.

2015-04-13 Thread Carol Willing
Carol Willing added the comment: Patch applies cleanly. The out of date link has been removed. +1 ready for a core dev to merge. -- nosy: +willingc stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issu

[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Carol Willing
Carol Willing added the comment: @berker.peksag I think that new contributors (esp. those at the sprints) want to get started quickly. Many do not read the whole devguide before starting even though the devguide is really helpful. I like your suggested approach to keep the original link and

[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-13 Thread Carol Willing
Carol Willing added the comment: @ned.deily Thanks for the review. Please push for me. Thanks :) -- ___ Python tracker <http://bugs.python.org/issue23924> ___ ___

[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Carol Willing
Changes by Carol Willing : -- stage: -> commit review ___ Python tracker <http://bugs.python.org/issue23931> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Carol Willing
Carol Willing added the comment: @ezio.melotti I've reviewed the second version of the patch and it links as you requested to 1.1.1. It is ready to be merged. Thanks ttz. -- ___ Python tracker <http://bugs.python.org/is

[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-13 Thread Carol Willing
Carol Willing added the comment: @ned.deily Thanks for the feedback. I changed the text on the QuickStart build step #2 since it was not clear to some sprinters that UNIX included Mac OS X. I added link in the text to direct to the Build Dependencies section. Thanks for the suggestion

[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Carol Willing
New submission from Carol Willing: Change Quickstart step 1 link to redirect to Section 1.1 Getting Started. Currently, it redirects to 1.1.2 Getting the Source Code. For developers coming from git, step 1.1.1 Version Control Setup would be helpful. Feedback from PyCon 2015 Sprints suggest

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-04-12 Thread Carol Willing
Carol Willing added the comment: Tests for current CPython version now pass on Mac OSX 10.9.5. Closing issue. -- resolution: -> not a bug status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue23924] Add OS X to Dev Guide Quickstart build step

2015-04-12 Thread Carol Willing
New submission from Carol Willing: Since many devs use OS X, it would be helpful to add a mention of OS X in Step 2 (Build). It would also be helpful to add that it is okay to ignore build errors/warnings as long as CPython reports building correctly. -- components: Devguide messages

[issue14218] include rendered output in addition to markup

2015-04-09 Thread Carol Willing
Changes by Carol Willing : -- nosy: +willingc ___ Python tracker <http://bugs.python.org/issue14218> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-03-24 Thread Carol Willing
Carol Willing added the comment: Thanks Ned and R. David. A few questions... 1. I've rerun the tests using: One failure: 70 tests OK. 1 test failed: test_socket 1 test altered the execution environment: test_warnings 21 tests skipped: test_curses test_dbm_gnu test_de

[issue23761] test_socket fails on Mac OSX 10.9.5

2015-03-24 Thread Carol Willing
New submission from Carol Willing: On Mac OSX 10.9.5, test_socket fails when regression tests are run. Specifically, the following fails: FAIL: test_host_resolution (test.test_socket.GeneralModuleTests) -- Traceback (most

[issue23324] Nonblocking serial io using Arduino and Ubuntu 14.10 (Python 3.4.2) performance slowdown

2015-01-26 Thread Carol Willing
Carol Willing added the comment: Alan, Thanks for reporting your issue. I have spent some time looking at it, and I have triaged it as best as I am able for the other developers and you. I am editing the issue title for clarity. The issue is related to nonblocking i/o between a '

[issue23220] IDLE does not display \b backspace correctly.

2015-01-11 Thread Carol Willing
Carol Willing added the comment: Ned, Thanks for the detailed example and confirming my gut instinct that Tk was the root cause of the differences seen between the IDLE's Python interactive shell (https://docs.python.org/3.4/library/idle.html) and the interactive interpreter invoked fro

[issue23220] IDLE does not display \b backspace correctly.

2015-01-10 Thread Carol Willing
Carol Willing added the comment: FWIW: On Mac OS X 10.9.5 using Python 3.4.2, IDLE's interactive shell (started from the IDLE.app icon): >>>print('hello\b\b\b\b\bHELLO') helloHELLO >From the command line using python3 interactive shell: >>>print('he

[issue23116] Python Tutorial 4.7.1: Improve ask_ok() to cover more input values

2015-01-03 Thread Carol Willing
Carol Willing added the comment: @amylou Thank you for submitting this documentation suggestion about the Python Tutorial. This tutorial section, 4.7.1 Default Argument Values, tries to show that a function can have multiple input arguments which may be given default values. While the

[issue22485] Documentation download links (3.4.2

2014-09-24 Thread Carol Willing
Carol Willing added the comment: Thanks Berker. I'm glad it's being addressed and you have submitted a patch. -- ___ Python tracker <http://bugs.python.o

[issue22485] Documentation download links (3.4.2

2014-09-24 Thread Carol Willing
New submission from Carol Willing: As reported by a couple of users on the python-docs mailing list: Python 3.4.2rc1 docs are giving a 404 Not Found when clicking on the links to download (https://docs.python.org/3.4/download.html). Python 3.5.0a0 links download docs correctly (https

[issue20064] PyObject_Malloc is not documented

2014-07-18 Thread Carol Willing
Carol Willing added the comment: I've reviewed this patch. It's my first patch review for this project so I'm not sure that I submitted the review correctly in Rietveld. -- nosy: +willingc ___ Python tracker <http://bugs.pyt

[issue18392] Doc: PyObject_Malloc() is not documented

2014-07-17 Thread Carol Willing
Carol Willing added the comment: Looks as if there is a patch for this on Issue 20064. http://bugs.python.org/issue20064 -- nosy: +willingc ___ Python tracker <http://bugs.python.org/issue18

[issue21026] Document sitecustomize.py problems with pythonw

2014-04-27 Thread Carol Willing
Carol Willing added the comment: Updated documentation using Terry Reedy's suggested addition. -- nosy: +willingc Added file: http://bugs.python.org/file35069/issue21026.patch ___ Python tracker <http://bugs.python.org/is

<    1   2   3