- 06e7608 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) by Victor Stinner · 7 years ago
- dbdee00 bpo-34589: Add -X coerce_c_locale command line option (GH-9378) by Victor Stinner · 7 years ago
- c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 7 years ago
- b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 7 years ago
- 1bcb8a6 bpo-33409: Clarify PEP 538/540 relationship (GH-7534) by Nick Coghlan · 7 years ago
- 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 7 years ago
- 186b606 bpo-17232: Clarify docs for -O and -OO command line options (#5839) by Cheryl Sabella · 7 years ago
- 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 8 years ago
- 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 8 years ago
- 642d67b bpo-32329: Add versionchanged to -R option doc (#4884) by Victor Stinner · 8 years ago
- 358e5e1 bpo-32329: Fix -R option for hash randomization (#4873) by Victor Stinner · 8 years ago
- 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 8 years ago
- 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 8 years ago
- 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 8 years ago
- 5e3806f bpo-32101: Add PYTHONDEVMODE environment variable (#4624) by Victor Stinner · 8 years ago
- 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 8 years ago
- 84c4b19 bpo-32124: Document C functions safe before init (#4540) by Victor Stinner · 8 years ago
- bc9b6e2 bpo-32043: Rephrase -X dev documentation (#4478) by Victor Stinner · 8 years ago
- 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 8 years ago
- c5a2071 bpo-32050: Fix -x option documentation (#4475) by Victor Stinner · 8 years ago
- 44862df bpo-32047: -X dev enables asyncio debug mode (#4418) by Victor Stinner · 8 years ago
- ccb0442 bpo-32043: New "developer mode": "-X dev" option (#4413) by Victor Stinner · 8 years ago
- 962e2a7 Fix a minor typo and hyphenate "multi-threading" (#4237) by Barry Warsaw · 8 years ago
- 700d2e4 bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime (#4240) by Barry Warsaw · 8 years ago
- 7f58097 bpo-28647: Update -u documentation after bpo-30404 (GH-3961) by Berker Peksag · 8 years ago
- 36c1d1f PEP 553 built-in breakpoint() function (bpo-31353) (#3355) by Barry Warsaw · 8 years ago
- 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 8 years ago
- 1a87de7 bpo-31415: Add `-X importtime` option (GH-3490) by INADA Naoki · 8 years ago
- eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 8 years ago
- 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 8 years ago
- 87fa8a7 bpo-29898: Fix incorrect env variable name (GH-1576) by Berker Peksag · 8 years ago
- 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 8 years ago
- 35a1f7f massage English for -X descriptions a bit by Benjamin Peterson · 8 years ago
- f576343 Issue #28532: Add what's new entry for python -VV option by INADA Naoki · 9 years ago
- 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 9 years ago
- 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 9 years ago
- b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 9 years ago
- 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 9 years ago
- 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 9 years ago
- cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 9 years ago
- 09808e7 Issue #12982: Merge from 3.5 by Berker Peksag · 9 years ago
- f43bc98 Issue #12982: Thanks to PEP 488, Python no longer creates .pyo files by Berker Peksag · 9 years ago
- 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 9 years ago
- f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 9 years ago
- d1700a9 Fix typo in doc: avoid the french "& cie" :-) by Victor Stinner · 9 years ago
- 9b46a57 Doc: fix typos, patch written by Stefan Behnel by Victor Stinner · 9 years ago
- c2fc568 Enhance documentation on malloc debug hooks by Victor Stinner · 9 years ago
- 34be807c Add PYTHONMALLOC env var by Victor Stinner · 9 years ago
- 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
- c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
- 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 10 years ago
- 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
- 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
- 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 10 years ago
- f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
- 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 10 years ago
- 8b1cbd2 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 11 years ago
- 525d355 Fixing broken links in doc, part 3: the rest by Georg Brandl · 11 years ago
- 75f7490 PYTHONY2K is long gone. Remove traces from the docs and manpage. by Georg Brandl · 11 years ago
- 9c1dba2 Revert #22251 by Berker Peksag · 11 years ago
- 3749404 Issue #22251: Fix ReST markup to avoid errors building docs. by Berker Peksag · 11 years ago
- 62511fd asyncio: document the debug mode by Victor Stinner · 11 years ago
- 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
- 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 12 years ago
- 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 12 years ago
- ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 12 years ago
- bf28d2d Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. by Serhiy Storchaka · 12 years ago
- 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 12 years ago
- ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 12 years ago
- b6738df (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 12 years ago
- ae6d05b doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag by Victor Stinner · 12 years ago
- 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 12 years ago
- 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 12 years ago
- 1a6cb30 Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. by Antoine Pitrou · 12 years ago
- 711c370 Merge versionadded addition and typo fix from 3.3. by Ezio Melotti · 12 years ago
- a1eb483 Add versionadded for `-X faulthandler` (also fix typo and markup). by Ezio Melotti · 12 years ago
- 1f8898a #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by default. It can be re-enabled with the `-X showrefcount` option. by Ezio Melotti · 12 years ago
- 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 13 years ago
- 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
- abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
- 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 13 years ago
- 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
- 42ae472 merge with 3.2 by Georg Brandl · 13 years ago
- 7ef825f merge with 3.2 by Georg Brandl · 13 years ago
- c9a4207 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
- c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
- 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
- 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- fc70cbc Issue #13883: PYTHONCASEOK also works with OS X. by Brett Cannon · 14 years ago
- 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 14 years ago
- 08c08eb Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams. by Antoine Pitrou · 14 years ago
- d5ec134 Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams. by Antoine Pitrou · 14 years ago
- e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 14 years ago
- 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 14 years ago
- 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 14 years ago
- 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 14 years ago
- de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 14 years ago
- 577a6af Merge doc fixes from 3.2 by Éric Araujo · 14 years ago
- d2f8cec Fix a few misuses of :option: I missed in r86521. by Éric Araujo · 14 years ago