1. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  2. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  3. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  4. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  5. 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
  6. abffe71 #4667: fix some 2.x leftovers in the tutorial. by Georg Brandl · 16 years ago
  7. ff94552 tip-toe around dictionary keys view in the tutorial by Benjamin Peterson · 16 years ago
  8. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 16 years ago
  9. 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
  10. fed7d80 #4549: Mention nonlocal statement in tutorial section about scoping. by Georg Brandl · 16 years ago
  11. 97f005d Prep for Python 3.1! by Barry Warsaw · 16 years ago
  12. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 16 years ago
  13. eba99df Issue 3412: Mention fractions and decimal in the tutorial section on floating point. by Raymond Hettinger · 16 years ago
  14. 9fce0ba Issue 3288: document as_integer_ratio(), fromhex(), and hex(). by Raymond Hettinger · 16 years ago
  15. 89f09a6 #3983: typo fix. by Georg Brandl · 16 years ago
  16. 5478b47 Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge from by Benjamin Peterson · 16 years ago
  17. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  18. 5d955ed Forward-port of r66447. by Georg Brandl · 16 years ago
  19. d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 3db38ce #3577: 3.0 is not installed as "python" on Unix. by Georg Brandl · 16 years ago
  21. bae1b94 Remove long integer output. by Georg Brandl · 16 years ago
  22. 0dcb7ac #3524: fix up some old-style IO descriptions. by Georg Brandl · 16 years ago
  23. f5f2630 #3525: 3.0 exception changes in tutorial. by Georg Brandl · 16 years ago
  24. 1e3830a #3523: no backquotes any more. by Georg Brandl · 16 years ago
  25. 409c9d7 #3522: zip() returns an iterator. by Georg Brandl · 16 years ago
  26. 11e18b0 #3503: fix print statements in 3k doc. by Georg Brandl · 16 years ago
  27. 7114193 Merged revisions 65253 via svnmerge from by Benjamin Peterson · 16 years ago
  28. 0cea157 fix print syntax in tutorial by Benjamin Peterson · 16 years ago
  29. 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
  30. 01ca04c #3310: stop referring to basestring. by Georg Brandl · 16 years ago
  31. 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
  32. bfc644b fix no-op in tutorial by Benjamin Peterson · 16 years ago
  33. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  34. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  35. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  36. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  37. e6f0063 Merged revisions 63655 via svnmerge from by Benjamin Peterson · 16 years ago
  38. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  39. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  40. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  41. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  42. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  43. dce26da Remove duplicated paragraph. by Georg Brandl · 16 years ago
  44. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  45. b03c1d9 Don't output floats in prime example. by Georg Brandl · 16 years ago
  46. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  47. 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
  48. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  49. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 16 years ago
  50. 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 · 16 years ago
  51. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  52. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 16 years ago
  53. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 16 years ago
  54. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  55. e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 16 years ago
  56. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago
  57. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 16 years ago
  58. 78b1187 Fix now-wrong :keyword: markup. Remove the section about by Georg Brandl · 16 years ago
  59. 22ec03c Fix merge glitch. by Georg Brandl · 17 years ago
  60. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 17 years ago
  61. a6fa272 Clarify sentence in tutorial. Thanks to Marek Kubica. by Georg Brandl · 17 years ago
  62. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  63. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  64. c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 17 years ago
  65. 8d5c392 Remove all definitions of raw_input() that were still scattered throughout the docs by Georg Brandl · 17 years ago
  66. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  67. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  68. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  69. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  70. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  71. 9f2c39a #1228: new comparison behavior. by Georg Brandl · 17 years ago
  72. 2d2590d #1211, #1212, #1213: py3k fixes to the tutorial. by Georg Brandl · 17 years ago
  73. d2e44df Revert r58075 (incorrect docs patch). by Collin Winter · 17 years ago
  74. 4e02c50 Clarify the difference between text and binary files. I'm not sure the by Skip Montanaro · 17 years ago
  75. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  76. 58721bc Fix more raise statments in the docs. by Collin Winter · 17 years ago
  77. c7526f5 More two-argument raise cleanup in the tutorial. by Collin Winter · 17 years ago
  78. 1fc035f Fix docs that imply that tuples in except clauses must be parenthesized. by Collin Winter · 17 years ago
  79. 596d99a Fix more two-arg raise statements. by Collin Winter · 17 years ago
  80. bbc9712 Update tutorial/classes.rst to remove references to the old two-argument form of the raise statement. by Collin Winter · 17 years ago
  81. 19ab2bd Remove yet more references to has_key() methods. by Collin Winter · 17 years ago
  82. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  83. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 17 years ago
  84. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  85. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  86. 4b49131 Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. by Georg Brandl · 17 years ago
  87. c3f5bad Fix unicode issue in tutorial. by Georg Brandl · 17 years ago
  88. e0906d1 A few more fixes to the tutorial by Neal Norwitz · 17 years ago
  89. 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 17 years ago
  90. f10aa98 Another merge. Only doc stuff was affected (but this aligns the UTF-32 by Guido van Rossum · 17 years ago
  91. e9af284 No need to define raw_input(), input() does the same. by Georg Brandl · 17 years ago
  92. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago