summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* gh-115872: Doc: remove obsolete reference to MSI packages (#115873)partev2024-02-241-1/+1
* gh-115795: Doc: fix obsolete URL (#115749)partev2024-02-221-1/+1
* gh-115664: Fix chronological ordering of versionadded and versionchanged dire...Brian Schubert2024-02-191-3/+3
* Update "Using Python on a Mac" (#115024)Hugo van Kemenade2024-02-131-46/+59
* Docs: 'still' is a better word than 'nonetheless' (#114598)Ned Batchelder2024-01-261-1/+1
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-172-2/+62
* gh-113664: Improve style of Big O notation (GH-113695)Serhiy Storchaka2024-01-101-1/+1
* gh-73965: New environment variable PYTHON_HISTORY (#13208)Zackery Spytz2024-01-071-0/+8
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+7
* gh-112730: Update docs for colour env vars (#112837)Hugo van Kemenade2023-12-141-1/+4
* gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...Serhiy Storchaka2023-12-121-3/+1
* gh-112730: Use color to highlight error locations (gh-112732)Pablo Galindo Salgado2023-12-061-0/+27
* gh-108223: Refer to PEP 703 as Free Threading (#112780)Victor Stinner2023-12-061-1/+4
* gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)Victor Stinner2023-12-011-0/+2
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-5/+12
* gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...Yilei Yang2023-11-011-5/+20
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-302-0/+11
* gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)Ɓukasz Langa2023-10-141-4/+33
* gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (#110841)Nikita Sobolev2023-10-141-8/+9
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-111-12/+13
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-0/+18
* Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)Adam Turner2023-10-032-130/+130
* gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)Victor Stinner2023-10-031-0/+3
* gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...Steve Dower2023-10-021-6/+14
* GH-92584: Move installation schemes overview to sysconfig docs (#108018)Adam Turner2023-10-021-1/+1
* gh-105323: Update readline module to detect apple editline variant (gh-108665)Donghee Na2023-09-291-3/+4
* gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)Victor Stinner2023-09-271-8/+8
* gh-109276, gh-109508: Fix libregrtest stdout (#109903)Victor Stinner2023-09-261-1/+1
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-261-3/+12
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-232-7/+7
* gh-109054: Document configure variables (#109224)Victor Stinner2023-09-201-0/+149
* gh-109474: Update two Unix packaging URLs (#109307)partev2023-09-161-2/+2
* GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `...Brett Cannon2023-09-151-31/+42
* gh-107298: Document PyMODINIT_FUNC macro (#109236)Victor Stinner2023-09-141-2/+2
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-061-0/+23
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-061-3/+58
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-4/+9
* Document Python build requirements (#108646)Victor Stinner2023-08-301-5/+22
* Fix misc doc typos (#108592)xzmeng2023-08-291-2/+2
* gh-108223: Document --disable-gil flag in configure (#108236)Sam Gross2023-08-211-0/+9
* gh-107298: Fix some references in the C API documentation (GH-108072)Serhiy Storchaka2023-08-171-2/+2
* GH-92584: Remove references to Distutils in configure.rst (#108043)Adam Turner2023-08-161-11/+6
* GH-92584: Remove Installing Python Modules (Distutils version) (#108020)Adam Turner2023-08-161-1/+1
* GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)Adam Turner2023-08-161-2/+2
* GH-92584: Redirect macOS package installation to the PPUG (#108044)Adam Turner2023-08-161-6/+2
* GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047)Adam Turner2023-08-161-2/+2
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-2/+2
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-1/+1
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-4/+4
* gh-106232: Make timeit doc command lines compatible with Windows. (#106296)Terry Jan Reedy2023-07-011-1/+1