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
*
[3.11] GH-92584: Move installation schemes overview to sysconfig docs (GH-108...
Adam Turner
2024-01-11
1
-2/+2
*
[3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910)
Serhiy Storchaka
2024-01-10
1
-1/+1
*
[3.11] gh-112999: Replace the outdated "deprecated" directives with "versionc...
Serhiy Storchaka
2023-12-12
1
-3/+1
*
[3.11] gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (GH-110841) (#11...
Miss Islington (bot)
2023-10-14
1
-8/+9
*
[3.11] gh-110631: Fix reST indentation (GH-110724) (#110739)
Ezio Melotti
2023-10-11
1
-12/+13
*
[3.11] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#...
Adam Turner
2023-10-05
2
-90/+90
*
[3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)
Serhiy Storchaka
2023-09-29
2
-7/+7
*
[3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948)
Victor Stinner
2023-09-27
1
-1/+1
*
[3.11] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) ...
Miss Islington (bot)
2023-09-27
1
-8/+8
*
[3.11] gh-109474: Update two Unix packaging URLs (GH-109307) (#109478)
Miss Islington (bot)
2023-09-16
1
-2/+2
*
[3.11] Fix misc doc typos (GH-108592) (#108613)
Alex Waygood
2023-08-29
1
-2/+2
*
[3.11] gh-107298: Fix some references in the C API documentation (GH-108072) ...
Serhiy Storchaka
2023-08-17
1
-2/+2
*
[3.11] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description...
Adam Turner
2023-08-16
1
-5/+4
*
[3.11] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) ...
Miss Islington (bot)
2023-08-16
1
-6/+2
*
[3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
[3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
1
-4/+4
*
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
Rafael Fontenelle
2023-05-02
3
-3/+3
*
[3.11] Change 'dependant' to 'dependent' (GH-103745) (#103754)
Miss Islington (bot)
2023-04-24
1
-1/+1
*
GH-83893: Cross reference env. vars and -X command line options (GH-103414)
Miss Islington (bot)
2023-04-16
1
-6/+12
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Miss Islington (bot)
2023-03-15
2
-1/+17
*
[3.11] gh-102354: change python3 to python in docs examples (GH-102696) (#102...
Miss Islington (bot)
2023-03-14
1
-1/+1
*
gh-101467: Correct py.exe handling of prefix matches and cases when only one ...
Miss Islington (bot)
2023-02-01
1
-5/+30
*
Fix trivial typo in shebang example (GH-101385)
Miss Islington (bot)
2023-01-29
1
-1/+1
*
gh-100247: Improve documentation for custom shebang commands in py.exe launch...
Miss Islington (bot)
2023-01-16
1
-4/+5
*
gh-100247: Fix py.exe launcher not using entire shebang command for finding c...
Miss Islington (bot)
2023-01-13
1
-12/+27
*
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...
Miss Islington (bot)
2022-10-31
1
-1/+7
*
[3.11] Change links to label refs (GH-98454) (#98725)
Stanley
2022-10-26
1
-2/+2
*
[3.11] [doc] Refresh the venv introduction documentation, and correct the stâ...
Vinay Sajip
2022-10-19
1
-42/+0
*
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach
2022-10-17
3
-9/+9
*
[3.11] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98007)
Miss Islington (bot)
2022-10-07
1
-10/+10
*
gh-97754: Update doc for default location of per-user installs on Windows (GH...
Miss Islington (bot)
2022-10-04
1
-3/+6
*
gh-96959: Update more HTTP links (GH-97536)
Miss Islington (bot)
2022-09-27
1
-1/+1
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-0/+12
*
gh-95155: Update "Using Python on a Mac" documentation (GH-95284) (GH-95742)
Miss Islington (bot)
2022-08-06
1
-3/+4
*
[3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...
Serhiy Storchaka
2022-08-04
2
-2/+2
*
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...
Miss Islington (bot)
2022-08-03
1
-0/+5
*
gh-92219: Clarify that some options to the installer may break the install (G...
Miss Islington (bot)
2022-08-02
1
-5/+9
*
[3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)
Christian Heimes
2022-08-01
1
-1/+1
*
GH-95029: Describe Windows Store package isolation and redirection in more de...
Miss Islington (bot)
2022-07-21
1
-3/+31
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Miss Islington (bot)
2022-07-05
1
-2/+2
*
gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076)
Miss Islington (bot)
2022-06-21
3
-6/+8
*
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754)
Miss Islington (bot)
2022-06-20
1
-0/+18
*
gh-90300: split --help output into separate options (GH-30331)
Miss Islington (bot)
2022-06-14
1
-1/+26
*
[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions ...
Miss Islington (bot)
2022-05-10
1
-83/+51
*
Doc: Update py2app link. (GH-91585)
Miss Islington (bot)
2022-05-09
1
-1/+1
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-1/+30
*
gh-91998: 'WebAssemby' to 'WebAssembly' (#92040)
vainaijr
2022-05-02
1
-2/+2
*
gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)
Victor Stinner
2022-04-28
1
-1/+1
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-0/+6
[next]