1. 96f3163 Merged revisions 58930-58938 via svnmerge from by Christian Heimes · 17 years ago
  2. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  3. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  4. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  5. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  6. db62967 Re-add two paragraphs that seem to have been lost during the merge from trunk. by Georg Brandl · 17 years ago
  7. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  8. 48decfe Remove file that should have been removed during the merge. by Georg Brandl · 17 years ago
  9. 3c8ce77 Add new directory "using". This should have been in the merge patch, by Georg Brandl · 17 years ago
  10. b0e8688 Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.) by Georg Brandl · 17 years ago
  11. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  12. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  13. bed6784 Get rid of more uses of string and use unicode by Neal Norwitz · 17 years ago
  14. a2074f0 Kill PyString_Encode(), which isn't used anywhere. by Guido van Rossum · 17 years ago
  15. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  16. 083bea4 Remove duplicate entry for PyObject_AsFileDescriptor. by Georg Brandl · 17 years ago
  17. d1cdf21 Update Pygments version from externals. by Georg Brandl · 17 years ago
  18. 7c67613 Update w.r.t. PEP 3137. by Georg Brandl · 17 years ago
  19. 94c2c75 Patch #1071: Improve unicode.translate() so that you can pass unicode by Georg Brandl · 17 years ago
  20. 3b8cb17 #1061 (mainly by Thomas Wouters): use weak sets for abc caches. by Georg Brandl · 17 years ago
  21. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  22. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  23. 8d2ef87 Update what the locale module documents about string operations. by Guido van Rossum · 17 years ago
  24. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  25. 9f2c39a #1228: new comparison behavior. by Georg Brandl · 17 years ago
  26. 9f27df5 Remove buffer() from the docs. by Georg Brandl · 17 years ago
  27. 85c1ba5 Fix a minor typo. by Brett Cannon · 17 years ago
  28. 1d2aef5 Get the doc to build. by Neal Norwitz · 17 years ago
  29. 905ec32 #1219: py3k cleanup in standard types docs. by Georg Brandl · 17 years ago
  30. 2d2590d #1211, #1212, #1213: py3k fixes to the tutorial. by Georg Brandl · 17 years ago
  31. d2e44df Revert r58075 (incorrect docs patch). by Collin Winter · 17 years ago
  32. f104429 Patch # 1145 by Thomas Lee: by Guido van Rossum · 17 years ago
  33. 4e02c50 Clarify the difference between text and binary files. I'm not sure the by Skip Montanaro · 17 years ago
  34. dd6d024 #1189: documentation for tp_as_* structs. by Georg Brandl · 17 years ago
  35. 4d8c193 Update the documentation of the open() builtin function a bit. I believe I by Skip Montanaro · 17 years ago
  36. 1c63960 Reformat the open function text so it fits within 80 columns in preparation by Skip Montanaro · 17 years ago
  37. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  38. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  39. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  40. 782d6b4 issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 17 years ago
  41. 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
  42. 7b46942 Oops. by Georg Brandl · 17 years ago
  43. c090298 Document input() function. by Georg Brandl · 17 years ago
  44. 138bcb5 Document inspect.getfullargspec(). Fixes #1121. by Georg Brandl · 17 years ago
  45. 546e2d6 New documentation for the bdb module. Forward-port from rev. 58112, with a few 3k-specific changes. by Georg Brandl · 17 years ago
  46. bca5480 Merged revisions 58053-58090 via svnmerge from by Thomas Wouters · 17 years ago
  47. 4633448 Change instances of 'while 1:' in the docs into 'while True:'. by Collin Winter · 17 years ago
  48. 4c6a140 General clean-up in socket howto. by Collin Winter · 17 years ago
  49. 58721bc Fix more raise statments in the docs. by Collin Winter · 17 years ago
  50. c7526f5 More two-argument raise cleanup in the tutorial. by Collin Winter · 17 years ago
  51. 1fc035f Fix docs that imply that tuples in except clauses must be parenthesized. by Collin Winter · 17 years ago
  52. 596d99a Fix more two-arg raise statements. by Collin Winter · 17 years ago
  53. bbc9712 Update tutorial/classes.rst to remove references to the old two-argument form of the raise statement. by Collin Winter · 17 years ago
  54. 19ab2bd Remove yet more references to has_key() methods. by Collin Winter · 17 years ago
  55. 6fe2a6c Fix a legacy raise statement in pickle's docs. by Collin Winter · 17 years ago
  56. f6b8121 Remove two lingering references to now-gone has_key() methods from the library docs. by Collin Winter · 17 years ago
  57. c111d9f merge this from trunk: by Gregory P. Smith · 17 years ago
  58. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  59. 02c3056 Finish the first pass of the language reference update. by Georg Brandl · 17 years ago
  60. 96593ed Continue going through the language reference, bringing it up-to-date. by Georg Brandl · 17 years ago
  61. 22291c5 #1116: reference to old filename fixed. by Georg Brandl · 17 years ago
  62. dff1c31 In response to issue 1101, place vastly more emphasis on the new print() by Guido van Rossum · 17 years ago
  63. 67ced42 hashlib operates on bytes, not strings. by Georg Brandl · 17 years ago
  64. 0068e2c New exception catching syntax. by Georg Brandl · 17 years ago
  65. 65ea9bd Bug #1684991: explain __special__ lookup semantics. by Georg Brandl · 17 years ago
  66. 08898b4 Proof read/editing of abc. Added table of collections.Hashable etc. to by Mark Summerfield · 17 years ago
  67. c53c966 Add a dict view usage example. by Georg Brandl · 17 years ago
  68. 952aea2 Change docs for builtins that now return iterators. by Georg Brandl · 17 years ago
  69. d22a815 Docs on dictviews. by Georg Brandl · 17 years ago
  70. 2e74878 remove/update many of the references to dict.iter*() by Fred Drake · 17 years ago
  71. afe0cd1 Correction an issue reported by Mark Summerfeld. by Guido van Rossum · 17 years ago
  72. 2d14098 More abc docs. by Georg Brandl · 17 years ago
  73. 53de190 Update ref docs on slicing. by Thomas Wouters · 17 years ago
  74. aeaa546 Initial documentation for the `abc` module. by Georg Brandl · 17 years ago
  75. 7a8e582 Fix the string formatting docs for now; if the feature is changed again, the docs can be changed too. by Georg Brandl · 17 years ago
  76. a1e9ef7 Fix up the types module docs. by Georg Brandl · 17 years ago
  77. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  78. c987924 Add "print" command to pdb, "print s" previously invoked the print statement. by Georg Brandl · 17 years ago
  79. cb8ecb1 Doc update for __xslice__ removal. by Georg Brandl · 17 years ago
  80. 4edae68 CVS -> Subversion by Skip Montanaro · 17 years ago
  81. a86f5d4 I always think of the language when I see "ABC". Emphasize the meaning of by Skip Montanaro · 17 years ago
  82. 5eb520c Fix sinple typo. by Guido van Rossum · 17 years ago
  83. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 17 years ago
  84. 9d4ba39 Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit. by Eric Smith · 17 years ago
  85. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  86. bbb809e I'm not actually an author by Andrew M. Kuchling · 17 years ago
  87. b355304 Document PyCFunctionWithKeywords, add comment for PEP 3123. by Georg Brandl · 17 years ago
  88. a6f5278 Document sets' "<" and ">" operations. by Georg Brandl · 17 years ago
  89. f2fc934 Get rid of METH_OLDARGS. by Georg Brandl · 17 years ago
  90. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  91. 1617457 Remove versionadded/versionchanged in the reference. by Georg Brandl · 17 years ago
  92. 321976b Remove versionadded and versionchanged directives, fold information into text where necessary. by Georg Brandl · 17 years ago
  93. 2326a79 Add a warning text about mixing bytes and strings. by Georg Brandl · 17 years ago
  94. a95207a Fix RST link. by Georg Brandl · 17 years ago
  95. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  96. dcc56f8 Add bytes/remove unicode from the data model. by Georg Brandl · 17 years ago
  97. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  98. b3922cb Neal sent real performance numbers. :-( by Guido van Rossum · 17 years ago
  99. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  100. 226878c Add bytes methods documentation. by Georg Brandl · 17 years ago