1. bfccb35 Add settrace() and setprofile() functions to the threading library. by Jeremy Hylton · 21 years ago
  2. be2528d SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  3. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  4. 5d2f515 fix markup nits by Fred Drake · 21 years ago
  5. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  6. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  7. f91888b markup consistency nits by Fred Drake · 21 years ago
  8. 2b9bc08 Removed useless intra-section references which jump to the top of the by Raymond Hettinger · 21 years ago
  9. 2dd8c42 SF bug #696777: How to make a class iterable using a member generator. by Raymond Hettinger · 21 years ago
  10. 35fd926 SF bug #757822: Additional index items, other minor details by Raymond Hettinger · 21 years ago
  11. 9e9a7c3 Patch #640236: Better eplain unused data. by Martin v. Löwis · 21 years ago
  12. 47db252 Add some documentation which describes how to use the email package by Barry Warsaw · 21 years ago
  13. 3a03de4 SF #757229, fix libsocket.tex typo by Neal Norwitz · 21 years ago
  14. f5ed981 Avoid using 'dir' as a variable name and use os.path.join() to create paths. by Skip Montanaro · 21 years ago
  15. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  16. b5155e3 Fix typo. by Raymond Hettinger · 21 years ago
  17. 93719b5 Updated documentation for the new slice arguments for list.index(). by Walter Dörwald · 21 years ago
  18. 364ca40 SF Patch 569574 - enhancements to cgitb for plain text display by Skip Montanaro · 21 years ago
  19. 938b7a0 Fix some markup nits by Neal Norwitz · 21 years ago
  20. 9ca3f02 ^D means EOF on Unix but not on Windows. Expand the example's prompt to by Tim Peters · 21 years ago
  21. 7e902b2 * Added missing documentation for object(). by Raymond Hettinger · 21 years ago
  22. 3985df2 SF bug #660022: parameters for int(), str(), etc. by Raymond Hettinger · 21 years ago
  23. 132fa37 Add docs for get_grouped_opcodes(). by Raymond Hettinger · 21 years ago
  24. 80b3f68 SF bug: 751941 Invisible HTML tag by Raymond Hettinger · 21 years ago
  25. 9caa0d1 guess_all_extensions(): Return the empty list instead of None when by Barry Warsaw · 21 years ago
  26. e07b835 Document context_diff() and unified_diff() by Raymond Hettinger · 21 years ago
  27. 305908c SF #735051, add time.tzset documentation by Neal Norwitz · 21 years ago
  28. 9556fba - urllib2.py now knows how to order proxy classes, so the user doesn't by Gustavo Niemeyer · 21 years ago
  29. a104556 QUOTE_ALWAYS -> QUOTE_ALL by Skip Montanaro · 21 years ago
  30. 19a5a71 Patch #744238: Explain that different string types also may compare equal. by Martin v. Löwis · 21 years ago
  31. 7472336 Patch #744877: Explain filter in terms of list comprehension. Remove by Martin v. Löwis · 21 years ago
  32. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  33. d3d5768 isdatadescriptor() was added recently. by Neal Norwitz · 21 years ago
  34. fb1b5a1 Rewrite the description of setparameters() so it actually reflects the by Greg Ward · 21 years ago
  35. dad5860 Remove the note about the BerkeleyDB license. Barry indicates that by Gregory P. Smith · 21 years ago
  36. c428112 Rename lib__future__.tex to libfuture.tex and add link in lib.tex. by Jeremy Hylton · 21 years ago
  37. 5772513 Include a link to the pybsddb web documentation for the modern object by Gregory P. Smith · 21 years ago
  38. 451a766 More wordsmithing and cleanup. by Greg Ward · 21 years ago
  39. c316d0d Lots of wordsmithing and typographical improvement. by Greg Ward · 21 years ago
  40. e41195f Add documentation for __future__ by Jeremy Hylton · 21 years ago
  41. 15eac1f Fix markup nits. by Fred Drake · 21 years ago
  42. dbaf04e Straighten out the docs for os.system(); the Unix and Windows behaviors by Tim Peters · 21 years ago
  43. e5a5551 Remove unused line numbers from example code. by Fred Drake · 21 years ago
  44. 235d1ef Add docs for key_file and cert_file arguments for HTTPSConnection. Copied from socket.ssl docs. by Brett Cannon · 21 years ago
  45. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  46. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  47. 8f512a2 Add docs for MessageBeep. by Guido van Rossum · 21 years ago
  48. 7696344 [Bug #471893] Replace security material with a warning against unpickling by Andrew M. Kuchling · 21 years ago
  49. 126d366 document Stats.dump_stats(), new for Python 2.3 by Fred Drake · 21 years ago
  50. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  51. c85bf58 [Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function' by Andrew M. Kuchling · 21 years ago
  52. eabd9a1 [Bug #729817] Document the rexec and Bastion modules as dead by Andrew M. Kuchling · 21 years ago
  53. 032bd0a Fix typo by Andrew M. Kuchling · 21 years ago
  54. 1213bdd Fix and add reference to urllib.urlencode for parse_qsl? functions. by Brett Cannon · 21 years ago
  55. bf3a752 Fix minor typos. by Raymond Hettinger · 21 years ago
  56. 8f53cdc - object is a class type, not a function by Fred Drake · 21 years ago
  57. b4c1d9b Fix unbalanced parethesis. by Raymond Hettinger · 21 years ago
  58. 0dfd7a9 Missing parenthesis found by texcheck.py by Raymond Hettinger · 21 years ago
  59. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  60. eca984f Fix missing parenthesis. by Raymond Hettinger · 21 years ago
  61. 52136a8 Fixed spacing and unbalanced brackets or parenthesis. by Raymond Hettinger · 21 years ago
  62. 9f545c4 Make this format again. by Fred Drake · 21 years ago
  63. a30dffb add a note about accessing user-defined functions with an import statement by Skip Montanaro · 21 years ago
  64. 3ec4dfd Make this format again. by Fred Drake · 21 years ago
  65. 8b6ed26 - remove bogus \end{description} - fix two typos by Fred Drake · 21 years ago
  66. 86e1790 Clarify the dedent() example a bit by indenting the input lines unevenly. by Greg Ward · 21 years ago
  67. 8f6329c SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net): by Greg Ward · 21 years ago
  68. 066f392 Library documentation for the 'test' package. Still needs to be checked by Fred. by Brett Cannon · 21 years ago
  69. 6d9f45b add a note about the undocumented bsddb185 module by Skip Montanaro · 21 years ago
  70. 6cb52dd Refer reader to platform library docs for specific semantics. by Jeremy Hylton · 21 years ago
  71. d723128 Scattered wording and typographical improvements (up to but not by Greg Ward · 22 years ago
  72. 649625b Rename "The Tao of Option Parsing" section to "Philosophy". by Greg Ward · 22 years ago
  73. 1f53517 Use True/False instead of 1/0 when talking about store_true/store_false. by Greg Ward · 22 years ago
  74. c50b088 Add a big comment about cross-platform issues (especially OpenBSD). by Greg Ward · 22 years ago
  75. bf8f1b5 Use TeX quotes -- ``foo'' -- as appropriate. Remove whitespace around em-dashes. by Greg Ward · 22 years ago
  76. b4e3319 Fix various markup errors: use \longprogramopt{} more, and use it by Greg Ward · 22 years ago
  77. ec31047 Use \versionchanged, not \versionadded. by Martin v. Löwis · 22 years ago
  78. 7829e56 Patch #731514: Update recursion documentation to mention simple recursion. by Martin v. Löwis · 22 years ago
  79. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 22 years ago
  80. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 22 years ago
  81. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 22 years ago
  82. 90fc0b3 At the site of an indexed reference to print, point to the relevant by Fred Drake · 22 years ago
  83. d4be747 - comment out \moduleauthor that broke formatting until the formatting by Fred Drake · 22 years ago
  84. c95628e - clean up some extra punctuation hidden in indexing markup by Fred Drake · 22 years ago
  85. 83c19ee Clarify that the timeout argument to read_until() is in seconds. by Fred Drake · 22 years ago
  86. 6e887bb SF bug #729096: getopt online documentation example improvement by Raymond Hettinger · 22 years ago
  87. a2f8737 Add comment that urlopen opens local files without universal newlines by Brett Cannon · 22 years ago
  88. a1af767 Reworded fabs() for consistency with the others. Noted that all by Tim Peters · 22 years ago
  89. a390c6e walk() docs: Emphasize that the recursive-delete example is dangerous. by Tim Peters · 22 years ago
  90. 5501b5e SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. by Tim Peters · 22 years ago
  91. bf89b3a walk() docs: Worked "walking" into the description and the text. Added by Tim Peters · 22 years ago
  92. 965697f Clarified new text about math exceptions. by Tim Peters · 22 years ago
  93. 5118341 Add note about platform-specific behavior arising from discussion on bug 711019. by Skip Montanaro · 22 years ago
  94. 9635268 organizational and markup cleansing by Fred Drake · 22 years ago
  95. d198f38 - add availability statements for some of the new APIs - lots of general cleanup by Fred Drake · 22 years ago
  96. 53e5b71 Add modified versions of the examples from Sean Reifschneider by Fred Drake · 22 years ago
  97. b016752 Fix a copy-paste error: the paragraph about inet_ntop's use was copied by Guido van Rossum · 22 years ago
  98. 5d0136e reflect csv's change back to a module. Document the new sniffer api. by Skip Montanaro · 22 years ago
  99. 9f48045 Use a simpler \note instead of a "See also" section to refer to the by Fred Drake · 22 years ago
  100. 6eb502f Add versionadded for has_ipv6 attribute by Neal Norwitz · 22 years ago