1. f4ccf58 Rewrite MBCS paragraph following MH's suggestions, and credit him by Andrew M. Kuchling · 23 years ago
  2. 43211ec Make some adjustments to the markup, and fix up some style-guide issues. by Fred Drake · 23 years ago
  3. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  4. 54f6509 Typo fix. by Greg Ward · 23 years ago
  5. 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
  6. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  7. 41d7d58 trivial rewording in footnote 5. by Skip Montanaro · 23 years ago
  8. d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
  9. 4fefcc3 Overview comments for the distutils package, with links to the distutils by Fred Drake · 23 years ago
  10. f1b3de8 Add labels to all \section and \subsection headings for use in references. by Fred Drake · 23 years ago
  11. c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
  12. 6fd3b22 When explaining the enterabs() method, using the modern spelling of apply(), by Fred Drake · 23 years ago
  13. 6fdb90c Remove self-reference from the anydbm module. This closes SF patch #443788. by Fred Drake · 23 years ago
  14. 8a2adcf Typo: Added missing "if". This is part of SF patch #442788. by Fred Drake · 23 years ago
  15. c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
  16. 63bc2e0 Convert the use of apply(f, args) to the new spelling: f(*args). by Fred Drake · 23 years ago
  17. 3332778 Corrected a section reference (title was wrong). by Fred Drake · 23 years ago
  18. 88fdaa7 Typo: PyArgs_ParseTuple --> PyArg_ParseTuple by Fred Drake · 23 years ago
  19. 6d98855 Added information on Py_BuildValue(). by Fred Drake · 23 years ago
  20. f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
  21. 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
  22. a6d2a04 More Unicode corrections from MAL to match a post-2.2a1 change by Andrew M. Kuchling · 23 years ago
  23. 9079164 Removed unnecessary section "Unicode literals"; all the discussion is by Fred Drake · 23 years ago
  24. 0825dc2 Fix typo in description of raw strings: "value" --> "valid" by Fred Drake · 23 years ago
  25. a3a1668 apply patch item #416254 by Piers Lauder · 23 years ago
  26. 5120eac Bump release number to 1.00, while I'm at it by Andrew M. Kuchling · 23 years ago
  27. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  28. ab01087 Revise the Unicode section after getting comments from MAL, GvR, and others. by Andrew M. Kuchling · 23 years ago
  29. 53d285a Remove some false statements. by Fred Drake · 23 years ago
  30. f5fec3c Fill out the Unicode section, somewhat uncertainly by Andrew M. Kuchling · 23 years ago
  31. 8cfa905 Finish the "Other changes" section by Andrew M. Kuchling · 23 years ago
  32. 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
  33. b39fa8a Remove note about this being a draft document. by Andrew M. Kuchling · 23 years ago
  34. 5afb5e5 Look to the future: bump the version number. by Fred Drake · 23 years ago
  35. 413bfb7 2.2a1 is out; look to the future. by Fred Drake · 23 years ago
  36. cb417c0 Ignore all .tar files in the top directory; we're about to generate by Fred Drake · 23 years ago
  37. 6c29926 Lots of small updates, some long overdue. by Fred Drake · 23 years ago
  38. 0181552 Add a more substantial example startup file for the interactive shell; by Fred Drake · 23 years ago
  39. 1ca78b6 Change the command lines to use a similar "phrasing" to that used in the by Fred Drake · 23 years ago
  40. 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
  41. 1a2302b Add some symbolic names to support hyperlinked references. by Fred Drake · 23 years ago
  42. 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
  43. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  44. b311ad5 Ignore the html-*.tar file that can now be generated as an intermediate. by Fred Drake · 23 years ago
  45. 8f65aef Revise the rules for building the distribution files for the HTML format. by Fred Drake · 23 years ago
  46. 0068e9c Mirror Guido's latest changes to the license file. by Fred Drake · 23 years ago
  47. 5e06b84 Be more specific about some of the dependencies, to avoid re-building when by Fred Drake · 23 years ago
  48. f269e59 Define new markup for 5-column tables. by Fred Drake · 23 years ago
  49. 3a3bb21 Kill another merge zombie. by Fred Drake · 23 years ago
  50. c4fefb1 Kill a merge zombie. by Fred Drake · 23 years ago
  51. efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  52. 68db730 Adding what's done of the documentation for the new profiling & by Fred Drake · 23 years ago
  53. c32cc7c Delete sentence fragment (noted by Fred Bremmer) by Andrew M. Kuchling · 23 years ago
  54. 1385a57 Bump the release number. by Fred Drake · 23 years ago
  55. 16649a8 Make the syntax for compound command lines more portable (nmake, CygWin). by Fred Drake · 23 years ago
  56. 3cae66b Script to re-write @FOO@-style marks with values, initializing the by Fred Drake · 23 years ago
  57. 63d1d26 Update the release information. by Fred Drake · 23 years ago
  58. f8a17b1 Now we're picking nits: get my name right! ;-) by Fred Drake · 23 years ago
  59. 6ea9f0b Add FLD to credit list Correct grammatical error by Andrew M. Kuchling · 23 years ago
  60. aebbca3 Job.__init__(): Only create the builddir directory if it will be used (by by Fred Drake · 23 years ago
  61. 0d00254 Cleaned up a number of minor nits, use markup a little more consistently. by Fred Drake · 23 years ago
  62. 4cf52a9 Minor rewrites to iterator and generator sections by Andrew M. Kuchling · 23 years ago
  63. e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
  64. 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
  65. 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
  66. ddeb135 Use \longprogramopt, as suggested by FLD by Andrew M. Kuchling · 23 years ago
  67. ced2366 Use \verb for configure switches, because inside \code multiple dashes by Andrew M. Kuchling · 23 years ago
  68. 2cd712b Write some entries in the "Other changes" section by Andrew M. Kuchling · 23 years ago
  69. 4dbf871 Began actually writing: by Andrew M. Kuchling · 23 years ago
  70. 44845ba Change the target name for \kbd. by Fred Drake · 23 years ago
  71. 9725fd8 Add another name. by Fred Drake · 23 years ago
  72. 755c23d Oops, one more caret. by Fred Drake · 23 years ago
  73. 377fb1e Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 23 years ago
  74. 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
  75. 4124a0b Correct a couple of errors noted by Alex Martelli. by Fred Drake · 23 years ago
  76. 7fc8abb Remove comments about XML and HTML; those sections are no by Fred Drake · 23 years ago
  77. 9120df3 Add a little more information about the usage of some terms where the by Fred Drake · 23 years ago
  78. 7a889ce Minor change to match the style guide. by Fred Drake · 23 years ago
  79. 17f690f Minor changes to match the style guide. by Fred Drake · 23 years ago
  80. 6e5e1d9 Minor change to match the style guide. by Fred Drake · 23 years ago
  81. 8da359b Minor changes to match the style guide. by Fred Drake · 23 years ago
  82. 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
  83. 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
  84. 602cf58 Generate a more meaningful message regarding the type of the documentation by Fred Drake · 23 years ago
  85. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  86. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
  87. e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
  88. 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
  89. 07178d2 For \kbd, be more prescriptive regarding how keystrokes should be written. by Fred Drake · 23 years ago
  90. fa77487 Move the section on concrete numeric objects before the section on by Fred Drake · 23 years ago
  91. 7bf8277 Note addition of xmlrpclib by Andrew M. Kuchling · 23 years ago
  92. 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
  93. d854831 Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 23 years ago
  94. bab2965 Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 23 years ago
  95. 12060e5 Added descriptions for some modules that previously did not have any by Fred Drake · 23 years ago
  96. 67f193f Add a little bit more about the XML migration plan. This still needs a lot by Fred Drake · 23 years ago
  97. 03e88da Add conversion information for the grammar production support (preliminary). by Fred Drake · 23 years ago
  98. e30ac57 Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 23 years ago
  99. 44835d8 Move & update a comment. by Fred Drake · 23 years ago
  100. de6dc1e Change the way notification mails are sent so people who respond to the by Fred Drake · 23 years ago