summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsys.tex
Commit message (Expand)AuthorAgeFilesLines
* Warn that settrace() is implementation rather than languagePhillip J. Eby2004-08-051-1/+5
* Comment that getfilesystemencoding returns mbcs even on NT+. Fixes #964870.Martin v. Löwis2004-06-161-1/+4
* - markup fixFred Drake2004-06-081-3/+3
* Patch #510695: Add TSC profiling for the VM.Martin v. Löwis2004-06-081-0/+10
* Removed extra period from \versionchanged entry; macro adds periodBrett Cannon2004-03-211-1/+1
* Note that Unicode strings are now supported in sys.path.Fred Drake2003-07-171-0/+2
* add versionadded for getcheckintervalNeal Norwitz2003-07-071-0/+1
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-0/+5
* Correct documentation of check interval - it's 100 by default, not 10 anySkip Montanaro2003-07-021-2/+2
* SF bug #719367, string exceptions are deprecatedNeal Norwitz2003-05-291-1/+1
* Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,Martin v. Löwis2003-03-051-0/+16
* - New function sys.exc_clear() clears the current exception. This isGuido van Rossum2003-03-011-0/+20
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-0/+26
* expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456.Skip Montanaro2002-09-031-0/+6
* Clarify that the description of sys.path[0] is only valid upon programGuido van Rossum2002-07-151-2/+5
* add seealso referring to site module doc where people can learn how toSkip Montanaro2002-03-271-0/+6
* Do not mask the name of a built-in function in example code.Fred Drake2002-01-051-1/+1
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-1/+1
* Doc and NEWS changes due to Jeremy adding traceback objects to gc.Tim Peters2001-10-231-1/+4
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-4/+4
* Added information about setprofile() and settrace() hooks being thread-Fred Drake2001-10-161-2/+9
* Added documentation for sys.maxunicode and sys.warnoptions.Fred Drake2001-09-041-1/+14
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-2/+2
* Fix a few typosAndrew M. Kuchling2001-07-191-3/+3
* "Make small changes, but carry a big diff."Fred Drake2001-07-181-248/+247
* Made a few minor style & markup changes to the new {get,set}dlopenflags()Fred Drake2001-07-181-15/+17
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-0/+21
* Give a slightly better explanation of excepthook.Ka-Ping Yee2001-03-231-4/+6
* Add sys.excepthook.Ka-Ping Yee2001-03-231-3/+24
* Implementation of PEP-0217.Moshe Zadka2001-01-111-0/+9
* _getframe(): New sys module function for getting at the stack frame.Barry Warsaw2000-12-061-0/+11
* Additions from Marc-Andre Lemburg <mal@lemburg.com>, documentingFred Drake2000-10-251-1/+21
* Fix markup error and minor consistency nit.Fred Drake2000-08-311-2/+2
* add user-modifiable recursion_limitJeremy Hylton2000-08-311-0/+18
* 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
* 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
* 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
* 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
* Rewrote the section on sys.exit(), documenting other argument typesGuido van Rossum1998-11-231-6/+18
* New section header style.Fred Drake1998-08-101-2/+3
* 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
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1