[issue17047] Fix double double words words

2013-03-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4b28a6a3eda6 by Terry Jan Reedy in branch '3.2': Issue #17047: Add news entry http://hg.python.org/cpython/rev/4b28a6a3eda6 New changeset 937989570b42 by Terry Jan Reedy in branch '3.3': Merge with 3.2: issue #17047 news entry

[issue17047] Fix double double words words

2013-03-15 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- resolution: - fixed stage: patch review - committed/rejected status: open - closed type: enhancement - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047

[issue17047] Fix double double words words

2013-03-15 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- assignee: docs@python - terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047 ___ ___

[issue17047] Fix double double words words

2013-03-12 Thread Ezio Melotti
Ezio Melotti added the comment: The files in Modules/_ctypes/libffi/* shouldn't have been changed, but it probably doesn't matter much. You also got the wrong issue id in Misc/NEWS (c162e2ff15bd). -- ___ Python tracker rep...@bugs.python.org

[issue17047] Fix double double words words

2013-03-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: I should have made separate new in 3.3 and new in 3.4 patches to begin with. This suggests that we need to recheck with each version. Serhiy and Mathew, could you post your search re's or scripts to use again on occasion? I unlinked the 2.7 news notice,

[issue17047] Fix double double words words

2013-03-12 Thread Ezio Melotti
Ezio Melotti added the comment: AFAIK libffi is maintained externally, so as soon as it gets updated your changes will simply get lost (see #17192). I replied on your python-checkins email. If you still have problems I can add the NEWS entry on 3.x. --

[issue17047] Fix double double words words

2013-03-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Serhiy and Mathew, could you post your search re's or scripts to use again on occasion? For example: find * -type f -name '*.[ch]' -exec egrep -n '\b([a-zA-Z]+) \1\b' '{}' + | grep -v 'long long' | egrep --color '\b([a-zA-Z]+) \1\b' find * -type f

[issue17047] Fix double double words words

2013-03-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: I emailed the libffi subpatch to libffi-discuss. Please add the 3.x news entry if you can get to it before I am able. Then this issue can be closed, though the problem will obviously recur without an automatic check. --

[issue17047] Fix double double words words

2013-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ecb712fcf22 by Terry Jan Reedy in branch '2.7': Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* http://hg.python.org/cpython/rev/1ecb712fcf22 New changeset e37647470fcf by Terry Jan Reedy in branch '3.2': Issue #17047: removed

[issue17047] Fix double double words words

2013-03-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tools/gdb/libpython.py and some other doubles were fixed by rev81772 on the same day this issue was opened. I suspect that the copy had not been updated. -- ___ Python tracker rep...@bugs.python.org

[issue17047] Fix double double words words

2013-03-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you, Terry. -- assignee: docs@python - terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047 ___

[issue17047] Fix double double words words

2013-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset e145dddb9d93 by Terry Jan Reedy in branch '2.7': Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*, http://hg.python.org/cpython/rev/e145dddb9d93 New changeset e9ba9f21a828 by Terry Jan Reedy in branch '3.2': Issue #17047: remove

[issue17047] Fix double double words words

2013-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset cd0191a9b5c9 by Terry Jan Reedy in branch '2.7': Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, http://hg.python.org/cpython/rev/cd0191a9b5c9 New changeset 3f5f961262ec by Terry Jan Reedy in branch '3.2': Issue #17047: remove doubled

[issue17047] Fix double double words words

2013-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset e9ada209b67f by Terry Jan Reedy in branch '3.3': Issue #17047: remove doubled words added in 3.3 http://hg.python.org/cpython/rev/e9ada209b67f New changeset 908d45fdbecd by Terry Jan Reedy in branch 'default': Merge with 3.3, issue #17047: remove

[issue17047] Fix double double words words

2013-02-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- stage: needs patch - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047 ___ ___

[issue17047] Fix double double words words

2013-02-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I cannot find python-gdb.py. This is a copy of Tools/gdb/libpython.py. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047 ___

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: Lib/tkinter/tix.py:1920 Val may be: auto -- the width of the column is set the the widest cell in the column; a valid Tk screen distance I believe 'the the' should be 'to the width of the' Lib/tkinter/tix.py:1944 Val may be: auto -- the height of the row

[issue17047] Fix double double words words

2013-02-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Terry, do you want to provide a patch? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047 ___ ___

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am working on patch(es) now, against 3.2. But to make 2.7.4/3.2.4, I'd like you to apply, as I am not currently set up to do so properly. I may do separate patches for doc, lib, module, and others, so none is overwhelming. --

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: First batch for Lib/*. Separate 3.2 and 2.7 files as the later required deletion of concurrent patch and adjustment of tix and turtle paths. -- keywords: +patch Added file: http://bugs.python.org/file28994/Lib14707-27.diff

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: These of course do not contain patches for new dups introduced in 3.3. I kept a record and will later make a separate patch for those. (I hope before 3.3.1). -- Added file: http://bugs.python.org/file28995/Lib14707-32.diff

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: C module files. I cannot find python-gdb.py. -- Added file: http://bugs.python.org/file28996/Mod14707-27.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Added file: http://bugs.python.org/file28997/Mod14707-32.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047 ___

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: A majority of doc glitches listed here are new in 3.3. I believe someone make a similar de-double patch some time ago. I put the other 2.7/3.2 fixes here so this is it for those two versions. -- Added file:

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Added file: http://bugs.python.org/file28999/Doc17047-32.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047 ___

[issue17047] Fix double double words words

2013-02-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is for 3.3 and 3.4. It is against tip, but should apply to 3.3 since the lines changed were as reported here for 3.3. -- Added file: http://bugs.python.org/file29000/Issue17047-34.diff ___ Python tracker

[issue17047] Fix double double words words

2013-02-06 Thread Matthew Barnett
Matthew Barnett added the comment: These are the ones that I think are wrong: Doc/c-api/long.rst:206 Return a C :c:type:`size_t` representation of of *pylong*. *pylong* must be Doc/c-api/long.rst:218 Return a C :c:type:`unsigned PY_LONG_LONG` representation of of *pylong*.

[issue17047] Fix double double words words

2013-02-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: These are correct as they are: Lib/tkinter/tix.py:149:Locates a bitmap file of the name name.xpm or name in one of the Lib/tkinter/tix.py:160:Locates an image file of the name name.xpm, name.xbm or name.ppm Modules/_io/iobase.c:79:Change

[issue17047] Fix double double words words

2013-01-27 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: In additional to changeset 07488c3c85f1, here are yet some possible word duplications: Lib/_pyio.py:306:Change the stream position to byte offset offset. offset is Lib/concurrent/futures/_base.py:520:fn: A callable that will take take

[issue17047] Fix double double words words

2013-01-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And yet some: Mac/README:40: Create a universal binary build of of Python. This can be used with both Misc/HISTORY:781: some also support accepting an open file descriptor in place of of a path Misc/HISTORY:1415: trying to set a non-binary value as a

[issue17047] Fix double double words words

2013-01-27 Thread Éric Araujo
Éric Araujo added the comment: Note that sometimes duplicates are actually typos: in http://hg.python.org/cpython/rev/07488c3c85f1/#l4.1 for exemple I think the intent was to write “that the” instead of “the the”. -- nosy: +eric.araujo ___ Python

[issue17047] Fix double double words words

2013-01-27 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- priority: normal - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17047 ___ ___ Python-bugs-list