| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
command (#125717)
|
|
|
|
| |
(#125601)
|
|
|
|
|
| |
(#125424)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
| |
|
|
|
|
|
|
| |
As argparse now detects by default when the code was run as a module.
This leads to using the actual executable name instead of simply "python"
to display in the usage message ("usage: python -m ...").
|
|
|
| |
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
| |
|
|
|
|
| |
(#118725)
|
| |
|
| |
|
|
|
| |
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
|
|
|
|
|
|
|
| |
* gh-118673: Remove shebang and executable bits from stdlib modules.
* Removed shebangs and exe bits on turtledemo scripts.
The setting was inappropriate for '__main__' and inconsistent across the other modules. The scripts can still be executed directly by invoking with the desired interpreter.
|
|
|
|
|
|
|
|
| |
* expand on What's New entry for PEP 667 (including porting notes)
* define 'optimized scope' as a glossary term
* cover comprehensions and generator expressions in locals() docs
* review all mentions of "locals" in documentation (updating if needed)
* review all mentions of "f_locals" in documentation (updating if needed)
|
| |
|
| |
|
|
|
|
| |
(#113082)
|
| |
|
|
|
|
| |
(#117619)
|
|
|
| |
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
`break func` in pdb (#112470)
|
| |
|
| |
|
|
|
|
| |
improve docs (#111194)
|
|
|
|
| |
Co-authored-by: Christian Walther <cwalther@users.noreply.github.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
terminating the whole process (GH-102896)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
|
|
|
|
| |
command (#109376)
|
| |
|
| |
|
| |
|
| |
|
| |
|