summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
Commit message (Expand)AuthorAgeFilesLines
* PYTHONY2K is long gone. Remove traces from the docs and manpage.Georg Brandl2014-10-281-5/+0
* Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-2/+12
* #16937: document that stdin is always buffered, even when -u is used. Patch ...Ezio Melotti2013-07-251-1/+2
* Add -b and -X options to python man page.Senthil Kumaran2013-06-201-4/+18
* Do not italicize punctuation in python(1) manual page (Matt Kraai).doko@ubuntu.com2012-06-201-6/+6
* enable hash randomization by defaultBenjamin Peterson2012-02-211-20/+3
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+29
|\
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+29
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+29
* | | Merge 3.2Éric Araujo2011-11-291-1/+1
|\ \ \ | |/ /
| * | Fix last remaining references to ex-devguideÉric Araujo2011-11-291-1/+1
* | | Merge #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
|\ \ \ | |/ /
| * | Merge #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
| |\ \ | | |/
| | * #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
| | * Merged revisions 85436 via svnmerge fromBenjamin Peterson2010-10-131-2/+11
| | * Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv...Georg Brandl2010-10-061-6/+6
| | * Merged revisions 77877 via svnmerge fromMatthias Klose2010-01-311-5/+36
| | * Merged revisions 74759-74760 via svnmerge fromBenjamin Peterson2009-09-131-5/+3
* | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-13/+0
* | | Do not touch sys.path when site is imported and python was started with -S.Éric Araujo2011-03-231-1/+3
|/ /
* | #1772833: add -q command line option.Georg Brandl2010-12-041-0/+7
* | put PYTHONIOENCODING in man pageBenjamin Peterson2010-10-131-2/+11
* | Merged revisions 79878-79880 via svnmerge fromPhilip Jenvey2010-04-071-0/+3
* | #8213: document behavior of -u on py3k better.Georg Brandl2010-04-021-6/+6
* | Merged revisions 77875 via svnmerge fromMatthias Klose2010-01-311-5/+36
* | py3k documentation has its own urlBenjamin Peterson2009-09-131-1/+1
* | Merged revisions 74757 via svnmerge fromBenjamin Peterson2009-09-131-4/+2
|/
* Merged revisions 73544 via svnmerge fromGeorg Brandl2009-06-241-1/+1
* Merged revisions 70518,70521,70590,70594-70595 via svnmerge fromBenjamin Peterson2009-03-261-2/+2
* .pythonrc.py is no moreBenjamin Peterson2009-02-231-3/+0
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-8/+0
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-0/+8
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-8/+0
* Get rid of xreadlines() (methods).Neal Norwitz2006-03-171-1/+1
* fix two typos in python(1)Matthias Klose2005-03-201-2/+2
* Add helpful commentAndrew M. Kuchling2004-10-071-0/+4
* Take out Guido's name and put in the PSFAndrew M. Kuchling2004-10-071-7/+1
* Update two URLsAndrew M. Kuchling2004-10-071-2/+2
* Add -m to man pageAndrew M. Kuchling2004-10-071-0/+11
* Remove -U from argument list.Martin v. Löwis2003-05-261-3/+0
* Document that -u puts stdin, stdout, and stderr in binary mode.Sjoerd Mullender2002-08-091-5/+6
* Patch #552812: Better description in "python -h" for -u.Martin v. Löwis2002-07-281-1/+5
* Fix typoAndrew M. Kuchling2002-05-091-1/+1
* SF patch #467455 : Enhanced environment variables, by Toby Dickenson.Guido van Rossum2001-10-121-2/+8
* Change the date field to use $Date$ so it won't be outrageously out ofGuido van Rossum2001-09-051-1/+1
* Document -Q. Move arguments around to be in strict alphabeticalGuido van Rossum2001-09-051-25/+43
* Document the PYTHONY2K environment variable that had been left out of thisFred Drake2001-07-261-8/+13
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-0/+7
* Mention pydoc in the man pageAndrew M. Kuchling2001-04-051-0/+5
* Document the -W option as best as I can.Guido van Rossum2000-12-191-7/+70