1. 8f53cdc - object is a class type, not a function by Fred Drake · 21 years ago
  2. b4c1d9b Fix unbalanced parethesis. by Raymond Hettinger · 21 years ago
  3. 0dfd7a9 Missing parenthesis found by texcheck.py by Raymond Hettinger · 21 years ago
  4. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  5. eca984f Fix missing parenthesis. by Raymond Hettinger · 21 years ago
  6. 52136a8 Fixed spacing and unbalanced brackets or parenthesis. by Raymond Hettinger · 21 years ago
  7. 9f545c4 Make this format again. by Fred Drake · 21 years ago
  8. a30dffb add a note about accessing user-defined functions with an import statement by Skip Montanaro · 21 years ago
  9. 3ec4dfd Make this format again. by Fred Drake · 21 years ago
  10. 8b6ed26 - remove bogus \end{description} - fix two typos by Fred Drake · 21 years ago
  11. 1662162 Documented the new autoGIL module. by Jack Jansen · 21 years ago
  12. 3ff5bb2 Fixed small typo Pointed out by Michael Hudson. by Jim Fulton · 21 years ago
  13. 83cedcf Fixed a typo in an example dealloc routine that calls it's "self" by Jim Fulton · 21 years ago
  14. 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 21 years ago
  15. 8f6329c SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  16. 066f392 Library documentation for the 'test' package. Still needs to be checked by Fred. by Brett Cannon · 21 years ago
  17. aed0a4a Rewrote the basic section of the chapter on defining new types. by Jim Fulton · 21 years ago
  18. a02469f More message updates and minor fixes. by Raymond Hettinger · 21 years ago
  19. a2f84ce Update traceback message by Raymond Hettinger · 21 years ago
  20. fcf6b3e Add list.insert() change for negative positions by Andrew M. Kuchling · 21 years ago
  21. 45a9c93 add missing parens - verified w/ interpreter - sorry to dismiss your comment by Skip Montanaro · 21 years ago
  22. b4f1242 replace most uses of `...` by repr(...), noting that `...` is discouraged, by Skip Montanaro · 21 years ago
  23. 6d9f45b add a note about the undocumented bsddb185 module by Skip Montanaro · 21 years ago
  24. 6cb52dd Refer reader to platform library docs for specific semantics. by Jeremy Hylton · 21 years ago
  25. d723128 Scattered wording and typographical improvements (up to but not by Greg Ward · 21 years ago
  26. 649625b Rename "The Tao of Option Parsing" section to "Philosophy". by Greg Ward · 21 years ago
  27. 1f53517 Use True/False instead of 1/0 when talking about store_true/store_false. by Greg Ward · 21 years ago
  28. c50b088 Add a big comment about cross-platform issues (especially OpenBSD). by Greg Ward · 21 years ago
  29. bf8f1b5 Use TeX quotes -- ``foo'' -- as appropriate. Remove whitespace around em-dashes. by Greg Ward · 21 years ago
  30. b4e3319 Fix various markup errors: use \longprogramopt{} more, and use it by Greg Ward · 21 years ago
  31. ec31047 Use \versionchanged, not \versionadded. by Martin v. Löwis · 21 years ago
  32. 7829e56 Patch #731514: Update recursion documentation to mention simple recursion. by Martin v. Löwis · 21 years ago
  33. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  34. 8b34e7c - add title attributes to the navigation icons on the navigation bars; by Fred Drake · 21 years ago
  35. 05404c3 add link types for the remaining links in the navigation panels by Fred Drake · 21 years ago
  36. bf8ec3e - add link relationships to some of the links in the navigation panels by Fred Drake · 21 years ago
  37. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  38. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  39. 98b2576 Avoid extraneous blank line generated in the middle of the document head. by Fred Drake · 21 years ago
  40. f06b905 Remove section number from the title for use in the by Fred Drake · 21 years ago
  41. 90fc0b3 At the site of an indexed reference to print, point to the relevant by Fred Drake · 21 years ago
  42. b876bcc work around mostly-minor formatting problems; the encodings.idna by Fred Drake · 21 years ago
  43. d4be747 - comment out \moduleauthor that broke formatting until the formatting by Fred Drake · 21 years ago
  44. c95628e - clean up some extra punctuation hidden in indexing markup by Fred Drake · 21 years ago
  45. 83c19ee Clarify that the timeout argument to read_until() is in seconds. by Fred Drake · 21 years ago
  46. 6e887bb SF bug #729096: getopt online documentation example improvement by Raymond Hettinger · 21 years ago
  47. a2f8737 Add comment that urlopen opens local files without universal newlines by Brett Cannon · 21 years ago
  48. a1af767 Reworded fabs() for consistency with the others. Noted that all by Tim Peters · 21 years ago
  49. a390c6e walk() docs: Emphasize that the recursive-delete example is dangerous. by Tim Peters · 21 years ago
  50. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 21 years ago
  51. bf89b3a walk() docs: Worked "walking" into the description and the text. Added by Tim Peters · 21 years ago
  52. 965697f Clarified new text about math exceptions. by Tim Peters · 21 years ago
  53. 5118341 Add note about platform-specific behavior arising from discussion on bug 711019. by Skip Montanaro · 21 years ago
  54. 2f36b3e Version updates for Python 2.3. by Fred Drake · 21 years ago
  55. 9635268 organizational and markup cleansing by Fred Drake · 21 years ago
  56. c440af5 Updated information on package metadata to reflect recent additions. by Fred Drake · 21 years ago
  57. d198f38 - add availability statements for some of the new APIs - lots of general cleanup by Fred Drake · 21 years ago
  58. 53e5b71 Add modified versions of the examples from Sean Reifschneider by Fred Drake · 21 years ago
  59. b016752 Fix a copy-paste error: the paragraph about inet_ntop's use was copied by Guido van Rossum · 21 years ago
  60. 5d0136e reflect csv's change back to a module. Document the new sniffer api. by Skip Montanaro · 21 years ago
  61. 9f48045 Use a simpler \note instead of a "See also" section to refer to the by Fred Drake · 21 years ago
  62. 6eb502f Add versionadded for has_ipv6 attribute by Neal Norwitz · 21 years ago
  63. cabf56f Fix markup by Neal Norwitz · 21 years ago
  64. 2194a4e markup adjustments by Fred Drake · 21 years ago
  65. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  66. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  67. f8d0c07 [Patch #628208] Document the allow_none argument by Andrew M. Kuchling · 21 years ago
  68. 3bd3c84 * minor tweaks relating to the package nature of the beast by Skip Montanaro · 21 years ago
  69. 5088923 Updated a bunch of docs to describe how message ids and strings are by Barry Warsaw · 21 years ago
  70. 035272b Add some more items by Andrew M. Kuchling · 21 years ago
  71. c11076e Bump the release information. by Fred Drake · 21 years ago
  72. d859d47 Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). by Fred Drake · 21 years ago
  73. 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 21 years ago
  74. 1d5854f Note the platform module. by Fred Drake · 21 years ago
  75. 13b4c41 Mention deprecation of rotor module by Andrew M. Kuchling · 21 years ago
  76. bbb9a55 [Patch #679505] Document that this module is deprecated by Andrew M. Kuchling · 21 years ago
  77. 317ad7a Fixed docs for urlretrieve() to match code in the case of opening a local file. by Brett Cannon · 21 years ago
  78. c22b299 fix some markup errors by Fred Drake · 21 years ago
  79. 54a234a clarify - restrict version mention to the trunk version by Skip Montanaro · 21 years ago
  80. 1bd1d85 added note about character set limitations in passwords. by Skip Montanaro · 21 years ago
  81. 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 21 years ago
  82. 2d1c846 Clarified new fsync() docs. by Tim Peters · 21 years ago
  83. 42a1172 Document the new format codes B, H, I, k, K. by Thomas Heller · 21 years ago
  84. 444e434 Update the package list whenever we build distfiles. by Fred Drake · 21 years ago
  85. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  86. 863983e Add comment on performance. Fix missing right parenthesis. Add three examples. by Raymond Hettinger · 21 years ago
  87. 7099583 markup corrections by Fred Drake · 21 years ago
  88. 282be3a - explain the start argument to sum() by Fred Drake · 21 years ago
  89. 03e929e Fix some markup nits. by Fred Drake · 21 years ago
  90. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  91. 48f3dcc - Changed shlex.split() method to have more useful and meaningful parameters. by Gustavo Niemeyer · 21 years ago
  92. cf146d3 - Included examples documenting how the lastindex member of by Gustavo Niemeyer · 21 years ago
  93. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  94. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  95. e36b690 Mention the bz2 module Various rewrites by Andrew M. Kuchling · 21 years ago
  96. b05df57 Added some more documentation to as_string() to make it clear that by Barry Warsaw · 21 years ago
  97. 338bcbc Change email address. by Martin v. Löwis · 21 years ago
  98. faf71ea Fix spelling of cedillas. by Martin v. Löwis · 21 years ago
  99. 07d4fb6 Correct methoddesc environments. by Martin v. Löwis · 21 years ago
  100. 382f078 Add lib/libstringprep.tex lib/libdocxmlrpc.tex. by Martin v. Löwis · 21 years ago