[issue21314] Document '/' in signatures

2018-11-21 Thread Noah Haasis
Noah Haasis added the comment: I don‘t have the time right now. Feel free to work on it! -- ___ Python tracker <https://bugs.python.org/issue21314> ___ ___ Pytho

[issue21314] Document '/' in signatures

2018-09-10 Thread Noah Haasis
Noah Haasis added the comment: Can I work on this? -- nosy: +noah.haasis ___ Python tracker <https://bugs.python.org/issue21314> ___ ___ Python-bugs-list mailin

[issue34545] error in the repl due to indentation

2018-08-29 Thread Noah Haasis
New submission from Noah Haasis : Pressing the tab key in the python REPL in my command line (cmder on windows 10 32bit) causes an exception: >>> Readline inter

[issue34154] Tkinter __init__ documentations sometimes missing valid keyword values

2018-07-21 Thread Noah Haasis
Noah Haasis added the comment: This are all the classes where the keywords are missing in the docs and their missing keywords: TopLevel ['padx', 'pady'] Checkbutton ['compound', 'offrelief', 'overrelief', 'tristateimage', 'tristatevalue'] Entry ['disabledbackground', 'disabledforeground

[issue34154] Tkinter __init__ documentations sometimes missing valid keyword values

2018-07-21 Thread Noah Haasis
Change by Noah Haasis : -- keywords: +patch pull_requests: +7909 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue34154] Tkinter __init__ documentations sometimes missing valid keyword values

2018-07-21 Thread Noah Haasis
Noah Haasis added the comment: This is a list of all valid keywordarguments of Listbox.__init__() listed in the test file: 'activestyle', 'background', 'borderwidth', 'cursor', 'disabledforeground', 'exportselection', 'font', 'foreground', 'height', 'highlightbackground', 'highlightcolor

[issue34154] Tkinter __init__ documentations sometimes missing valid keyword values

2018-07-20 Thread Noah Haasis
Noah Haasis added the comment: I'd like to work on this, if it's ok for everybody. -- nosy: +noah.haasis ___ Python tracker <https://bugs.python.org/issue34

[issue33836] [Good first-time issue] Recommend keyword-only param for memoization in FAQ

2018-06-13 Thread Noah Haasis
Change by Noah Haasis : -- keywords: +patch pull_requests: +7300 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu