summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librexec.tex
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-3/+3
|
* Remove rotor referenceAndrew M. Kuchling2004-08-311-1/+1
|
* [Bug #729817] Document the rexec and Bastion modules as deadAndrew M. Kuchling2003-05-131-0/+5
|
* Add strong security warning about the rexec module.Fred Drake2002-08-271-5/+17
| | | | | | Closes SF patch #600861. Minor markup changes.
* SF bug 533625 (Armin Rigo). rexec: potential security holeGuido van Rossum2002-05-311-0/+12
| | | | | | | | | | If a rexec instance allows writing in the current directory (a common thing to do), there's a way to execute bogus bytecode. Fix this by not allowing imports from .pyc files (in a way that allows a site to configure things so that .pyc files *are* allowed, if writing is not allowed). I'll apply this to 2.2 and 2.1 too.
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-2/+2
|
* Minor changes to match the style guide.Fred Drake2001-07-141-1/+1
|
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-2/+3
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* Re-organize a little, clean up some markup.Fred Drake2001-06-221-52/+73
| | | | | | | Added some comments about sys.exit(), SystemExit, and preventing restricted code from exiting the interpreter. This closes SF bug #434743.
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-5/+5
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* exec is a statement, not a function!Guido van Rossum1998-05-081-3/+3
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Use methoddesc and memberdesc, as needed.Fred Drake1998-04-021-38/+39
| | | | | Added description of BastionClass, since it is referred to in the Bastion description as subclassable.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-2/+2
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Logical markup, using {classdesc} as appropriate.Fred Drake1998-03-141-25/+25
|
* "streans" --> "streams" (AMK)Fred Drake1998-02-231-1/+1
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-38/+39
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* AMK's megapatch:Guido van Rossum1997-07-171-1/+2
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Done with this for 1.4.Guido van Rossum1996-10-241-47/+65
|
* Actual text submitted by AMK.Guido van Rossum1996-10-221-1/+196
|
* Added bastion and (dummy) rexec docsGuido van Rossum1996-09-101-0/+5