1. 53afa6d Fix input type for zlib. by Georg Brandl · 14 years ago
  2. fe12390 Better example for os.system(): do not change the system time. by Georg Brandl · 14 years ago
  3. 02a807e by Terry Reedy · 14 years ago
  4. 1790ed2 Fix typo. by Georg Brandl · 14 years ago
  5. c64cb6f Extra space caught by the post-commit-hook, aka Taggnostr :) by Senthil Kumaran · 14 years ago
  6. a0fa1ce Fix Issue 10303: a small clarification in the tutorial. by Senthil Kumaran · 14 years ago
  7. a192828 #9138: reword introduction to classes in Python. by Georg Brandl · 14 years ago
  8. 70543ac Refrain from using inline suites. by Georg Brandl · 14 years ago
  9. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  10. 448f20b Fix typo. by Georg Brandl · 14 years ago
  11. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  12. afdeca9 Issue #4570: Clean-up tutorial example by Raymond Hettinger · 14 years ago
  13. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  14. 17dafdc Clarify that abs() is not a namespace. by Georg Brandl · 14 years ago
  15. 6a74d34 Fix typo. by Mark Dickinson · 14 years ago
  16. 0674255 Clarification. Yay importlib! by Georg Brandl · 14 years ago
  17. cf48e44 Remove mention of execfile from the tutorial. by Mark Dickinson · 14 years ago
  18. 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
  19. 7d82106 Wording fix. by Georg Brandl · 14 years ago
  20. 471ed00 Remove redundant example. by Georg Brandl · 14 years ago
  21. 7e5b889 Update the python version in the interpreter tutorial. by Ezio Melotti · 14 years ago
  22. 8f8db14 Merged revisions 79522 via svnmerge from by Ezio Melotti · 14 years ago
  23. 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
  24. 718ce2c Merged revisions 79179 via svnmerge from by Georg Brandl · 14 years ago
  25. 6d26569 Merged revisions 78576 via svnmerge from by Steven Bethard · 14 years ago
  26. ac0b889 Fixing Issue7399 - Fixing an example of urllib usage. by Senthil Kumaran · 14 years ago
  27. c4a55fc Recorded merge of revisions 78024 via svnmerge from by Georg Brandl · 14 years ago
  28. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  29. c099ee2 Merged revisions 76460 via svnmerge from by Mark Dickinson · 15 years ago
  30. 87e5d34 fix highlight in the datetime example by Ezio Melotti · 15 years ago
  31. 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
  32. 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
  33. b297e71 #6998: fix missing () on a print by Ezio Melotti · 15 years ago
  34. a17487b #6935: update version. by Georg Brandl · 15 years ago
  35. ee8783d Merged revisions 74817-74820,74822-74824 via svnmerge from by Georg Brandl · 15 years ago
  36. 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
  37. 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
  38. 2f3ed68 Recorded merge of revisions 74614 via svnmerge from by Georg Brandl · 15 years ago
  39. dffc1b8 Merged revisions 74411 via svnmerge from by Georg Brandl · 15 years ago
  40. 4a52a4c Merged revisions 74404 via svnmerge from by Georg Brandl · 15 years ago
  41. 3517e37 Fix duplicate sentence. by Georg Brandl · 15 years ago
  42. e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
  43. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  44. 1d18068 Clean-up floating point tutorial. by Raymond Hettinger · 15 years ago
  45. eafaf4c Small doc fix-ups to floatingpoint.rst. More are forthcoming. by Raymond Hettinger · 15 years ago
  46. 2c02bdc Fix incorrect quote type on Decimal examples by Mark Dickinson · 15 years ago
  47. af15f3c Issue #6354 continued: reword confusing tutorial note on the (no-longer by Mark Dickinson · 15 years ago
  48. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 15 years ago
  49. 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 15 years ago
  50. 8699aea The key-value pairs can be lists or tuples or any iterable. by Raymond Hettinger · 15 years ago
  51. fc11f27 Expand a bit on dict views. by Georg Brandl · 15 years ago
  52. 10e0e30 Fix markup. by Georg Brandl · 15 years ago
  53. 7ae90dd Elaborate encoding recommendations, and fix ambiguous wording for list comprehensions. by Georg Brandl · 15 years ago
  54. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  55. bdee494 #6190: Remove duplicate paragraph. by Georg Brandl · 15 years ago
  56. 7fcb3bf Merged revisions 72703 via svnmerge from by Georg Brandl · 15 years ago
  57. 397ad86 #4144: fix output of console sessions. by Georg Brandl · 15 years ago
  58. 5afb5c6 Add link to math.fsum(). by Raymond Hettinger · 15 years ago
  59. 4af3629 Improve the rounding and summing examples. by Raymond Hettinger · 15 years ago
  60. f0320c7 Remove the round() discussion which is now out-of-date. by Raymond Hettinger · 15 years ago
  61. b58f46f Remove leftover word. by Georg Brandl · 15 years ago
  62. 8bd1d4f Update for the new float.__repr__() by Raymond Hettinger · 15 years ago
  63. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  64. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  66. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 15 years ago
  67. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 15 years ago
  68. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  69. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  70. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  71. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  72. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  73. abffe71 #4667: fix some 2.x leftovers in the tutorial. by Georg Brandl · 16 years ago
  74. ff94552 tip-toe around dictionary keys view in the tutorial by Benjamin Peterson · 16 years ago
  75. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 16 years ago
  76. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago
  77. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 16 years ago
  78. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  79. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 16 years ago
  80. eba99df Issue 3412: Mention fractions and decimal in the tutorial section on floating point. by Raymond Hettinger · 16 years ago
  81. 9fce0ba Issue 3288: document as_integer_ratio(), fromhex(), and hex(). by Raymond Hettinger · 16 years ago
  82. 89f09a6 #3983: typo fix. by Georg Brandl · 16 years ago
  83. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  84. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  85. 5d955ed Forward-port of r66447. by Georg Brandl · 16 years ago
  86. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  87. 3db38ce #3577: 3.0 is not installed as "python" on Unix. by Georg Brandl · 16 years ago
  88. bae1b94 Remove long integer output. by Georg Brandl · 16 years ago
  89. 0dcb7ac #3524: fix up some old-style IO descriptions. by Georg Brandl · 16 years ago
  90. f5f2630 #3525: 3.0 exception changes in tutorial. by Georg Brandl · 16 years ago
  91. 1e3830a #3523: no backquotes any more. by Georg Brandl · 16 years ago
  92. 409c9d7 #3522: zip() returns an iterator. by Georg Brandl · 16 years ago
  93. 11e18b0 #3503: fix print statements in 3k doc. by Georg Brandl · 16 years ago
  94. 7114193 Merged revisions 65253 via svnmerge from by Benjamin Peterson · 16 years ago
  95. 0cea157 fix print syntax in tutorial by Benjamin Peterson · 16 years ago
  96. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  97. 01ca04c #3310: stop referring to basestring. by Georg Brandl · 16 years ago
  98. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  99. bfc644b fix no-op in tutorial by Benjamin Peterson · 16 years ago
  100. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago