- eba109a Doc: Remove old Python version from future stmt (GH-21802) by Andre Delfino · 4 years, 10 months ago
- 8af239e bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) by Victor Stinner · 4 years, 11 months ago
- 894e30c bpo-38434: Fixes some audit event documentation (GH-16932) by Steve Dower · 6 years ago
- 8bcf262 More updates to the annotated assignments docs (GH-13794) by Ivan Levkivskyi · 6 years ago
- 82eac26 Update the annotated assignment docs (GH-13757) by Ivan Levkivskyi · 6 years ago
- 5861cdd Don't use the LHS/RHS acronym in Simple statements (GH-12996) by Andre Delfino · 6 years ago
- 70bf713 bpo-30840: Document relative imports (#12831) by Joannah Nanjekye · 6 years ago
- b7105c9 bpo-35566: Add links to annotation glossary term (GH-11291) by Cheryl Sabella · 7 years ago
- 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 7 years ago
- 082875d bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) by Julien Palard · 7 years ago
- cdb96f4 Add future_stmt to simple_stmt production list. (GH-8239) by Andrés Delfino · 7 years ago
- ea6a28c Mark -c and -O as command line options in reStructuredText. (GH-10103) by Andrés Delfino · 7 years ago
- 913876d bpo-35054: Add yet more index entries for symbols. (GH-10121) by Serhiy Storchaka · 7 years ago
- ddb961d bpo-35054: Add more index entries for symbols. (GH-10064) by Serhiy Storchaka · 7 years ago
- 0f14fc1 bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) by Andrés Delfino · 7 years ago
- caccca78 bpo-33702: Add some missing links in production lists and do a little polish (GH-7259) by Andrés Delfino · 7 years ago
- fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 7 years ago
- 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 8 years ago
- 8d59aca Fix typo in Simple Statements documentation (GH-3809) by kms70847 · 8 years ago
- 9efad1e bpo-17188: add missing periods at the end of sentences (GH-1875) by Mariatta · 8 years ago
- 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 8 years ago
- f34c6850 Fix a trivial typo in global section (#1497) by Jim Fasarakis-Hilliard · 8 years ago
- 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 9 years ago
- 015d874 Issue #28076: Variable annotations should be mangled for private names. by Guido van Rossum · 9 years ago
- 6cff874 Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. by Guido van Rossum · 9 years ago
- f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
- 99cb0cd Issue #24136: Merge unpacking doc from 3.5 by Martin Panter · 9 years ago
- 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 9 years ago
- 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 9 years ago
- 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 9 years ago
- cec9581 Issue #27049: fix doc typo by Ned Deily · 9 years ago
- dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
- f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
- e21a531 merge with 3.4 by Georg Brandl · 11 years ago
- a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
- a73a34d merge by Raymond Hettinger · 11 years ago
- aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 11 years ago
- 727a463 Merge with 3.4 by Terry Jan Reedy · 11 years ago
- 9cc9026 Issue #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 11 years ago
- e9dcfd1 Merge with 3.4 by Terry Jan Reedy · 11 years ago
- 7c895ed Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 11 years ago
- d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
- d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 12 years ago
- 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 12 years ago
- e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 13 years ago
- dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 13 years ago
- d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 13 years ago
- 56ed284 Merge with 3.2. by Georg Brandl · 13 years ago
- 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 13 years ago
- 1b5123a Issue #14628: Document the fact that import always returns the module by Brett Cannon · 13 years ago
- 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 14 years ago
- b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 14 years ago
- 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 14 years ago
- 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 14 years ago
- 891391b Merge doc fixes. by Georg Brandl · 14 years ago
- e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 14 years ago
- 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 14 years ago
- 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 15 years ago
- bcc4810 Remove duplicate period from reference doc by Michael Foord · 15 years ago
- 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 15 years ago
- d032532 add newline by Benjamin Peterson · 15 years ago
- ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 15 years ago
- 0c8414e Typo by Florent Xicluna · 15 years ago
- 525201a Fix duplicate paragraph. by Georg Brandl · 15 years ago
- 482b151 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 15 years ago
- c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 16 years ago
- 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 16 years ago
- 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 16 years ago
- b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 16 years ago
- ee8783d Merged revisions 74817-74820,74822-74824 via svnmerge from by Georg Brandl · 16 years ago
- f4b4623 Merged revisions 74815 via svnmerge from by Ezio Melotti · 16 years ago
- 4bbfa2a #6910 - for->or typo by Ezio Melotti · 16 years ago
- 757df6e Document the import semantics that if None is found in sys.modules for a module then ImportError is raised. by Brett Cannon · 16 years ago
- c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 16 years ago
- 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
- fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 16 years ago
- ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 16 years ago
- 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 16 years ago
- e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 16 years ago
- d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
- b785169 raise more generic Exception() instead of RuntimeError() #5281 by Benjamin Peterson · 16 years ago
- 6520d82 #4992: next() method -> next() function. by Georg Brandl · 17 years ago
- b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 17 years ago
- 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 17 years ago
- 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
- f10a79a merge from trunk by Benjamin Peterson · 17 years ago
- 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 17 years ago
- 5b318c0 Merged revisions 65378-65379,65430 via svnmerge from by Georg Brandl · 17 years ago
- 1aea30a #3113: document exception chaining. by Georg Brandl · 17 years ago
- e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 17 years ago
- f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 17 years ago
- e06de8b #2762: remove 2.x remnants and patch up some new documentation. by Georg Brandl · 17 years ago
- 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 17 years ago
- dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
- faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 18 years ago
- 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
- 18a499d Two nits. by Georg Brandl · 18 years ago
- c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 18 years ago
- 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 18 years ago
- 02c3056 Finish the first pass of the language reference update. by Georg Brandl · 18 years ago