Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 70518,70521,70590,70594-70595 via svnmerge from | Benjamin Peterson | 2009-03-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r70518 | matthias.klose | 2009-03-22 08:08:22 -0500 (Sun, 22 Mar 2009) | 2 lines - Fix comment macro in python.man ........ r70521 | benjamin.peterson | 2009-03-22 12:45:11 -0500 (Sun, 22 Mar 2009) | 1 line close the file even if an exception occurs #5536 ........ r70590 | skip.montanaro | 2009-03-24 19:52:11 -0500 (Tue, 24 Mar 2009) | 1 line clarify the type of data returned ........ r70594 | marc-andre.lemburg | 2009-03-25 14:44:58 -0500 (Wed, 25 Mar 2009) | 9 lines Remove the sys.version_info shortcut, since they cause the APIs to return different information than the _sys_version() output used in previous Python versions. This also fixes issue5561: platform.python_version_tuple returns tuple of ints, should be strings Added more tests for the various platform functions. ........ r70595 | marc-andre.lemburg | 2009-03-25 14:45:33 -0500 (Wed, 25 Mar 2009) | 3 lines News item for the platform.py fix (r70594). ........ | ||||
* | .pythonrc.py is no more | Benjamin Peterson | 2009-02-23 | 1 | -3/+0 |
| | |||||
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -8/+0 |
| | |||||
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -0/+8 |
| | |||||
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -8/+0 |
| | |||||
* | Get rid of xreadlines() (methods). | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | 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 of | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
| | | | | date. | ||||
* | Document -Q. Move arguments around to be in strict alphabetical | Guido van Rossum | 2001-09-05 | 1 | -25/+43 |
| | | | | order. Add breaks in SYNOPSIS. | ||||
* | Document the PYTHONY2K environment variable that had been left out of this | Fred Drake | 2001-07-26 | 1 | -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 PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -0/+7 |
| | | | | and PYTHONPATH). | ||||
* | 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 |
| | | | | Get rid of BeOpen references. | ||||
* | 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 |
| | | | | | URLs, add various useful URLs. Update address and email. Drop PSA and copyright. Add license info. | ||||
* | 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 |
| | | | | INTERNET RESOURCES sections based on c.l.py comments. | ||||
* | 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 |
| | | | | | | 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 Rossum | 1995-01-04 | 1 | -6/+6 |
| | |||||
* | Document -s option -- suppress printing of top-level expressions | Guido van Rossum | 1994-05-30 | 1 | -0/+11 |
| | |||||
* | Documented -u (unbuffered), undocumented -k (killprint) | Guido van Rossum | 1994-05-03 | 1 | -17/+6 |
| | |||||
* | Fix weird messed up paragraphs | Guido van Rossum | 1994-02-23 | 1 | -8/+4 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-26 | 1 | -0/+247 |