summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* Move sys.subversion at the right place in alphabetical order,Antoine Pitrou2011-07-091-14/+20
* Issue #12326: document the recommended idiom for checking sys.platform on Uni...Antoine Pitrou2011-07-091-0/+12
* #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
* #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+24
* Tweaks to sys.flags description table.Éric Araujo2011-03-261-33/+19
* Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge...Éric Araujo2010-12-161-3/+3
* Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-...Georg Brandl2010-11-261-13/+26
* Merged revisions 85530,85534,85538,85540-85542 via svnmerge fromGeorg Brandl2010-11-261-4/+5
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-1/+1
* Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-011-8/+4
* Fix typo in sys.float_info docs.Mark Dickinson2010-07-031-1/+1
* Clarify sys.float_info documentation.Mark Dickinson2010-07-021-35/+62
* Group the Windows entries in getfilesystemencoding doc, move the win 9x one a...Ezio Melotti2010-04-291-7/+9
* Fix warnings from "make check".Georg Brandl2010-03-121-1/+1
* settscdump is definitely an implementation detailBenjamin Peterson2010-03-061-0/+5
* Fix type on getwindowsversion documentation. Thanks Taggnostr.Eric Smith2010-01-271-1/+1
* Issue #7766: Change sys.getwindowsversion() return value to a named tuple and...Eric Smith2010-01-271-5/+30
* Updated sys.flags table in DocEzio Melotti2009-12-251-0/+4
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-0/+12
* Use "impl-detail" directive where applicable.Georg Brandl2009-10-221-10/+12
* fix typos/rephraseBenjamin Peterson2009-09-221-5/+5
* Fix a minor doc syntax typo.Brett Cannon2009-09-221-1/+1
* Note that sys._getframe is not guaranteed to exist in all implementations of ...Michael Foord2009-09-131-1/+2
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
* Issue #6042:Jeffrey Yasskin2009-05-231-3/+5
* #1096310: document usage of sys.__std*__ a bit better.Georg Brandl2009-03-311-3/+8
* #5529: backport new docs of import semantics written by Brett to 2.x.Georg Brandl2009-03-311-0/+37
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-0/+19
* Document that setting sys.py3kwarning wont do anything.Georg Brandl2009-02-261-1/+3
* Implement issue #4285, convert sys.version_info to a namedEric Smith2009-02-061-1/+5
* macos 9 isn't supportedBenjamin Peterson2009-01-101-1/+0
* move seealso to a more appropiate placeBenjamin Peterson2009-01-101-7/+4
* Remove trailing whitespace.Georg Brandl2009-01-031-3/+3
* fix indentation and a sphinx warningBenjamin Peterson2008-11-201-5/+4
* move useful sys.settrace information to the function's documentation from the...Benjamin Peterson2008-11-201-0/+50
* 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