summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-211-0/+1
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-211-0/+5
| * Merged revisions 83429,83436 via svnmerge fromGeorg Brandl2010-08-011-8/+4
| * Merged revisions 82476 via svnmerge fromMark Dickinson2010-07-031-1/+1
| * Merged revisions 82446 via svnmerge fromMark Dickinson2010-07-021-35/+62
| * Merged revisions 78717 via svnmerge fromGeorg Brandl2010-05-191-0/+5
| * Merged revisions 80620 via svnmerge fromEzio Melotti2010-04-291-7/+9
| * Merged revisions 78859-78860,78952,79168-79169,79173,79176,79178-79179,79181,...Georg Brandl2010-03-211-1/+1
| * Merged revisions 77050 via svnmerge fromEzio Melotti2009-12-251-0/+4
| * Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,...Georg Brandl2009-10-271-10/+12
| * Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,...Georg Brandl2009-10-271-1/+2
| * Merged revisions 74209 via svnmerge fromGeorg Brandl2009-10-271-1/+1
| * Merged revisions 75032 via svnmerge fromBenjamin Peterson2009-09-221-5/+5
| * Merged revisions 75024 via svnmerge fromBrett Cannon2009-09-221-1/+1
| * Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,...Georg Brandl2009-04-051-1/+3
| * Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,...Georg Brandl2009-04-051-3/+8
| * Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,...Georg Brandl2009-04-051-0/+37
| * Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,...Georg Brandl2009-01-141-8/+4
| * Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-031-3/+3
| * Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,...Georg Brandl2008-12-051-2/+51
* | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-2/+4
* | None is not a keyword, link file.next() to functions.html#nextSandro Tosi2012-01-141-2/+2
* | update to new C roles and directivesSandro Tosi2012-01-141-4/+4
* | Issue #12245: Document sys.float_info.rounds better.Mark Dickinson2011-11-191-2/+6
* | Fix markup used in the documentation of sys.prefix and sys.exec_prefix.Éric Araujo2011-10-051-7/+7
* | Move doc of sys.dont_write_bytecode to make all attributes sorted againÉric Araujo2011-10-051-11/+11
* | Update sys.platform doc for #12326.Victor Stinner2011-09-051-18/+28
* | 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