- 29 Aug, 2019 14 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Justin Blanchard authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Rémi Lapeyre authored
-
Xtreak authored
* Fix call_matcher for mock when using methods * Add NEWS entry * Use None check and convert doctest to unittest * Use better name for mock in tests. Handle _SpecState when the attribute was not accessed and add tests. * Use reset_mock instead of reinitialization. Change inner class constructor signature for check * Reword comment regarding call object lookup logic
-
Raymond Hettinger authored
-
avinassh authored
-
Benjamin Peterson authored
-
Ronald Oussoren authored
-
HongWeipeng authored
-
Vinay Sharma authored
https://bugs.python.org/issue37964 Automerge-Triggered-By: @benjaminp
-
- 28 Aug, 2019 3 commits
-
-
Zackery Spytz authored
-
Anonymous Maarten authored
https://bugs.python.org/issue37965 https://bugs.python.org/issue37965 Automerge-Triggered-By: @benjaminp
-
Daniel Fortunov authored
-
- 27 Aug, 2019 6 commits
-
-
Christian Heimes authored
-
Ethan Furman authored
-
Greg Price authored
These appeared in commit c5ae169e. The comment on them, as well as the presence among them of a rule for the .gitignore file itself, indicate that the author intended these lines to remain only in their own local working tree -- not to get committed even to their own repo, let alone merged upstream. They did nevertheless get committed, because it turns out that Git takes no notice of what .gitignore says about files that it's already tracking... for example, this .gitignore file itself. Give effect to these lines' original intention, by deleting them. :-) Git tip, for reference: the `.git/info/exclude` file is a handy way to do exactly what these lines were originally intended to do. A related handy file is `~/.config/git/ignore`. See gitignore(5), aka `git help ignore`, for details. https://bugs.python.org/issue37936 Automerge-Triggered-By: @zware
-
Raymond Hettinger authored
-
vrajivk authored
-
Inada Naoki authored
It is deprecated since Python 3.4.
-
- 26 Aug, 2019 17 commits
-
-
Victor Stinner authored
Declare Py_BytesMain() in Include/pylifecycle.h, rather in Include/internal/pycore_pylifecycle.h.
-
Zackery Spytz authored
-
Victor Stinner authored
For example, rename PyTuple_Fini() to _PyTuple_Fini(). These functions are only declared in the internal C API.
-
Batuhan Taşkaya authored
-
Raymond Hettinger authored
-
Pradyun Gedam authored
/cc @ambv since this needs to be included in 3.8 -- see https://github.com/pypa/pip/issues/6885. Sorry about the last minute PR! https://bugs.python.org/issue37664 Automerge-Triggered-By: @zooba
-
Inada Naoki authored
https://bugs.python.org/issue37055 Automerge-Triggered-By: @tiran
-
Ethan Furman authored
-
Sergey Fedoseev authored
-
Pablo Galindo authored
-
Sergey Fedoseev authored
In a38e9d13 pyconfig.h.in was manually edited and that edit was overwritten when running autoreconf.
-
Pablo Galindo authored
-
Andrew Svetlov authored
* Restore running proactor event loop from non-main thread Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
-
Forest Gregg authored
-
Serhiy Storchaka authored
It emits a deprecation warning and calls corresponding method visit_Num(), visit_Str(), etc.
-
Dong-hee Na authored
https://bugs.python.org/issue37805 Automerge-Triggered-By: @methane
-
Joannah Nanjekye authored
-