[issue18442] Typo in developers.rst line 27

2013-07-13 Thread Févry Thibault
New submission from Févry Thibault: 'prush' -> 'push' -- components: Devguide messages: 193018 nosy: ezio.melotti, iwontbecreative priority: normal severity: normal status: open title: Typo in developers.rst line 27 __

[issue9893] Removing the Misc/Vim/ files

2013-07-13 Thread Févry Thibault
Févry Thibault added the comment: The files weres indeed removed but Misc/Readme was not updated accordingly. The last line needs to be removed. -- nosy: +iwontbecreative ___ Python tracker <http://bugs.python.org/issue9

[issue18443] Misc/Readme still documents TextMate

2013-07-13 Thread Févry Thibault
New submission from Févry Thibault: changeset: 80448:901002834a68 user:Brett Cannon date:Thu Nov 15 16:12:19 2012 -0500 summary: Remove the TextMate bundle. -> Misc/Readme has not been updated accordingly. The line documenting TextMate should be removed. (Likew

[issue18445] Tools/Script/Readme is outdated

2013-07-13 Thread Févry Thibault
New submission from Févry Thibault: Several issues : - abitype.py, analyze_dxp.py, get-remote-certificate.py, import_diagnostics.py, parse_html5_entities.py are not documented. - README mentions redemo.py which was moved to Tools/Demo. - README says all python scripts are executables, but some

[issue18446] Dead link in documenting.rst

2013-07-13 Thread Févry Thibault
New submission from Févry Thibault: The following link is dead : Apple Publications Style Guide: http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/APStyleGuide/APSG_2009.pdf and redirects to another page. -- components: Devguide messages: 193029 nosy

[issue18448] Tools/demo/eiffel.py fails to run tests.

2013-07-14 Thread Févry Thibault
New submission from Févry Thibault: Using trunk. .Tools/demo/eiffel.py -v testEiffelMetaClass1 (__main__.Tests) ... FAIL testEiffelMetaClass2 (__main__.Tests) ... FAIL == FAIL: testEiffelMetaClass1 (__main__.Tests

[issue18449] Demo 'ss1.py' crash in python3

2013-07-14 Thread Févry Thibault
New submission from Févry Thibault: Run the demo. Click one of the columns or the rows. It does not select the colum/row accordingly and outputs an error log to command line. -- components: Demos and Tools files: python_3_change.patch keywords: patch messages: 193045 nosy

[issue18445] Tools/Script/Readme is outdated

2013-07-14 Thread Févry Thibault
Changes by Févry Thibault : -- components: +Demos and Tools type: -> enhancement versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue18450] Typos in developers.rst

2013-07-14 Thread Févry Thibault
New submission from Févry Thibault: 'Mathemathics' -> 'Mathematics' 'Recommandation' (I also love French :) ) -> 'Recommendation' -- components: Devguide files: typos.patch keywords: patch messages: 193053 nosy: ezio.melotti, iwontbecre

[issue18452] Typo in Doc/howto/argparse.rst

2013-07-14 Thread Févry Thibault
New submission from Févry Thibault: 'occurences' -> 'occurrences' -- assignee: docs@python components: Documentation messages: 193057 nosy: docs@python, iwontbecreative priority: normal severity: normal status: open title: Typo in Doc/howto/argparse.rst typ

[issue18452] Typo in Doc/howto/argparse.rst

2013-07-14 Thread Févry Thibault
Févry Thibault added the comment: This one typo should also be fixed on other files namely : - Doc/library/stdtypes.rst - Doc/library/configparser.rst -- ___ Python tracker <http://bugs.python.org/issue18

[issue18449] Demo 'ss1.py' crash in python3

2013-07-14 Thread Févry Thibault
Févry Thibault added the comment: Depending on what's the policy (is this documented somewhere ? Should we try to enhance them or not ?) for demo files, I might add the possibility to change the default number of line/columns. Needing some guidance here. -- versions: +Pytho

[issue18443] Misc/Readme still documents TextMate

2013-07-15 Thread Févry Thibault
Févry Thibault added the comment: The issue with Vim files has been fixed but not this one. Adding a patch in case it is faster for anyone, as well as properly triaging the bug report. This also fixes the list to put in back in alphabetical order. -- assignee: -> docs@pyt

[issue18457] Fix and cleanup the ss1.py demo

2013-07-15 Thread Févry Thibault
Févry Thibault added the comment: These are some nice improvements, but there is still a crash if you type =1000**5000 . -- nosy: +iwontbecreative ___ Python tracker <http://bugs.python.org/issue18

[issue18460] .chm documentation files advertised in download.html but not there.

2013-07-15 Thread Févry Thibault
New submission from Févry Thibault: Just like it happenned with 2.7.3, the .chm help files are not present in the download pages. The download page (e.g : http://docs.python.org/3/download.html) advertises the presence of .chm files but they are not there. I am unsure whether or not these

[issue18461] X Error in tkinter

2013-07-15 Thread Févry Thibault
Changes by Févry Thibault : -- nosy: +iwontbecreative ___ Python tracker <http://bugs.python.org/issue18461> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18462] Download > Other documentation page contains a link to a french poker site

2013-07-15 Thread Févry Thibault
New submission from Févry Thibault: The python for PSP (http://python-psp.net/trac) now redirects to python-psp.net which is a poker site. -- assignee: docs@python components: Documentation messages: 193101 nosy: docs@python, iwontbecreative priority: normal severity: normal status

[issue18463] Download > Other documentation page outdated/dead links

2013-07-15 Thread Févry Thibault
New submission from Févry Thibault: See issue 18462 and The link to the series-60 nokia page directs to an empty page : http://www.developer.nokia.com/Community/Wiki/Nokia_Open_Source/ with comments in history : 09:15, 24 April 2013 hamishwillee (Talk | contribs) deleted page Nokia Open

[issue18466] Spelling mistakes in various code comments.

2013-07-15 Thread Févry Thibault
New submission from Févry Thibault: The attached patch fixes spelling mistakes found on various comments, mainly in /Lib/. I choose not to correct things like 'everytime' since the main goal was to improve readability and not turn useful technical comments into English litteratu

[issue18448] Tools/demo/eiffel.py fails to run tests.

2013-07-15 Thread Févry Thibault
Févry Thibault added the comment: Interessting update : The test does *not* fail all the time. It succeeds about 1/3 times on my computer. -- ___ Python tracker <http://bugs.python.org/issue18

[issue18448] Tools/demo/eiffel.py fails to run tests.

2013-07-16 Thread Févry Thibault
Févry Thibault added the comment: One more update. When it fails, it sometimes fails with : == ERROR: testEiffelMetaClass1 (__main__.Tests) -- Traceback (most

[issue18466] Spelling mistakes in various code comments.

2013-07-19 Thread Févry Thibault
Févry Thibault added the comment: Terry Reedy : The scripts needs to be improved and I won't be able to access my computer until mid August so I don't think I will be able to do anything until then. But the script should be able to do that if I work on it a bit. I would use pyth

[issue18687] Lib/test/leakers/test_ctypes.py still mentions the need to update Misc/build.sh

2013-08-08 Thread Févry Thibault
New submission from Févry Thibault: "# When this leak is fixed, remember to remove from Misc/build.sh LEAKY_TESTS." -> Misc/build.sh got removed 19 months ago, this should be updated. -- assignee: docs@python components: Documentation files: patch.diff keywords: patch mes

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault
New submission from Févry Thibault: In issue 18466 I had said I was planning to write a tool that checks python source code to see if they are spelling mistakes in comments/strings. As it was said there, the big issue was the fact that python has so many non-english words and that docstrings

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault
Févry Thibault added the comment: Note that I am not a very good python programmer so the attached script may look ugly to you, but it works. -- versions: +Python 3.3 Added file: http://bugs.python.org/file31224/spell.py ___ Python tracker <h

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault
Févry Thibault added the comment: And here is a python_words.txt so you have to press enter less times :) -- Added file: http://bugs.python.org/file31225/python_words.txt ___ Python tracker <http://bugs.python.org/issue18

[issue18466] Spelling mistakes in various code comments.

2013-08-10 Thread Févry Thibault
Févry Thibault added the comment: See issue 18705 for a basic script. -- ___ Python tracker <http://bugs.python.org/issue18466> ___ ___ Python-bugs-list mailin

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-11 Thread Févry Thibault
Févry Thibault added the comment: > I don't think there's a strict policy about using American spellings in the > source; I think spellings like 'behaviour' and 'grey' should be left alone. I didn't really know whether to change them or not and did n

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-11 Thread Févry Thibault
Févry Thibault added the comment: Updated the patch to no longer change BE to AE and fixed two mistakes in my correction. -- Added file: http://bugs.python.org/file31231/spelling_Lib.diff ___ Python tracker <http://bugs.python.org/issue18

[issue18705] Fix typos/spelling mistakes in Lib/*.py files

2013-08-11 Thread Févry Thibault
Changes by Févry Thibault : -- title: Fix arround 100 typos/spelling mistakes -> Fix typos/spelling mistakes in Lib/*.py files ___ Python tracker <http://bugs.python.org/issu

[issue18741] Fix typos/spelling mistakes in Lib/*/*/.py files

2013-08-14 Thread Févry Thibault
New submission from Févry Thibault: Using the same tool described in issue 18705, I fixed more typos. -- assignee: docs@python components: Documentation files: another_typo_patch.diff keywords: patch messages: 195216 nosy: docs@python, iwontbecreative priority: normal severity: normal

[issue18466] Spelling mistakes in various code comments.

2013-08-17 Thread Févry Thibault
Févry Thibault added the comment: Updated the patch. -- Added file: http://bugs.python.org/file31337/typos.diff ___ Python tracker <http://bugs.python.org/issue18

[issue18803] Fix more typos in .py files

2013-08-21 Thread Févry Thibault
New submission from Févry Thibault: Just like issue 18741 and 18705. It also fixes one typo in a C file. -- assignee: docs@python components: Documentation files: more_typos.diff keywords: patch messages: 195823 nosy: docs@python, iwontbecreative priority: normal severity: normal

[issue18803] Fix more typos in .py files

2013-08-24 Thread Févry Thibault
Févry Thibault added the comment: Ezio : Yes, I was just following Reddy's advice from another bug report (issue 18466) Terry : Yes, looks like I was tired while doing that... Should be fixed in the updated patch -- Added file: http://bugs.python.org/file31454/more_typos

[issue22186] Typos in .py files

2014-08-12 Thread Févry Thibault
New submission from Févry Thibault: The patch removes several typos found in .py files. -- assignee: docs@python components: Documentation files: spelling.diff keywords: patch messages: 225232 nosy: docs@python, iwontbecreative priority: normal severity: normal status: open title: Typos

[issue22186] Typos in .py files

2014-08-12 Thread Févry Thibault
Févry Thibault added the comment: Right, must have done something wrong at some point. Here is an updated diff. -- Added file: http://bugs.python.org/file36361/spelling.diff ___ Python tracker <http://bugs.python.org/issue22