| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix invalid markup and update suspicious ignores. | Georg Brandl | 2012-03-04 | 1 | -1/+1 |
|
|
* | merge with 3.2 | Georg Brandl | 2012-02-23 | 1 | -2/+3 |
|\ |
|
| * | Fix markup errors. | Georg Brandl | 2012-02-23 | 1 | -2/+4 |
|
|
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+4 |
|
|
* | | | Merge branch 3.2 | Petri Lehtinen | 2012-02-02 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 1 | -2/+4 |
|
|
* | | | Issue #13597: Improve documentation of standard streams. | Antoine Pitrou | 2011-12-15 | 1 | -19/+30 |
|\ \ \
| |/ / |
|
| * | | Issue #13597: Improve documentation of standard streams. | Antoine Pitrou | 2011-12-15 | 1 | -19/+30 |
|
|
* | | | Issue #12245 merge. | Mark Dickinson | 2011-11-19 | 1 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | Issue #12245: Document sys.float_info.rounds better. | Mark Dickinson | 2011-11-19 | 1 | -2/+6 |
|
|
* | | | Issue #13226: Add RTLD_xxx constants to the os module. These constants can by | Victor Stinner | 2011-10-25 | 1 | -5/+5 |
|
|
* | | | Merge 3.2 | Éric Araujo | 2011-10-04 | 1 | -16/+16 |
|\ \ \
| |/ / |
|
| * | | Fix markup used in the documentation of sys.prefix and sys.exec_prefix. | Éric Araujo | 2011-10-04 | 1 | -7/+7 |
|
|
| * | | Move doc of sys.dont_write_bytecode to make all attributes sorted again | Éric Araujo | 2011-10-04 | 1 | -9/+9 |
|
|
* | | | Fix minor wording issue. | Éric Araujo | 2011-10-04 | 1 | -1/+1 |
|
|
* | | | #13054: sys.maxunicode is now always 0x10FFFF. | Ezio Melotti | 2011-09-28 | 1 | -3/+7 |
|
|
* | | | Merge with 3.2. | Georg Brandl | 2011-09-04 | 1 | -1/+6 |
|\ \ \
| |/ / |
|
| * | | Update sys.platform doc for #12326. | Georg Brandl | 2011-09-03 | 1 | -16/+26 |
|
|
| * | | Move sys.subversion at the right place in alphabetical order, and informally ... | Antoine Pitrou | 2011-07-09 | 1 | -12/+18 |
|
|
* | | | Issue #12326: update sys.platform doc for Linux | Victor Stinner | 2011-08-21 | 1 | -7/+12 |
|
|
* | | | Issue #12326: document the recommended idiom for checking sys.platform on Uni... | Antoine Pitrou | 2011-07-09 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | Issue #12326: document the recommended idiom for checking sys.platform on Uni... | Antoine Pitrou | 2011-07-09 | 1 | -0/+12 |
|
|
* | | | Merge two minor doc changes into default. | Georg Brandl | 2011-05-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Use singular they. Thanks to Mark Summerfield. | Georg Brandl | 2011-05-13 | 1 | -1/+1 |
|
|
* | | | Merge #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | Merge #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
| |\ \
| | |/ |
|
| | * | #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
|
|
* | | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -0/+29 |
|
|
* | | | Merge 3.2 | Éric Araujo | 2011-04-27 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge 3.1 | Éric Araujo | 2011-04-27 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Branch merge | Éric Araujo | 2011-04-27 | 1 | -2/+2 |
| | |\ |
|
| | | * | Change markup so it generates a link | Éric Araujo | 2011-04-27 | 1 | -2/+2 |
|
|
* | | | | Branch merge | Éric Araujo | 2011-04-27 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Add versionchanged for c19752ea037f (#10998) | Éric Araujo | 2011-04-24 | 1 | -0/+3 |
|
|
* | | | | | Merge #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+23 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | Merge #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+23 |
| |\ \ \
| | |/ / |
|
| | * | | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 1 | -0/+23 |
| | |/ |
|
* | | | say struct sequence rather than structseq and link to glossary | Benjamin Peterson | 2011-04-20 | 1 | -12/+13 |
|
|
* | | | Branch merge | Éric Araujo | 2011-03-26 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 1 | -2/+0 |
|
|
* | | | | Merge 3.2 | Éric Araujo | 2011-03-26 | 1 | -27/+16 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Merge 3.1 | Éric Araujo | 2011-03-26 | 1 | -27/+16 |
| |\ \
| | |/ |
|
| | * | Tweaks to sys.flags description table. | Éric Araujo | 2011-03-25 | 1 | -25/+15 |
|
|
| | * | Merged revisions 86521,86632,86823-86824,87294,87296,87300,87302 via svnmerge... | Éric Araujo | 2010-12-16 | 1 | -3/+3 |
|
|
| | * | Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,... | Georg Brandl | 2010-11-26 | 1 | -13/+26 |
|
|
| | * | Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -4/+5 |
|
|
| | * | Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from | Alexander Belopolsky | 2010-11-05 | 1 | -1/+1 |
|
|
| | * | Merged revisions 84142 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|