index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
using
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Adam Turner
2024-08-13
2
-3/+3
*
gh-112301: Update documentation for configure options (``--disable-safety`` a...
Nate Ohlson
2024-08-08
1
-4/+17
*
Doc: cmdline.rst: Include -P and -R in usage (#122590)
Wim Jeantine-Glenn
2024-08-07
1
-1/+1
*
Fix typos in docs, error messages and comments (#122502)
jianghuyiyuan
2024-08-01
1
-1/+1
*
gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1...
Donghee Na
2024-07-23
1
-0/+19
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
1
-0/+9
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
1
-1/+1
*
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee
2024-07-21
3
-0/+51
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-2/+2
*
gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa...
Ned Deily
2024-07-16
3
-51/+0
*
gh-120831: Increase the default minimum supported iOS version to 13.0 (#121250)
Russell Keith-Magee
2024-07-16
1
-0/+11
*
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
*
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-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
1
-5/+5
*
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Erlend E. Aasland
2024-05-06
1
-2/+9
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+10
*
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
*
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
*
gh-115664: Reorganize versionadded directives for -X options (GH-116304)
Serhiy Storchaka
2024-04-15
1
-34/+45
*
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee
2024-03-28
3
-1/+330
*
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
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
1
-0/+18
*
gh-106259: Add minimal help target to Makefile (#106260)
Skip Montanaro
2024-03-07
1
-26/+104
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
1
-33/+24
*
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 dire...
Brian Schubert
2024-02-19
1
-3/+3
*
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
*
gh-112984 Update Windows build and installer for free-threaded builds (GH-113...
Steve Dower
2024-01-17
2
-2/+62
*
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka
2024-01-10
1
-1/+1
*
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Zackery Spytz
2024-01-07
1
-0/+8
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
1
-0/+7
*
gh-112730: Update docs for colour env vars (#112837)
Hugo van Kemenade
2023-12-14
1
-1/+4
*
gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...
Serhiy Storchaka
2023-12-12
1
-3/+1
*
gh-112730: Use color to highlight error locations (gh-112732)
Pablo Galindo Salgado
2023-12-06
1
-0/+27
*
gh-108223: Refer to PEP 703 as Free Threading (#112780)
Victor Stinner
2023-12-06
1
-1/+4
*
gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)
Victor Stinner
2023-12-01
1
-0/+2
*
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner
2023-11-15
1
-5/+12
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
1
-5/+20
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
2
-0/+11
[next]