index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
using
/
cmdline.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland
2022-10-27
1
-7/+10
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-2/+2
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+13
*
gh-96143: Add some comments and minor fixes missed in the original PR (#96433)
Pablo Galindo Salgado
2022-08-30
1
-0/+2
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
1
-0/+13
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes
2022-07-29
1
-1/+1
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-2/+2
*
gh-90300: split --help output into separate options (#30331)
Éric
2022-06-01
1
-1/+26
*
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Victor Stinner
2022-05-24
1
-2/+8
*
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith
2022-05-09
1
-9/+0
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-1/+30
*
bpo-45020: Default to using frozen modules unless running from source tree. (...
Eric Snow
2021-10-16
1
-1/+2
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
1
-2/+2
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
1
-1/+1
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
1
-2/+2
*
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...
Eric Snow
2021-09-14
1
-0/+9
*
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na
2021-08-17
1
-0/+9
*
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner
2021-08-06
1
-1/+3
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-0/+20
*
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner
2021-04-29
1
-5/+1
*
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner
2021-04-16
1
-23/+40
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-5/+4
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+15
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-49/+9
*
bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou
2020-10-19
1
-1/+1
*
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api
2020-06-12
1
-0/+5
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-11/+0
*
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
Victor Stinner
2020-06-08
1
-1/+1
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-0/+8
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
1
-3/+9
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+8
*
fix typo: add space (GH-18853)
Julin S
2020-03-08
1
-2/+2
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
1
-3/+2
*
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Inada Naoki
2020-01-28
1
-2/+0
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
1
-20/+6
*
Updated missing periods in cmdline.rst (GH-17173)
Jules Lasne (jlasne)
2019-11-15
1
-3/+3
*
bpo-33095: Add reference to isolated mode in -m and script option (GH-7764)
Xtreak
2019-09-14
1
-0/+13
*
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...
Serhiy Storchaka
2019-08-24
1
-2/+2
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
1
-1/+11
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
1
-0/+7
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-36008: Doc update for 3.8 migration (GH-12887)
Utkarsh Gupta
2019-05-13
1
-2/+2
*
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner
2019-04-24
1
-2/+5
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
1
-1/+3
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-4/+4
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-15/+1
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-1/+15
*
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak
2018-06-16
1
-1/+1
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-0/+16
[next]