| Commit message (Expand) | Author | Age | Files | Lines |
* | Move sys.subversion at the right place in alphabetical order, | Antoine Pitrou | 2011-07-09 | 1 | -14/+20 |
|
|
* | Issue #12326: document the recommended idiom for checking sys.platform on Uni... | Antoine Pitrou | 2011-07-09 | 1 | -0/+12 |
|
|
* | #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
|
|
* | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+24 |
|
|
* | Tweaks to sys.flags description table. | Éric Araujo | 2011-03-26 | 1 | -33/+19 |
|
|
* | Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge... | Éric Araujo | 2010-12-16 | 1 | -3/+3 |
|
|
* | Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-... | Georg Brandl | 2010-11-26 | 1 | -13/+26 |
|
|
* | Merged revisions 85530,85534,85538,85540-85542 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -4/+5 |
|
|
* | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -8/+4 |
|
|
* | Fix typo in sys.float_info docs. | Mark Dickinson | 2010-07-03 | 1 | -1/+1 |
|
|
* | Clarify sys.float_info documentation. | Mark Dickinson | 2010-07-02 | 1 | -35/+62 |
|
|
* | Group the Windows entries in getfilesystemencoding doc, move the win 9x one a... | Ezio Melotti | 2010-04-29 | 1 | -7/+9 |
|
|
* | Fix warnings from "make check". | Georg Brandl | 2010-03-12 | 1 | -1/+1 |
|
|
* | settscdump is definitely an implementation detail | Benjamin Peterson | 2010-03-06 | 1 | -0/+5 |
|
|
* | Fix type on getwindowsversion documentation. Thanks Taggnostr. | Eric Smith | 2010-01-27 | 1 | -1/+1 |
|
|
* | Issue #7766: Change sys.getwindowsversion() return value to a named tuple and... | Eric Smith | 2010-01-27 | 1 | -5/+30 |
|
|
* | Updated sys.flags table in Doc | Ezio Melotti | 2009-12-25 | 1 | -0/+4 |
|
|
* | Issue #7117 (backport py3k float repr) continued: | Mark Dickinson | 2009-10-24 | 1 | -0/+12 |
|
|
* | Use "impl-detail" directive where applicable. | Georg Brandl | 2009-10-22 | 1 | -10/+12 |
|
|
* | fix typos/rephrase | Benjamin Peterson | 2009-09-22 | 1 | -5/+5 |
|
|
* | Fix a minor doc syntax typo. | Brett Cannon | 2009-09-22 | 1 | -1/+1 |
|
|
* | Note that sys._getframe is not guaranteed to exist in all implementations of ... | Michael Foord | 2009-09-13 | 1 | -1/+2 |
|
|
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
|
|
* | Issue #6042: | Jeffrey Yasskin | 2009-05-23 | 1 | -3/+5 |
|
|
* | #1096310: document usage of sys.__std*__ a bit better. | Georg Brandl | 2009-03-31 | 1 | -3/+8 |
|
|
* | #5529: backport new docs of import semantics written by Brett to 2.x. | Georg Brandl | 2009-03-31 | 1 | -0/+37 |
|
|
* | Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. | Mark Dickinson | 2009-03-20 | 1 | -0/+19 |
|
|
* | Document that setting sys.py3kwarning wont do anything. | Georg Brandl | 2009-02-26 | 1 | -1/+3 |
|
|
* | Implement issue #4285, convert sys.version_info to a named | Eric Smith | 2009-02-06 | 1 | -1/+5 |
|
|
* | macos 9 isn't supported | Benjamin Peterson | 2009-01-10 | 1 | -1/+0 |
|
|
* | move seealso to a more appropiate place | Benjamin Peterson | 2009-01-10 | 1 | -7/+4 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -3/+3 |
|
|
* | fix indentation and a sphinx warning | Benjamin Peterson | 2008-11-20 | 1 | -5/+4 |
|
|
* | move useful sys.settrace information to the function's documentation from the... | Benjamin Peterson | 2008-11-20 | 1 | -0/+50 |
|
|
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -2/+2 |
|
|
* | Added garbage collector overhead and optional default return value to | Robert Schuppenies | 2008-07-10 | 1 | -2/+9 |
|
|
* | - Issue #2862: Make int and float freelist management consistent with other | Gregory P. Smith | 2008-07-06 | 1 | -16/+0 |
|
|
* | Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. | Robert Schuppenies | 2008-06-01 | 1 | -0/+10 |
|
|
* | Patch #2488: Add sys.maxsize. | Martin v. Löwis | 2008-05-20 | 1 | -0/+5 |
|
|
* | Windows x64 also falls under VER_PLATFORM_WIN32_NT. | Jeroen Ruigrok van der Werven | 2008-04-21 | 1 | -11/+11 |
|
|
* | Add missing versionadded tag. | Georg Brandl | 2008-03-21 | 1 | -0/+2 |
|
|
* | Patch #1953 | Christian Heimes | 2008-02-04 | 1 | -2/+22 |
|
|
* | Added clear cache methods to clear the internal type lookup cache for ref lea... | Christian Heimes | 2008-01-27 | 1 | -0/+7 |
|
|
* | #1648: add sys.gettrace() and sys.getprofile(). | Georg Brandl | 2008-01-20 | 1 | -0/+29 |
|
|
* | #799369: document possible sys.platform values. | Georg Brandl | 2008-01-20 | 1 | -3/+20 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2008-01-15 | 1 | -1/+1 |
|
|
* | Now that I've learnt about structseq objects I felt like converting sys.float... | Christian Heimes | 2008-01-14 | 1 | -2/+2 |
|
|
* | Applied patch #1816: sys.flags patch | Christian Heimes | 2008-01-14 | 1 | -0/+38 |
|
|
* | Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO... | Georg Brandl | 2008-01-07 | 1 | -0/+11 |
|
|