summaryrefslogtreecommitdiff
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* [3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)Łukasz Langa2021-09-281-1/+1
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28524)Miss Islington (bot)2021-09-232-14/+14
* Fix broken links and improve stand-alone tools list in FAQ GH-25609Miss Islington (bot)2021-04-251-1/+1
* Remove all links to mingw.org (GH-24552)Miss Islington (bot)2021-02-181-2/+0
* Add link to Microsoft docs for limitations in Windows Store package (GH-24422)Miss Islington (bot)2021-02-021-0/+5
* [doc] Document VIRTUAL_ENV environment variable (GH-21970)Miss Islington (bot)2021-01-301-0/+4
* bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)Miss Islington (bot)2020-12-031-2/+2
* [3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113...Zackery Spytz2020-11-101-1/+1
* bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)Miss Skeleton (bot)2020-10-201-3/+3
* bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767)Miss Skeleton (bot)2020-10-191-1/+1
* bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Victor Stinner2020-06-081-0/+8
* bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)Miss Islington (bot)2020-06-011-3/+1
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miss Islington (bot)2020-05-251-1/+1
* [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) (GH-20304)Miss Islington (bot)2020-05-211-8/+2
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-231-3/+9
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+8
* bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)Derek Keeler2020-04-021-0/+11
* fix typo: add space (GH-18853)Julin S2020-03-081-2/+2
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-031-3/+2
* bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)Inada Naoki2020-01-282-2/+44
* bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)Victor Stinner2020-01-241-20/+6
* bpo-38899: virtual environment activation for fish should use `source` (GH-17...Brett Cannon2019-11-221-1/+1
* Updated missing periods in cmdline.rst (GH-17173)Jules Lasne (jlasne)2019-11-151-3/+3
* bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)Steve Dower2019-10-141-3/+3
* bpo-33095: Add reference to isolated mode in -m and script option (GH-7764)Xtreak2019-09-141-0/+13
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Serhiy Storchaka2019-08-241-2/+2
* Remove 'unstable' warning for Windows Store package in docs (GH-15334)Steve Dower2019-08-191-7/+4
* bpo-32910: Remove implementation detail in venv documentation. (GH-14968)Derek Keeler2019-07-261-4/+2
* bpo-35524: Update Windows installer image in docs (GH-14966)Steve Dower2019-07-261-0/+0
* bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)aldwinaldwin2019-07-183-11/+15
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Steve Dower2019-07-011-1/+11
* bpo-37403: Touch up venv docs (GH-14458)Brett Cannon2019-06-281-7/+14
* Improve Windows commands in tutorial (GH-14379)Steve Dower2019-06-261-6/+6
* bpo-37388: Development mode check encoding and errors (GH-14341)Victor Stinner2019-06-261-0/+7
* bpo-34556: Add --upgrade-deps to venv module (#13100)Cooper Lees2019-06-171-1/+6
* bpo-37216: update version to 3.9 in mac using document (GH-13966)Makdon2019-06-131-2/+2
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-031-1/+1
* Docs: FIX broken links. (GH-13491)Julien Palard2019-05-252-4/+5
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-173-3/+3
* bpo-36008: Doc update for 3.8 migration (GH-12887)Utkarsh Gupta2019-05-132-8/+8
* bpo-36465: Make release and debug ABI compatible (GH-12615)Victor Stinner2019-04-251-2/+5
* bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...mrh19972019-04-121-13/+23
* bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)Victor Stinner2019-04-121-1/+3
* Include the --prompt flag in venv's help output (GH-10711)Holger Frey2019-02-221-1/+3
* bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)Steve Dower2019-01-301-0/+5
* bpo-35450: reflect in docs that venv module is not always creating a … (GH-...mkkot2018-12-141-3/+4
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-101-121/+226
* Correct a couple of unbalanced parenthesis. (GH-10779)Andre Delfino2018-12-051-2/+2
* bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)Julien Palard2018-11-211-1/+2
* Linkify PEP 8 in unix.rst (GH-10482)Andrés Delfino2018-11-121-1/+1