summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | This patch changes to logic to: if env.var. set and non-empty: if env.var. is an integer: set flag to that integer if flag is zero: # [actually, <= 0 --GvR] set flag to 1 Under this patch, anyone currently using PYTHONVERBOSE=yes will get the same output as before. PYTHONVERBNOSE=2 will generate more verbosity than before. The only unusual case that the following three are still all equivalent: PYTHONVERBOSE=yespleas PYTHONVERBOSE=1 PYTHONVERBOSE=0
* Change the date field to use $Date$ so it won't be outrageously out ofGuido van Rossum2001-09-051-1/+1
| | | | date.
* Document -Q. Move arguments around to be in strict alphabeticalGuido van Rossum2001-09-051-25/+43
| | | | order. Add breaks in SYNOPSIS.
* Document the PYTHONY2K environment variable that had been left out of thisFred Drake2001-07-261-8/+13
| | | | | | | | | list. Present the URLs at the bottom in a consistent manner, conforming to the style guide. Remove the lone use of "e.g.", which the style guide does not allow.
* Add -E command line switch (ignore environment variables like PYTHONHOMENeil Schemenauer2001-07-231-0/+7
| | | | and PYTHONPATH).
* 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
| | | | Get rid of BeOpen references.
* Describe the -h and -V flags. Closes patch #101496Barry Warsaw2000-09-151-0/+12
|
* Clean up a bit. Drop -X option, update date, remove documentationGuido van Rossum2000-09-011-56/+27
| | | | | URLs, add various useful URLs. Update address and email. Drop PSA and copyright. Add license info.
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
|
* Oops, better update the date on the .TH line.Fred Drake1999-08-201-1/+1
|
* Various updates, mostly to add information to the SEE ALSO andFred Drake1999-08-201-21/+64
| | | | INTERNET RESOURCES sections based on c.l.py comments.
* Document -x too.Guido van Rossum1998-04-101-0/+8
|
* Document -t flag.Guido van Rossum1998-04-101-1/+9
|
* Brought up to date with new options and env vars.Guido van Rossum1997-09-081-7/+44
|
* Remove -s option and $PYTHONSUPPRESS environment variable.Guido van Rossum1997-07-191-11/+0
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-9/+16
|
* Got rid of all references to stdwin.Guido van Rossum1996-07-301-38/+17
| | | | | | Documented insertion of script directory in path. Updated author's address. Changed MAILING LIST section to INTERNET RESOURCES.
* Added 1995 to copyright message; added a few people to acks again...Guido van Rossum1995-01-041-6/+6
|
* Document -s option -- suppress printing of top-level expressionsGuido van Rossum1994-05-301-0/+11
|
* Documented -u (unbuffered), undocumented -k (killprint)Guido van Rossum1994-05-031-17/+6
|
* Fix weird messed up paragraphsGuido van Rossum1994-02-231-8/+4
|
* Initial revisionGuido van Rossum1994-01-261-0/+247