summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix a few markup/grammar nitsÉric Araujo2012-12-081-1/+1
* Fix markup errors.Georg Brandl2012-02-231-2/+4
* Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+4
|\
| * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+4
* | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-2/+4
* | Issue #13597: Improve documentation of standard streams.Antoine Pitrou2011-12-151-19/+30
* | 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-041-7/+7
* | Move doc of sys.dont_write_bytecode to make all attributes sorted againÉric Araujo2011-10-041-9/+9
* | Update sys.platform doc for #12326.Georg Brandl2011-09-031-16/+26
* | Move sys.subversion at the right place in alphabetical order, and informally ...Antoine Pitrou2011-07-091-12/+18
* | Issue #12326: document the recommended idiom for checking sys.platform on Uni...Antoine Pitrou2011-07-091-0/+12
* | Use singular they. Thanks to Mark Summerfield.Georg Brandl2011-05-131-1/+1
* | Merge #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
|\ \ | |/
| * #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
* | Merge 3.1Éric Araujo2011-04-271-2/+2
|\ \ | |/
| * Branch mergeÉric Araujo2011-04-271-2/+2
| |\
| | * Change markup so it generates a linkÉric Araujo2011-04-271-2/+2
* | | Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+23
|\ \ \ | |/ /
| * | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+23
| |/
* | Merge 3.1Éric Araujo2011-03-261-27/+16
|\ \ | |/
| * Tweaks to sys.flags description table.Éric Araujo2011-03-251-25/+15
| * Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge...Éric Araujo2010-12-161-3/+3
| * Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,...Georg Brandl2010-11-261-13/+26
| * Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge fromGeorg Brandl2010-11-261-4/+5
| * Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge fromAlexander Belopolsky2010-11-051-1/+1
| * Merged revisions 84142 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| * Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,...Georg Brandl2010-10-061-1/+1
| * Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv...Georg Brandl2010-10-061-10/+7
| * Merged revisions 77236,77383,77399,77857,78238,78861-78862,78958 via svnmerge...Georg Brandl2010-10-061-1/+1
| * Merged revisions 84827-84829 via svnmerge fromAntoine Pitrou2010-09-151-4/+4
| * Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-011-8/+4
| * Merged revisions 82478 via svnmerge fromMark Dickinson2010-07-031-1/+1
| * Merged revisions 82452 via svnmerge fromMark Dickinson2010-07-021-35/+61
| * Merged revisions 80624 via svnmerge fromEzio Melotti2010-04-291-7/+9
| * Merged revisions 77052 via svnmerge fromEzio Melotti2009-12-251-5/+3
| * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-10/+12
| * Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-6/+7
| * Merged revisions 75026 via svnmerge fromBrett Cannon2009-09-221-1/+1
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-1/+0
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* | Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-151-2/+2
* | Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric...Georg Brandl2010-12-281-0/+5
* | Add link to a sample solution to a common problem.Raymond Hettinger2010-12-171-0/+3
* | Issue #10601: sys.displayhook uses 'backslashreplace' error handler onVictor Stinner2010-12-041-2/+28
* | Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-181-3/+3
* | Issue #7061: Dropped "for Tk" from turtle module title and moved itsAlexander Belopolsky2010-10-271-1/+1
* | Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+24
* | #9237: document sys.call_tracing().Georg Brandl2010-10-171-0/+7
* | #5962: clarify sys.exit() vs. threads.Georg Brandl2010-10-171-13/+19