Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-36270: Doc: add link to traceback object reference (GH-13119) | Björn Meier | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Correct typo in min version test (GH-16000) | Christian Heimes | 2019-09-11 | 1 | -1/+1 |
| | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) | Hai Shi | 2019-09-11 | 1 | -2/+2 |
| | | | https://bugs.python.org/issue37698 | ||||
* | bpo-34001: Fix test_ssl with LibreSSL (GH-13783) | Christian Heimes | 2019-09-11 | 2 | -1/+4 |
| | |||||
* | Doc: recursive glob ** follows symlinks to directories (GH-12918) | Marc | 2019-09-11 | 1 | -2/+3 |
| | |||||
* | bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) | Dino Viehland | 2019-09-11 | 3 | -1501/+2650 |
| | | | Summary: This mostly migrates Python-ast.c to PEP384 and removes all statics from the whole file. This modifies the generator itself that generates the Python-ast.c. It leaves in the usage of _PyObject_LookupAttr even though it's not fully PEP384 compatible (this could always be shimmed in by anyone who needs it). | ||||
* | bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889) | Joannah Nanjekye | 2019-09-11 | 5 | -1/+105 |
| | | | | | | | The socket module now has the socket.send_fds() and socket.recv.fds() functions. Contributed by Joannah Nanjekye, Shinya Okano (original patch) and Victor Stinner. Co-Authored-By: Victor Stinner <vstinner@redhat.com> | ||||
* | bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) | Christian Heimes | 2019-09-11 | 5 | -10/+10 |
| | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) | Hai Shi | 2019-09-11 | 1 | -0/+7 |
| | | | | | | | https://bugs.python.org/issue37750 Automerge-Triggered-By: @matrixise | ||||
* | bpo-32592: Set Windows 8 as the minimum required version for API support ↵ | Steve Dower | 2019-09-11 | 3 | -5/+4 |
| | | | | (GH-15951) | ||||
* | bpo-36528: Remove duplicate re tests. (GH-2689) | Xtreak | 2019-09-11 | 1 | -106/+0 |
| | | | | Co-Authored-By: Makdon <makdon@makdon.me> | ||||
* | bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a ↵ | Dong-hee Na | 2019-09-11 | 3 | -756/+761 |
| | | | | | | hard-coded value (GH-15651) | ||||
* | Doc: Fix missing negation. (GH-14640) | Julien Palard | 2019-09-11 | 1 | -2/+2 |
| | | | | | | | Reported by Hug Capella on docs@. Automerge-Triggered-By: @matrixise | ||||
* | bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) | Dino Viehland | 2019-09-11 | 1 | -4/+3 |
| | | | | | | | | | | Removes statics for better subinterpreter support and moves to _PyType_Name https://bugs.python.org/issue38113 Automerge-Triggered-By: @tiran | ||||
* | Improve clarity of try-return-finally-return (GH-15677) | toonarmycaptain | 2019-09-11 | 2 | -9/+23 |
| | | | Clarify execution in try-return-finally-return case. | ||||
* | bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670) | Daniel Andrade | 2019-09-11 | 3 | -1/+27 |
| | |||||
* | bpo-38114: Do not include pip.ini in Nuget package (GH-15964) | Steve Dower | 2019-09-11 | 3 | -5/+9 |
| | |||||
* | bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) | Steve Dower | 2019-09-11 | 2 | -17/+5 |
| | |||||
* | bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) | Jakub Kulík | 2019-09-11 | 5 | -2/+32 |
| | | | Use fdwalk() on platforms that support it to implement os.closerange(). | ||||
* | bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) | Lysandros Nikolaou | 2019-09-11 | 1 | -0/+3 |
| | | | with the case of an existing file | ||||
* | bpo-36260: Add pitfalls to zipfile module documentation (#13378) | JunWei Song | 2019-09-11 | 2 | -0/+41 |
| | | | | | | | | | | | | | | | | * 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. | ||||
* | bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) | Daniel Abrahamsson | 2019-09-11 | 3 | -1/+22 |
| | | | | | | | | | | 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 ``` | ||||
* | Improve the io module documentation (GH-15099) | Géry Ogam | 2019-09-11 | 1 | -55/+61 |
| | | | | | | | | | | * Update io.rst * Apply suggestions from code review Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com> Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> | ||||
* | bpo-36634: Fixes activate.bat when existing values contain double quotes ↵ | Steve Dower | 2019-09-11 | 2 | -25/+15 |
| | | | | (GH-15924) | ||||
* | bpo-35224: Additional documentation for Assignment Expressions (GH-15935) | Emily Morehouse | 2019-09-11 | 4 | -60/+9 |
| | | | | | | | | | | | | | Add or update assignment expression documentation for: - FAQ - Design - Reference - Expressions - Reference - Lexical Analysis https://bugs.python.org/issue35224 Automerge-Triggered-By: @matrixise | ||||
* | bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ ↵ | blhsing | 2019-09-11 | 3 | -0/+31 |
| | | | | | | | | | | | | | | | | 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__ | ||||
* | Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) | Simon Willison | 2019-09-11 | 1 | -1/+2 |
| | | | | Since they have been removed from cgi it's useful to remind people where they can be found instead. | ||||
* | Update ftplib.all_errors documentation to match code (#15026) | Andrew Scheller | 2019-09-11 | 1 | -1/+1 |
| | | | The documentation doesn't mention the `EOFError` that https://github.com/python/cpython/blob/master/Lib/ftplib.py#L66 includes | ||||
* | bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) | Raymond Hettinger | 2019-09-11 | 8 | -37/+40 |
| | | | | | | | | * bpo-38096: Clean up the "struct sequence" / "named tuple" docs * Fix remaining occurrences of "struct sequence" * Repair a user visible docstring | ||||
* | bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) | Xtreak | 2019-09-11 | 1 | -19/+2 |
| | | | | | | | https://bugs.python.org/issue37651 Automerge-Triggered-By: @1st1 | ||||
* | bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) | Anjali Bansal | 2019-09-11 | 2 | -0/+92 |
| | |||||
* | bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) | Brennan D Baraban | 2019-09-11 | 2 | -3/+5 |
| | |||||
* | bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() ↵ | Joannah Nanjekye | 2019-09-11 | 2 | -16/+35 |
| | | | | | | | | | (GH-15773) https://bugs.python.org/issue37488 Automerge-Triggered-By: @pganssle | ||||
* | bpo-36919: make test_source_encoding.test_issue2301 ↵ | Pavel Koneski | 2019-09-11 | 2 | -1/+3 |
| | | | | | | implementation-independent (#13639) * bpo-36919: make test_issue2301 implementation-independent | ||||
* | closes bpo-37252: Fix devpoll tests. (GH-14017) | Jakub Kulík | 2019-09-11 | 2 | -3/+5 |
| | |||||
* | bpo-37305: add MIME type for Web App Manifest (#14199) | Filip Š | 2019-09-11 | 2 | -0/+3 |
| | | | | | | | | * bpo-37305: add MIME type for Web App Manifest * bpo-37305: add news entry * Restore indentation and sort by value | ||||
* | bpo-31163: Added return values to pathlib.Path instance's rename and replace ↵ | hui shang | 2019-09-11 | 4 | -11/+30 |
| | | | | | methods. (GH-13582) * bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. | ||||
* | bpo-33944: note about the intended use of code in .pth files (GH-10131) | native-api | 2019-09-11 | 2 | -0/+14 |
| | | | https://bugs.python.org/issue33944 | ||||
* | Turn off AppVeyor CI (GH-15929) | Zachary Ware | 2019-09-11 | 1 | -38/+0 |
| | |||||
* | bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) | Andre Delfino | 2019-09-11 | 1 | -4/+4 |
| | | | | | | | https://bugs.python.org/issue33459 Automerge-Triggered-By: @matrixise | ||||
* | bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) | Michael Osipov | 2019-09-11 | 2 | -0/+3 |
| | | | | | | | * 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. | ||||
* | bpo-38107: Replace direct future and task contructor calls with factories in ↵ | Andrew Svetlov | 2019-09-11 | 13 | -159/+156 |
| | | | | asyncio tests (GH-15928) | ||||
* | bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler ↵ | Géry Ogam | 2019-09-11 | 4 | -24/+80 |
| | | | | (GH-11398) | ||||
* | Doc: Use walrus operator in example. (GH-15934) | Julien Palard | 2019-09-11 | 1 | -4/+1 |
| | |||||
* | bpo-35943: Prevent PyImport_GetModule() from returning a ↵ | Joannah Nanjekye | 2019-09-11 | 2 | -23/+48 |
| | | | | partially-initialized module (GH-15057) | ||||
* | Doc: Fix typo in fastsearch comments (GH-14608) | Valentin Haenel | 2019-09-11 | 1 | -2/+2 |
| | |||||
* | bpo-37326: Include libffi license when available (GH-15921) | Steve Dower | 2019-09-11 | 1 | -2/+3 |
| | |||||
* | bpo-35649: update http client example (GH-11441) | Ashwin Ramaswami | 2019-09-11 | 1 | -2/+5 |
| | |||||
* | Minor ReST formatting fixes in subprocess docs (#14876) | Tim Hoffmann | 2019-09-11 | 1 | -4/+4 |
| | |||||
* | bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) | Xtreak | 2019-09-11 | 1 | -0/+4 |
| |