1. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  2. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  3. a73a34d merge by Raymond Hettinger · 10 years ago
  4. aa7886d Issue 21439: Minor issues in the reference manual. by Raymond Hettinger · 10 years ago
  5. 727a463 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  6. 9cc9026 Issue #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 10 years ago
  7. e9dcfd1 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  8. 7c895ed Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 10 years ago
  9. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
  10. d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) by Benjamin Peterson · 11 years ago
  11. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  12. e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
  13. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  14. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  15. 56ed284 Merge with 3.2. by Georg Brandl · 12 years ago
  16. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  17. 1b5123a Issue #14628: Document the fact that import always returns the module by Brett Cannon · 12 years ago
  18. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  19. b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
  20. 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  21. 1f7ce62 Implement PEP 380 - 'yield from' (closes #11682) by Nick Coghlan · 13 years ago
  22. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  23. e32acd0 #11337: remove unreferenced footnote. by Georg Brandl · 14 years ago
  24. 310337f #11400: remove reference to pre-1.5 assignment behavior. by Georg Brandl · 14 years ago
  25. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  26. bcc4810 Remove duplicate period from reference doc by Michael Foord · 14 years ago
  27. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 14 years ago
  28. d032532 add newline by Benjamin Peterson · 14 years ago
  29. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  30. 0c8414e Typo by Florent Xicluna · 14 years ago
  31. 525201a Fix duplicate paragraph. by Georg Brandl · 14 years ago
  32. 482b151 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 15 years ago
  33. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 15 years ago
  34. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  35. 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 · 15 years ago
  36. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  37. ee8783d Merged revisions 74817-74820,74822-74824 via svnmerge from by Georg Brandl · 15 years ago
  38. f4b4623 Merged revisions 74815 via svnmerge from by Ezio Melotti · 15 years ago
  39. 4bbfa2a #6910 - for->or typo by Ezio Melotti · 15 years ago
  40. 757df6e Document the import semantics that if None is found in sys.modules for a module then ImportError is raised. by Brett Cannon · 15 years ago
  41. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  42. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  43. 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 · 15 years ago
  44. ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 15 years ago
  45. 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 16 years ago
  46. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 16 years ago
  47. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  48. b785169 raise more generic Exception() instead of RuntimeError() #5281 by Benjamin Peterson · 16 years ago
  49. 6520d82 #4992: next() method -> next() function. by Georg Brandl · 16 years ago
  50. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  51. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  52. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  53. f10a79a merge from trunk by Benjamin Peterson · 16 years ago
  54. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  55. 5b318c0 Merged revisions 65378-65379,65430 via svnmerge from by Georg Brandl · 16 years ago
  56. 1aea30a #3113: document exception chaining. by Georg Brandl · 16 years ago
  57. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  58. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  59. e06de8b #2762: remove 2.x remnants and patch up some new documentation. by Georg Brandl · 16 years ago
  60. 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 · 16 years ago
  61. 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
  62. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  63. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  64. 18a499d Two nits. by Georg Brandl · 17 years ago
  65. c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 17 years ago
  66. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  67. 02c3056 Finish the first pass of the language reference update. by Georg Brandl · 17 years ago
  68. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  69. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago