1. 7a3786c [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Patch from Gerrit Holl) by Andrew M. Kuchling · 21 years ago
  2. 273069d Fix silly typo by Andrew M. Kuchling · 21 years ago
  3. 70029c5 Add the first of (hopefully) many third-party licenses and acknowledgements. by Raymond Hettinger · 21 years ago
  4. 828f847 minor markup adjustment by Fred Drake · 21 years ago
  5. 3435820 Fix typo by Andrew M. Kuchling · 21 years ago
  6. 35f2b05 Add various items by Andrew M. Kuchling · 21 years ago
  7. 852fe06 fix loss of a space after indexing markup by Fred Drake · 21 years ago
  8. 4d88322 - use correct markup - re-wrap resulting long lines by Fred Drake · 21 years ago
  9. 1639f1c fix weird sh-bang line by Fred Drake · 21 years ago
  10. 2fe7978 avoid bash-isms by Fred Drake · 21 years ago
  11. a95e87a Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  12. b606b3d Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  13. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  14. c6f066f Update documentations for str.rsplit() with Alex Martelli's rewrite. by Hye-Shik Chang · 21 years ago
  15. 4612bc5 Make example more readable by Andrew M. Kuchling · 21 years ago
  16. 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
  17. 6485a87 missing word (should backport - is release23-maint still locked?) by Skip Montanaro · 21 years ago
  18. 1ecbd67 SF #859811, typo in docs by Neal Norwitz · 21 years ago
  19. 360cd41 SF #859810, typo in doc by Neal Norwitz · 21 years ago
  20. c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
  21. 378f7b5 Add a versionadded tag for traceback.format_exc() by Neal Norwitz · 21 years ago
  22. 5a92175 After hearing from someone who gave up on timeout sockets due to a by Guido van Rossum · 21 years ago
  23. 5469324 Note that \var{ppos} values are not consecutive and should not be altered. by Raymond Hettinger · 21 years ago
  24. 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
  25. feb78c9 Expand the groupby() example to: by Raymond Hettinger · 21 years ago
  26. 1f84ed0 fix typo and join two paragraphs by Fred Drake · 21 years ago
  27. 35415da Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and by Brett Cannon · 21 years ago
  28. ff294fe SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  29. e180307 Fix missing paren. by Raymond Hettinger · 21 years ago
  30. 2955305 Fix double hyphen markup. by Raymond Hettinger · 21 years ago
  31. 2619c9e SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 21 years ago
  32. e3d5f98 Put str() in alphabetical order. by Raymond Hettinger · 21 years ago
  33. a4ce2f5 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information by Raymond Hettinger · 21 years ago
  34. ad80955 Add groupby() by Andrew M. Kuchling · 21 years ago
  35. db7dcff Edit description a bit by Andrew M. Kuchling · 21 years ago
  36. b7a10d1 Incorporate suggestions from Aahz. by Raymond Hettinger · 21 years ago
  37. d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
  38. ff6dd0b SF bug #844123: "up" instead of "down" in turtle module documentation by Raymond Hettinger · 21 years ago
  39. f96dd83 - fix markup in the bool() description by Fred Drake · 21 years ago
  40. f62444a Fix links and typos. by Raymond Hettinger · 21 years ago
  41. ec3402f Fix typo by Raymond Hettinger · 21 years ago
  42. 8850c87 Fix link by Raymond Hettinger · 21 years ago
  43. 8772d4e Add a standard library tour by Raymond Hettinger · 21 years ago
  44. c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
  45. 7bafa9f Fix typo. (From SF bug #853064) by Walter Dörwald · 21 years ago
  46. 2569528 Convert a 0/1 to False/True. by Raymond Hettinger · 21 years ago
  47. 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
  48. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  49. ccabed3 Patch #849350: Update to document bool return values. Backported to 2.3. by Martin v. Löwis · 21 years ago
  50. 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 21 years ago
  51. 04bf724 - clean up generated HTML - make the output more XHTML friendly by Fred Drake · 21 years ago
  52. 2ce1d47 Fix typo and mark-up; shorten text by Andrew M. Kuchling · 21 years ago
  53. 6708756 Fix typos by Andrew M. Kuchling · 21 years ago
  54. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 21 years ago
  55. 7245265 Add version changed doc for addition of fillchar to ljust/rjust/center by Neal Norwitz · 21 years ago
  56. 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
  57. bd93b3e As discussed on python-dev, banish apply(), buffer(), coerce(), and by Raymond Hettinger · 21 years ago
  58. bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
  59. 3972457 make the generated HTML more XHTML friendly by Fred Drake · 21 years ago
  60. 7e0282f Note the addition of set() and frozenset(). by Raymond Hettinger · 21 years ago
  61. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  62. 5a5b243 More words: gave more motivation, and added cautions about the special by Tim Peters · 21 years ago
  63. 65367ca Add a missing import. Closes SF # 816344. by Barry Warsaw · 21 years ago
  64. dff9dbd Add two items by Andrew M. Kuchling · 21 years ago
  65. af7dc8d Patch #831747: Add skip_accept_encoding parameter to putrequest. by Martin v. Löwis · 21 years ago
  66. f8d3bcc Generator's constructor: The documentation was incorrect regarding how by Barry Warsaw · 21 years ago
  67. 8bafb2a Patch #843088: Fix typos. Backported to 2.3. by Martin v. Löwis · 21 years ago
  68. 65674b8 Documentation for set objects. by Raymond Hettinger · 21 years ago
  69. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  70. d456849 Fix typo by Raymond Hettinger · 21 years ago
  71. 981a918 Various edits by Andrew M. Kuchling · 21 years ago
  72. b845ef0 remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time by Gregory P. Smith · 21 years ago
  73. 7d1dd04 Fix typo by Raymond Hettinger · 21 years ago
  74. bc3cba2 Explain the advantages of reversed. by Raymond Hettinger · 21 years ago
  75. 607c00f Present each feature in terms of what makes it useful or desirable. by Raymond Hettinger · 21 years ago
  76. ad983e7 Improve the implementation of itertools.tee(). by Raymond Hettinger · 21 years ago
  77. d85ed1b fix typo in markup by Fred Drake · 21 years ago
  78. 28eae08 fix use of undefined markup by Fred Drake · 21 years ago
  79. dbe7980 add missing "if" by Fred Drake · 21 years ago
  80. 75aa4db Mention that getsid is new in 2.4. by Martin v. Löwis · 21 years ago
  81. d892137 Patch #798297: Add IMAP THREAD command. by Martin v. Löwis · 21 years ago
  82. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  83. c516b0e clarified (in the 5.14 summary) that tests and comparisons all chain, by Alex Martelli · 21 years ago
  84. 37dc334 Add docs for readmodule_ex and its function-descriptors, fixing by Alex Martelli · 21 years ago
  85. 50324a6 Avoid giving advice that's bad for security, as per SF bug #823515 by Alex Martelli · 21 years ago
  86. 35d8360 Document Py_RETURN_NONE. by Brett Cannon · 21 years ago
  87. f7a6b67 Add 'see also' section pointing to the PEP by Andrew M. Kuchling · 21 years ago
  88. 1a42025 Add some recent changes by Andrew M. Kuchling · 21 years ago
  89. ff1f194 Fix the problem addressed by patch by Michael W. Hudson · 21 years ago
  90. dc62aec Add a new looping idiom by Raymond Hettinger · 21 years ago
  91. 5ce2fec Patch #837322: Clarify owning, borrowing, stealing. Backported to 2.3. by Martin v. Löwis · 21 years ago
  92. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  93. f607fc5 Add traceback.format_exc(). by Neil Schemenauer · 21 years ago
  94. 83c1874 SF patch #834444: add versionadd to new functions by Raymond Hettinger · 21 years ago
  95. b4b9ced [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy by Andrew M. Kuchling · 21 years ago
  96. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 21 years ago
  97. 45394c2 Patch #531629: Add multicall support. by Martin v. Löwis · 21 years ago
  98. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 21 years ago
  99. 9885c93 Fix typo. by Raymond Hettinger · 21 years ago
  100. 82b2482 Minor grammatical fix. by Brett Cannon · 21 years ago