- 04 Agu, 2017 1 kayıt (commit)
-
-
Shane Harvey yazdı
-
- 03 Agu, 2017 5 kayıt (commit)
-
-
INADA Naoki yazdı
* remove hashpos parameter from lookdict functions. * remove many duplicated code from lookdict functions.
-
Mike DePalatis yazdı
"not only is it .." is the correct form, as opposed to: "not only it is ..."
-
Serhiy Storchaka yazdı
Previously any exception was replaced with a KeyError exception.
-
Serhiy Storchaka yazdı
when other arguments are passed.
-
Ville Skyttä yazdı
-
- 02 Agu, 2017 3 kayıt (commit)
-
-
R. David Murray yazdı
-
Preston Landers yazdı
-
Alexander Mohr yazdı
-
- 01 Agu, 2017 8 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Yury Selivanov yazdı
-
Cooper Lees yazdı
* Add in is_mount() call to pathlib.Path similiar to os.path.ismount(path) * Add tests for is_mount()
-
Brett Cannon yazdı
-
favll yazdı
-
csabella yazdı
Add template as comment. Update existing classes to match outline. Initial patch by Cheryl Sabella.
-
Mariatta yazdı
-
Mariatta yazdı
Copied over info from .mention-bot
-
- 31 Tem, 2017 5 kayıt (commit)
-
-
scoder yazdı
According to the comment, there was previously a call to PyObject_IsSubclass() involved which could fail, but since it was replaced with a call to PyType_IsSubtype(), it can no longer fail.
-
Mariatta yazdı
Use the copy provided in https://bugs.python.org/issue25910#msg295200
-
Alexander Belopolsky yazdı
* Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. * bpo-5288: Implemented %z formatting of sub-minute offsets. * bpo-5288: Removed mentions of the whole minute limitation on TZ offsets. * bpo-5288: Removed one more mention of the whole minute limitation. Thanks @csabella! * Fix a formatting error in the docs * Addressed review comments. Thanks, @haypo.
-
Zackery Spytz yazdı
k + 1 was calculated with k = NULL.
-
csabella yazdı
between instances of OptionMenu.
-
- 30 Tem, 2017 6 kayıt (commit)
-
-
csabella yazdı
The slightly modified tests for the General tab continue to pass. Patch by Cheryl Sabella.
-
Vinay Sajip yazdı
-
csabella yazdı
The slightly modified tests continue to pass. The General test broken by the switch to Notebook is fixed. Patch mostly by Cheryl Sabella.
-
Terry Jan Reedy yazdı
-
Vinay Sajip yazdı
-
Avram Lubkin yazdı
-
- 29 Tem, 2017 3 kayıt (commit)
-
-
Peter Thomassen yazdı
Initial patch by Peter Thomassen.
-
Zackery Spytz yazdı
Bug appears to be incomplete copy-paste-edit.
-
Terry Jan Reedy yazdı
The notebook looks a bit better. It will work better with separate page classes. Traversal of widgets by Tab works better. Switching tabs with keys becomes possible. The font sample box works better at large font sizes. One of the two simulated click tests no longer works. This will be investigated while fixing a bug with the widget itself.
-
- 28 Tem, 2017 8 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Add clear method for tests. Adjust tests to use global instance. Remove unneeded ConfigDialog method.
-
csabella yazdı
Instance tracers manages pairs consisting of a tk variable and a callback function. When tracing is turned on, setting the variable calls the function. Test coverage for the new class is 100%.
-
Yuval Langer yazdı
-
Victor Stinner yazdı
Write the temporary file on disk and then get its modification time.
-
Victor Stinner yazdı
test_subprocess now also calls reap_children() in tearDown(), not only on setUp().
-
Utkarsh Upadhyay yazdı
* Update 'Porting to .37' section. * Fix a minor example in the doc.
-
INADA Naoki yazdı
-
- 27 Tem, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Finish resorting the 72 ConfigDialog methods into 7 groups that represent the dialog, action buttons, and font, highlight, keys, general, and extension pages. This will help with continuing to add tests and improve the pages. It will enable splitting ConfigDialog into 6 or 7 more comprehensible classes.
-