1. 63d5bea Fix markup errors. by Steve Holden · 22 years ago
  2. d9fdb51 Document handling of raw-unicode-escapes. Closes SF bug 587087. by Raymond Hettinger · 22 years ago
  3. d37f75b Added a note about the inability to specify a pathname to a non-existing by Jack Jansen · 22 years ago
  4. 4104b50 Changed a sentence that confused some people. by Jack Jansen · 22 years ago
  5. 31f3db3 Fix the markup so it doesn't break formatting. by Fred Drake · 22 years ago
  6. 2d3c03d Added references to the email package. Closes SF bug #586937. by Fred Drake · 22 years ago
  7. 43af5b5 Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_size by Guido van Rossum · 22 years ago
  8. 97c5fcc Remove mention of deprecated xreadlines method. by Guido van Rossum · 22 years ago
  9. 0fc0186 Document file.next(). Mark xreadlines obsolete (both method and by Guido van Rossum · 22 years ago
  10. 817918c Committing patch #591250 which provides "str1 in str2" when str1 is a by Barry Warsaw · 22 years ago
  11. 545092b Add comment about os.path.walk()'s behavior with symbolic links. by Steve Holden · 22 years ago
  12. 950725f Mention list.sort() by Andrew M. Kuchling · 22 years ago
  13. e72a9a1 SF patch #591305 Documentation err in bytecode defs by Neal Norwitz · 22 years ago
  14. acb45d7 Note that True and False are pickable objects by Raymond Hettinger · 22 years ago
  15. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  16. c8389c9 Remove a syntax error in the example, spotted by Walter Hofman. by Steve Holden · 22 years ago
  17. c61ec52 Add two reminders by Andrew M. Kuchling · 22 years ago
  18. 0ad679f Document new heapreplace() function. by Tim Peters · 22 years ago
  19. 6e0da82 Document new heapify() function. by Tim Peters · 22 years ago
  20. 1acab69 Minor markup changes. by Fred Drake · 22 years ago
  21. b481286 Add a comment showing how one of the macros should be used. by Fred Drake · 22 years ago
  22. ad09bbf Add heapq module docs to the dependency information. by Fred Drake · 22 years ago
  23. 9751216 Add docs for heapq.py. by Guido van Rossum · 22 years ago
  24. de994d9 indicate that 'b' is added to the mode flag if not given by Skip Montanaro · 22 years ago
  25. 7482458 Added new footnote about list.sort() stability. Repaired footnote about by Tim Peters · 22 years ago
  26. 543fb35 Replace DL_EXPORT with PyMODINIT_FUNC by Mark Hammond · 22 years ago
  27. 5b11bdd SF patch #581414: info reader bug by Fred Drake · 22 years ago
  28. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  29. 52f1b76 Add posix.lchown() by Andrew M. Kuchling · 22 years ago
  30. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  31. 4ddfd50 Fix SF bug 587012, doc mentions inexistent builtin unistr by Neal Norwitz · 22 years ago
  32. db40afa Small clarifications when referring to the sys.exc_* variables so that by Fred Drake · 22 years ago
  33. 403e351 Flesh out description of getlogin() and recommend against using it. by Jeremy Hylton · 22 years ago
  34. ef5d06b [Bug #580462] Mention changes to GC API by Andrew M. Kuchling · 22 years ago
  35. a982eb1 Sort changed modules into alphabetical order; no other changes by Andrew M. Kuchling · 22 years ago
  36. 3c305d9 Rewrite a paragraph, and use correct mark-up by Andrew M. Kuchling · 22 years ago
  37. bba23a8 SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation by Neal Norwitz · 22 years ago
  38. 1cfcafc add versionadded to doc by Neal Norwitz · 22 years ago
  39. 18eb8b8 Doc patch from SF 474274 (pure Python strptime by Brett Cannon). by Guido van Rossum · 22 years ago
  40. 4da01ed Substantially flesh out extended slice section. I think this is probably by Michael W. Hudson · 22 years ago
  41. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
  42. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  43. f0b095d Added documentation for the buffer_text and related attributes of the by Fred Drake · 22 years ago
  44. 50ceb68 Change staticforward and statichere to just use static. by Fred Drake · 22 years ago
  45. a3cd9bb Remove now-obsolete staticforward/statichere discussion. by Fred Drake · 22 years ago
  46. 2095b96 reduce(): Clarified what is returned in the case of a sequence 1 item long and by Fred Drake · 22 years ago
  47. 9534e14 Record the decision that StopIteration is a sink state (see recent by Guido van Rossum · 22 years ago
  48. 54ed2d3 Clarify that the description of sys.path[0] is only valid upon program start-up. by Guido van Rossum · 22 years ago
  49. 346386f Add more items by Andrew M. Kuchling · 22 years ago
  50. 3e59f72 Clarify the return value of __nonzero__(): It *must* be an integer. by Fred Drake · 22 years ago
  51. 20e5abc Make another pass through Misc/NEWS and add stuff. Bump version number. by Andrew M. Kuchling · 22 years ago
  52. e995d16 Add some items by Andrew M. Kuchling · 22 years ago
  53. 7845e7c [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs by Andrew M. Kuchling · 22 years ago
  54. e4523c4 Document gc.get_objects(). Closes SF bug #578308. by Fred Drake · 22 years ago
  55. 4254cbd Note that unicode() can raise LookupError for unknown codecs. by Fred Drake · 22 years ago
  56. eab5f8a Remove unused variable. by Fred Drake · 22 years ago
  57. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  58. c6a525e Fix typo reported by Kent Engström, and a bunch of broken markup. by Fred Drake · 22 years ago
  59. 50e1286 Fix typo: "an Unicode string" --> "a Unicode string" by Fred Drake · 22 years ago
  60. 82bac59 Fixed a typo and updated information about using the Times fonts when by Fred Drake · 22 years ago
  61. 388fba8 Added font-setting line (and associated comments) to the A4 version of by Fred Drake · 22 years ago
  62. 291e9ee Fix a typo. by Thomas Heller · 22 years ago
  63. b1af86a Revise asyncore documentation and document asynchat for the first time. by Steve Holden · 22 years ago
  64. df872a2 No need to be ambiguous about *how* extended slices and built-in types by Fred Drake · 22 years ago
  65. 228f6e4 Fix up a few more consistency nits and incorrectly applied markup. by Fred Drake · 22 years ago
  66. c412617 Add annotations that describe the change in the "errors" and "failures" by Fred Drake · 22 years ago
  67. 387c8b5 Update the documentation of the errors and failures attributes of the by Fred Drake · 22 years ago
  68. 285f4a7 Don't list all the keyword args to the TextWrapper constructor in the by Greg Ward · 22 years ago
  69. 2c22e85 Attempt to clarify removedirs(). Based on SF bug #574773. by Fred Drake · 22 years ago
  70. ca23ee2 Deal with & remove the XXX comments. by Fred Drake · 22 years ago
  71. ad74b7d Abstract the creation of signature lines for callable things; the new by Fred Drake · 22 years ago
  72. abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 22 years ago
  73. 7c1bb9c Add refcount info for PyErr_SetFromWindowsErr() and by Fred Drake · 22 years ago
  74. 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 22 years ago
  75. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  76. 550fd5d Fixed bug 574978 shutil example out of sync with source code by Raymond Hettinger · 22 years ago
  77. 8a9e8b6 Fix bug 575221 referred to dictionary type instead of dict. by Raymond Hettinger · 22 years ago
  78. 78e057a Clarify the version information for the unicode() built-in. by Fred Drake · 22 years ago
  79. ae64f3ad Add documentation for new textwrap module. by Greg Ward · 22 years ago
  80. 8b46c71 Typo fix. by Greg Ward · 22 years ago
  81. d805fef Added support for some of the more recently defined macros and environments. by Fred Drake · 22 years ago
  82. 2c81381 Clean up some markup. by Fred Drake · 22 years ago
  83. dcd0500 dis.dis() also supports modules by Neal Norwitz · 22 years ago
  84. 292724d Fix various typos reported to python-docs. by Fred Drake · 22 years ago
  85. 33fd5f7 Fix typo reported to python-docs. by Fred Drake · 22 years ago
  86. dcdf48a Add some acks by Andrew M. Kuchling · 22 years ago
  87. d003a2a Describe textwrap module by Andrew M. Kuchling · 22 years ago
  88. ca0383d Fix bug #573916. Sender and recipients reversed in email example. by Raymond Hettinger · 22 years ago
  89. 763805d add seealso link to the bisect module by Skip Montanaro · 22 years ago
  90. 09d9f86 add /F's PriorityQueue example by Skip Montanaro · 22 years ago
  91. fdc3431 Add a reminder by Andrew M. Kuchling · 22 years ago
  92. 09d6b92 Add a reminder by Andrew M. Kuchling · 22 years ago
  93. c5e2792 Talk about interfaces rather than implementation classes where appropriate. by Fred Drake · 22 years ago
  94. b6aa9cb Added some more links to the "See also" section. by Fred Drake · 22 years ago
  95. 7bc121a When talking about interfaces, use the interface names, not the names by Fred Drake · 22 years ago
  96. f0236d7 Fix typo by Raymond Hettinger · 22 years ago
  97. 07dc918 Close bug 480337: Dict used before dicts explained. Added explanation by Raymond Hettinger · 22 years ago
  98. 04e7e0c Close bug 417930 by clarifying augmented assignment docs by Raymond Hettinger · 22 years ago
  99. 5ed3fa6 Fix SF bug 568269 by enclosing 'computername' in a raw string by Raymond Hettinger · 22 years ago
  100. 7fd9ced Minor English grammar correction by Raymond Hettinger · 22 years ago