Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709) | Eric Snow | 2024-10-23 | 1 | -1/+1 |
| | | | | | They used to be shared, before 3.12. Returning to sharing them resolves a failure on Py_TRACE_REFS builds. Co-authored-by: Petr Viktorin <encukou@gmail.com> | ||||
* | gh-125766: Docs: minor rewording of installation on Linux section (GH-125743) | partev | 2024-10-21 | 1 | -4/+4 |
| | |||||
* | Doc: Fix typos (#125728) | ember91 | 2024-10-21 | 1 | -2/+2 |
| | |||||
* | gh-112088: aclocal version is updated to 1.16.5 in docs (#125457) | Mikhail Efimov | 2024-10-14 | 1 | -2/+2 |
| | |||||
* | gh-124487: Updated installer messages and internal docs regarding minimum ↵ | Wulian | 2024-10-01 | 1 | -2/+3 |
| | | | | Windows version (GH-124822) | ||||
* | gh-124720: Update "Using Python on a Mac" document (#124721) | Ned Deily | 2024-09-29 | 10 | -110/+361 |
| | | | | | Update "Using Python on a Mac" section of the "Python Setup and Usage" document and include information on installing free-threading support. | ||||
* | Docs: Update and proofread `library/venv.rst` (#124121) | Hugo van Kemenade | 2024-09-26 | 1 | -121/+0 |
| | | | | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | gh-123990: Good bye WITH_FREELISTS macro (gh-124358) | Donghee Na | 2024-09-24 | 1 | -6/+0 |
| | |||||
* | gh-116622: Complete Android documentation (#124259) | Malcolm Smith | 2024-09-23 | 3 | -1/+68 |
| | | | | | Co-authored-by: Russell Keith-Magee <russell@keith-magee.com> Co-authored-by: T. Wouters <thomas@python.org> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) | Rafael Fontenelle | 2024-09-17 | 2 | -3/+3 |
| | | | Fix redirects reported by linkcheck, update docs conf.py checks. | ||||
* | gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds ↵ | Peter Bierma | 2024-09-05 | 1 | -4/+3 |
| | | | | (gh-123276) | ||||
* | gh-123492: Remove unnecessary `:func:` parentheses (#123493) | Wei-Hsiang (Matt) Wang | 2024-08-30 | 2 | -3/+3 |
| | |||||
* | GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958) | Adam Turner | 2024-08-13 | 2 | -3/+3 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | gh-112301: Update documentation for configure options (``--disable-safety`` ↵ | Nate Ohlson | 2024-08-08 | 1 | -4/+17 |
| | | | | | and ``--enable-slower-safety``) (#122758) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Doc: cmdline.rst: Include -P and -R in usage (#122590) | Wim Jeantine-Glenn | 2024-08-07 | 1 | -1/+1 |
| | | | | * ``-P``: safe path (https://docs.python.org/3/using/cmdline.html#cmdoption-P) * ``-R``: hash randomization (https://docs.python.org/3/using/cmdline.html#cmdoption-R) | ||||
* | Fix typos in docs, error messages and comments (#122502) | jianghuyiyuan | 2024-08-01 | 1 | -1/+1 |
| | | | Signed-off-by: jianghuyiyuan <shuangcui@live.com> | ||||
* | gh-121996: Introduce --disable-safety and --enable-slower-safety options ↵ | Donghee Na | 2024-07-23 | 1 | -0/+19 |
| | | | | | | | | | | | | | (#122054) * gh-121996: Introduce --disable-safty and --enable-slower-safty * Update GA * fix * Address code review * Update CI | ||||
* | gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) | Łukasz Langa | 2024-07-22 | 1 | -0/+9 |
| | | | | Relatedly, emit the `cpython.run_startup` event from the Python version of `PYTHONSTARTUP` handling. | ||||
* | Docs: spelling and grammar fixes (#122084) | Ville Skyttä | 2024-07-22 | 1 | -1/+1 |
| | | | | | | Corrected some grammar and spelling issues in documentation. Co-authored-by: Russell Keith-Magee <russell@keith-magee.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | ||||
* | gh-120522: Apply App Store compliance patch during installation (#121947) | Russell Keith-Magee | 2024-07-21 | 3 | -0/+51 |
| | | | Adds a --with-app-store-compliance configuration option that patches out code known to be an issue with App Store review processes. This option is applied automatically on iOS, and optionally on macOS. | ||||
* | gh-121905: Consistently use "floating-point" instead of "floating point" ↵ | Serhiy Storchaka | 2024-07-19 | 1 | -2/+2 |
| | | | | (GH-121907) | ||||
* | gh-120522: Revert "Add a `--with-app-store-compliance` configure option to ↵ | Ned Deily | 2024-07-16 | 3 | -51/+0 |
| | | | | | | patch out problematic code" (gh-120984) (#121844) This reverts commit 48cd104b0cf05dad8958efa9cb9666c029ef9201 prior to the release of 3.13.0b4 to allow for additional review time. | ||||
* | gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250) | Russell Keith-Magee | 2024-07-16 | 1 | -0/+11 |
| | | | | | Increases the default minimum iOS version to 13.0. Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | ||||
* | Docs: fix typo and duplicate word in configure.rst (#121410) | Rafael Fontenelle | 2024-07-09 | 1 | -2/+2 |
| | |||||
* | gh-120522: Add a `--with-app-store-compliance` configure option to patch out ↵ | Russell Keith-Magee | 2024-06-30 | 3 | -0/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problematic code (#120984) * Add --app-store-compliance configuration option. * Added blurb. * Correct tab-vs-spaces formatting issue. * Correct source file name in docs. Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> * Correct source code reference in Mac docs Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> * Only apply the patch forward, and ensure the working directory is correct. * Make patching reslient to multiple builds. * Documentation fixes found during review Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com> * Documentation and configure.ac syntax improvements Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> * Regenerate configure script. * Silence the patch echo output. --------- Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> | ||||
* | gh-121101: Document -Wall option (an alias for -Walways) (#121102) | Wim Jeantine-Glenn | 2024-06-29 | 1 | -0/+2 |
| | |||||
* | docs: fix a few typos identified by codespell (#119516) | Ned Batchelder | 2024-05-26 | 1 | -2/+2 |
| | |||||
* | Docs: Add central references to free-threading-related options (#119017) | Brett Simmers | 2024-05-21 | 2 | -3/+4 |
| | |||||
* | gh-102136: Add -m to options that work with -i (GH-119271) | Melanie Arbor | 2024-05-20 | 1 | -3/+9 |
| | | | | | * GH-102136: Add -m to options that work with -i * Linting | ||||
* | gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores ↵ | Hugo van Kemenade | 2024-05-07 | 1 | -5/+5 |
| | | | | (#118693) | ||||
* | gh-115119: Default to --with-system-libmpdec=yes (#118539) | Erlend E. Aasland | 2024-05-06 | 1 | -2/+9 |
| | | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com> | ||||
* | gh-111201: A new Python REPL (GH-111567) | Pablo Galindo Salgado | 2024-05-05 | 1 | -0/+10 |
| | | | | | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Marta Gómez Macías <mgmacias@google.com> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | gh-118518: Allow perf to work without frame pointers (#112254) | Pablo Galindo Salgado | 2024-05-05 | 1 | -0/+24 |
| | |||||
* | gh-117225: Document colour use in `doctest` (#118268) | Hugo van Kemenade | 2024-05-01 | 1 | -2/+10 |
| | |||||
* | gh-115119: Detect _decimal dependencies using pkg-config (#115406) | Erlend E. Aasland | 2024-04-29 | 1 | -0/+13 |
| | | | pkg-config is supported for libmpdec 4.0.0 and newer. | ||||
* | gh-117804: Document how to suppress PGO unprofiled source warnings (#117859) | Erlend E. Aasland | 2024-04-15 | 1 | -0/+9 |
| | |||||
* | Docs: add link roles with Sphinx extlinks (#117850) | Hugo van Kemenade | 2024-04-15 | 2 | -3/+3 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-115664: Reorganize versionadded directives for -X options (GH-116304) | Serhiy Storchaka | 2024-04-15 | 1 | -34/+45 |
| | | | | Add the versionadded directives just under the description of the corresponding option. | ||||
* | gh-114099: Add documentation for iOS platform (GH-117057) | Russell Keith-Magee | 2024-03-28 | 3 | -1/+330 |
| | | | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jacob Coffee <jacob@z7x.org> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org> | ||||
* | gh-117058: Update GUI and packaging recommendations for macOS. (#117059) | Russell Keith-Magee | 2024-03-20 | 1 | -11/+25 |
| | |||||
* | gh-90300: Fix cmdline.rst (GH-116721) | Serhiy Storchaka | 2024-03-13 | 1 | -5/+8 |
| | | | | * Fix the description of the "-b" option. * Add references to environment variables for "-s" and "-X dev" options. | ||||
* | gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338) | Brett Simmers | 2024-03-11 | 1 | -0/+18 |
| | | | | | | | | | In free-threaded builds, running with `PYTHON_GIL=0` will now disable the GIL. Follow-up issues track work to re-enable the GIL when loading an incompatible extension, and to disable the GIL by default. In order to support re-enabling the GIL at runtime, all GIL-related data structures are initialized as usual, and disabling the GIL simply sets a flag that causes `take_gil()` and `drop_gil()` to return early. | ||||
* | gh-106259: Add minimal help target to Makefile (#106260) | Skip Montanaro | 2024-03-07 | 1 | -26/+104 |
| | | | | | Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Victor Stinner <vstinner@python.org> | ||||
* | gh-115664: Fix ordering of more versionadded and versionchanged directives ↵ | Serhiy Storchaka | 2024-03-07 | 1 | -33/+24 |
| | | | | (GH-116298) | ||||
* | Docs: update using/configure.rst (#116274) | Hugo van Kemenade | 2024-03-03 | 1 | -23/+31 |
| | |||||
* | gh-115872: Doc: remove obsolete reference to MSI packages (#115873) | partev | 2024-02-24 | 1 | -1/+1 |
| | |||||
* | gh-115795: Doc: fix obsolete URL (#115749) | partev | 2024-02-22 | 1 | -1/+1 |
| | |||||
* | gh-115664: Fix chronological ordering of versionadded and versionchanged ↵ | Brian Schubert | 2024-02-19 | 1 | -3/+3 |
| | | | | directives (#115676) | ||||
* | Update "Using Python on a Mac" (#115024) | Hugo van Kemenade | 2024-02-13 | 1 | -46/+59 |
| | |||||
* | Docs: 'still' is a better word than 'nonetheless' (#114598) | Ned Batchelder | 2024-01-26 | 1 | -1/+1 |
| |