1. 7d1dd04 Fix typo by Raymond Hettinger · 22 years ago
  2. bc3cba2 Explain the advantages of reversed. by Raymond Hettinger · 22 years ago
  3. 607c00f Present each feature in terms of what makes it useful or desirable. by Raymond Hettinger · 22 years ago
  4. f7a6b67 Add 'see also' section pointing to the PEP by Andrew M. Kuchling · 22 years ago
  5. 1a42025 Add some recent changes by Andrew M. Kuchling · 22 years ago
  6. 50a2570 Record an item I missed and bump the version number. [2.3 bugfix candidate.] by Andrew M. Kuchling · 22 years ago
  7. 6aedcfc Add some more items by Andrew M. Kuchling · 22 years ago
  8. 2fb4d51 Document list.sort() changes by Andrew M. Kuchling · 22 years ago
  9. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  10. e94040a minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1 by Gregory P. Smith · 22 years ago
  11. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 22 years ago
  12. 77ad829 [Bug #780231] One of the changes described in the 2.3 "What's New" document by Andrew M. Kuchling · 22 years ago
  13. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 22 years ago
  14. ed0fa3d boilerplate to start off "What's New in Python 2.4" by Fred Drake · 22 years ago
  15. 68a3294 [Bug #779469] Fix error in example code by Andrew M. Kuchling · 22 years ago
  16. b34ba3f Bump version number; record 2.3 release date by Andrew M. Kuchling · 22 years ago
  17. 700c890 Avoid a few 301 permanent redirects. Part of SF patch #773007. by Fred Drake · 22 years ago
  18. 0ceb9b1 Change \code to \verb, because TeX merges the two dashes into a by Andrew M. Kuchling · 22 years ago
  19. 95be8bd Add introductory paragraphs by Andrew M. Kuchling · 22 years ago
  20. 6e73f9e Add a few more items by Andrew M. Kuchling · 22 years ago
  21. 8744f12 Complete the rewrite pass; add a few more items; bump version number to 0.90; remove comment about draft status by Andrew M. Kuchling · 22 years ago
  22. aa9b39f Mention list.index; more small textual changes by Andrew M. Kuchling · 22 years ago
  23. c760c6c Add reminder list of things to document; mention sys.getcheckinterval() and socket.timeout exception by Andrew M. Kuchling · 22 years ago
  24. 2cd7731 Minor text changes; update bug/patch count (quite a jump!) by Andrew M. Kuchling · 22 years ago
  25. 15b3dba Adjust description of the internationalized domain name encoding to by Fred Drake · 22 years ago
  26. 3605ae5 In the description of enumerate(), the indexing operators should not by Fred Drake · 22 years ago
  27. a685f52 Fix missing parenthesis by Raymond Hettinger · 22 years ago
  28. 8ccf4d7 Missing markup. by Raymond Hettinger · 22 years ago
  29. 2884d6d Fix a variety of small markup nits. by Fred Drake · 22 years ago
  30. 28137a0 Don't mention __slots__ as a technique for error avoidance by Andrew M. Kuchling · 22 years ago
  31. 8d17709 Remove more markup from headers by Andrew M. Kuchling · 22 years ago
  32. 433307b [Bug #729297] Remove markup in section headers by Andrew M. Kuchling · 22 years ago
  33. fcf6b3e Add list.insert() change for negative positions by Andrew M. Kuchling · 22 years ago
  34. b876bcc work around mostly-minor formatting problems; the encodings.idna by Fred Drake · 22 years ago
  35. 035272b Add some more items by Andrew M. Kuchling · 22 years ago
  36. 13b4c41 Mention deprecation of rotor module by Andrew M. Kuchling · 22 years ago
  37. e36b690 Mention the bz2 module Various rewrites by Andrew M. Kuchling · 22 years ago
  38. faf71ea Fix spelling of cedillas. by Martin v. Löwis · 22 years ago
  39. 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 22 years ago
  40. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
  41. b43f15e Add a name by Andrew M. Kuchling · 22 years ago
  42. d39078b Mention timeit module by Andrew M. Kuchling · 22 years ago
  43. ba887bb Use simpler import by Andrew M. Kuchling · 22 years ago
  44. a6b1c75 Re-indent example; fix typo by Andrew M. Kuchling · 22 years ago
  45. a092ba1 Add PEP 307 section by Andrew M. Kuchling · 22 years ago
  46. a978e10 Add PEP305 section by Andrew M. Kuchling · 22 years ago
  47. c71bb97 Update datetime section a bit by Andrew M. Kuchling · 22 years ago
  48. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 22 years ago
  49. 5284b44 Add contributor name. by Raymond Hettinger · 22 years ago
  50. 959c772 Add a little more verbiage about the bsddb module/package change. It's by Skip Montanaro · 22 years ago
  51. 563389f Add updates for alpha2 by Andrew M. Kuchling · 22 years ago
  52. 41c3e00 Expand itertools paragraph by Andrew M. Kuchling · 22 years ago
  53. c61402b Update PyPI link by Andrew M. Kuchling · 22 years ago
  54. cade713 Added a note about the new itertools module. (Omission noted by by Fred Drake · 22 years ago
  55. 3749507 logging.warn() renamed to warning() by Andrew M. Kuchling · 22 years ago
  56. d87eeb9 Add two acks; bump version number by Andrew M. Kuchling · 22 years ago
  57. 7ee9b51 [Bug #688261] Fix optparse example and output by Andrew M. Kuchling · 22 years ago
  58. acddabc [Bug #683416] Make PEP263 coverage a bit more explicit, and add it to the by Andrew M. Kuchling · 22 years ago
  59. ada859c Remove duplicate word (rules) by Neal Norwitz · 23 years ago
  60. 3e245d8 Add item pertaining to by Michael W. Hudson · 23 years ago
  61. 065f5fa Sundry very picky changes. by Michael W. Hudson · 23 years ago
  62. 72df65a Add Neil's suggestions for avoiding this warning by Andrew M. Kuchling · 23 years ago
  63. b8a3905 Update URL by Andrew M. Kuchling · 23 years ago
  64. 693aea2 - make some links into the reference documentation relative for by Fred Drake · 23 years ago
  65. 80fd785 Mention FutureWarning for large ints by Andrew M. Kuchling · 23 years ago
  66. b9ba4e6 [Bug #679251] Use correct constant name by Andrew M. Kuchling · 23 years ago
  67. a31bb37 Update register example by Andrew M. Kuchling · 23 years ago
  68. aac8c58 Various markup changes. by Fred Drake · 23 years ago
  69. ee1bded Correct typos in example code. by Raymond Hettinger · 23 years ago
  70. a974b39 Move the date/time section into the modules section; it was in the by Andrew M. Kuchling · 23 years ago
  71. c1dd174 Link to MRO article Mention deprecation of string exceptions by Andrew M. Kuchling · 23 years ago
  72. 55d555f command doesn't work, but program does, not sure it's correct, though by Neal Norwitz · 23 years ago
  73. d97b01c Bump version number by Andrew M. Kuchling · 23 years ago
  74. 674b0bf Add tarfile module by Andrew M. Kuchling · 23 years ago
  75. ef893fe Add Tix and rexec changes by Andrew M. Kuchling · 23 years ago
  76. aa1d3aa Spread the blame (err, I mean credit) for ossaudiodev around a bit. by Greg Ward · 23 years ago
  77. 5a22453 Write PEP 301 section Mention difference between 2.2.2 and 2.3 True and False by Andrew M. Kuchling · 23 years ago
  78. 87cebbf Add SSL support for imaplib; add empty PEP301 section by Andrew M. Kuchling · 23 years ago
  79. 1618ced Add contributor. by Raymond Hettinger · 23 years ago
  80. 04b8995 Fix error in previous correction; thanks, Just! by Andrew M. Kuchling · 23 years ago
  81. d5ac8d0 Fix PEP 302 description; bump version number by Andrew M. Kuchling · 23 years ago
  82. 9e86ad7 Fix an example by Andrew M. Kuchling · 23 years ago
  83. f15fb29 Results of a rewrite pass by Andrew M. Kuchling · 23 years ago
  84. ae3bbf5 Add posix.loadavg() Add some times by Andrew M. Kuchling · 23 years ago
  85. 5095a47 Add a hurriedly-written section on the datetime module by Andrew M. Kuchling · 23 years ago
  86. 974ab9d Add lots of items. The only thing missing now is the new date/time stuff. by Andrew M. Kuchling · 23 years ago
  87. c7d8c68 Fix SF #658023, "What's New in 2.3", s12, verbatim error by Neal Norwitz · 23 years ago
  88. c4a3f41 Bump version number by Andrew M. Kuchling · 23 years ago
  89. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
  90. 8e5b53b Rewrite to produce a complete sentence by Andrew M. Kuchling · 23 years ago
  91. 45bda57 Added missing markup. by Raymond Hettinger · 23 years ago
  92. 6c50df2 Add Tkinter threading change Fix markup errors Rewrite a sentence by Andrew M. Kuchling · 23 years ago
  93. 449a87d Various additions and changes suggested by Raymond Hettinger by Andrew M. Kuchling · 23 years ago
  94. 85f7f83 Added a word to the heapq description in response to user confusion. by Tim Peters · 23 years ago
  95. b1e4bf9 Bug #647387: corrections to the logging section by Vinay Sanjip by Andrew M. Kuchling · 23 years ago
  96. 8af50bc _ssl.pyd available for Windows. by Mark Hammond · 23 years ago
  97. 5326257 Add ossaudiodev; fix typo by Andrew M. Kuchling · 23 years ago
  98. b6f7959 Fix value of 'propagate' (noted by Chris Reedy) Rewrite paragraph by Andrew M. Kuchling · 23 years ago
  99. fb97443 Fix typo. by Walter Dörwald · 23 years ago
  100. b492fa9 Mention dict.fromkeys() Various edits by Andrew M. Kuchling · 23 years ago