summaryrefslogtreecommitdiff
path: root/Doc/library/sys.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...Xiang Zhang2018-01-241-18/+32
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+4
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+6
| * Issue #17176: Document that imp.NullImporter is no longerBrett Cannon2013-03-131-3/+6
| * Close #15465: Document C API version macrosNick Coghlan2013-03-071-23/+1
| * remove warning about tb circular reference (closes #7340)Benjamin Peterson2013-01-151-15/+0
| * Merge fixes for #13614, #13512 and #7719 from 3.2Éric Araujo2012-12-081-1/+1
| |\
| | * Fix a few markup/grammar nitsÉric Araujo2012-12-081-1/+1
| * | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-1/+3
| * | Added cross-references to venv definition.Vinay Sajip2012-07-091-11/+14
| * | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+16
| * | Elaborate that sizeof only accounts for the object itself.Martin v. Löwis2012-06-171-0/+3
| * | A few documentation improvements, spurred on by Brett's review.Barry Warsaw2012-06-041-10/+13
| * | Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-0/+38
| * | Add missing versionadded.Georg Brandl2012-05-261-0/+6
| * | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+28
| * | Fix invalid markup and update suspicious ignores.Georg Brandl2012-03-041-1/+1
| * | merge with 3.2Georg Brandl2012-02-231-2/+3
| |\ \ | | |/
| | * Fix markup errors.Georg Brandl2012-02-231-2/+4
| * | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-0/+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
| * | | Merge branch 3.2Petri Lehtinen2012-02-021-2/+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 #13597: Improve documentation of standard streams.Antoine Pitrou2011-12-151-19/+30
| * | | Issue #12245 merge.Mark Dickinson2011-11-191-2/+6
| |\ \ \ | | |/ /
| | * | Issue #12245: Document sys.float_info.rounds better.Mark Dickinson2011-11-191-2/+6
| * | | Issue #13226: Add RTLD_xxx constants to the os module. These constants can byVictor Stinner2011-10-251-5/+5
| * | | Merge 3.2Éric Araujo2011-10-051-16/+16
| |\ \ \ | | |/ /
| | * | 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-9/+9
| * | | Fix minor wording issue.Éric Araujo2011-10-051-1/+1
| * | | #13054: sys.maxunicode is now always 0x10FFFF.Ezio Melotti2011-09-291-3/+7
| * | | Merge with 3.2.Georg Brandl2011-09-041-1/+6
| |\ \ \ | | |/ /
| | * | 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: update sys.platform doc for LinuxVictor Stinner2011-08-211-7/+12
| * | | Issue #12326: document the recommended idiom for checking sys.platform on Uni...Antoine Pitrou2011-07-091-0/+12
| |\ \ \ | | |/ /
| | * | Issue #12326: document the recommended idiom for checking sys.platform on Uni...Antoine Pitrou2011-07-091-0/+12
| * | | Merge two minor doc changes into default.Georg Brandl2011-05-131-1/+1
| |\ \ \ | | |/ /
| | * | 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
| |\ \ \ | | |/ /
| | * | 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
| * | | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-0/+29
| * | | Merge 3.2Éric Araujo2011-04-271-2/+2
| |\ \ \ | | |/ /