johnthagen
1264d0465a
Fix documented Python version for venv --upgrade-deps (GH-22113)
...
Fixes incorrect Python version added for `venv` `--upgrade-deps` in #13100 . This feature was added in Python 3.9 not 3.8.
Relates to:
-
- 1cba1c9aba
Automerge-Triggered-By: @vsajip
2020-09-05 13:53:47 -07:00
Andre Delfino
3584d4b64a
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
2020-09-01 07:07:29 +01:00
native-api
2145c8c972
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
2020-06-12 15:20:11 +09:00
Pablo Galindo
1ed83adb0e
bpo-40939: Remove the old parser (GH-20768)
...
This commit removes the old parser, the deprecated parser module, the old parser compatibility flags and environment variables and all associated support code and documentation.
2020-06-11 17:30:46 +01:00
Victor Stinner
5edb83241f
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
2020-06-08 20:04:47 +02:00
Sandro Mani
8f023a2f66
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
2020-06-08 17:28:11 +02:00
Zackery Spytz
c8966667bb
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
2020-06-01 16:43:56 +01:00
Miro Hrončok
ef16958d17
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
2020-05-25 16:54:14 +02:00
Andre Delfino
7864f11cdf
[doc] Remove references to obsolete BuildApplet on macOS. (GH-20023)
2020-05-21 18:45:23 -04:00
Victor Stinner
1def7754b7
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
...
* Rename PyConfig.use_peg to _use_peg_parser
* Document PyConfig._use_peg_parser and mark it a deprecated
* Mark -X oldparser option and PYTHONOLDPARSER env var as deprecated
in the documentation.
* Add use_old_parser() and skip_if_new_parser() to test.support
* Remove sys.flags.use_peg: use_old_parser() uses
_testinternalcapi.get_configs() instead.
* Enhance test_embed tests
* subprocess._args_from_interpreter_flags() copies -X oldparser
2020-04-23 03:03:24 +02:00
Pablo Galindo
c5fc156852
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
...
Co-authored-by: Guido van Rossum <guido@python.org >
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com >
2020-04-22 23:29:27 +01:00
Derek Keeler
45217af29c
bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)
2020-04-02 12:00:21 -07:00
Julin S
c580981ba0
fix typo: add space (GH-18853)
...
Fix typo in cmdline.rst
Add space between the `-m` option and the module name (`timeit`).
2020-03-08 10:52:15 -07:00
Victor Stinner
c6e5c1123b
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
...
Remove:
* COUNT_ALLOCS macro
* sys.getcounts() function
* SHOW_ALLOC_COUNT code in listobject.c
* SHOW_TRACK_COUNT code in tupleobject.c
* PyConfig.show_alloc_count field
* -X showalloccount command line option
* @test.support.requires_type_collecting decorator
2020-02-03 15:17:15 +01:00
Inada Naoki
148610d88a
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
...
Co-Authored-By: Kyle Stanley <aeros167@gmail.com >
2020-01-28 19:12:31 +09:00
Victor Stinner
b9783d2e03
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
2020-01-24 10:22:18 +01:00
Brett Cannon
84b1ff6560
bpo-38899: virtual environment activation for fish should use source (GH-17359)
...
The previously documented use of `.` is considered deprecated (https://fishshell.com/docs/current/commands.html#source ).
https://bugs.python.org/issue38899
Automerge-Triggered-By: @brettcannon
2019-11-22 23:32:27 -08:00
Jules Lasne (jlasne)
0fe0b88d6e
Updated missing periods in cmdline.rst (GH-17173)
2019-11-15 23:18:17 +01:00
Steve Dower
4d202281c1
bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)
2019-10-14 15:45:43 -07:00
Xtreak
bdd6945d4d
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 >
2019-09-14 10:35:44 +10:00
Serhiy Storchaka
e9c90aa431
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
2019-08-24 12:49:27 +03:00
Steve Dower
cf9360e524
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
2019-08-19 10:07:25 -07:00
Derek Keeler
91e4957509
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
2019-07-26 14:57:11 -07:00
Steve Dower
9d9893a1c8
bpo-35524: Update Windows installer image in docs (GH-14966)
2019-07-26 13:03:58 -07:00
aldwinaldwin
8f040b7a9f
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
2019-07-18 18:23:17 -07:00