1. 3ae4272 Merge minor doc change from 3.2 by Éric Araujo · 13 years ago
  2. 9fbfe15 Add missing reST target to one heading in the tutorial by Éric Araujo · 13 years ago
  3. 6c32b4a merge with 3.2 by Georg Brandl · 13 years ago
  4. da623ed Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  5. 2cdee70 Split combined code/doctest code blocks in two blocks, to enable proper highlighting. by Georg Brandl · 13 years ago
  6. 5c1da90 Merge 3.2 by Éric Araujo · 13 years ago
  7. 722bec4 Merge 3.1 by Éric Araujo · 13 years ago
  8. a464d4e Remove untrue statement from tutorial by Éric Araujo · 13 years ago
  9. 0def5c6 Merge with 3.1. by Ezio Melotti · 13 years ago
  10. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  11. 32657fb Merge with 3.2. by Ezio Melotti · 13 years ago
  12. a3dd56b Use with statement where it improves the documentation (closes #10461) by Éric Araujo · 13 years ago
  13. 52d3e7e Name c -> cls in example. by Georg Brandl · 13 years ago
  14. 1ebca48 Merge doc fixes. by Georg Brandl · 13 years ago
  15. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  16. 3640e18 #11405: do not reference the string module again for its deprecated functions, only for Template class. by Georg Brandl · 13 years ago
  17. d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 13 years ago
  18. c38f025 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 13 years ago
  19. 756fe26 Issue #11304: Input/output tutorial - PI is rounded not truncated. by Raymond Hettinger · 13 years ago
  20. 3ebb6b3 Bump trunk to 3.3 alpha 0. by Georg Brandl · 13 years ago
  21. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  22. 6d6fa47 Merged revisions 86882 via svnmerge from by Georg Brandl · 14 years ago
  23. fcf3a0c Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial. by Georg Brandl · 14 years ago
  24. a396463 #10559: provide instructions for accessing sys.argv when first mentioned. by R. David Murray · 14 years ago
  25. 53afa6d Fix input type for zlib. by Georg Brandl · 14 years ago
  26. ae26cce Recorded merge of revisions 86795,86798-86799,86801 via svnmerge from by Georg Brandl · 14 years ago
  27. fe12390 Better example for os.system(): do not change the system time. by Georg Brandl · 14 years ago
  28. f65e25b Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 14 years ago
  29. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  30. c524cff Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from by Georg Brandl · 14 years ago
  31. b89e4fc Backport rev86422 for issue 10304 from py3k to 31-maint by Terry Reedy · 14 years ago
  32. 02a807e by Terry Reedy · 14 years ago
  33. 1790ed2 Fix typo. by Georg Brandl · 14 years ago
  34. c64cb6f Extra space caught by the post-commit-hook, aka Taggnostr :) by Senthil Kumaran · 14 years ago
  35. a881971 Merged revisions 86310 via svnmerge from by Senthil Kumaran · 14 years ago
  36. 43d8cd8 Merged revisions 86310 via svnmerge from by Senthil Kumaran · 14 years ago
  37. a0fa1ce Fix Issue 10303: a small clarification in the tutorial. by Senthil Kumaran · 14 years ago
  38. a192828 #9138: reword introduction to classes in Python. by Georg Brandl · 14 years ago
  39. 70543ac Refrain from using inline suites. by Georg Brandl · 14 years ago
  40. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  41. 57a5e3f Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-84531,84553,84619,84684,84915-84916 via svnmerge from by Georg Brandl · 14 years ago
  42. 13f959b Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,83599,83612,83659,83977,84015-84018,84020,84141 via svnmerge from by Georg Brandl · 14 years ago
  43. c7b6908 Merged revisions 82262,82269,82434,82480-82481,82484-82485,82487-82488,82594,82599,82615 via svnmerge from by Georg Brandl · 14 years ago
  44. 448f20b Fix typo. by Georg Brandl · 14 years ago
  45. 25d535e Merged revisions 84827-84829 via svnmerge from by Antoine Pitrou · 14 years ago
  46. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  47. 2914308 Issue #4570: Clean-up tutorial example by Raymond Hettinger · 14 years ago
  48. afdeca9 Issue #4570: Clean-up tutorial example by Raymond Hettinger · 14 years ago
  49. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  50. 17dafdc Clarify that abs() is not a namespace. by Georg Brandl · 14 years ago
  51. 57ebc91 Merged revisions 82965 via svnmerge from by Georg Brandl · 14 years ago
  52. 8a550f3 Merged revisions 83224 via svnmerge from by Mark Dickinson · 14 years ago
  53. 6a74d34 Fix typo. by Mark Dickinson · 14 years ago
  54. 0674255 Clarification. Yay importlib! by Georg Brandl · 14 years ago
  55. d181f43 Merged revisions 82835 via svnmerge from by Mark Dickinson · 14 years ago
  56. cf48e44 Remove mention of execfile from the tutorial. by Mark Dickinson · 14 years ago
  57. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  58. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  59. 7d82106 Wording fix. by Georg Brandl · 14 years ago
  60. ced2f2d Recorded merge of revisions 81410 via svnmerge from by Georg Brandl · 14 years ago
  61. 471ed00 Remove redundant example. by Georg Brandl · 14 years ago
  62. 7e5b889 Update the python version in the interpreter tutorial. by Ezio Melotti · 14 years ago
  63. de414a2 Merged revisions 79525 via svnmerge from by Ezio Melotti · 14 years ago
  64. 8f8db14 Merged revisions 79522 via svnmerge from by Ezio Melotti · 14 years ago
  65. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 14 years ago
  66. 718ce2c Merged revisions 79179 via svnmerge from by Georg Brandl · 14 years ago
  67. 6d26569 Merged revisions 78576 via svnmerge from by Steven Bethard · 14 years ago
  68. 3b63c3d Merged revisions 78325 via svnmerge from by Senthil Kumaran · 14 years ago
  69. ac0b889 Fixing Issue7399 - Fixing an example of urllib usage. by Senthil Kumaran · 14 years ago
  70. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  71. 890c193 Merged revisions 76906 via svnmerge from by Ezio Melotti · 15 years ago
  72. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  73. eb01468 Merged revisions 76462 via svnmerge from by Mark Dickinson · 15 years ago
  74. c099ee2 Merged revisions 76460 via svnmerge from by Mark Dickinson · 15 years ago
  75. cf2ec6d fix highlight in the datetime example by Ezio Melotti · 15 years ago
  76. 87e5d34 fix highlight in the datetime example by Ezio Melotti · 15 years ago
  77. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  78. 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
  79. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  80. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  81. ae1b4d2 Merged revisions 75059 via svnmerge from by Ezio Melotti · 15 years ago
  82. b297e71 #6998: fix missing () on a print by Ezio Melotti · 15 years ago
  83. ec4cff0 #6935: update version. by Georg Brandl · 15 years ago
  84. a17487b #6935: update version. by Georg Brandl · 15 years ago
  85. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  86. ee8783d Merged revisions 74817-74820,74822-74824 via svnmerge from by Georg Brandl · 15 years ago
  87. a833206 Merged revisions 74745 via svnmerge from by Benjamin Peterson · 15 years ago
  88. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 7baf625 Merged revisions 74613,74615,74619-74620,74622 via svnmerge from by Georg Brandl · 15 years ago
  90. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  91. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 15 years ago
  92. f9f2c00 Merged revisions 74412 via svnmerge from by Georg Brandl · 15 years ago
  93. dffc1b8 Merged revisions 74411 via svnmerge from by Georg Brandl · 15 years ago
  94. ac73c5f Merged revisions 74403 via svnmerge from by Georg Brandl · 15 years ago
  95. d1ea9dc Merged revisions 74405 via svnmerge from by Georg Brandl · 15 years ago
  96. 4a52a4c Merged revisions 74404 via svnmerge from by Georg Brandl · 15 years ago
  97. 3517e37 Fix duplicate sentence. by Georg Brandl · 15 years ago
  98. 7d1e880 Merged revisions 73656,73658,73663,73666 via svnmerge from by Georg Brandl · 15 years ago
  99. 01a3052 Merged revisions 74264 via svnmerge from by Georg Brandl · 15 years ago
  100. 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