summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsys.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix markup error and minor consistency nit.Fred Drake2000-08-311-2/+2
|
* add user-modifiable recursion_limitJeremy Hylton2000-08-311-0/+18
| | | | | | | | | | | ceval.c: define recurion_limit (static), default value is 2500 define Py_GetRecursionLimit and Py_SetRecursionLimit raise RuntimeError if limit is exceeded PC/config.h: remove plat-specific definition sysmodule.c: add sys.(get|set)recursionlimit
* Guido pointed out that all names in the sys module have no underscore,Fred Drake2000-08-151-1/+1
|
* Document the byte_order value in the sys module.Fred Drake2000-08-141-0/+8
|
* Update version numbering from 1.6 to 2.0.Fred Drake2000-06-301-3/+3
|
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-281-1/+3
| | | | | | | <skip@mojam.com>. Revisions to the markup to make it pass LaTeX, added an index entry and a reference from the sys.exitfunc documentation. This closes SourceForge patch #100620.
* Update change to version_info structure.Fred Drake2000-04-131-6/+7
|
* Document hexversion (incompletely explained) and version_info (easilyFred Drake2000-04-131-0/+32
| | | | explained).
* Make use of \longprogramopt where appropriate.Fred Drake2000-04-111-2/+2
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-1/+27
| | | | (Very rough.)
* Use the new markup as apporpriate.Fred Drake1999-11-091-17/+17
|
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-3/+3
|
* SIGTERM is no longer caught to call sys.exitfunc.Guido van Rossum1999-03-251-3/+3
| | | | This change was made long ago but the documentation was never updated.
* Rewrote the section on sys.exit(), documenting other argument typesGuido van Rossum1998-11-231-6/+18
| | | | | than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.)
* New section header style.Fred Drake1998-08-101-2/+3
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-12/+13
|
* Document several variables that were previously undocumented,Guido van Rossum1998-06-101-9/+35
| | | | | including the new __stdin__, __stdout__ and __stderr__. Also moved setttrace around to its proper place in the alphabet.
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove obsolete \setindexsubitem macro.Fred Drake1998-04-041-1/+0
|
* New index entries.Fred Drake1998-04-031-0/+2
|
* Make sure both hyphens of a long-option show up in the HTML output.Fred Drake1998-03-271-2/+2
|
* Logical markup.Fred Drake1998-03-081-52/+58
| | | | | | | Don't prepend the module name when referring to functions or data in the same module. Correct the description of "modules".
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-7/+7
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Document getrefcount().Guido van Rossum1998-02-071-0/+6
|
* Added "module search path" to the index.Fred Drake1998-01-131-0/+1
|
* Fixed index references to modules.Fred Drake1997-12-151-5/+5
|
* Documented brand new behavior of sys.ps1 and sys.ps2 (str() is appliedGuido van Rossum1997-11-251-1/+4
| | | | to get the actual prompt).
* Get rid of math mode in some places.Guido van Rossum1997-11-251-1/+1
|
* Documented exc_info(); also updated exc_type and last_type docs.Guido van Rossum1997-10-201-18/+57
|
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix.Guido van Rossum1997-06-021-3/+43
| | | | (AMK)
* Document that sys.builtin_module_names is now a tuple.Guido van Rossum1997-01-061-1/+1
|
* correct typo; document sys.platformGuido van Rossum1995-07-071-1/+6
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-14/+22
| | | | unified style; etc.
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-1/+1
|
* cosmetics/typosGuido van Rossum1995-01-121-1/+1
|
* sys.setcheckinterval(x) instead of sys.check_interval = xGuido van Rossum1995-01-101-10/+10
|
* Added missing \end{datadesc}.Sjoerd Mullender1994-10-061-0/+1
|
* Moved author and date to boilerplate.tex.Guido van Rossum1994-10-061-0/+9
| | | | | | | Added copyright.tex to all files. Added descr of check_interval to libsys.tex. Corrected lotsa typos in tut.tex (thanks to George M. Sipe). Corrected mktuple (should be newtupleobject) example in ext.tex.
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-1/+1
|
* Restructured library documentationGuido van Rossum1994-01-021-0/+129