| Commit message (Expand) | Author | Age | Files | Lines |
* | remove useless $ keyword (closes #17167) | Benjamin Peterson | 2016-03-21 | 1 | -1/+1 |
* | add trailing slash | Benjamin Peterson | 2015-05-10 | 1 | -1/+1 |
* | - Do not italicize punctuation in the python man page | doko@ubuntu.com | 2015-05-11 | 1 | -6/+6 |
* | update links | Benjamin Peterson | 2015-04-30 | 1 | -6/+6 |
* | improve phrasing | Benjamin Peterson | 2015-04-29 | 1 | -2/+1 |
* | Update lingering references to ex-parrot. I mean ex-devguide. | Éric Araujo | 2012-02-26 | 1 | -1/+1 |
* | merge with 2.6 | 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 |
* | | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-20 | 1 | -0/+29 |
|\ \
| |/ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-20 | 1 | -0/+29 |
| * | Merged revisions 77875 via svnmerge from | Matthias Klose | 2010-01-31 | 1 | -5/+36 |
| * | Merged revisions 73286,73294,73296,73459,73462-73463,73544,73576-73577,73595-... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
| * | Merged revisions 74757 via svnmerge from | Benjamin Peterson | 2009-09-13 | 1 | -4/+2 |
| * | Merged revisions 70518 via svnmerge from | Matthias Klose | 2009-03-22 | 1 | -2/+2 |
| * | Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,... | Georg Brandl | 2009-01-14 | 1 | -0/+6 |
* | | #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 |
* | | Merged revisions 85436 via svnmerge from | Benjamin Peterson | 2010-10-13 | 1 | -2/+11 |
* | | document new PYTHONWARNINGS env var | Philip Jenvey | 2010-04-06 | 1 | -0/+3 |
* | | - Update python manual page (options -B, -O0, -s, environment variables | Matthias Klose | 2010-01-31 | 1 | -5/+36 |
* | | update urls | Benjamin Peterson | 2009-09-13 | 1 | -4/+2 |
* | | #6332: fix word dupes throughout the source. | Georg Brandl | 2009-06-24 | 1 | -1/+1 |
* | | - Fix comment macro in python.man | Matthias Klose | 2009-03-22 | 1 | -2/+2 |
* | | add -3 to manpage | Benjamin Peterson | 2009-01-09 | 1 | -0/+6 |
|/ |
|
* | fix two typos in python(1) | Matthias Klose | 2005-03-20 | 1 | -2/+2 |
* | Add helpful comment | Andrew M. Kuchling | 2004-10-07 | 1 | -0/+4 |
* | Take out Guido's name and put in the PSF | Andrew M. Kuchling | 2004-10-07 | 1 | -7/+1 |
* | Update two URLs | Andrew M. Kuchling | 2004-10-07 | 1 | -2/+2 |
* | Add -m to man page | Andrew M. Kuchling | 2004-10-07 | 1 | -0/+11 |
* | Remove -U from argument list. | Martin v. Löwis | 2003-05-26 | 1 | -3/+0 |
* | Document that -u puts stdin, stdout, and stderr in binary mode. | Sjoerd Mullender | 2002-08-09 | 1 | -5/+6 |
* | Patch #552812: Better description in "python -h" for -u. | Martin v. Löwis | 2002-07-28 | 1 | -1/+5 |
* | Fix typo | Andrew M. Kuchling | 2002-05-09 | 1 | -1/+1 |
* | SF patch #467455 : Enhanced environment variables, by Toby Dickenson. | Guido van Rossum | 2001-10-12 | 1 | -2/+8 |
* | Change the date field to use $Date$ so it won't be outrageously out of | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
* | Document -Q. Move arguments around to be in strict alphabetical | Guido van Rossum | 2001-09-05 | 1 | -25/+43 |
* | Document the PYTHONY2K environment variable that had been left out of this | Fred Drake | 2001-07-26 | 1 | -8/+13 |
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -0/+7 |
* | Mention pydoc in the man page | Andrew M. Kuchling | 2001-04-05 | 1 | -0/+5 |
* | Document the -W option as best as I can. | Guido van Rossum | 2000-12-19 | 1 | -7/+70 |
* | Describe the -h and -V flags. Closes patch #101496 | Barry Warsaw | 2000-09-15 | 1 | -0/+12 |
* | Clean up a bit. Drop -X option, update date, remove documentation | Guido van Rossum | 2000-09-01 | 1 | -56/+27 |
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
* | Oops, better update the date on the .TH line. | Fred Drake | 1999-08-20 | 1 | -1/+1 |
* | Various updates, mostly to add information to the SEE ALSO and | Fred Drake | 1999-08-20 | 1 | -21/+64 |
* | Document -x too. | Guido van Rossum | 1998-04-10 | 1 | -0/+8 |
* | Document -t flag. | Guido van Rossum | 1998-04-10 | 1 | -1/+9 |
* | Brought up to date with new options and env vars. | Guido van Rossum | 1997-09-08 | 1 | -7/+44 |
* | Remove -s option and $PYTHONSUPPRESS environment variable. | Guido van Rossum | 1997-07-19 | 1 | -11/+0 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -9/+16 |
* | Got rid of all references to stdwin. | Guido van Rossum | 1996-07-30 | 1 | -38/+17 |