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-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
*
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Łukasz Langa
2023-10-14
1
-4/+33
*
gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (#110841)
Nikita Sobolev
2023-10-14
1
-8/+9
*
gh-110631: Fix reST indentation (#110724)
Ezio Melotti
2023-10-11
1
-12/+13
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-0/+18
*
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner
2023-10-03
2
-130/+130
*
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
Victor Stinner
2023-10-03
1
-0/+3
*
gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...
Steve Dower
2023-10-02
1
-6/+14
*
GH-92584: Move installation schemes overview to sysconfig docs (#108018)
Adam Turner
2023-10-02
1
-1/+1
*
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na
2023-09-29
1
-3/+4
*
gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)
Victor Stinner
2023-09-27
1
-8/+8
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
1
-1/+1
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-3/+12
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
2
-7/+7
*
gh-109054: Document configure variables (#109224)
Victor Stinner
2023-09-20
1
-0/+149
*
gh-109474: Update two Unix packaging URLs (#109307)
partev
2023-09-16
1
-2/+2
*
GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `...
Brett Cannon
2023-09-15
1
-31/+42
*
gh-107298: Document PyMODINIT_FUNC macro (#109236)
Victor Stinner
2023-09-14
1
-2/+2
*
gh-108740: Fix "make regen-all" race condition (#108741)
Victor Stinner
2023-09-06
1
-0/+23
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-3/+58
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-4/+9
*
Document Python build requirements (#108646)
Victor Stinner
2023-08-30
1
-5/+22
*
Fix misc doc typos (#108592)
xzmeng
2023-08-29
1
-2/+2
*
gh-108223: Document --disable-gil flag in configure (#108236)
Sam Gross
2023-08-21
1
-0/+9
*
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka
2023-08-17
1
-2/+2
*
GH-92584: Remove references to Distutils in configure.rst (#108043)
Adam Turner
2023-08-16
1
-11/+6
*
GH-92584: Remove Installing Python Modules (Distutils version) (#108020)
Adam Turner
2023-08-16
1
-1/+1
*
GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)
Adam Turner
2023-08-16
1
-2/+2
*
GH-92584: Redirect macOS package installation to the PPUG (#108044)
Adam Turner
2023-08-16
1
-6/+2
*
GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047)
Adam Turner
2023-08-16
1
-2/+2
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-2/+2
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-4/+4
*
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)
Terry Jan Reedy
2023-07-01
1
-1/+1
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
1
-2/+2
*
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc
2023-05-22
1
-0/+7
*
Replace "OS X" with "macOS" (#104653)
partev
2023-05-20
1
-2/+2
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
3
-3/+3
*
DOC: remove reference to OpenSolaris (#102671)
partev
2023-04-25
1
-7/+0
*
Change 'dependant' to 'dependent' (#103745)
Christopher Chavez
2023-04-24
1
-1/+1
*
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam
2023-04-18
1
-2/+5
*
GH-83893: Cross reference env. vars and -X command line options (GH-103414)
Furkan Onder
2023-04-12
1
-6/+12
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Julien Palard
2023-03-15
2
-1/+17
*
gh-102354: change python3 to python in docs examples (#102696)
Paul Watson
2023-03-14
1
-1/+1
*
gh-96821: Add config option `--with-strict-overflow` (#96823)
Matthias Görgens
2023-03-04
1
-0/+5
*
gh-101467: Correct py.exe handling of prefix matches and cases when only one ...
Steve Dower
2023-02-01
1
-5/+30
*
Fix trivial typo in shebang example (GH-101385)
socal-nerdtastic
2023-01-28
1
-1/+1
*
gh-100247: Improve documentation for custom shebang commands in py.exe launch...
Steve Dower
2023-01-16
1
-4/+5
*
gh-100247: Fix py.exe launcher not using entire shebang command for finding c...
Steve Dower
2023-01-13
1
-12/+27
[next]