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
*
Remove all links to mingw.org (GH-24552)
Miss Islington (bot)
2021-02-18
1
-2/+0
*
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
Miss Islington (bot)
2021-02-03
1
-0/+5
*
bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322)
Steve Dower
2020-11-16
1
-0/+6
*
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Miss Skeleton (bot)
2020-10-20
1
-3/+3
*
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22770)
Miss Skeleton (bot)
2020-10-19
1
-1/+1
*
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Miss Islington (bot)
2020-06-01
1
-3/+1
*
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
Miss Islington (bot)
2020-05-25
1
-1/+1
*
[doc] Remove references to obsolete BuildApplet on macOS. (GH-20023)
Miss Islington (bot)
2020-05-21
1
-8/+2
*
bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)
Miss Islington (bot)
2020-04-02
1
-0/+11
*
fix typo: add space (GH-18853)
Miss Islington (bot)
2020-03-08
1
-2/+2
*
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Miss Islington (bot)
2020-01-28
2
-2/+44
*
Updated missing periods in cmdline.rst (GH-17173)
Miss Islington (bot)
2019-11-15
1
-3/+3
*
bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)
Miss Islington (bot)
2019-10-14
1
-3/+3
*
bpo-33095: Add reference to isolated mode in -m and script option (GH-7764)
Miss Islington (bot)
2019-09-16
1
-0/+13
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Miss Islington (bot)
2019-08-24
1
-2/+2
*
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
Miss Islington (bot)
2019-08-19
1
-7/+4
*
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
Miss Islington (bot)
2019-07-26
1
-4/+2
*
bpo-35524: Update Windows installer image in docs (GH-14966)
Steve Dower
2019-07-26
1
-0/+0
*
bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)
Miss Islington (bot)
2019-07-19
3
-11/+15
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Miss Islington (bot)
2019-07-01
1
-1/+11
*
bpo-37403: Touch up venv docs (GH-14458)
Miss Islington (bot)
2019-06-28
1
-7/+14
*
[3.8] bpo-37216: Fix version and filename in Mac using document (GH-13964)
Makdon
2019-06-11
1
-2/+2
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
Docs: FIX broken links. (GH-13491)
Julien Palard
2019-05-25
2
-4/+5
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
3
-3/+3
*
bpo-36008: Doc update for 3.8 migration (GH-12887)
Utkarsh Gupta
2019-05-13
2
-8/+8
*
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner
2019-04-24
1
-2/+5
*
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...
mrh1997
2019-04-12
1
-13/+23
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
1
-1/+3
*
Include the --prompt flag in venv's help output (GH-10711)
Holger Frey
2019-02-22
1
-1/+3
*
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
Steve Dower
2019-01-30
1
-0/+5
*
bpo-35450: reflect in docs that venv module is not always creating a … (GH-...
mkkot
2018-12-14
1
-3/+4
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
1
-121/+226
*
Correct a couple of unbalanced parenthesis. (GH-10779)
Andre Delfino
2018-12-05
1
-2/+2
*
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
Julien Palard
2018-11-21
1
-1/+2
*
Linkify PEP 8 in unix.rst (GH-10482)
Andrés Delfino
2018-11-12
1
-1/+1
*
Fix grammar in using/unix build instruction docs (GH-10009)
Stéphane Wirtel
2018-10-25
1
-4/+4
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-4/+4
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-15/+1
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-1/+15
*
bpo-34317: Fix a dead url to Windows documentation (GH-8622)
HiyashiChuka
2018-08-03
1
-1/+1
*
Fix typos & formatting in Using Python on Windows doc (GH-8559)
Segev Finer
2018-07-30
1
-4/+4
*
bpo-24356: Specify which Python binary will be used with venv (GH-6589)
Elena Oat
2018-07-28
1
-5/+0
*
bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
INADA Naoki
2018-07-01
1
-0/+0
*
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak
2018-06-16
1
-1/+1
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-0/+16
*
bpo-33409: Clarify PEP 538/540 relationship (GH-7534)
Nick Coghlan
2018-06-09
1
-18/+79
*
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...
Stéphane Wirtel
2018-05-15
1
-1/+1
*
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka
2018-04-08
3
-12/+24
*
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella
2018-02-25
1
-2/+13
[next]