Martin Panter
c04fb56e36
Issue #26304 : Change "allows to <verb>" to "allows <verb>ing" or similar
The original form is incorrect grammar and feels awkward, even though the
meaning is clear.
10 years ago
Berker Peksag
ef410770a7
Update "Creating Virtual Environments" link in venv documentation
10 years ago
Berker Peksag
a9744aebc8
Update output of venv -h
* Update description of the --system-site-packages option
* Show --copies option in the usage
10 years ago
Berker Peksag
547f66f599
Issue #26034 : Sync documentation of --clear with its behavior
Most of the docs has already been updated in c3c188a0325a.
10 years ago
Steve Dower
e248f6875b
Issue #25089 : Adds short documentation section for modifying an install.
10 years ago
Brett Cannon
85622e4bc9
Issue #25874 : Clarify platform support in the "Using Python on Windows" doc.
Thanks to Chris Wilcox for the initial patch.
10 years ago
Martin Panter
7dda421bff
Issue #14285 : Do not catch exceptions initializing any ancestor package
The previous fix only handled the case of the parent package of __main__
failing to initialize.
Also make the "Error while finding spec" formatting slightly more appealing,
and document and test that the module name must be absolute.
10 years ago
Steve Dower
9b608e539b
Closes #25078 : Document InstallAllUsers installer parameter default 0
10 years ago
Serhiy Storchaka
0424eaf753
Marked keystrokes with the :kbd: role.
Fixed the case of the "Ctrl-" prefixes.
10 years ago
Steve Dower
cb0afc84de
Removes invalid installer options from documentation.
10 years ago
Zachary Ware
1a83746418
Issue #24962 : Remove space from filename
10 years ago
Steve Dower
eb3c16d38c
Adds documentation for the new Windows embedded package.
11 years ago
Steve Dower
2434aa24e0
Adds support for an unattend.xml file to control the Windows installer options.
11 years ago
Steve Dower
a3d03ec6b1
Adds option to only install the launcher.
11 years ago
Steve Dower
af75a54193
Removes my username from the documentation.
11 years ago
Steve Dower
2237bdc595
Adds option to install launcher for all users even when installing Python just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed.
Enables installer builds with the the text marker.
Allows simple installs to include a custom description.
11 years ago
Steve Dower
4a7fe7e397
Issue #23955 : Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path.
Also cleans up and secures getpathp.c
11 years ago
Steve Dower
1d4880db3d
Enables shortcuts to be deselected when installing on Windows.
11 years ago
Steve Dower
9a578d9ee6
Updates documentation for installing Python on Windows.
11 years ago
Larry Hastings
770ce204ee
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
11 years ago
Brett Cannon
f299abdafa
Issue #23731 : Implement PEP 488.
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
11 years ago
Serhiy Storchaka
1dd49824df
Issue #23681 : The -b option now affects comparisons of bytes with int.
11 years ago
Berker Peksag
f2d4e5773a
Add a versionadded directive for PEP 486.
11 years ago
Steve Dower
76998fef2c
Issue #23465 : Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore)
11 years ago
Vinay Sajip
3595276bdd
Corrected typo.
11 years ago
Vinay Sajip
c7e34fb0bb
Minor change to documentation on creating venvs.
11 years ago
Steve Dower
bb24087a2c
Issue #23260 : Update Windows installer
11 years ago
Vinay Sajip
71e7296016
Updated pyvenv documentation to match its current behaviour.
11 years ago
Berker Peksag
8b1cbd2b7c
Issue #12602 : Add missing cross-references to runpy and using/cmdline docs.
Patch by Éric Araujo.
11 years ago
Georg Brandl
b7354a65ce
Fixing broken links in doc, part 4: some more breaks and redirects
11 years ago
Georg Brandl
525d355984
Fixing broken links in doc, part 3: the rest
11 years ago
Georg Brandl
e73778c1ac
Use https:// URLs when referring to python.org hosts.
11 years ago
Georg Brandl
fe85807d7f
Fix link to ABOP install chapter.
11 years ago
Georg Brandl
4ab5733685
Update Opensolaris advice to OpenCSW instead of defunct Blastwave.
11 years ago
Georg Brandl
75f7490843
PYTHONY2K is long gone. Remove traces from the docs and manpage.
11 years ago
Berker Peksag
9c1dba2758
Revert #22251
11 years ago
Berker Peksag
3749404ba5
Issue #22251 : Fix ReST markup to avoid errors building docs.
11 years ago
Victor Stinner
62511fd6d6
asyncio: document the debug mode
12 years ago
Larry Hastings
3732ed2414
Merge in all documentation changes since branching 3.4.0rc1.
12 years ago
R David Murray
bcf7012d19
whatsnew: linkify some pip things, and explain why non-inheriting is good.
12 years ago
Nick Coghlan
f7614d55a2
Close #19407 : New installation & distribution guides
- based on pip and other PyPA tools
- includes references to the new Python Packaging User Guide
where appropriate (and the relevant section is at least
partially filled in)
- started new FAQ sections
- both guides aim to introduce users to basic open source
concepts if they aren't aware of them
- existing guides have been relocated (now linked from the
distutils docs) rather then removed, since there is
some needed material that has yet to be relocated to the
distutils docs as a reference for the legacy formats
12 years ago
R David Murray
27519673d3
whatsnew: pyvenv --copies option.
Also added the missing documentation for new new option.
12 years ago
Victor Stinner
7ef60cd8c2
asyncio, Tulip issue #136 : Add get/set_debug() methods to BaseEventLoopTests.
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since
Python startup, to be able to debug coroutines defined directly in the asyncio
module.
12 years ago
Victor Stinner
0f3e6bca1b
asyncio, Tulip issue #136 : Add get/set_debug() methods to BaseEventLoopTests.
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since
Python startup, to be able to debug coroutines defined directly in the asyncio
module.
12 years ago
R David Murray
5147e00c81
whatsnew: -m <namespace package>, plus 'using' doc updates.
12 years ago
Zachary Ware
c3cf97b4ea
Issue #20265 : Updated some parts of the Using Windows document.
Includes:
-mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3)
-update ActivePython link
-Remove mention of platforms that were never supported by Python 3 (Win9x, DOS)
12 years ago
R David Murray
575fb31955
shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.
Also added versionadded for for fish/csh, fixed indentation of versionadded
for ElementTree.write, and make the behavior of shelf as a context manager
explicit in the docs.
12 years ago
Zachary Ware
f8ceb04fcf
Issue #19845 : Updated the Compiling Python on Windows docs.
12 years ago
Victor Stinner
3728d6ced0
Issue #18874 : Remove tracemalloc.set_traceback_limit()
tracemalloc.start() now has an option nframe parameter
12 years ago
Victor Stinner
ed3b0bca3e
Issue #18874 : Implement the PEP 454 (tracemalloc)
12 years ago