1. e4ac750 Tutorial formatting patch by Robin Stocker. by Georg Brandl · 17 years ago
  2. 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
  3. 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
  4. bbb809e I'm not actually an author by Andrew M. Kuchling · 17 years ago
  5. b355304 Document PyCFunctionWithKeywords, add comment for PEP 3123. by Georg Brandl · 17 years ago
  6. a6f5278 Document sets' "<" and ">" operations. by Georg Brandl · 17 years ago
  7. f2fc934 Get rid of METH_OLDARGS. by Georg Brandl · 17 years ago
  8. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  9. 1617457 Remove versionadded/versionchanged in the reference. by Georg Brandl · 17 years ago
  10. 321976b Remove versionadded and versionchanged directives, fold information into text where necessary. by Georg Brandl · 17 years ago
  11. 2326a79 Add a warning text about mixing bytes and strings. by Georg Brandl · 17 years ago
  12. a95207a Fix RST link. by Georg Brandl · 17 years ago
  13. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  14. dcc56f8 Add bytes/remove unicode from the data model. by Georg Brandl · 17 years ago
  15. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  16. b3922cb Neal sent real performance numbers. :-( by Guido van Rossum · 17 years ago
  17. 7f13e6b string.maketrans() now produces translation tables for bytes.translate() -- wrong module? by Georg Brandl · 17 years ago
  18. 226878c Add bytes methods documentation. by Georg Brandl · 17 years ago
  19. 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
  20. 57e3b68 Update the first two parts of the reference manual for Py3k, by Georg Brandl · 17 years ago
  21. c3f5bad Fix unicode issue in tutorial. by Georg Brandl · 17 years ago
  22. fd5359c Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x. by Georg Brandl · 17 years ago
  23. 5a16558 Correct a few typos. by Georg Brandl · 17 years ago
  24. 639a8ff Thomas removed all the SLICE op codes by Neal Norwitz · 17 years ago
  25. e0906d1 A few more fixes to the tutorial by Neal Norwitz · 17 years ago
  26. 0616b79 Tutorial update for 3.0 by Paul Dubois. by Guido van Rossum · 17 years ago
  27. b197f3c First draft of a what's new document. by Guido van Rossum · 17 years ago
  28. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  29. b13c493 Fix more lingering print statements. by Collin Winter · 17 years ago
  30. 716c3ac Add 3.0 to the silly list in license.rst too, and update the Doc README. by Georg Brandl · 17 years ago
  31. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 17 years ago
  32. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  33. 1b1498b Idiom adjustment in the docs for the parser module. by Collin Winter · 17 years ago
  34. d1d9a89 Kill lingering docs references to UnicodeType. by Collin Winter · 17 years ago
  35. 2befd24 Don't encourage 'from types import *' in the types module's docs. by Collin Winter · 17 years ago
  36. 1dd2c82 Cosmetic fixes to make this work with Py3k (as well as with 2.5 still). by Guido van Rossum · 17 years ago
  37. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  38. 460add4 Correction to the xmlrpc docs by John Reese and Jacques Frechet. by Guido van Rossum · 17 years ago
  39. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  40. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  41. 7d6068e Remove note about compatibility layer, as the compatibility layer was removed. by Jeremy Hylton · 17 years ago
  42. 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
  43. ba9c9ac Force PYTHON = python2.5. by Guido van Rossum · 17 years ago
  44. f10aa98 Another merge. Only doc stuff was affected (but this aligns the UTF-32 by Guido van Rossum · 17 years ago
  45. 19e6238 Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests by Walter Dörwald · 17 years ago
  46. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  47. e9af284 No need to define raw_input(), input() does the same. by Georg Brandl · 17 years ago
  48. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  49. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  50. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  51. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  52. d9a1579 Complete truncated sentence. by Walter Dörwald · 17 years ago
  53. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  54. c5aba17 Remove license of the md5 module which is no longer part of Python. by Georg Brandl · 17 years ago
  55. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago
  56. 739c01d Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
  57. 3541489 Fix doc compilation problem. by George Yoshida · 17 years ago
  58. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
  59. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  60. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  61. dcb46ed Remove docs for builtin file. by Neal Norwitz · 17 years ago
  62. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  63. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  64. c32f71d Fix some doc problems. by Neal Norwitz · 17 years ago
  65. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  66. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  67. c77e24b Kill references to tp_print. by Guido van Rossum · 17 years ago
  68. 45d569b Run 2to3 over Doc/lib/sqlite3/. by Collin Winter · 17 years ago
  69. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  70. 9c12106 Change PyUnicode_FromString[AndSize] to expect UTF-8. by Martin v. Löwis · 17 years ago
  71. 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 17 years ago
  72. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  73. a9efc8e Remove useless \withsubitem. by Georg Brandl · 17 years ago
  74. 4ca9471 SF patch# 1759016 by Joe Gregorio, who writes: by Guido van Rossum · 17 years ago
  75. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  76. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  77. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  78. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  79. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  80. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  81. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  82. 80bfb72 Add versionadded notes to PyUnicode_FromString(), by Walter Dörwald · 17 years ago
  83. c0aa45f Document PyUnicode_FromFormat(). by Walter Dörwald · 17 years ago
  84. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  85. e65c86c Document the existence of PyUnicode_InternInPlace() and by Walter Dörwald · 17 years ago
  86. 1d0476b Fix typo. by Walter Dörwald · 17 years ago
  87. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  88. d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 17 years ago
  89. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  90. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  91. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  92. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  93. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  94. acaa5a1 Add PyUnicode_FromString(), which create a unicode object from a by Walter Dörwald · 17 years ago
  95. 612344f Change UnicodeDecodeError objects so that the 'object' attribute by Walter Dörwald · 17 years ago
  96. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  97. 4a76da7 fix some markup errors by Fred Drake · 18 years ago
  98. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  99. 53855c6 Remove the xmllib module that was obsolete. by Neal Norwitz · 18 years ago
  100. 3abcb01 Apply SF patch #1698994: Add getstate() and setstate() by Walter Dörwald · 18 years ago