| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Merged revisions 75797 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -6/+5 |
|
|
| | * | Merged revisions 75231 via svnmerge from | Benjamin Peterson | 2009-10-04 | 2 | -13/+11 |
|
|
| | * | Merged revisions 75059 via svnmerge from | Ezio Melotti | 2009-09-25 | 1 | -2/+2 |
|
|
| | * | #6935: update version. | Georg Brandl | 2009-09-18 | 1 | -3/+3 |
|
|
| | * | Merged revisions 74821,74828-74831,74833,74835 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -3/+4 |
|
|
| | * | Merged revisions 74745 via svnmerge from | Benjamin Peterson | 2009-09-11 | 1 | -4/+24 |
|
|
| | * | Merged revisions 74613,74615,74619-74620,74622 via svnmerge from | Georg Brandl | 2009-09-01 | 2 | -9/+18 |
|
|
| | * | Merged revisions 74412 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -5/+2 |
|
|
| | * | Merged revisions 74403 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -3/+1 |
|
|
| | * | Merged revisions 74405 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
| | * | Merged revisions 73656,73658,73663,73666 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -5/+5 |
|
|
| | * | Merged revisions 74264 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -4/+4 |
|
|
| | * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 5 | -102/+116 |
|
|
| | * | Clean-up floating point tutorial | Raymond Hettinger | 2009-06-29 | 1 | -23/+28 |
|
|
| | * | Merged revisions 73642 via svnmerge from | Mark Dickinson | 2009-06-28 | 1 | -2/+2 |
|
|
| | * | Merged revisions 73640 via svnmerge from | Mark Dickinson | 2009-06-28 | 1 | -10/+3 |
|
|
| | * | Merged revisions 73636 via svnmerge from | Mark Dickinson | 2009-06-28 | 3 | -9/+9 |
|
|
| * | | Issue #11304: Input/output tutorial - PI is rounded not truncated. | Raymond Hettinger | 2011-02-24 | 1 | -1/+1 |
|
|
* | | | Issue #11304: Input/output tutorial - PI is rounded not truncated. | Raymond Hettinger | 2011-02-24 | 1 | -1/+1 |
|
|
* | | | Bump trunk to 3.3 alpha 0. | Georg Brandl | 2011-02-20 | 3 | -9/+9 |
|/ / |
|
* | | Remove confusing paragraph -- this is relevant only to advanced users anyway ... | Georg Brandl | 2010-12-28 | 1 | -8/+0 |
|
|
* | | #10559: provide instructions for accessing sys.argv when first mentioned. | R. David Murray | 2010-12-17 | 1 | -2/+3 |
|
|
* | | Fix input type for zlib. | Georg Brandl | 2010-11-30 | 1 | -2/+2 |
|
|
* | | Better example for os.system(): do not change the system time. | Georg Brandl | 2010-11-26 | 1 | -3/+3 |
|
|
* | | (no commit message) | Terry Reedy | 2010-11-12 | 1 | -5/+6 |
|
|
* | | Fix typo. | Georg Brandl | 2010-11-10 | 1 | -1/+1 |
|
|
* | | Extra space caught by the post-commit-hook, aka Taggnostr :) | Senthil Kumaran | 2010-11-08 | 1 | -1/+1 |
|
|
* | | Fix Issue 10303: a small clarification in the tutorial. | Senthil Kumaran | 2010-11-08 | 1 | -2/+2 |
|
|
* | | #9138: reword introduction to classes in Python. | Georg Brandl | 2010-10-17 | 1 | -16/+16 |
|
|
* | | Refrain from using inline suites. | Georg Brandl | 2010-10-15 | 1 | -2/+4 |
|
|
* | | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | | Fix typo. | Georg Brandl | 2010-09-20 | 1 | -1/+1 |
|
|
* | | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -2/+2 |
|
|
* | | Issue #4570: Clean-up tutorial example | Raymond Hettinger | 2010-08-08 | 1 | -9/+5 |
|
|
* | | Issue #9337: Make float.__str__ identical to float.__repr__. | Mark Dickinson | 2010-08-04 | 1 | -6/+5 |
|
|
* | | Clarify that abs() is not a namespace. | Georg Brandl | 2010-08-02 | 1 | -1/+1 |
|
|
* | | Fix typo. | Mark Dickinson | 2010-07-29 | 1 | -1/+1 |
|
|
* | | Clarification. Yay importlib! | Georg Brandl | 2010-07-19 | 1 | -2/+5 |
|
|
* | | Remove mention of execfile from the tutorial. | Mark Dickinson | 2010-07-12 | 1 | -6/+6 |
|
|
* | | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 2 | -2/+2 |
|
|
* | | Wording fix. | Georg Brandl | 2010-06-27 | 1 | -4/+1 |
|
|
* | | Remove redundant example. | Georg Brandl | 2010-05-21 | 1 | -4/+1 |
|
|
* | | Update the python version in the interpreter tutorial. | Ezio Melotti | 2010-04-20 | 1 | -1/+1 |
|
|
* | | Merged revisions 79522 via svnmerge from | Ezio Melotti | 2010-03-31 | 1 | -14/+13 |
|
|
* | | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 | 1 | -0/+6 |
|
|
* | | Merged revisions 79179 via svnmerge from | Georg Brandl | 2010-03-21 | 1 | -0/+5 |
|
|
* | | Merged revisions 78576 via svnmerge from | Steven Bethard | 2010-03-02 | 1 | -1/+1 |
|
|
* | | Fixing Issue7399 - Fixing an example of urllib usage. | Senthil Kumaran | 2010-02-22 | 1 | -0/+1 |
|
|
* | | Recorded merge of revisions 78024 via svnmerge from | Georg Brandl | 2010-02-06 | 1 | -1/+1 |
|
|
* | | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 2 | -2/+2 |
|
|