- 09 Feb, 2018 1 commit
-
-
Alan D Moore authored
-
- 08 Feb, 2018 1 commit
-
-
Stéphane Wirtel authored
Fix bug in travis configuration where it did not run the tests when a change includes both code and doc changes.
-
- 07 Feb, 2018 1 commit
-
-
Brice Gros authored
Fixes the documentation for `subprocess.check_output()` not mentioning that the encoding and errors parameters were added in 3.6.
-
- 06 Feb, 2018 4 commits
-
-
Alexey authored
It now reads: ...be aware that Python has no control over...
-
Bernhard M. Wiedemann authored
it was using our mocked listdir to check when the files were gone.
-
Alexey Izbyshev authored
Fix a rare but potential pre-exec child process deadlock in subprocess on POSIX systems when marking file descriptors inheritable on exec in the child process. This bug appears to have been introduced in 3.4 with the inheritable file descriptors support. This also changes Python/fileutils.c `set_inheritable` to use the "slow" two `fcntl` syscall path instead of the "fast" single `ioctl` syscall path when asked to be async signal safe (by way of being asked not to raise exceptions). `ioctl` is not a POSIX async-signal-safe approved function. ref: http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html
-
Paul Ganssle authored
Documents bpo-15873
-
- 05 Feb, 2018 5 commits
-
-
Serhiy Storchaka authored
-
Dag Heyman authored
now longer -> no longer
-
Mariatta authored
`arg_name` and `element_index` are defined as `digit`+ instead of `integer`.
-
Cheryl Sabella authored
When `__getattr__` is implemented, attribute lookup will always fall back to that, even if the initial failure comes from `__getattribute__` or a descriptor's `__get__` method (including property methods).
-
Terry Jan Reedy authored
-
- 04 Feb, 2018 8 commits
-
-
Cheryl Sabella authored
Add new entries to the widget list.
-
Zachary Ware authored
-
Zachary Ware authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
nathankerr96 authored
Changed the definition of width and precision from "integer" to "digit+" in format mini-language doc.
-
Leo Arias authored
Fix typos found by codespell in docs, docstrings, and comments.
-
- 03 Feb, 2018 3 commits
-
-
Raymond Hettinger authored
-
Mario Corchero authored
Previously the module name was used, which broke relative imports when pdb was run against a plain module or submodule.
-
Eric Snow authored
-
- 02 Feb, 2018 9 commits
-
-
Bar Harel authored
-
Cheryl Sabella authored
Modify RE examples in documentation to use raw strings to prevent DeprecationWarning. Add text to REGEX HOWTO to highlight the deprecation. Approved by Serhiy Storchaka.
-
Barry Warsaw authored
* Make sure ``__spec__.loader`` matches ``__loader__`` for namespace packages. * Make sure ``__spec__.origin` matches ``__file__`` for namespace packages. https://bugs.python.org/issue32303 https://bugs.python.org/issue32305
-
Yury Selivanov authored
This reverts commit 72a0d218. The reverted commit had a few issues so it was unanimously decided to undo it. See the bpo issue for details.
-
oldk authored
-
Nathaniel J. Smith authored
-
oldk authored
Clarify that the level argument is used to determine whether to perform absolute or relative imports: 0 is absolute, while a positive number is the number of parent directories to search relative to the current module.
-
Yury Selivanov authored
-
Dmitry Alimov authored
-
- 01 Feb, 2018 5 commits
-
-
Andrew Svetlov authored
-
Stéphane Wirtel authored
* bpo-32711: Fix warnings for Python/ast_unparse.c
-
Serhiy Storchaka authored
It was deprecated in 3.6.
-
Serhiy Storchaka authored
-
Stéphane Wirtel authored
In the tutorial about the Generator expression, there is an example with a dict comprehension and not with a generator expression, just removed the code.
-
- 31 Jan, 2018 3 commits