1. bae1b94 Remove long integer output. by Georg Brandl · 16 years ago
  2. 0dcb7ac #3524: fix up some old-style IO descriptions. by Georg Brandl · 16 years ago
  3. f5f2630 #3525: 3.0 exception changes in tutorial. by Georg Brandl · 16 years ago
  4. 1e3830a #3523: no backquotes any more. by Georg Brandl · 16 years ago
  5. 409c9d7 #3522: zip() returns an iterator. by Georg Brandl · 16 years ago
  6. 11e18b0 #3503: fix print statements in 3k doc. by Georg Brandl · 16 years ago
  7. 7114193 Merged revisions 65253 via svnmerge from by Benjamin Peterson · 16 years ago
  8. 0cea157 fix print syntax in tutorial by Benjamin Peterson · 16 years ago
  9. 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
  10. 01ca04c #3310: stop referring to basestring. by Georg Brandl · 16 years ago
  11. 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
  12. bfc644b fix no-op in tutorial by Benjamin Peterson · 16 years ago
  13. 0f7ede4 Review the doc changes for the urllib package creation. by Georg Brandl · 16 years ago
  14. aca8fd7 Documentation updates for urllib package. Modified the documentation for the by Senthil Kumaran · 16 years ago
  15. 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
  16. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  17. e6f0063 Merged revisions 63655 via svnmerge from by Benjamin Peterson · 16 years ago
  18. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  19. 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
  20. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  21. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  22. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  23. dce26da Remove duplicated paragraph. by Georg Brandl · 16 years ago
  24. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  25. b03c1d9 Don't output floats in prime example. by Georg Brandl · 16 years ago
  26. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  27. 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
  28. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  29. 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
  30. 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
  31. 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 · 17 years ago
  32. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  33. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
  34. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  35. e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 17 years ago
  36. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
  37. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 17 years ago
  38. 78b1187 Fix now-wrong :keyword: markup. Remove the section about by Georg Brandl · 17 years ago
  39. 22ec03c Fix merge glitch. by Georg Brandl · 17 years ago
  40. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 17 years ago
  41. a6fa272 Clarify sentence in tutorial. Thanks to Marek Kubica. by Georg Brandl · 17 years ago
  42. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  43. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  44. c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 17 years ago
  45. 8d5c392 Remove all definitions of raw_input() that were still scattered throughout the docs by Georg Brandl · 17 years ago
  46. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  47. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  48. 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
  49. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  50. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  51. 9f2c39a #1228: new comparison behavior. by Georg Brandl · 17 years ago
  52. 2d2590d #1211, #1212, #1213: py3k fixes to the tutorial. by Georg Brandl · 17 years ago
  53. d2e44df Revert r58075 (incorrect docs patch). by Collin Winter · 17 years ago
  54. 4e02c50 Clarify the difference between text and binary files. I'm not sure the by Skip Montanaro · 17 years ago
  55. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  56. 58721bc Fix more raise statments in the docs. by Collin Winter · 17 years ago
  57. c7526f5 More two-argument raise cleanup in the tutorial. by Collin Winter · 17 years ago
  58. 1fc035f Fix docs that imply that tuples in except clauses must be parenthesized. by Collin Winter · 17 years ago
  59. 596d99a Fix more two-arg raise statements. by Collin Winter · 17 years ago
  60. bbc9712 Update tutorial/classes.rst to remove references to the old two-argument form of the raise statement. by Collin Winter · 17 years ago
  61. 19ab2bd Remove yet more references to has_key() methods. by Collin Winter · 17 years ago
  62. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  63. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 17 years ago
  64. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  65. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  66. 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
  67. c3f5bad Fix unicode issue in tutorial. by Georg Brandl · 17 years ago
  68. e0906d1 A few more fixes to the tutorial by Neal Norwitz · 17 years ago
  69. 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 17 years ago
  70. f10aa98 Another merge. Only doc stuff was affected (but this aligns the UTF-32 by Guido van Rossum · 17 years ago
  71. e9af284 No need to define raw_input(), input() does the same. by Georg Brandl · 17 years ago
  72. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago