Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bpo-47212: Improve error messages for un-parenthesized generator expressions ↵ | Matthieu Dartiailh | 2022-04-05 | 7 | -8/+28 | |
| | | | | (GH-32302) | |||||
* | bpo-45774: Harden SQLite detection (GH-30016) | Erlend Egeberg Aasland | 2022-04-05 | 4 | -64/+638 | |
| | ||||||
* | bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221) | Irit Katriel | 2022-04-05 | 11 | -46/+56 | |
| | ||||||
* | bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309) | Irit Katriel | 2022-04-05 | 10 | -97/+99 | |
| | ||||||
* | bpo-47009: Let PRECALL_NO_KW_LIST_APPEND do its own POP_TOP (GH-32239) | Dennis Sweeney | 2022-04-05 | 2 | -5/+8 | |
| | ||||||
* | bpo-40280: Add limited Emscripten REPL (GH-32284) | Christian Heimes | 2022-04-05 | 8 | -19/+428 | |
| | | | Co-authored-by: Katie Bell <katie@katharos.id.au> | |||||
* | chore/docs: fix rst style and typo (GH-32331) | 谭九鼎 | 2022-04-05 | 1 | -6/+6 | |
| | | | | | | | | | | | | | Current:  After this change:  Trivial so I don't think it needs news or issue Automerge-Triggered-By: GH:JulienPalard | |||||
* | bpo-42238: [doc]: A make sucpicious false positive. (GH-32329) | Julien Palard | 2022-04-05 | 1 | -0/+1 | |
| | ||||||
* | bpo-46890: Fix setting of sys._base_executable with framework builds on ↵ | Ronald Oussoren | 2022-04-05 | 5 | -2/+200 | |
| | | | | | | | | | macOS (GH-31958) The side effect of this bug was that venv environments directly used the main interpreter instead of the intermediate stub executable, which can cause problems when a script uses system APIs that require the use of an application bundle. | |||||
* | bpo-45847: Adapt macOS installer build to use new tkinter configure vars ↵ | Ned Deily | 2022-04-05 | 1 | -3/+3 | |
| | | | | (GH-32328) | |||||
* | bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778) | Zackery Spytz | 2022-04-05 | 1 | -36/+1 | |
| | | | | It is not preferable to keep a copy of the implementation in the docs. | |||||
* | bpo-43224: typing: Add tests for pickling and copying of unpacked native ↵ | Matthew Rahtz | 2022-04-05 | 1 | -17/+56 | |
| | | | | tuple (GH-32159) | |||||
* | crypt docs: Fix references to `methods` attr (GH-26806) | andrei kulakov | 2022-04-05 | 1 | -4/+3 | |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) | Mike cm | 2022-04-05 | 1 | -1/+1 | |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | bpo-45790: List macros in same order in which fields are described (GH-29529) | rtobar | 2022-04-05 | 2 | -2/+4 | |
| | | | | | Signed-off-by: Rodrigo Tobar <rtobar@icrar.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | bpo-46998: Allow subclassing Any at runtime (GH-31841) | Shantanu | 2022-04-05 | 6 | -31/+44 | |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | bpo-47007: [doc] `str` special method lookup (GH-31863) | Vanshaj Singhania | 2022-04-05 | 1 | -1/+2 | |
| | | | | | | Clarify the `str()` docs to point out that `object.__str__()` follows special method lookup. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) | yyyyyyyan | 2022-04-05 | 4 | -37/+54 | |
| | | | | Co-authored-by: Andrew Kuchling <amk@amk.ca> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | Fix "Contributed ... in bpo-bpo-45847" (GH-32299) | Oleg Iarygin | 2022-04-05 | 1 | -1/+1 | |
| | ||||||
* | bpo-47097: Add documentation for TypeVarTuple (#32103) | Matthew Rahtz | 2022-04-04 | 1 | -0/+119 | |
| | | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253) | Christian Heimes | 2022-04-04 | 6 | -49/+194 | |
| | ||||||
* | bpo-46484:Add test for Calendar.iterweekdays (GH-30825) | 180909 | 2022-04-04 | 2 | -0/+9 | |
| | ||||||
* | bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297) | Christian Heimes | 2022-04-04 | 4 | -3/+6 | |
| | ||||||
* | Demonstrate `py --list` in the quickstart section of the Windows doc page ↵ | Christian Clauss | 2022-04-04 | 1 | -0/+6 | |
| | | | | (GH-29383) | |||||
* | Revert "bpo-44800: Document internal frame naming conventions (GH-32281)" ↵ | Mark Shannon | 2022-04-04 | 1 | -69/+0 | |
| | | | | | (#32301) This reverts commit 124227c95f310d2ecd4b567271ab1919fc7000cb. | |||||
* | bpo-47152: Remove unused import in re (GH-32298) | Serhiy Storchaka | 2022-04-04 | 1 | -4/+0 | |
| | ||||||
* | bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) | Serhiy Storchaka | 2022-04-04 | 13 | -24/+26 | |
| | ||||||
* | bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003) | Inada Naoki | 2022-04-04 | 10 | -17/+52 | |
| | | | Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> | |||||
* | Follow PEP-8 guidelines in tutorial for standard library (GH-26127) | Bob Kline | 2022-04-03 | 1 | -2/+3 | |
| | ||||||
* | bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads ↵ | Hood Chatham | 2022-04-03 | 8 | -1/+124 | |
| | | | | | | (GH-32209) Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: Brett Cannon <brett@python.org> | |||||
* | bpo-42238: [doc]: make suspicious: false positive. (GH-32292) | Julien Palard | 2022-04-03 | 1 | -0/+1 | |
| | ||||||
* | bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128) | Jason R. Coombs | 2022-04-03 | 2 | -5/+2 | |
| | | | | | This reverts commit a941e5927f7f2540946813606c61c6aea38db426 (GH-30194). Automerge-Triggered-By: GH:jaraco | |||||
* | bpo-23689: re module, fix memory leak when a match is terminated by a signal ↵ | Ma Lin | 2022-04-03 | 9 | -71/+151 | |
| | | | | or memory allocation failure (GH-32283) | |||||
* | bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) | Christian Heimes | 2022-04-03 | 2 | -2/+8 | |
| | ||||||
* | bpo-47196: Fix one more PyInit function signature (GH-32280) | Hood Chatham | 2022-04-03 | 1 | -1/+1 | |
| | | | | | I missed one PyInit function in #32244. Automerge-Triggered-By: GH:tiran | |||||
* | bpo-44800: Document internal frame naming conventions (GH-32281) | Nick Coghlan | 2022-04-03 | 1 | -0/+69 | |
| | | | | | | | | | | The fact interpreter frames were split out from full frame objects rather than always being part of the eval loop implementation means that it's tricky to infer the expected naming conventions simply from looking at the code. Documenting the de facto conventions in pycore_frame.h means future readers of the code will have a clear explanation of the rationale for those conventions (i.e. minimising non-functional code churn). | |||||
* | Language reference: Remove duplicated text about iterable unpacking (GH-25212) | Jiashuo Li | 2022-04-03 | 1 | -3/+1 | |
| | ||||||
* | bpo-46033: Clarify for-statement execution (GH-30025) | Michał D | 2022-04-03 | 2 | -11/+9 | |
| | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | bpo-24563: Link encoding names to encoding declarations (GH-32274) | Terry Jan Reedy | 2022-04-03 | 1 | -3/+2 | |
| | ||||||
* | bpo-45584: Clarify `math.trunc` documentation (GH-29183) | Arthur Milchior | 2022-04-02 | 1 | -8/+10 | |
| | | | | | | | | While floor/ceil 's documentation are very precise, `truncate` was not explained. I actually had to search online to understand the difference between `truncate` and `floor` (admittedly, once I remembered that numbers are signed, and that floating numbers actually uses a bit for negation symbol instead of two complement, it became obvious) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | os docs: fix typo (GH-28996) | Vitor Buxbaum Orlandi | 2022-04-02 | 1 | -1/+1 | |
| | | | Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | |||||
* | codecs docs: fix grammar mistake (GH-29462) | 180909 | 2022-04-02 | 1 | -1/+1 | |
| | ||||||
* | bpo-46315: Use fopencookie only on Emscripten 3.x and newer (GH-32266) | Christian Heimes | 2022-04-02 | 1 | -1/+1 | |
| | ||||||
* | bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845) | 180909 | 2022-04-02 | 1 | -1/+1 | |
| | ||||||
* | bpo-47031: Improve documentation for `math.nan` (GH-32170) | Charlie Zhao | 2022-04-02 | 1 | -2/+17 | |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | Document func parameter of locale.atof (GH-18183) | Kevin Locke | 2022-04-02 | 1 | -3/+3 | |
| | | | | | | | | | The second parameter (named `func`) has been present since the `locale` module was introduced in eef1d4e8b1, but has never been documented. This commit updates the documentation for `locale.atof` to clarify the behavior of the function and how the `func` parameter is used. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||||
* | More minor fixes to C API docs (GH-31714) | Jelle Zijlstra | 2022-04-02 | 5 | -11/+9 | |
| | | | | | | | * init_config: wording fixes * bytearray: remove XXX, there is a good link to the buffer docs * bytes, call, exceptions: minor wording fixes | |||||
* | More minor fixes to C API docs (GH-31525) | Jelle Zijlstra | 2022-04-02 | 13 | -29/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * wording fixes in type.rst * grammar and punctuation in sys.rst * set: grammar fixes * structures: capitalization fix * grammar fixes for sequence * objects: point to Py_TYPE instead of direct object access * numbers: add more explicit Python equivalences * method: add missing period * memory: grammar fix * mapping: grammar fixes * long: grammar fix * iter: fix grammar for PyAIter_Check * init: grammar fix | |||||
* | bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 ↵ | Zachary Ware | 2022-04-02 | 3 | -2/+3 | |
| | | | | (GH-32241) | |||||
* | [doc] fix superfluous backtick in front of role. (GH-32220) | Julien Palard | 2022-04-02 | 1 | -2/+2 | |
| |