- 11 Sep, 2019 40 commits
-
-
Hai Shi authored
https://bugs.python.org/issue37750 Automerge-Triggered-By: @matrixise
-
Steve Dower authored
-
Xtreak authored
Co-Authored-By: Makdon <makdon@makdon.me>
-
Dong-hee Na authored
bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651)
-
Julien Palard authored
Reported by Hug Capella on docs@. Automerge-Triggered-By: @matrixise
-
Dino Viehland authored
Removes statics for better subinterpreter support and moves to _PyType_Name https://bugs.python.org/issue38113 Automerge-Triggered-By: @tiran
-
toonarmycaptain authored
Clarify execution in try-return-finally-return case.
-
Daniel Andrade authored
-
Steve Dower authored
-
Steve Dower authored
-
Jakub Kulík authored
Use fdwalk() on platforms that support it to implement os.closerange().
-
Lysandros Nikolaou authored
with the case of an existing file
-
JunWei Song authored
* bpo-36260: Add pitfalls to zipfile module documentation We saw vulnerability warning description (including zip bomb) in Doc/library/xml.rst file. This gave us the idea of documentation improvement. So, we moved a little bit forward :P And the doc patch can be found (pr). * fix trailing whitespace *
📜 🤖 Added by blurb_it. * Reformat text for consistency. -
Daniel Abrahamsson authored
Before, running deactivate from a bash shell configured to treat undefined variables as errors (`set -u`) would produce a warning: ``` $ python3 -m venv test $ source test/bin/activate (test) $ deactivate -bash: $1: unbound variable ```
-
Géry Ogam authored
* Update io.rst * Apply suggestions from code review Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com> Co-Authored-By: Carol Willing <carolcode@willingconsulting.com>
-
Steve Dower authored
-
Emily Morehouse authored
Add or update assignment expression documentation for: - FAQ - Design - Reference - Expressions - Reference - Lexical Analysis https://bugs.python.org/issue35224 Automerge-Triggered-By: @matrixise
-
blhsing authored
bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) * bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable *
📜 🤖 Added by blurb_it. * Update 2019-08-28-21-40-12.bpo-37972.kP-n4L.rst added name of the contributor * bpo-37972: made all dunder methods chainable for _Call * bpo-37972: delegate only attributes of tuple instead to __getattr__ -
Simon Willison authored
Since they have been removed from cgi it's useful to remind people where they can be found instead.
-
Andrew Scheller authored
The documentation doesn't mention the `EOFError` that https://github.com/python/cpython/blob/master/Lib/ftplib.py#L66 includes
-
Raymond Hettinger authored
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs * Fix remaining occurrences of "struct sequence" * Repair a user visible docstring
-
Xtreak authored
https://bugs.python.org/issue37651 Automerge-Triggered-By: @1st1
-
Anjali Bansal authored
-
Brennan D Baraban authored
-
Joannah Nanjekye authored
https://bugs.python.org/issue37488 Automerge-Triggered-By: @pganssle
-
Pavel Koneski authored
* bpo-36919: make test_issue2301 implementation-independent
-
Jakub Kulík authored
-
Filip Š authored
* bpo-37305: add MIME type for Web App Manifest * bpo-37305: add news entry * Restore indentation and sort by value
-
hui shang authored
* bpo-31163: Added return values to pathlib.Path instance's rename and replace methods.
-
-
Zachary Ware authored
-
Andre Delfino authored
https://bugs.python.org/issue33459 Automerge-Triggered-By: @matrixise
-
Michael Osipov authored
* bpo-34519: Add additional aliases for HP Roman 8 HP Roman 8 is known under mode aliases than listed in aliases.py. Patch by Michael Osipov.
-
Andrew Svetlov authored
bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928)
-
Géry Ogam authored
-
Julien Palard authored
-
Joannah Nanjekye authored
-
Valentin Haenel authored
-
Steve Dower authored
-
Ashwin Ramaswami authored
-