summaryrefslogtreecommitdiffstats
path: root/Doc/reference/simple_stmts.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of "versionchanged" related markup errors.Georg Brandl2012-06-241-1/+0
* Issue #13683: raise with no exception in scope throws a RuntimeError; fix by ...Sandro Tosi2012-01-011-2/+2
* fix Rather that/Rather than; thanks to Reuben Thomas from docs@Sandro Tosi2011-12-241-1/+1
* Merge doc fixes.Georg Brandl2011-03-061-10/+0
|\
| * #11337: remove unreferenced footnote.Georg Brandl2011-03-061-7/+0
| * #11400: remove reference to pre-1.5 assignment behavior.Georg Brandl2011-03-061-3/+0
| * Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv...Georg Brandl2010-10-061-3/+3
| * Fix duplicate paragraph.Georg Brandl2010-06-271-4/+0
| * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-6/+10
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-10/+21
| * Merged revisions 74815 via svnmerge fromEzio Melotti2009-09-161-1/+1
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* | Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-151-4/+4
* | Remove duplicate period from reference docMichael Foord2010-11-181-1/+1
* | add newlineBenjamin Peterson2010-09-101-0/+1
* | #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-5/+4
* | TypoFlorent Xicluna2010-09-031-1/+1
* | Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-211-6/+2
* | Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-1/+1
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-6/+10
* | Merged revisions 74817-74820,74822-74824 via svnmerge fromGeorg Brandl2009-09-161-10/+21
* | #6910 - for->or typoEzio Melotti2009-09-161-1/+1
* | Document the import semantics that if None is found in sys.modules for a modu...Brett Cannon2009-08-301-1/+3
* | Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
|/
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-6/+2
* Merged revisions 71814-71817,71901-71903 via svnmerge fromGeorg Brandl2009-04-271-0/+5
* wild card import is only allowed at the module levelBenjamin Peterson2009-03-251-4/+4
* Document import's semantics for the language reference. This includes fillingBrett Cannon2009-03-211-53/+128
* Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-...Benjamin Peterson2009-02-191-4/+9
* raise more generic Exception() instead of RuntimeError() #5281Benjamin Peterson2009-02-161-1/+1
* #4992: next() method -> next() function.Georg Brandl2009-02-051-3/+3
* Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ...Benjamin Peterson2009-01-181-1/+2
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-031-2/+2
* Remove trailing whitespace.Georg Brandl2009-01-031-6/+6
* merge from trunkBenjamin Peterson2008-10-111-3/+3
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-221-1/+1
* Merged revisions 65378-65379,65430 via svnmerge fromGeorg Brandl2008-08-031-4/+7
* #3113: document exception chaining.Georg Brandl2008-07-191-3/+44
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-7/+5
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-1/+1
* #2762: remove 2.x remnants and patch up some new documentation.Georg Brandl2008-05-051-10/+6
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-131-1/+30
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-2/+5
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-31/+46
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-3/+17
* Two nits.Georg Brandl2007-12-291-1/+1
* Document nonlocal statement. Written for GHOP by "Canadabear".Georg Brandl2007-12-041-3/+33
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-41/+42
* Finish the first pass of the language reference update.Georg Brandl2007-09-071-182/+132
* Convert all print statements in the docs.Georg Brandl2007-09-041-1/+1