Mike Hoy added the comment:
I'm working on making a patch for this. I just want to confirm that the
information I found is correct:
Article Name
OLD URL
ARCHIVED URL
How Python is Developed
OLD: http://www.python.org/dev/intro/
ARCHIVE: http://www.etsimo.uniovi.es/python/dev/
Mike Hoy added the comment:
Of course I would be creating new articles based on the archived pages.
--
___
Python tracker
<http://bugs.python.org/issue13
Mike Hoy added the comment:
Added links under Resources to the new Dev Guide. Added a link to the Guide
itself and a link to the faq.
--
keywords: +patch
Added file: http://bugs.python.org/file23289/pep-0001-broken-links.diff
___
Python tracker
Mike Hoy 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
--
Mike Hoy 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
<http://bugs.python.org/issue12
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue12192>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue12602>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Mike Hoy 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 with but...
>
Mike Hoy 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 and
Do you
Mike Hoy 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: +patch
n
Mike Hoy added the comment:
Created a patch based on suggestions here.
--
keywords: +patch
Added file: http://bugs.python.org/file23346/return-none.diff
___
Python tracker
<http://bugs.python.org/issue12
Mike Hoy 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), type cmd i
Mike Hoy 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
<http://bugs.python.org/i
Changes by Mike Hoy :
--
nosy: -mikehoy
___
Python tracker
<http://bugs.python.org/issue12602>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mike Hoy 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
<http://bugs.python.
Mike Hoy 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 tracker
<h
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue13154>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Mike Hoy added the comment:
:~/peps$ find . -name "*.txt" | xargs grep "canterbury"
./pep-3152.txt:Author: Gregory Ewing
./pep-0380.txt:Author: Gregory Ewing
./pep-0284.txt:Greg Ewing
./pep-0335.txt:Author: Gregory Ewing
Looks like pep-0335.txt has a "Gregor
New submission from Mike Hoy :
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."
> &quo
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue11776>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue11638>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue12944>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue13198>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue13341>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Mike Hoy 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 wrote:
>
> Éric Araujo added the comment:
>
> Mike, if you don’t have the time to finish this shortly, I will do it, as
> I need this fixed for another bu
Changes by Mike Hoy :
--
nosy: +vexoxev
___
Python tracker
<http://bugs.python.org/issue31153>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: +vexoxev
___
Python tracker
<https://bugs.python.org/issue9842>
___
___
Python-bugs-list mailing list
Unsubscribe:
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 w
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
<http://bugs.python.org/issue12
Mike Hoy added the comment:
I would like to submit a patch for this. Is anyone currently working on one?
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue15
Changes by Mike Hoy :
--
nosy: -mikehoy
___
Python tracker
<http://bugs.python.org/issue13341>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
Added file: http://bugs.python.org/file26902/issue12436-notepad_plus_plus_2.diff
___
Python tracker
<http://bugs.python.org/issue12436>
___
___
Pytho
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
<http://bugs.python.org/issue12
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
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
<http://bugs.python.org/issue15
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 >&g
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,
con
Mike Hoy added the comment:
Lambda Changes patch.
--
Added file:
http://bugs.python.org/file26982/issue11776-first-easy-part-lambda-.diff
___
Python tracker
<http://bugs.python.org/issue11
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 th
Mike Hoy added the comment:
Ezio Melotti was the one that offered to change the wording on MappingProxyType
doc
--
___
Python tracker
<http://bugs.python.org/issue11
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue1185124>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue14468>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
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
Changes by Mike Hoy :
--
keywords: +patch
Added file: http://bugs.python.org/file27055/devguide-resources.diff
___
Python tracker
<http://bugs.python.org/issue15
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
Changes by Mike Hoy :
Added file: http://bugs.python.org/file27056/devguide-resources-2.diff
___
Python tracker
<http://bugs.python.org/issue15820>
___
___
Python-bug
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
<http://bugs.python.org/issue15
Mike Hoy added the comment:
I'm working on a new patch with Ezio.
--
___
Python tracker
<http://bugs.python.org/issue15820>
___
___
Python-bugs-list m
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
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
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
Changes by Mike Hoy :
Added file: http://bugs.python.org/file27069/typo-ordered-dict3.3.diff
___
Python tracker
<http://bugs.python.org/issue15825>
___
___
Python-bug
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 pa
Mike Hoy added the comment:
Working on a patch now unless there are objections to the OP.
--
nosy: +docs@python
___
Python tracker
<http://bugs.python.org/issue15
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,
>&
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,
>&
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 an
Mike Hoy added the comment:
3.3 patch
--
keywords: +patch
Added file: http://bugs.python.org/file27071/15829-thread-errror3.3.diff
___
Python tracker
<http://bugs.python.org/issue15
Mike Hoy added the comment:
2.7 patch.
--
Added file: http://bugs.python.org/file27072/15829-thread-errror2.7.diff
___
Python tracker
<http://bugs.python.org/issue15
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.
--
Changes by Mike Hoy :
--
nosy: -mikehoy
___
Python tracker
<http://bugs.python.org/issue14468>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: -mikehoy
___
Python tracker
<http://bugs.python.org/issue1185124>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue12067>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue11643>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
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
<http://bugs.python.org/is
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 NotImplem
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-e
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
<http://bugs.python.org/is
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.
-
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
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
<http://bugs.python.org/i
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
<http://bugs.python.org/issue9
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
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue15104>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
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
<h
Changes by Mike Hoy :
--
hgrepos: -153
___
Python tracker
<http://bugs.python.org/issue12067>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
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 and
Changes by Mike Hoy :
--
keywords: +patch
Added file: http://bugs.python.org/file27446/issue11643-xy_v1.diff
___
Python tracker
<http://bugs.python.org/issue11
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue13691>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
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
<http://bu
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
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 trac
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 trac
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 compo
Mike Hoy added the comment:
>>> Cool! Can you add tests?
Nope, I can't add tests.
--
___
Python tracker
<http://bugs.python.org/issue13691>
___
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
<http://bugs.python.org/issue13
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
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'.
Feedbac
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue15936>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue16288>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: -mikehoy
___
Python tracker
<http://bugs.python.org/issue16288>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Mike Hoy :
--
nosy: -mikehoy
___
Python tracker
<http://bugs.python.org/issue12944>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: -mikehoy
___
Python tracker
<http://bugs.python.org/issue13198>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: -mikehoy
___
Python tracker
<http://bugs.python.org/issue15569>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue13510>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue19024>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue18918>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Mike Hoy :
--
nosy: +mikehoy
___
Python tracker
<http://bugs.python.org/issue18855>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mike Hoy added the comment:
Considering that the docs have changed does this issue still need to be open?
--
___
Python tracker
<http://bugs.python.org/issue12
1 - 100 of 104 matches
Mail list logo