1. 047c54b Missing parenthesis. by Raymond Hettinger · 21 years ago
  2. 1f32556 Added some missing PyObject* casts in the deallocators. by Jim Fulton · 21 years ago
  3. a24d73d Added a missing PyObject* cast to the dealloc examples. by Jim Fulton · 21 years ago
  4. aea763b Removed reference to the out-of-date (and not very useful) by Jim Fulton · 21 years ago
  5. 8f512a2 Add docs for MessageBeep. by Guido van Rossum · 21 years ago
  6. 7696344 [Bug #471893] Replace security material with a warning against unpickling by Andrew M. Kuchling · 21 years ago
  7. 126d366 document Stats.dump_stats(), new for Python 2.3 by Fred Drake · 21 years ago
  8. c868d16 When an external application we use exits normally, exit with the same by Fred Drake · 21 years ago
  9. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  10. e9a54a3 [Bug #713722] Delete dangling references to unwritten sections by Andrew M. Kuchling · 21 years ago
  11. c85bf58 [Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function' by Andrew M. Kuchling · 21 years ago
  12. 8d17709 Remove more markup from headers by Andrew M. Kuchling · 21 years ago
  13. 433307b [Bug #729297] Remove markup in section headers by Andrew M. Kuchling · 21 years ago
  14. eabd9a1 [Bug #729817] Document the rexec and Bastion modules as dead by Andrew M. Kuchling · 21 years ago
  15. 032bd0a Fix typo by Andrew M. Kuchling · 21 years ago
  16. 1213bdd Fix and add reference to urllib.urlencode for parse_qsl? functions. by Brett Cannon · 21 years ago
  17. d2eadc6 Updated simple example. This should have been checked in the other by Jim Fulton · 21 years ago
  18. 7af9f4d Add a specific mention of the term "operator overloading" and add an by Fred Drake · 21 years ago
  19. bf3a752 Fix minor typos. by Raymond Hettinger · 21 years ago
  20. 8f53cdc - object is a class type, not a function by Fred Drake · 21 years ago
  21. b4c1d9b Fix unbalanced parethesis. by Raymond Hettinger · 21 years ago
  22. 0dfd7a9 Missing parenthesis found by texcheck.py by Raymond Hettinger · 21 years ago
  23. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  24. eca984f Fix missing parenthesis. by Raymond Hettinger · 21 years ago
  25. 52136a8 Fixed spacing and unbalanced brackets or parenthesis. by Raymond Hettinger · 21 years ago
  26. 9f545c4 Make this format again. by Fred Drake · 21 years ago
  27. a30dffb add a note about accessing user-defined functions with an import statement by Skip Montanaro · 21 years ago
  28. 3ec4dfd Make this format again. by Fred Drake · 21 years ago
  29. 8b6ed26 - remove bogus \end{description} - fix two typos by Fred Drake · 21 years ago
  30. 1662162 Documented the new autoGIL module. by Jack Jansen · 21 years ago
  31. 3ff5bb2 Fixed small typo Pointed out by Michael Hudson. by Jim Fulton · 21 years ago
  32. 83cedcf Fixed a typo in an example dealloc routine that calls it's "self" by Jim Fulton · 21 years ago
  33. 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 21 years ago
  34. 8f6329c SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  35. 066f392 Library documentation for the 'test' package. Still needs to be checked by Fred. by Brett Cannon · 21 years ago
  36. aed0a4a Rewrote the basic section of the chapter on defining new types. by Jim Fulton · 21 years ago
  37. a02469f More message updates and minor fixes. by Raymond Hettinger · 21 years ago
  38. a2f84ce Update traceback message by Raymond Hettinger · 21 years ago
  39. fcf6b3e Add list.insert() change for negative positions by Andrew M. Kuchling · 21 years ago
  40. 45a9c93 add missing parens - verified w/ interpreter - sorry to dismiss your comment by Skip Montanaro · 21 years ago
  41. b4f1242 replace most uses of `...` by repr(...), noting that `...` is discouraged, by Skip Montanaro · 21 years ago
  42. 6d9f45b add a note about the undocumented bsddb185 module by Skip Montanaro · 21 years ago
  43. 6cb52dd Refer reader to platform library docs for specific semantics. by Jeremy Hylton · 21 years ago
  44. d723128 Scattered wording and typographical improvements (up to but not by Greg Ward · 21 years ago
  45. 649625b Rename "The Tao of Option Parsing" section to "Philosophy". by Greg Ward · 21 years ago
  46. 1f53517 Use True/False instead of 1/0 when talking about store_true/store_false. by Greg Ward · 21 years ago
  47. c50b088 Add a big comment about cross-platform issues (especially OpenBSD). by Greg Ward · 21 years ago
  48. bf8f1b5 Use TeX quotes -- ``foo'' -- as appropriate. Remove whitespace around em-dashes. by Greg Ward · 21 years ago
  49. b4e3319 Fix various markup errors: use \longprogramopt{} more, and use it by Greg Ward · 21 years ago
  50. ec31047 Use \versionchanged, not \versionadded. by Martin v. Löwis · 21 years ago
  51. 7829e56 Patch #731514: Update recursion documentation to mention simple recursion. by Martin v. Löwis · 21 years ago
  52. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  53. 8b34e7c - add title attributes to the navigation icons on the navigation bars; by Fred Drake · 21 years ago
  54. 05404c3 add link types for the remaining links in the navigation panels by Fred Drake · 21 years ago
  55. bf8ec3e - add link relationships to some of the links in the navigation panels by Fred Drake · 21 years ago
  56. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  57. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  58. 98b2576 Avoid extraneous blank line generated in the middle of the document head. by Fred Drake · 21 years ago
  59. f06b905 Remove section number from the title for use in the by Fred Drake · 21 years ago
  60. 90fc0b3 At the site of an indexed reference to print, point to the relevant by Fred Drake · 21 years ago
  61. b876bcc work around mostly-minor formatting problems; the encodings.idna by Fred Drake · 21 years ago
  62. d4be747 - comment out \moduleauthor that broke formatting until the formatting by Fred Drake · 21 years ago
  63. c95628e - clean up some extra punctuation hidden in indexing markup by Fred Drake · 21 years ago
  64. 83c19ee Clarify that the timeout argument to read_until() is in seconds. by Fred Drake · 21 years ago
  65. 6e887bb SF bug #729096: getopt online documentation example improvement by Raymond Hettinger · 21 years ago
  66. a2f8737 Add comment that urlopen opens local files without universal newlines by Brett Cannon · 21 years ago
  67. a1af767 Reworded fabs() for consistency with the others. Noted that all by Tim Peters · 21 years ago
  68. a390c6e walk() docs: Emphasize that the recursive-delete example is dangerous. by Tim Peters · 21 years ago
  69. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  70. bf89b3a walk() docs: Worked "walking" into the description and the text. Added by Tim Peters · 21 years ago
  71. 965697f Clarified new text about math exceptions. by Tim Peters · 21 years ago
  72. 5118341 Add note about platform-specific behavior arising from discussion on bug 711019. by Skip Montanaro · 21 years ago
  73. 2f36b3e Version updates for Python 2.3. by Fred Drake · 21 years ago
  74. 9635268 organizational and markup cleansing by Fred Drake · 21 years ago
  75. c440af5 Updated information on package metadata to reflect recent additions. by Fred Drake · 21 years ago
  76. d198f38 - add availability statements for some of the new APIs - lots of general cleanup by Fred Drake · 21 years ago
  77. 53e5b71 Add modified versions of the examples from Sean Reifschneider by Fred Drake · 21 years ago
  78. b016752 Fix a copy-paste error: the paragraph about inet_ntop's use was copied by Guido van Rossum · 21 years ago
  79. 5d0136e reflect csv's change back to a module. Document the new sniffer api. by Skip Montanaro · 21 years ago
  80. 9f48045 Use a simpler \note instead of a "See also" section to refer to the by Fred Drake · 21 years ago
  81. 6eb502f Add versionadded for has_ipv6 attribute by Neal Norwitz · 21 years ago
  82. cabf56f Fix markup by Neal Norwitz · 21 years ago
  83. 2194a4e markup adjustments by Fred Drake · 21 years ago
  84. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  85. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  86. f8d0c07 [Patch #628208] Document the allow_none argument by Andrew M. Kuchling · 21 years ago
  87. 3bd3c84 * minor tweaks relating to the package nature of the beast by Skip Montanaro · 21 years ago
  88. 5088923 Updated a bunch of docs to describe how message ids and strings are by Barry Warsaw · 21 years ago
  89. 035272b Add some more items by Andrew M. Kuchling · 21 years ago
  90. c11076e Bump the release information. by Fred Drake · 21 years ago
  91. d859d47 Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). by Fred Drake · 21 years ago
  92. 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 21 years ago
  93. 1d5854f Note the platform module. by Fred Drake · 21 years ago
  94. 13b4c41 Mention deprecation of rotor module by Andrew M. Kuchling · 21 years ago
  95. bbb9a55 [Patch #679505] Document that this module is deprecated by Andrew M. Kuchling · 21 years ago
  96. 317ad7a Fixed docs for urlretrieve() to match code in the case of opening a local file. by Brett Cannon · 21 years ago
  97. c22b299 fix some markup errors by Fred Drake · 21 years ago
  98. 54a234a clarify - restrict version mention to the trunk version by Skip Montanaro · 21 years ago
  99. 1bd1d85 added note about character set limitations in passwords. by Skip Montanaro · 21 years ago
  100. 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 21 years ago