summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* Added pyvenv docs to 'Python Setup and Usage' section.Vinay Sajip2012-05-292-1/+67
* merge with 3.2Georg Brandl2012-02-211-1/+1
|\
| * merge with 3.2Georg Brandl2012-02-211-1/+1
| |\
| | * Remove reST markup from --help output. Also: O(n**2) is dict construction, n...Georg Brandl2012-02-211-1/+1
* | | enable hash randomization by defaultBenjamin Peterson2012-02-211-6/+4
* | | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-1/+46
|\ \ \ | |/ /
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+46
| |\ \ | | |/
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+47
| | * Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,...Georg Brandl2010-11-261-17/+42
| | * Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-...Georg Brandl2010-10-061-3/+3
| | * Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,...Georg Brandl2010-10-061-1/+1
| | * Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv...Georg Brandl2010-10-061-2/+3
| | * More descriptive title.Raymond Hettinger2010-09-011-1/+1
| | * Merged revisions 82301 via svnmerge fromGeorg Brandl2010-07-111-2/+2
| | * Merged revisions 79799 via svnmerge fromEzio Melotti2010-04-051-1/+1
| | * Merged revisions 78950 via svnmerge fromEzio Melotti2010-03-141-1/+1
| | * Merged revisions 77995 via svnmerge fromBarry Warsaw2010-02-051-2/+14
| | * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-6/+7
| | * Merged revisions 77300 via svnmerge fromAntoine Pitrou2010-01-041-5/+0
| | * Merged revisions 77200 via svnmerge fromBrett Cannon2010-01-011-1/+1
| | * Merged revisions 76906 via svnmerge fromEzio Melotti2009-12-192-3/+3
| | * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-272-5/+4
| | * Merged revisions 74788 via svnmerge fromEzio Melotti2009-09-141-1/+1
| | * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* | | Issue #13883: PYTHONCASEOK also works with OS X.Brett Cannon2012-01-261-1/+1
|\ \ \ | |/ /
| * | Issue #13883: Document all platforms PYTHONCASEOK works on.Brett Cannon2012-01-261-1/+1
* | | merge with 3.2Sandro Tosi2011-12-311-2/+2
|\ \ \ | |/ /
| * | fix some broken URLsSandro Tosi2011-12-311-2/+2
* | | Issue #13597: Fix the documentation of the "-u" command-line option, and word...Antoine Pitrou2011-12-211-1/+2
|\ \ \ | |/ /
| * | Issue #13597: Fix the documentation of the "-u" command-line option, and word...Antoine Pitrou2011-12-211-1/+2
* | | Merge follow-up for #11254 and other changes from 3.2Éric Araujo2011-11-031-1/+2
|\ \ \ | |/ /
| * | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -BÉric Araujo2011-11-031-1/+2
* | | merge with 3.2Sandro Tosi2011-10-311-2/+2
|\ \ \ | |/ /
| * | use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ...Sandro Tosi2011-10-311-2/+2
| * | Update dead references from py.org/dev/faq to the devguide (#13176)Éric Araujo2011-10-141-1/+1
* | | Merge 3.2Éric Araujo2011-09-091-15/+12
|\ \ \ | |/ /
| * | Fix current name of the Python 3 binary on Unix (#12896).Éric Araujo2011-09-091-15/+12
* | | Merge doc changes from 3.2 (#8617, #10745).Éric Araujo2011-08-061-3/+8
|\ \ \ | |/ /
| * | Add documentation for PEP 370 features in distutils (#10745).Éric Araujo2011-08-061-1/+2
| * | Improve documentation for PEP 370 support in site module (#8617).Éric Araujo2011-08-051-3/+7
* | | Merge doc fixes from 3.2Éric Araujo2011-06-091-1/+1
|\ \ \ | |/ /
| * | Fix a few misuses of :option: I missed in r86521.Éric Araujo2011-06-081-1/+1
* | | Issue #11393: The fault handler handles also SIGABRTVictor Stinner2011-04-011-2/+3
* | | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-301-0/+7
* | | Do not touch sys.path when site is imported and python was started with -S.Éric Araujo2011-03-231-1/+3
* | | Replace links to the old dev doc with links to the new devguide.Éric Araujo2011-02-262-2/+2
|/ /
* | #1772833: add -q command line option.Georg Brandl2010-12-041-0/+7
* | Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-5/+11
* | #459007: merge info from PC/getpathp.c and using/windows.rst to document the ...Georg Brandl2010-10-171-17/+42
* | Issue #9992: Remove PYTHONFSENCODING environment variable.Victor Stinner2010-10-131-12/+0