| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #14668. Mention Windows Path manipulation option in the installer. | Brian Curtin | 2012-08-19 | 1 | -9/+21 |
|
|
* | merge with 3.2 | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
|\ |
|
| * | update Geany URL; thanks to Karl Tarbet from docs@ | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
|
|
* | | Clarify that hash randomization is on by default | Antoine Pitrou | 2012-08-01 | 1 | -17/+16 |
|
|
* | | Factored out common venv documentation and added more information about Distr... | Vinay Sajip | 2012-07-10 | 2 | -85/+86 |
|
|
* | | Added cross-references to venv definition. | Vinay Sajip | 2012-07-09 | 1 | -25/+3 |
|
|
* | | Issue #15283: Updated pyvenv documentation to expand on activation. | Vinay Sajip | 2012-07-09 | 1 | -2/+31 |
|
|
* | | Closes #15241: Added information on venv prefixes to pyvenv section. | Vinay Sajip | 2012-07-03 | 1 | -0/+22 |
|
|
* | | Added Windows launcher documentation. | Vinay Sajip | 2012-06-24 | 1 | -7/+261 |
|
|
* | | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 2 | -4/+3 |
|
|
* | | Added pyvenv docs to 'Python Setup and Usage' section. | Vinay Sajip | 2012-05-29 | 2 | -1/+67 |
|
|
* | | 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 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,... | Georg Brandl | 2010-11-26 | 1 | -17/+42 |
|
|
| | * | Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-... | Georg Brandl | 2010-10-06 | 1 | -3/+3 |
|
|
| | * | 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 |
|
|
| | * | More descriptive title. | Raymond Hettinger | 2010-09-01 | 1 | -1/+1 |
|
|
| | * | Merged revisions 82301 via svnmerge from | Georg Brandl | 2010-07-11 | 1 | -2/+2 |
|
|
| | * | Merged revisions 79799 via svnmerge from | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
|
|
| | * | Merged revisions 78950 via svnmerge from | Ezio Melotti | 2010-03-14 | 1 | -1/+1 |
|
|
| | * | Merged revisions 77995 via svnmerge from | Barry Warsaw | 2010-02-05 | 1 | -2/+14 |
|
|
| | * | Merged revisions 77389 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -6/+7 |
|
|
| | * | 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 76906 via svnmerge from | Ezio Melotti | 2009-12-19 | 2 | -3/+3 |
|
|
| | * | Merged revisions 75797 via svnmerge from | Georg Brandl | 2009-10-27 | 2 | -5/+4 |
|
|
| | * | Merged revisions 74788 via svnmerge from | Ezio Melotti | 2009-09-14 | 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 |
|
|
* | | | merge with 3.2 | Sandro Tosi | 2011-12-31 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | fix some broken URLs | Sandro Tosi | 2011-12-31 | 1 | -2/+2 |
|
|
* | | | 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 with 3.2 | Sandro Tosi | 2011-10-31 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ... | Sandro Tosi | 2011-10-31 | 1 | -2/+2 |
|
|
| * | | Update dead references from py.org/dev/faq to the devguide (#13176) | Éric Araujo | 2011-10-14 | 1 | -1/+1 |
|
|
* | | | Merge 3.2 | Éric Araujo | 2011-09-09 | 1 | -15/+12 |
|\ \ \
| |/ / |
|
| * | | Fix current name of the Python 3 binary on Unix (#12896). | Éric Araujo | 2011-09-09 | 1 | -15/+12 |
|
|
* | | | 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 |
|
|