summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-2/+2
* Added garbage collector overhead and optional default return value toRobert Schuppenies2008-07-101-2/+9
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-061-16/+0
* Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.Robert Schuppenies2008-06-011-0/+10
* Patch #2488: Add sys.maxsize.Martin v. Löwis2008-05-201-0/+5
* Windows x64 also falls under VER_PLATFORM_WIN32_NT.Jeroen Ruigrok van der Werven2008-04-211-11/+11
* Add missing versionadded tag.Georg Brandl2008-03-211-0/+2
* Patch #1953Christian Heimes2008-02-041-2/+22
* Added clear cache methods to clear the internal type lookup cache for ref lea...Christian Heimes2008-01-271-0/+7
* #1648: add sys.gettrace() and sys.getprofile().Georg Brandl2008-01-201-0/+29
* #799369: document possible sys.platform values.Georg Brandl2008-01-201-3/+20
* Typo fixesAndrew M. Kuchling2008-01-151-1/+1
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-141-2/+2
* Applied patch #1816: sys.flags patchChristian Heimes2008-01-141-0/+38
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-071-0/+11
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+2
* Add more entries to the glossary.Georg Brandl2007-12-021-9/+9
* Added one more missing versionadded tagChristian Heimes2007-12-011-0/+2
* Feature #1534Christian Heimes2007-12-011-0/+42
* Added py3kwarning to the documentation of the sys module.Christian Heimes2007-11-281-0/+6
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+650