1. 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 21 years ago
  2. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 21 years ago
  3. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 21 years ago
  4. 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 21 years ago
  5. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 21 years ago
  6. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 21 years ago
  7. 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 21 years ago
  8. d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 21 years ago
  9. bdda9f3 The example files need to be opened with the "b" flag. by Skip Montanaro · 21 years ago
  10. 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  11. 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 21 years ago
  12. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
  13. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
  14. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  15. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  16. fb0521f Use versionadded for new features by Neal Norwitz · 21 years ago
  17. 3e0877e Add version changed/added to doc by Neal Norwitz · 21 years ago
  18. 59e02c1 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 21 years ago
  19. e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
  20. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  21. 5de3378 SF patch #892821: example for urllib2 has SyntaxError by Raymond Hettinger · 21 years ago
  22. 4c9800d SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) by Raymond Hettinger · 21 years ago
  23. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 21 years ago
  24. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 21 years ago
  25. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 21 years ago
  26. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 21 years ago
  27. 21ae4f9 minor markup adjustments by Fred Drake · 21 years ago
  28. 4458ece Clarify minor point about the ref() and proxy() constructors. by Fred Drake · 21 years ago
  29. dd256d9 Add documentation for collections.deque(). by Raymond Hettinger · 21 years ago
  30. e52f3b1 Add documentation for collections.deque(). by Raymond Hettinger · 21 years ago
  31. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  32. bd12b18 fix whitespace style (inconsistent with the rest of the docs) by Fred Drake · 21 years ago
  33. fcc5176 update signature of the socket constructor by Fred Drake · 21 years ago
  34. ee3c607 add missing period by Fred Drake · 21 years ago
  35. 913829c fix markup by Fred Drake · 21 years ago
  36. db8d1c2 add references between getopt and optparse docs by Skip Montanaro · 21 years ago
  37. 226f697 fix method name in example code by Fred Drake · 21 years ago
  38. 1fe9750 add direct link to the article in DDJ closes SF bug #871402 by Fred Drake · 21 years ago
  39. ba0485a expand on notion of row object type by Skip Montanaro · 21 years ago
  40. 7895146 typo by Skip Montanaro · 21 years ago
  41. 734fb57 Add a Guido inspired example for groupby(). by Raymond Hettinger · 21 years ago
  42. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  43. 621b443 - add warning that hotshot doesn't work well with threads - fix some markup by Fred Drake · 21 years ago
  44. 990a46b minor markup improvements by Fred Drake · 21 years ago
  45. 3bbd115 markup changes by Fred Drake · 21 years ago
  46. 44a9823 [Bug #873205] Update URL by Andrew M. Kuchling · 21 years ago
  47. 7e6bbe1 The format of the string data used in the imageop module is described by Sjoerd Mullender · 21 years ago
  48. c62af02 Fix some digicool addresses I noticed by Andrew M. Kuchling · 21 years ago
  49. 1151479 add link to the red-dove.com page about the logging package by Fred Drake · 21 years ago
  50. 91f5cbe SF bug #872461: list.extend() described as experimental by Raymond Hettinger · 21 years ago
  51. c14149e Show how to re-enable GC during timings. by Raymond Hettinger · 21 years ago
  52. ad9aaee Documentation for new RFC 3548 functions. by Barry Warsaw · 21 years ago
  53. 6237ef1 in the section "The interpreter stack": by Fred Drake · 21 years ago
  54. 621c53e Add sets to list of picklable objects. by Raymond Hettinger · 21 years ago
  55. fcadf6b fix reference to File Object documentation closes SF bug #825810 by Fred Drake · 21 years ago
  56. 9b4dab4 SF patch #859286: documentation bool change fix by Raymond Hettinger · 21 years ago
  57. a180581 use conventional whitespace in interactive example by Fred Drake · 21 years ago
  58. 50e7a11 Correct misrepresentation of print (it uses str(), not `...` for by Guido van Rossum · 21 years ago
  59. af78512 - general markup cleanup by Fred Drake · 21 years ago
  60. 7f8d17a general markup improvements by Fred Drake · 21 years ago
  61. 188b2d6 - add link to the datetime module by Fred Drake · 21 years ago
  62. ceb1fd2 - update description of isleap() - add link to the datetime module by Fred Drake · 21 years ago
  63. 6f51a72 - use the same markup for the deprecation as for that of file.xreadlines() by Fred Drake · 21 years ago
  64. ae55d5f - add a "See also" reference to the doctest module by Fred Drake · 21 years ago
  65. 32fef9f fix truly evil markup typo by Fred Drake · 21 years ago
  66. ea49de3 minor cleanup of example by Fred Drake · 21 years ago
  67. ff381e1 - we *really* don't care about Python 1.5 alphas any more! by Fred Drake · 21 years ago
  68. 401d1e3 fix a variety of markup bugs by Fred Drake · 21 years ago
  69. f161c91 work around whitespace bugs in the HTML version by Fred Drake · 21 years ago
  70. dcf32a6 fix markup errors by Fred Drake · 21 years ago
  71. b0e8f5d lots of markup adjustments by Fred Drake · 21 years ago
  72. 7c67cb8 markup fix by Fred Drake · 21 years ago
  73. 4922cae - remove crufty markup that's no longer needed to make the by Fred Drake · 21 years ago
  74. 4271310 use consistent email address for Tim by Fred Drake · 21 years ago
  75. 34929f2 - update Tim's email address - remove spurious blank lines by Fred Drake · 21 years ago
  76. 91ca8de [Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description by Andrew M. Kuchling · 21 years ago
  77. 7a3786c [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Patch from Gerrit Holl) by Andrew M. Kuchling · 21 years ago
  78. 828f847 minor markup adjustment by Fred Drake · 21 years ago
  79. 3435820 Fix typo by Andrew M. Kuchling · 21 years ago
  80. 852fe06 fix loss of a space after indexing markup by Fred Drake · 21 years ago
  81. b606b3d Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  82. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  83. c6f066f Update documentations for str.rsplit() with Alex Martelli's rewrite. by Hye-Shik Chang · 21 years ago
  84. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  85. 6485a87 missing word (should backport - is release23-maint still locked?) by Skip Montanaro · 21 years ago
  86. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
  87. 378f7b5 Add a versionadded tag for traceback.format_exc() by Neal Norwitz · 21 years ago
  88. 5a92175 After hearing from someone who gave up on timeout sockets due to a by Guido van Rossum · 21 years ago
  89. 35415da Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and by Brett Cannon · 21 years ago
  90. ff294fe SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  91. 2955305 Fix double hyphen markup. by Raymond Hettinger · 21 years ago
  92. e3d5f98 Put str() in alphabetical order. by Raymond Hettinger · 21 years ago
  93. a4ce2f5 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information by Raymond Hettinger · 21 years ago
  94. db7dcff Edit description a bit by Andrew M. Kuchling · 21 years ago
  95. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
  96. ff6dd0b SF bug #844123: "up" instead of "down" in turtle module documentation by Raymond Hettinger · 21 years ago
  97. f96dd83 - fix markup in the bool() description by Fred Drake · 21 years ago
  98. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  99. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  100. ccabed3 Patch #849350: Update to document bool return values. Backported to 2.3. by Martin v. Löwis · 21 years ago