[issue13405] Add DTrace probes

2013-10-18 Thread Martin Marcher
Changes by Martin Marcher : -- nosy: -serverhorror ___ Python tracker <http://bugs.python.org/issue13405> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4111] Add Systemtap/DTrace probes

2011-06-18 Thread Martin Marcher
Changes by Martin Marcher : -- nosy: +serverhorror ___ Python tracker <http://bugs.python.org/issue4111> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher
Changes by Martin Marcher : -- keywords: +patch Added file: http://bugs.python.org/file22405/2d9bc44963f6.diff ___ Python tracker <http://bugs.python.org/issue12

[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher
Martin Marcher added the comment: Fix repo link :( -- hgrepos: +31 ___ Python tracker <http://bugs.python.org/issue12360> ___ ___ Python-bugs-list mailin

[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher
New submission from Martin Marcher : Slight typo in the docs. I don't quite know how to work with mercurial. Hope it'll just work to merge the bitbucket link. Typo is here: http://docs.python.org/py3k/library/asyncore.html#asyncore.dispatcher.handle_accepted (but also present in

[issue5672] Implement a way to change the python process name

2010-06-24 Thread Martin Marcher
Martin Marcher added the comment: Hi, just scanned the messages. As I read it "wontfix" actually means: Ats some point in the future when the "setproctitle" project (http://code.google.com/p/py-setproctitle/source/list) has matured it will be reconsidered, correct? Yes

[issue5672] Implement a way to change the python process name

2009-10-09 Thread Martin Marcher
Changes by Martin Marcher : -- nosy: +martin.marcher ___ Python tracker <http://bugs.python.org/issue5672> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4094] "Future statements" Doc from 2.6 refers to 2.5

2008-10-09 Thread Martin Marcher
New submission from Martin Marcher <[EMAIL PROTECTED]>: http://docs.python.org/reference/simple_stmts.html#future-statements says this: """ The features recognized by Python 2.5 are absolute_import, division, generators, nested_scopes and with_statement. generators

[issue1758] Wrong link in documentation

2008-01-07 Thread Martin Marcher
New submission from Martin Marcher: In this site: http://www.python.org/doc/current/inst/about.html under "Comments and Questions" the link to the python bugtracker is still pointing to the sourceforge bugtracker. -- components: Documentation messages: 59502 nosy: mart