[issue19203] Improve cross-references in curses howto

2013-10-09 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch which fixes internal references in the howto of the curses module. -- assignee: docs@python components: Documentation files: refs.curses-howto.patch keywords: patch messages: 199291 nosy: akuchling, docs@python, serhiy.storchaka prio

[issue19194] Improve cross-references in fcntl documentation

2013-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for the review Georg. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue19194] Improve cross-references in fcntl documentation

2013-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 372abcca25fc by Serhiy Storchaka in branch '2.7': #19194: Improved cross-references in the fcntl module documentation. http://hg.python.org/cpython/rev/372abcca25fc New changeset 9015a84d694e by Serhiy Storchaka in branch '3.3': #19194: Improved cro

[issue19196] Improve cross-references in distutils documentation

2013-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for the review Georg. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue19190] Improve cross-references in builtins documentation.

2013-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for the review Georg. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue19195] Improve cross-references in C API

2013-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for the review Georg. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue19196] Improve cross-references in distutils documentation

2013-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e0b9e0ed561a by Serhiy Storchaka in branch '2.7': #19196: Improved cross-references in distutils documentation. http://hg.python.org/cpython/rev/e0b9e0ed561a New changeset 0879b60de41f by Serhiy Storchaka in branch '3.3': #19196: Improved cross-refe

[issue19190] Improve cross-references in builtins documentation.

2013-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7565df5939de by Serhiy Storchaka in branch '2.7': Issue #19190: Improve cross-references in builtin types and functions documentation. http://hg.python.org/cpython/rev/7565df5939de New changeset 207e1e1cb17a by Serhiy Storchaka in branch '3.3': Iss

[issue19195] Improve cross-references in C API

2013-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9b855a701e28 by Serhiy Storchaka in branch '2.7': Issue 19195: Improved cross-references in C API documentation. http://hg.python.org/cpython/rev/9b855a701e28 New changeset f0491617b098 by Serhiy Storchaka in branch '3.3': Issue 19195: Improved cros

[issue19202] Additions to docs

2013-10-09 Thread Georg Brandl
Georg Brandl added the comment: Most of these changes should not be applied: the "alternate" equivalents in terms of reduce() will not help understanding, Equivalents for reduce() may be useful, but I would limit them to one per case, possibly even just one function that covers both cases. I

[issue19202] Additions to docs

2013-10-09 Thread Esa Peuha
New submission from Esa Peuha: Here are some additions to documentation of a few functions: all, any: alternative definitions using functools.reduce enumerate: alternative definition using zip and itertools.count sum: equivalent definition using functools.reduce and operator.add functools.reduce

[issue19165] Change formatter warning to DeprecationWarning in 3.5

2013-10-09 Thread Esa Peuha
Esa Peuha added the comment: The wanted patch seems to be very simple: change PendingDeprecationWarning to DeprecationWarning on line 24 of Lib/formatter.py but only for Python 3.5 (i.e. no need to do anything until 3.4 is released). On a related note, should formatter be added to PEP 4?

[issue19199] Remove PyThreadState.tick_counter field

2013-10-09 Thread Armin Rigo
Armin Rigo added the comment: Better remove this field if its value is now useless anyway. If someone needs it again for a similar reason, he can contribute a patch like I did in 2002 :-) -- ___ Python tracker __

[issue19158] BoundedSemaphore.release() subject to races

2013-10-09 Thread STINNER Victor
STINNER Victor added the comment: You should mention the change in Misc/NEWS. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue19196] Improve cross-references in distutils documentation

2013-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated patch addresses Georg's comments. -- Added file: http://bugs.python.org/file32012/refs.distutils_2.patch ___ Python tracker ___ __

[issue19190] Improve cross-references in builtins documentation.

2013-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated patch addresses more Georg's comments. -- Added file: http://bugs.python.org/file32011/refs.builtins_3.patch ___ Python tracker ___ __

[issue19193] Improve cross-references in tutorial

2013-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Georg for the review. -- assignee: docs@python -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

<    1   2