summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
Commit message (Collapse)AuthorAgeFilesLines
* Added cross-references to venv definition.Vinay Sajip2012-07-091-11/+14
|
* Issue #14785: Add sys._debugmallocstats() to help debug low-level memory ↵David Malcolm2012-06-221-0/+16
| | | | allocation issues
* 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
| | | | Issue 14673: Add sys.implementation
* 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-201-0/+4
|\ \ | |/
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of ↵Georg Brandl2012-02-201-0/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
| | * Issue #13703: add a way to randomize the hash values of basic types (str, ↵Georg Brandl2012-02-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
* | | Merge branch 3.2Petri Lehtinen2012-02-021-2/+4
|\ \ \ | |/ / | | | | | | Closes #13402.
| * | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-2/+4
| | | | | | | | | | | | Closes #13402.
* | | 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
| | | | | | | | | | | | used with sys.setdlopenflags().
* | | Merge 3.2Éric Araujo2011-10-041-16/+16
|\ \ \ | |/ /
| * | Fix markup used in the documentation of sys.prefix and sys.exec_prefix.Éric Araujo2011-10-041-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Using the file role with {placeholders} is IMO clearer than fake Python code. - The fact that sys.version[:3] gives '3.2' is a CPython detail and should not be advertised (see #9442), even if some stdlib modules currently rely on that detail.
| * | Move doc of sys.dont_write_bytecode to make all attributes sorted againÉric Araujo2011-10-041-9/+9
| | |
* | | Fix minor wording issue.Éric Araujo2011-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | sys.maxunicode is not called and thus does not return anything; it *is* something. (I checked the doc quickly to see if it tells that expression return things but found nothing.) I also removed markup that would just generate a useless link to the enclosing section.
* | | #13054: sys.maxunicode is now always 0x10FFFF.Ezio Melotti2011-09-281-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
| | | | | | | | | | | | deprecate it.
* | | Issue #12326: update sys.platform doc for LinuxVictor Stinner2011-08-211-7/+12
| | |
* | | Issue #12326: document the recommended idiom for checking sys.platform on ↵Antoine Pitrou2011-07-091-0/+12
|\ \ \ | |/ / | | | | | | | | | | | | Unix systems. Also, point to the various alternatives.
| * | Issue #12326: document the recommended idiom for checking sys.platform on ↵Antoine Pitrou2011-07-091-0/+12
| | | | | | | | | | | | | | | | | | Unix systems. Also, point to the various alternatives.
* | | 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
|\ \ \ | |/ /
| * | 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
| | | |
* | | | Branch mergeÉric Araujo2011-04-271-0/+3
|\ \ \ \
| * | | | Add versionchanged for c19752ea037f (#10998)Éric Araujo2011-04-241-0/+3
| | | | |
* | | | | Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+23
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / Patch by Sijin Joseph.
| * | | Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+23
| |\ \ \ | | |/ / | | | | | | | | Patch by Sijin Joseph.
| | * | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+23
| | |/ | | | | | | | | | Patch by Sijin Joseph.
* | | say struct sequence rather than structseq and link to glossaryBenjamin Peterson2011-04-201-12/+13
| | |
* | | Branch mergeÉric Araujo2011-03-261-1/+0
|\ \ \
| * | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-2/+0
| | | |
* | | | Merge 3.2Éric Araujo2011-03-261-27/+16
|\ \ \ \ | |/ / / |/| / / | |/ /