- 06 Feb, 2018 1 commit
-
-
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 9 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Cheryl Sabella authored
The f-string example for using datetime format specifier does not match the given output. Changed the format from %b to %B so it matches the output of "January".
-
Serhiy Storchaka authored
-
Xiang Zhang authored
Mention only ImportError caused by importing sitecustomize.py/usercustomize.py themselves will be silently ignored.
-
Xiang Zhang authored
When using customized decode error handlers, it is possible for builtin decoders to write out-of-bounds and then crash.
-
Bernhard M. Wiedemann authored
tarfile and zipfile now sort directory listing to generate tar and zip archives in a more reproducible way. See also https://reproducible-builds.org/docs/stable-inputs/ on that topic.
-