[issue9842] Document ... used in recursive repr of containers

2017-09-15 Thread Mike Hoy
Changes by Mike Hoy <veo...@gmail.com>: -- nosy: +vexoxev ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue9842> ___ ___ Python

[issue31153] Update docstrings of itertools functions

2017-08-27 Thread Mike Hoy
Changes by Mike Hoy <veo...@gmail.com>: -- nosy: +vexoxev ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue31153> ___ ___ Python

[issue19024] Document asterisk (*), splat or star operator

2013-09-17 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19024 ___ ___ Python-bugs-list mailing list

[issue18918] help('FILES') finds no documentation

2013-09-17 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18918 ___ ___ Python-bugs-list mailing list

[issue18855] Inconsistent README filenames

2013-09-17 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18855 ___ ___ Python-bugs-list mailing list

[issue17668] re.split loses characters matching ungrouped parts of a pattern

2013-04-14 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17668 ___ ___ Python-bugs-list mailing list

[issue17387] Error in C API documentation of PySequenceMethods

2013-03-09 Thread Mike Hoy
Mike Hoy added the comment: I was looking at 3.4 files. You're right it is in 2.7. Guess you have all the info you need to make a patch for it then? ssizessizeargfunc PySequenceMethods.sq_slice It passes the lower and upper bound and expects back a subsequence. Or is there more to it than

[issue12067] Doc: remove errors about mixed-type comparisons.

2013-03-08 Thread Mike Hoy
Mike Hoy added the comment: Considering that the docs have changed does this issue still need to be open? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12067

[issue17387] Error in C API documentation of PySequenceMethods

2013-03-08 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17387 ___ ___ Python-bugs-list mailing list

[issue17387] Error in C API documentation of PySequenceMethods

2013-03-08 Thread Mike Hoy
Mike Hoy added the comment: Looking through Include/object.h I see that sq_slice is now: void *was_sq_slice. Can anyone provide any clarification as to where I can find info about sq_slice? -- ___ Python tracker rep...@bugs.python.org http

[issue13510] Clarify that readlines() is not needed to iterate over a file

2012-10-26 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13510 ___ ___ Python-bugs-list mailing list

[issue16288] TextTestResult uses TestCase.__str__() which isn't customisable (vs id() or shortDescription())

2012-10-21 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16288 ___ ___ Python-bugs-list mailing list

[issue16294] 8 space indent in tutorial

2012-10-21 Thread Mike Hoy
Mike Hoy added the comment: Probably no need for a patch (since it's such a simple fix) but I felt like doing something. -- keywords: +patch nosy: +mikehoy Added file: http://bugs.python.org/file27656/issue16294.diff ___ Python tracker rep

[issue12944] Accept arbitrary files for packaging's upload command

2012-10-21 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12944 ___ ___ Python-bugs-list mailing list

[issue13198] Remove duplicate definition of write_record_file

2012-10-21 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13198 ___ ___ Python-bugs-list mailing list

[issue15569] Doc doc: incorrect description of some roles as format-only

2012-10-21 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15569 ___ ___ Python-bugs-list mailing list

[issue16288] TextTestResult uses TestCase.__str__() which isn't customisable (vs id() or shortDescription())

2012-10-20 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16288 ___ ___ Python-bugs-list mailing list

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-13 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15936 ___ ___ Python-bugs-list mailing list

[issue13440] Explain the status quo wins a stalemate principle in the devguide

2012-10-12 Thread Mike Hoy
Mike Hoy added the comment: Patch affects faq.rst/index.rst. In faq I put the two links along with some text as Chris suggested. In index I changed resources to Additional Resources and split up the old 'Resources' into 'Additional Resources/Essential Reading'. Feedback appreciated I

[issue16196] Typo in devguide stdlibchanges.html

2012-10-11 Thread Mike Hoy
New submission from Mike Hoy: Typo in: http://docs.python.org/devguide/stdlibchanges.html#adding-to-the-stdlib Reads: This document it meant to explain... Should read: This document is meant to explain... -- components: Devguide messages: 172640 nosy: ezio.melotti, mikehoy priority

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-10-10 Thread Mike Hoy
Mike Hoy added the comment: Cool! Can you add tests? Nope, I can't add tests. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13691

[issue13440] Explain the status quo wins a stalemate principle in the devguide

2012-10-10 Thread Mike Hoy
Mike Hoy added the comment: Would this be the appropriate place for the links to the two essays: http://docs.python.org/devguide/#proposing-changes-to-python-itself -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13440

[issue12322] ElementPath 1.3 expressions documentation

2012-10-09 Thread Mike Hoy
Mike Hoy added the comment: Mike - a note for the future: when you create an updated patch, create it anew vs. a clean repo. Don't compound patches. No problem, thanks for committing the patch. Wasn't aware that compounding patches caused a problem

[issue12322] ElementPath 1.3 expressions documentation

2012-10-08 Thread Mike Hoy
Mike Hoy added the comment: It doesn't look like there are any errors to document. I'm attaching a patch that Patrick suggested. -- keywords: +patch Added file: http://bugs.python.org/file27481/issue12322_v1.diff ___ Python tracker rep

[issue12322] ElementPath 1.3 expressions documentation

2012-10-08 Thread Mike Hoy
Mike Hoy added the comment: In response to patrick vrijlandt last comment here's a patch. I also found a few None keywords that didn't have `` around them. -- Added file: http://bugs.python.org/file27500/issue12322_v2.diff ___ Python tracker rep

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-10-07 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13691 ___ ___ Python-bugs-list mailing list

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-10-07 Thread Mike Hoy
Mike Hoy added the comment: I imported this patch on 3.4 and it worked as expected on my system. help('help') brings up info about help() help(object) prints the docstring help() invokes the help -- ___ Python tracker rep...@bugs.python.org http

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-10-07 Thread Mike Hoy
Mike Hoy added the comment: What about pydoc help? $ ./python -m pydoc help Help on built-in function help: help(...) Invoke the built-in help system. help() The interactive help system starts on the interpreter console. help(string) The string is looked up as the name

[issue11643] Use |version| instead of X.Y in the doc

2012-10-06 Thread Mike Hoy
Mike Hoy added the comment: Here is a patch after talking with Ezio on irc tonight. The rules I (attempted) to follow are: Within a :file: you should have {X.Y} In a text/paragraph area you can use |version| Within anything else just leave it as X.Y As stated by Éric I ignored install

[issue11643] Use |version| instead of X.Y in the doc

2012-10-06 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file27446/issue11643-xy_v1.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11643

[issue12067] Doc: remove errors about mixed-type comparisons.

2012-10-05 Thread Mike Hoy
Mike Hoy added the comment: Changed patch to include suggestions by Chris Jerdonek. http://bugs.python.org/issue12067#msg170953 -- hgrepos: +153 Added file: http://bugs.python.org/file27442/issue12067-expressions_v2.diff ___ Python tracker rep

[issue12067] Doc: remove errors about mixed-type comparisons.

2012-10-05 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- hgrepos: -153 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12067 ___ ___ Python-bugs-list mailing list

[issue15104] Unclear language in __main__ description

2012-10-03 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15104 ___ ___ Python-bugs-list mailing list

[issue12322] ElementPath 1.3 expressions documentation

2012-10-01 Thread Mike Hoy
Mike Hoy added the comment: Here is a link to our docs page with the info that needs to be changed: http://docs.python.org/py3k/library/xml.etree.elementtree.html#supported-xpath-syntax I was going to work on a patch but in irc we decided to wait to see what people had to say about this. Also

[issue9650] format codes in time.strptime docstrings

2012-09-30 Thread Mike Hoy
Mike Hoy added the comment: Changed docstring for timemodule.c to include format codes listed here: http://bugs.python.org/msg169193 -- keywords: +patch Added file: http://bugs.python.org/file27358/issue9650-format-codes.diff ___ Python tracker rep

[issue9650] format codes in time.strptime docstrings

2012-09-30 Thread Mike Hoy
Mike Hoy added the comment: Updated patch as per Ezio's comment. -- Added file: http://bugs.python.org/file27364/issue9650-format-codes_v2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9650

[issue9650] format codes in time.strptime docstrings

2012-09-30 Thread Mike Hoy
Mike Hoy added the comment: New patch includes time.strptime and the additional changes suggested by Chris Rebert. -- Added file: http://bugs.python.org/file27365/issue9650-format-codes_v3.diff ___ Python tracker rep...@bugs.python.org http

[issue9650] format codes in time.strptime docstrings

2012-09-29 Thread Mike Hoy
Mike Hoy added the comment: If you like my idea we should discuss it on python-ideas and start a new tracker entry. In the meantime I'd like to create a patch that incorporates Alexander's ideas. If any objections let me know. -- nosy: +mikehoy

[issue13440] Explain the status quo wins a stalemate principle in the devguide

2012-09-26 Thread Mike Hoy
Mike Hoy added the comment: I'd be willing to make a patch for this if you are agreed to just adding a couple of links to it (or otherwise). -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13440

[issue12067] Doc: remove errors about mixed-type comparisons.

2012-09-21 Thread Mike Hoy
Mike Hoy added the comment: http://bugs.python.org/issue15997 is this issue related to what Terry has mentioned: Does 'not supported' mean 'raises TypeError', 'returns NotImplemented', or both? If the last, I don't really understand the reason for NotImplemented versus TypeError. That point

[issue12067] Doc: remove errors about mixed-type comparisons.

2012-09-21 Thread Mike Hoy
Mike Hoy added the comment: I've attempted to incorporate both Terry's and Ezio's suggestions. Here is a patch to get started with. There is a section that has been deleted. Patch uploaded. -- keywords: +patch Added file: http://bugs.python.org/file27256/issue12067-expressions.diff

[issue11643] Use |version| instead of X.Y in the doc

2012-09-17 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11643 ___ ___ Python-bugs-list mailing list

[issue11643] Use |version| instead of X.Y in the doc

2012-09-17 Thread Mike Hoy
Mike Hoy added the comment: So we could fix this in reverse? Remove the |version| and replace them with X.Y since |version| doesn't expand within :file:? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11643

[issue12067] Doc: remove errors about mixed-type comparisons.

2012-09-07 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12067 ___ ___ Python-bugs-list mailing list

[issue14468] Update cloning guidelines in devguide

2012-09-06 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14468 ___ ___ Python-bugs-list mailing list

[issue15820] Add additional info to Resources area on Dev Guide

2012-09-02 Thread Mike Hoy
Mike Hoy added the comment: Is the :exc:`KeyboardInterrupt` line supposed to be in there? Nope. I somehow ended up with that in my index.rst file. I am guessing I was pasting lines to use as reference and didn't delete it later. Here's patch #4. -- Added file: http://bugs.python.org

[issue15825] Typo in OrderedDict docs

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: I added two patches one for 2.7 and one for 3.3. Please advise if this is the correct way to handle this. -- keywords: +patch nosy: +mikehoy Added file: http://bugs.python.org/file27068/typo-ordered-dict2.7.diff

[issue15825] Typo in OrderedDict docs

2012-08-31 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: Added file: http://bugs.python.org/file27069/typo-ordered-dict3.3.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15825

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
New submission from Mike Hoy: From the Docs mailing list: Hi I found a bug in python docs which can be accessed at links: http://docs.python.org/library/threading.html#lock-objects http://docs.python.org/py3k/library/threading.html#lock-objects Bug is in second paragraph describing

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: Working on a patch now unless there are objections to the OP. -- nosy: +docs@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15829

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: I think RuntimeError should be replaced by ThreadingError for _RLock and Condition implementations as well as docs need to be updated. Also I think this patch should be applied to 3.4 only, it is enchacement, not bugfix. About fixing docs for 2.7-3.3: I see nothing

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: I think RuntimeError should be replaced by ThreadingError for _RLock and Condition implementations as well as docs need to be updated. Also I think this patch should be applied to 3.4 only, it is enchacement, not bugfix. About fixing docs for 2.7-3.3: I see nothing

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: I discussed this in IRC and got the following information from Ezio: Taggnostr the doc fix can go in 2.7/3.3, the code fix in 3.4 Plan is to put the definition for ThreadError in threading.rst for both 2.7 and 3.3

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: 3.3 patch -- keywords: +patch Added file: http://bugs.python.org/file27071/15829-thread-errror3.3.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15829

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: 2.7 patch. -- Added file: http://bugs.python.org/file27072/15829-thread-errror2.7.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15829

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file27055/devguide-resources.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15820

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
New submission from Mike Hoy: I wrote a patch which adds more info the devguide under Resources: http://docs.python.org/devguide/index.html#resources -- messages: 169436 nosy: mikehoy priority: normal severity: normal status: open title: Add additional info to Resources area on Dev

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: Added file: http://bugs.python.org/file27056/devguide-resources-2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15820

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Mike Hoy added the comment: I changed the wording a bit and added a few more things. The second one is the one I prefer. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15820

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Mike Hoy added the comment: I'm working on a new patch with Ezio. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15820 ___ ___ Python-bugs-list

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Mike Hoy added the comment: This patch adds a link from: http://docs.python.org/devguide/index.html#resources To: http://docs.python.org/devguide/docquality.html#helping-with-the-developer-s-guide -- Added file: http://bugs.python.org/file27057/devguide-resources-3.diff

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Mike Hoy added the comment: It was determined by Ezio that the previous patches had too much information about how to open a browser, or install python-sphynx on a debian system. It was just out of scope for the docs (people should know how to use their package management systems, etc). We

[issue11776] Constructor signatures missing in types module documentation

2012-08-29 Thread Mike Hoy
Mike Hoy added the comment: This should be all the requested changes. I've gone over the table entries (at least the first one, CodeType, with bitdancer on IRC). I've removed the descriptive language from below the table and added it to the table. Leaving the text below the table to deal

[issue1185124] pydoc doesn't find all module doc strings

2012-08-28 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1185124 ___ ___ Python-bugs-list mailing

[issue14468] Update cloning guidelines in devguide

2012-08-28 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14468 ___ ___ Python-bugs-list mailing list

[issue11776] Constructor signatures missing in types module documentation

2012-08-25 Thread Mike Hoy
Mike Hoy added the comment: I've added a completed patch for review. There was some talk on IRC that the wording for MappingProxyType should be changed to: Return a read-only view of the given mapping. We decided to leave it to the review process to determine the exact wording

[issue11776] Constructor signatures missing in types module documentation

2012-08-25 Thread Mike Hoy
Mike Hoy added the comment: Ezio Melotti was the one that offered to change the wording on MappingProxyType doc -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11776

[issue11776] Constructor signatures missing in types module documentation

2012-08-24 Thread Mike Hoy
Mike Hoy added the comment: Lambda Changes patch. -- Added file: http://bugs.python.org/file26982/issue11776-first-easy-part-lambda-.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11776

[issue11776] Constructor signatures missing in types module documentation

2012-08-23 Thread Mike Hoy
Mike Hoy added the comment: I used the following for: CodeType FunctionType LambdaType SimpleNamespace MethodType print(CodeType.__doc__) code(argcount, kwonlyargcount, nlocals, stacksize, flags, codestring, constants, names, varnames, filename, name, firstlineno

[issue12716] Reorganize os docs for files/dirs/fds

2012-08-22 Thread Mike Hoy
Mike Hoy added the comment: I was attempting to create a patch for this but all I have is moving fchmod() below chmod(). I was unable to find fchmodat() in os.rst. And I need further clarification on Also, symbolic constants should be close to the functions they are used in. For example

[issue15742] SQLite3 documentation changes

2012-08-20 Thread Mike Hoy
New submission from Mike Hoy: In Core-Mentorship we discussed this and decided on the following patch. -- assignee: docs@python components: Documentation files: sqlite3-docs-changes.diff keywords: patch messages: 168681 nosy: docs@python, mikehoy, r.david.murray priority: normal

[issue15742] SQLite3 documentation changes

2012-08-20 Thread Mike Hoy
Mike Hoy added the comment: Removed print function in this patch. -- Added file: http://bugs.python.org/file26934/sqlite3-docs-remove-print.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15742

[issue12436] Missing items in installation/setup instructions

2012-08-19 Thread Mike Hoy
Mike Hoy added the comment: Here is a patch for just Notepad++. -- keywords: +patch Added file: http://bugs.python.org/file26891/issue12436-notepad_plus_plus.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12436

[issue15569] Doc doc: incorrect description of some roles as format-only

2012-08-19 Thread Mike Hoy
Mike Hoy added the comment: I would like to submit a patch for this. Is anyone currently working on one? -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15569

[issue13341] Incorrect documentation for u PyArg_Parse format unit

2012-08-19 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13341 ___ ___ Python-bugs-list mailing list

[issue12436] Missing items in installation/setup instructions

2012-08-19 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: Added file: http://bugs.python.org/file26902/issue12436-notepad_plus_plus_2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12436

[issue12436] Missing items in installation/setup instructions

2012-08-19 Thread Mike Hoy
Mike Hoy added the comment: Wrapped my text columns to 80. Ignore v2. -- Added file: http://bugs.python.org/file26904/issue12436-notepad_plus_plus_3.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12436

[issue12436] Missing items in installation/setup instructions

2012-08-13 Thread Mike Hoy
Mike Hoy added the comment: Thanks, I will take all contributions and suggestions and propose one patch. I am able to start working on this issue again, Eric. If you want to give me the status of your patch I can either help you finish it up or I can make one this week

[issue13198] Remove duplicate definition of write_record_file

2012-02-10 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: I am unable to work on this issue at this time. On Thu, Feb 9, 2012 at 8:57 PM, Éric Araujo rep...@bugs.python.org wrote: Éric Araujo mer...@netwok.org added the comment: Mike, if you don’t have the time to finish this shortly, I will do

[issue13341] Incorrect documentation for u PyArg_Parse format unit

2011-11-04 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13341 ___ ___ Python-bugs-list mailing list

[issue13198] Remove duplicate definition of write_record_file

2011-10-21 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13198 ___ ___ Python-bugs-list mailing list

[issue11638] pysetup un sdist crashes with weird trace if version is unicode by accident

2011-10-17 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11638 ___ ___ Python-bugs-list mailing list

[issue12944] Accept arbitrary files for packaging's upload command

2011-10-17 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12944 ___ ___ Python-bugs-list mailing list

[issue13191] Typo in argparse documentation

2011-10-16 Thread Mike Hoy
New submission from Mike Hoy mho...@gmail.com: In the Docs mailing list a typo was pointed out in argparse docs. http://docs.python.org/dev/library/argparse.html#metavar So, a single positional argument with dest='bar' will that argument will be referred to as bar. So, a single positional

[issue11776] types.MethodType() params and usage is not documented

2011-10-16 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11776 ___ ___ Python-bugs-list mailing list

[issue13154] pep-0000.txt doesn't build anymore

2011-10-12 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13154 ___ ___ Python-bugs-list mailing list

[issue13154] pep-0000.txt doesn't build anymore

2011-10-12 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: :~/peps$ find . -name *.txt | xargs grep canterbury ./pep-3152.txt:Author: Gregory Ewing greg.ew...@canterbury.ac.nz ./pep-0380.txt:Author: Gregory Ewing greg.ew...@canterbury.ac.nz ./pep-0284.txt:Greg Ewing greg.ew...@canterbury.ac.nz ./pep-0335

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-11 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: setupscript did not have the changes that were made in apiref. v4 is now consistent and line wrapping at 80 chars. -- Added file: http://bugs.python.org/file23384/apiref-setupscript-v4.diff ___ Python

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-10 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: Responded to first question in apiref and uploaded a new patch that wraps lines at 80 characters. -- Added file: http://bugs.python.org/file23369/apiref-setupscript-v3.diff ___ Python tracker rep

[issue12436] Missing items in installation/setup instructions

2011-10-09 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: Here is what I have so far: For Windows users, added a section about how to use a terminal How to use a terminal Open a command prompt: * On Windows Vista or Windows 7: click on the Start menu (the Windows logo in the lower left of the screen

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-09 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: Submitted v2 of my patch after reading Éric's review of my first. -- Added file: http://bugs.python.org/file23360/apiref-setupscript-v2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue12602] Missing cross-references in Doc/using

2011-10-09 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12602 ___ ___ Python-bugs-list mailing list

[issue12192] Doc that collection mutation methods return item or None

2011-10-08 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: Created a patch based on suggestions here. -- keywords: +patch Added file: http://bugs.python.org/file23346/return-none.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12192

[issue12192] Doc that collection mutation methods return item or None

2011-10-07 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12192 ___ ___ Python-bugs-list mailing list

[issue12602] Missing using docs cross-references

2011-10-07 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12602 ___ ___ Python-bugs-list mailing list

[issue12436] Missing items in installation/setup instructions

2011-10-07 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: Thanks Mike! So the first item is covered (at least for UNIX, can you check the Windows docs too?), but not the second. http://docs.python.org/dev/using/windows.html Makes no reference to preparing a text editor. This I could help

[issue12436] Missing items in installation/setup instructions

2011-10-07 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: mostly to recommend Notepad++ I think. In addition to Notepad++ do you think it would be a good idea to at least mention Vim and Emacs with a disclaimer about the learning curve? For Windows users, added a section about how to use a terminal

[issue3902] Packages containing only extension modules have to contain __init__.py

2011-10-07 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: We’re working on a patch on the core-mentorship list. Éric, I emailed the diff to the Core-Mentorship list, but since there was no reply I will just attach it here. Please review patch and let me know if you want any changes. -- keywords

[issue12436] Missing items in installation/setup instructions

2011-10-06 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: - How to prepare a text editor See: http://docs.python.org/dev/using/unix.html#editors - How to run Python code from a file (if the tutorial or using docs don’t already have it). See: http://docs.python.org/dev/using/unix.html#miscellaneous

[issue12823] Broken link in SSL wrapper for socket objects document

2011-10-06 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: Patch to remove broken link. -- keywords: +patch nosy: +mikehoy Added file: http://bugs.python.org/file23334/SSL-broken-link.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12823

  1   2   >