Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #10710: `Misc/setuid-prog.c` is removed from the source tree. | Antoine Pitrou | 2010-12-16 | 1 | -176/+0 |
| | |||||
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -76/+76 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ | ||||
* | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 1 | -1/+1 |
| | |||||
* | correct bogus instructions 'ccoment out' -> 'uncomment' | Jeremy Hylton | 1998-09-10 | 1 | -1/+1 |
| | |||||
* | Fixed the words in the comment and error message about defining FULL_PATH. | Guido van Rossum | 1998-09-10 | 1 | -2/+2 |
| | | | | (It's not SCRIPTPATH!) | ||||
* | include <string.h> to get prototype for strcmp | Jeremy Hylton | 1998-09-10 | 1 | -7/+9 |
| | | | | | | | change error messages to be a little more straightforward change definition of FULL_PATH so that an error is raised if the setuid wrapper is used un-edited | ||||
* | Zap all env vars beginning with PYTHON to prevent an obvious form of attack. | Guido van Rossum | 1997-03-11 | 1 | -0/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-07-20 | 1 | -0/+172 |