Miss Islington (bot)
e963c57cfb
Updated missing periods in cmdline.rst (GH-17173)
...
(cherry picked from commit 0fe0b88d6e )
Co-authored-by: Jules Lasne (jlasne) <jules.lasne@gmail.com >
2019-11-15 14:25:18 -08:00
Miss Islington (bot)
42308e8b27
bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)
...
(cherry picked from commit 4d202281c1 )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-10-14 15:52:47 -07:00
Miss Islington (bot)
07186c3959
bpo-33095: Add reference to isolated mode in -m and script option (GH-7764)
...
Attempt to make isolated mode easier to discover via additional inline documentation.
Co-Authored-By: Julien Palard <julien@palard.fr >
(cherry picked from commit bdd6945d4d )
Co-authored-by: Xtreak <tir.karthi@gmail.com >
2019-09-16 05:21:03 -07:00
Miss Islington (bot)
076d0b9f5d
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
...
(cherry picked from commit e9c90aa431 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com >
2019-08-24 03:19:51 -07:00
Miss Islington (bot)
9aa0ab1a97
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
...
(cherry picked from commit cf9360e524 )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-08-19 10:14:31 -07:00
Miss Islington (bot)
06e8fc95d1
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
...
(cherry picked from commit 91e4957509 )
Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com >
2019-07-26 15:04:28 -07:00
Steve Dower
886e66d111
bpo-35524: Update Windows installer image in docs (GH-14966)
2019-07-26 13:39:51 -07:00
Miss Islington (bot)
840352455d
bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)
...
Move the Editors and IDE section out of the Unix section, to its own section.
https://bugs.python.org/issue37610
(cherry picked from commit 8f040b7a9f )
Co-authored-by: aldwinaldwin <aldwinaldwin@users.noreply.github.com >
2019-07-18 18:31:41 -07:00
Miss Islington (bot)
746992c1ae
bpo-37363: Add audit events on startup for the run commands (GH-14524)
...
(cherry picked from commit e226e83d36 )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-07-01 16:22:29 -07:00
Miss Islington (bot)
0cba121029
bpo-37403: Touch up venv docs (GH-14458)
...
Add a versionadded for PS Core and note that `.venv` is a common virtual environment name.
(cherry picked from commit f9f8e3ce70 )
Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com >
2019-06-28 12:36:09 -07:00
Makdon
fe5f8b9ce2
[3.8] bpo-37216: Fix version and filename in Mac using document (GH-13964)
2019-06-11 01:37:34 -04:00
Xtreak
0d70227e41
Fix typos in docs and docstrings (GH-13745)
2019-06-03 01:12:33 +02:00
Julien Palard
7114c6504a
Docs: FIX broken links. (GH-13491)
2019-05-25 20:02:24 +02:00
Stéphane Wirtel
cbb6484573
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
...
highlightlang is deprecated since April 2018 in Sphinx.
See https://github.com/sphinx-doc/sphinx/pull/4845
2019-05-17 15:25:34 +05:30
Utkarsh Gupta
3e2afd78ba
bpo-36008: Doc update for 3.8 migration (GH-12887)
2019-05-13 08:29:39 -04:00
Victor Stinner
f4e4703e74
bpo-36465: Make release and debug ABI compatible (GH-12615)
...
Release build and debug build are now ABI compatible: the Py_DEBUG
define no longer implies Py_TRACE_REFS define which introduces the
only ABI incompatibility.
A new "./configure --with-trace-refs" build option is now required to
get Py_TRACE_REFS define which adds sys.getobjects() function and
PYTHONDUMPREFS environment variable.
Changes:
* Add ./configure --with-trace-refs
* Py_DEBUG no longer implies Py_TRACE_REFS
2019-04-25 00:56:28 +02:00
mrh1997
1e2ad6c275
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849)
...
Since bpo-30291 it is possible to specify the architecture of Python when using the launcher
2019-04-12 15:26:47 -07:00
Victor Stinner
44235041f3
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
...
In development mode (-X dev) and in debug build, the io.IOBase
destructor now logs close() exceptions. These exceptions are silent
by default in release mode.
2019-04-12 17:06:47 +02:00
Holger Frey
3208880f1c
Include the --prompt flag in venv's help output (GH-10711)
...
Document usage of the existing `--prompt` option in the command line help.
2019-02-22 06:05:20 -05:00
Steve Dower
a1f9a3332b
bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)
2019-01-30 13:49:14 -08:00
mkkot
f5107dfd42
bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144)
...
…copy of python binary
https://bugs.python.org/issue35450
2018-12-14 12:28:52 -08:00
Steve Dower
0cd6391fd8
bpo-34977: Add Windows App Store package (GH-11027)
...
Also adds the PC/layout script for generating layouts on Windows.
2018-12-10 18:52:57 -08:00
Andre Delfino
55f41e45b4
Correct a couple of unbalanced parenthesis. (GH-10779)
2018-12-05 21:45:30 +02:00
Julien Palard
d936a8f8e0
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)
2018-11-21 00:40:05 -08:00
Andrés Delfino
9404e7737b
Linkify PEP 8 in unix.rst (GH-10482)
2018-11-12 08:31:57 -08:00