[issue33096] ttk.Treeview.insert() does not allow to insert item with "False" iid

2018-03-25 Thread Garvit Khatri
Change by Garvit Khatri <garvitde...@gmail.com>: -- keywords: +patch pull_requests: +5967 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33096] ttk.Treeview.insert() does not allow to insert item with "False" iid

2018-03-24 Thread Garvit Khatri
Garvit Khatri <garvitde...@gmail.com> added the comment: I made the changes on my machine and I\in my testing, it breaks on an empty string with an error saying "Item already exists". If this is expected I would like to submit a patch with tests for the same. -- no

[issue29851] Have importlib.reload() raise ImportError when a spec can't be found

2017-04-03 Thread Garvit Khatri
Changes by Garvit Khatri <garvitde...@gmail.com>: -- pull_requests: +1149 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29851> ___

[issue10379] locale.format() input regression

2017-02-23 Thread Garvit Khatri
Changes by Garvit Khatri <garvitde...@gmail.com>: -- pull_requests: +229 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10379> ___

[issue24024] str.__doc__ needs an update

2017-02-23 Thread Garvit
Changes by Garvit <garvitde...@gmail.com>: -- pull_requests: +227 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24024> ___ __