[issue13405] Add DTrace probes

2013-10-18 Thread Martin Marcher
Changes by Martin Marcher mar...@marcher.name: -- nosy: -serverhorror ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13405 ___ ___ Python-bugs

[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher
New submission from Martin Marcher mar...@marcher.name: 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

[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher
Martin Marcher mar...@marcher.name added the comment: Fix repo link :( -- hgrepos: +31 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12360

[issue12360] Doc Typo

2011-06-18 Thread Martin Marcher
Changes by Martin Marcher mar...@marcher.name: -- keywords: +patch Added file: http://bugs.python.org/file22405/2d9bc44963f6.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12360

[issue4111] Add Systemtap/DTrace probes

2011-06-18 Thread Martin Marcher
Changes by Martin Marcher mar...@marcher.name: -- nosy: +serverhorror ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4111 ___ ___ Python-bugs-list

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

2010-06-24 Thread Martin Marcher
Martin Marcher mar...@marcher.name 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 sorry

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

2009-10-09 Thread Martin Marcher
Changes by Martin Marcher mar...@marcher.name: -- nosy: +martin.marcher ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5672 ___ ___ Python-bugs

[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 and nested_scopes are redundant