summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* abiflags: alphabetize and versionaddedBarry Warsaw2010-10-161-5/+7
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-0/+5
* #6798: fix wrong docs for the arguments to several trace events.Georg Brandl2010-10-151-4/+5
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-5/+5
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-4/+4
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-101-9/+0
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-011-12/+0
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-4/+4
* Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-1/+1
* #9442: do not document a specific format for sys.version; rather refer to ver...Georg Brandl2010-07-311-9/+4
* #5778: document that sys.version can contain a newline.Georg Brandl2010-07-311-2/+3
* Merged revisions 82476 via svnmerge fromMark Dickinson2010-07-031-1/+1
* Merged revisions 82446 via svnmerge fromMark Dickinson2010-07-021-35/+61
* Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-0/+24
* Issue #8610: Load file system codec at startup, and display a fatal error onVictor Stinner2010-05-151-5/+7
* Merged revisions 80620 via svnmerge fromEzio Melotti2010-04-291-7/+9
* Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,...Benjamin Peterson2010-03-211-0/+4
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-211-10/+7
* Merged revisions 78859-78860 via svnmerge fromGeorg Brandl2010-03-121-1/+1
* updated/removed a few versionadded/versionchangedEzio Melotti2010-01-271-1/+1
* Merged revisions 77767 via svnmerge fromEric Smith2010-01-271-1/+1
* Merged revisions 77763 via svnmerge fromEric Smith2010-01-271-5/+30
* Merged revisions 77050 via svnmerge fromEzio Melotti2009-12-251-5/+3
* Add version tags to sys.{get,set}switchintervalAntoine Pitrou2009-11-111-0/+4
* Add a couple of words about the new GIL implementationAntoine Pitrou2009-11-101-0/+25
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-10/+12
* Remove AtheOS support, as per PEP 11 (which claims that all code was removed ...Antoine Pitrou2009-10-241-1/+0
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-6/+7
* Merged revisions 75024 via svnmerge fromBrett Cannon2009-09-221-1/+1
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-1/+0
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-3/+5
* rewrite binary std streams part; note that detach()/buffer will not always workBenjamin Peterson2009-06-141-3/+8
* typoBenjamin Peterson2009-05-131-1/+1
* two editsBenjamin Peterson2009-05-121-2/+2
* add example functionBenjamin Peterson2009-05-121-1/+7
* detach() is a nifty trick for making std* binaryBenjamin Peterson2009-05-121-5/+4
* Issue #1580: use short float repr where possible.Mark Dickinson2009-04-161-0/+13
* Update whatsnew based on doc search.Raymond Hettinger2009-04-091-1/+1
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-8/+12
* Document import's semantics for the language reference. This includes fillingBrett Cannon2009-03-211-0/+37
* Add ..versionadded for sys.int_info, update py3k version ofMark Dickinson2009-03-201-0/+2
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-181-0/+17
* Merged revisions 69331 via svnmerge fromEric Smith2009-02-061-1/+5
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-9/+5