[issue30974] Update os.samefile docstring to match documentation

2018-06-02 Thread Timo Furrer
Change by Timo Furrer : -- keywords: +patch pull_requests: +6968 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue33660] pathlib.Path.resolve() returns path with double slash when resolving a relative path in root directory

2018-06-02 Thread Timo Furrer
Change by Timo Furrer : -- nosy: +tuxtimo ___ Python tracker <https://bugs.python.org/issue33660> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33739] pathlib: Allow ellipsis to appear after "/" to navigate to parent path

2018-06-02 Thread Timo Furrer
Timo Furrer added the comment: > I've just tried, "..." doesn't seem to mean anything on the Windows CLI. It's not only about Windows / Linux here - it's about the shell and command which is being used. If we talk about "cd" for example - it's

[issue30618] readlink for pathlib paths

2018-05-31 Thread Timo Furrer
Change by Timo Furrer : -- nosy: +tuxtimo ___ Python tracker <https://bugs.python.org/issue30618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33668] Wrong behavior of help function on module

2018-05-31 Thread Timo Furrer
Change by Timo Furrer : -- nosy: +tuxtimo ___ Python tracker <https://bugs.python.org/issue33668> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28657] cmd.Cmd.get_help() implementation can't see do_*() methods added dynamically by setattr()

2018-05-31 Thread Timo Furrer
Change by Timo Furrer : -- nosy: +tuxtimo ___ Python tracker <https://bugs.python.org/issue28657> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33606] Improve logging performance when logger disabled

2018-05-31 Thread Timo Furrer
Change by Timo Furrer : -- keywords: +patch pull_requests: +6911 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue33687] uu.py calls os.path.chmod which doesn't exist

2018-05-31 Thread Timo Furrer
Timo Furrer added the comment: I've added a test and updated the PR. -- nosy: +tuxtimo ___ Python tracker <https://bugs.python.org/issue33687> ___ ___ Pytho

[issue33687] uu.py calls os.path.chmod which doesn't exist

2018-05-31 Thread Timo Furrer
Change by Timo Furrer : -- keywords: +patch pull_requests: +6908 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue33600] [EASY DOC] Python 2: document that platform.linux_distribution() has been removed

2018-05-31 Thread Timo Furrer
Change by Timo Furrer : -- keywords: +patch pull_requests: +6906 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33600> ___ ___ Py

[issue33708] Doc: Asyncio's Event documentation typo.

2018-05-31 Thread Timo Furrer
Change by Timo Furrer : -- keywords: +patch pull_requests: +6905 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33708> ___ ___ Py

[issue33708] Doc: Asyncio's Event documentation typo.

2018-05-31 Thread Timo Furrer
Timo Furrer added the comment: I'm working on a patch :) -- ___ Python tracker <https://bugs.python.org/issue33708> ___ ___ Python-bugs-list mailing list

[issue33708] Doc: Asyncio's Event documentation typo.

2018-05-31 Thread Timo Furrer
Timo Furrer added the comment: The link to the set method is also wrong. It points to https://docs.python.org/3/library/stdtypes.html#set instead of https://docs.python.org/3/library/asyncio-sync.html#asyncio.Event.set -- ___ Python tracker

[issue33708] Doc: Asyncio's Event documentation typo.

2018-05-31 Thread Timo Furrer
Timo Furrer added the comment: Yes, sorry, my bad. -- ___ Python tracker <https://bugs.python.org/issue33708> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33708] Doc: Asyncio's Event documentation typo.

2018-05-31 Thread Timo Furrer
Timo Furrer added the comment: It seems like it's pointing to the correct location, it's just that depending on the size of your screen the "wait" section is too far to the bottom and therefore it can't quite scroll to the heading of the wait heading so that it

[issue17446] doctest test finder doesnt find line numbers of properties

2016-02-04 Thread Timo Furrer
Timo Furrer added the comment: Yes, I've tested it. -- ___ Python tracker <http://bugs.python.org/issue17446> ___ ___ Python-bugs-list mailing list Unsubscr

[issue26267] UUID docs should say how to get "standard form"

2016-02-02 Thread Timo Furrer
Changes by Timo Furrer : -- nosy: +tuxtimo ___ Python tracker <http://bugs.python.org/issue26267> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26264] keyword module missing async and await keywords

2016-02-01 Thread Timo Furrer
Changes by Timo Furrer : -- title: keyword.py missing async await -> keyword module missing async and await keywords ___ Python tracker <http://bugs.python.org/issu

[issue26264] keyword.py missing async await

2016-02-01 Thread Timo Furrer
New submission from Timo Furrer: I had a look at the *Lib/keyword.py* module. It seems like the auto generated *kwlist* is missing the *await* and *async* keywords. At least according to https://www.python.org/dev/peps/pep-0492/ they are called *keywords*. The keyword module generates the

[issue17446] doctest test finder doesnt find line numbers of properties

2016-01-31 Thread Timo Furrer
Timo Furrer added the comment: I took the ideas from @Michael.Cuthbert and wrote a proper test. It's my first patch so I hope everything's fine with it. If not I'm happy for feedback :) -- keywords: +patch nosy: +Timo Furrer Added file: http://bugs.python.org/file41769/