summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsys.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-582/+0
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-35/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+2
* Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also...Collin Winter2007-03-211-13/+0
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-0/+15
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-13/+30
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-5/+2
* Bug #1323369: document possible values of sys.getwindowsversion()Georg Brandl2006-02-201-4/+4
* Correct typoGeorg Brandl2006-01-061-1/+1
* Drop sys.build_number. Add sys.subversion.Martin v. Löwis2006-01-051-4/+13
* Add versionadded infoNeal Norwitz2005-12-181-0/+1
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+6
* - remove use of a "list" environment (replace with a table)Fred Drake2004-11-111-15/+12
* Patch #1026384: fix two common typo's:Johannes Gijsbers2004-09-111-1/+1
* Deprecate sys.exitfunc in favor of the atexit module.Raymond Hettinger2004-08-181-0/+1
* 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