| Commit message (Expand) | Author | Age | Files | Lines |
* | asyncio: document the debug mode | Victor Stinner | 2014-06-22 | 1 | -2/+2 |
|
|
* | asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. | Victor Stinner | 2014-02-19 | 1 | -0/+8 |
|
|
* | whatsnew: -m <namespace package>, plus 'using' doc updates. | R David Murray | 2014-02-02 | 1 | -1/+5 |
|
|
* | Issue #18874: Remove tracemalloc.set_traceback_limit() | Victor Stinner | 2013-11-23 | 1 | -8/+10 |
|
|
* | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -2/+16 |
|
|
* | Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. | Serhiy Storchaka | 2013-09-13 | 1 | -3/+6 |
|
|
* | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the | Victor Stinner | 2013-09-08 | 1 | -8/+8 |
|
|
* | Issue #16400: Add command line option for isolated mode. | Christian Heimes | 2013-08-10 | 1 | -2/+15 |
|
|
* | (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag | Victor Stinner | 2013-07-28 | 1 | -0/+2 |
|\ |
|
| * | doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag | Victor Stinner | 2013-07-28 | 1 | -0/+2 |
|
|
* | | #16937: merge with 3.3. | Ezio Melotti | 2013-07-25 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #16937: document that stdin is always buffered, even when -u is used. Patch ... | Ezio Melotti | 2013-07-25 | 1 | -2/+2 |
|
|
* | | Issue #5845: Enable tab-completion in the interactive interpreter by default,... | Antoine Pitrou | 2013-05-04 | 1 | -2/+7 |
|
|
* | | Merge versionadded addition and typo fix from 3.3. | Ezio Melotti | 2013-03-26 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Add versionadded for `-X faulthandler` (also fix typo and markup). | Ezio Melotti | 2013-03-26 | 1 | -2/+5 |
|
|
* | | #17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by... | Ezio Melotti | 2013-03-25 | 1 | -3/+11 |
|/ |
|
* | Issue #16241: document -X faulthandler command line option. | Andrew Svetlov | 2012-10-23 | 1 | -1/+2 |
|
|
* | Merge issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 1 | -2/+4 |
|\ |
|
| * | Issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 1 | -2/+4 |
|
|
* | | Clarify that hash randomization is on by default | Antoine Pitrou | 2012-08-01 | 1 | -17/+16 |
|
|
* | | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -2/+2 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-02-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | merge with 3.2 | Georg Brandl | 2012-02-21 | 1 | -1/+1 |
| |\ |
|
| | * | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | Georg Brandl | 2012-02-21 | 1 | -1/+1 |
|
|
* | | | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -6/+4 |
|
|
* | | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -1/+46 |
|\ \ \
| |/ / |
|
| * | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -1/+46 |
| |\ \
| | |/ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+47 |
|
|
| | * | Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| | * | Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv... | Georg Brandl | 2010-10-06 | 1 | -2/+3 |
|
|
| | * | Merged revisions 77995 via svnmerge from | Barry Warsaw | 2010-02-05 | 1 | -2/+14 |
|
|
| | * | Merged revisions 77300 via svnmerge from | Antoine Pitrou | 2010-01-04 | 1 | -5/+0 |
|
|
| | * | Merged revisions 77200 via svnmerge from | Brett Cannon | 2010-01-01 | 1 | -1/+1 |
|
|
| | * | Merged revisions 75797 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| | * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
* | | | Issue #13883: PYTHONCASEOK also works with OS X. | Brett Cannon | 2012-01-26 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #13883: Document all platforms PYTHONCASEOK works on. | Brett Cannon | 2012-01-26 | 1 | -1/+1 |
|
|
* | | | Issue #13597: Fix the documentation of the "-u" command-line option, and word... | Antoine Pitrou | 2011-12-21 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #13597: Fix the documentation of the "-u" command-line option, and word... | Antoine Pitrou | 2011-12-21 | 1 | -1/+2 |
|
|
* | | | Merge follow-up for #11254 and other changes from 3.2 | Éric Araujo | 2011-11-03 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B | Éric Araujo | 2011-11-03 | 1 | -1/+2 |
|
|
* | | | Merge doc changes from 3.2 (#8617, #10745). | Éric Araujo | 2011-08-06 | 1 | -3/+8 |
|\ \ \
| |/ / |
|
| * | | Add documentation for PEP 370 features in distutils (#10745). | Éric Araujo | 2011-08-06 | 1 | -1/+2 |
|
|
| * | | Improve documentation for PEP 370 support in site module (#8617). | Éric Araujo | 2011-08-05 | 1 | -3/+7 |
|
|
* | | | Merge doc fixes from 3.2 | Éric Araujo | 2011-06-09 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix a few misuses of :option: I missed in r86521. | Éric Araujo | 2011-06-08 | 1 | -1/+1 |
|
|
* | | | Issue #11393: The fault handler handles also SIGABRT | Victor Stinner | 2011-04-01 | 1 | -2/+3 |
|
|
* | | | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 1 | -0/+7 |
|
|
* | | | Do not touch sys.path when site is imported and python was started with -S. | Éric Araujo | 2011-03-23 | 1 | -1/+3 |
|/ / |
|
* | | #1772833: add -q command line option. | Georg Brandl | 2010-12-04 | 1 | -0/+7 |
|
|