1. 0fff62f Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  2. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  3. 2d6783b SF #966375: Fix typo (Reported by Kristian Ovaska) by Hye-Shik Chang · 20 years ago
  4. 6dfed6c Fix typo. by Guido van Rossum · 20 years ago
  5. 3151e18 Small clarification. by Michael W. Hudson · 20 years ago
  6. d6d35d9 - fix typo reported by John Belmonte - wrap a long line by Fred Drake · 20 years ago
  7. 77ca6c4 Warn abou missing mutate flag to ioctl. Fixes #696535. by Martin v. Löwis · 20 years ago
  8. d783694 Remove old reminder by Andrew M. Kuchling · 20 years ago
  9. 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
  10. 874ebd5 Add weakref support to sockets and re pattern objects. by Raymond Hettinger · 20 years ago
  11. 956e4f7 Clarify when iter() is first called in generator expressions. by Raymond Hettinger · 20 years ago
  12. 6e1fd2f Improved wording for generator expressions. by Raymond Hettinger · 20 years ago
  13. 170a622 Add more docs for generator expressions. by Raymond Hettinger · 20 years ago
  14. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  15. 9f15b5c add some notes about the changes to ConfigParser by Fred Drake · 20 years ago
  16. 56fcc23 markup adjustments by Fred Drake · 20 years ago
  17. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  18. 9de0a2b fix two typos that turned text into markup by Fred Drake · 20 years ago
  19. ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 20 years ago
  20. b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 20 years ago
  21. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  22. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  23. 79b5cf1 Mention the optimization of list.extend(). by Raymond Hettinger · 21 years ago
  24. ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 21 years ago
  25. 238b267 Lists are measured in elements not bytes. by Raymond Hettinger · 21 years ago
  26. 7a6d297 * Note list optimizations * Move an example out of a comment. by Raymond Hettinger · 21 years ago
  27. ce3caf2 minor markup improvements by Fred Drake · 21 years ago
  28. fd0e494 Minor edits by Andrew M. Kuchling · 21 years ago
  29. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago
  30. 5303a96 Add CJK codecs by Andrew M. Kuchling · 21 years ago
  31. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  32. 23a0f4e Small correction to example by Raymond Hettinger · 21 years ago
  33. 97ef8de * Add various updates reflecting the last two weeks of checkins: by Raymond Hettinger · 21 years ago
  34. b914ef0 list the Python Software Foundation on all the documents by Fred Drake · 21 years ago
  35. 44a31e1 Use 'input' as variable name, even though it shadows a built-in by Andrew M. Kuchling · 21 years ago
  36. ed54d91 Various fixups: by Raymond Hettinger · 21 years ago
  37. 7c67cb8 markup fix by Fred Drake · 21 years ago
  38. 273069d Fix silly typo by Andrew M. Kuchling · 21 years ago
  39. 35f2b05 Add various items by Andrew M. Kuchling · 21 years ago
  40. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  41. 4612bc5 Make example more readable by Andrew M. Kuchling · 21 years ago
  42. feb78c9 Expand the groupby() example to: by Raymond Hettinger · 21 years ago
  43. ad80955 Add groupby() by Andrew M. Kuchling · 21 years ago
  44. 2ce1d47 Fix typo and mark-up; shorten text by Andrew M. Kuchling · 21 years ago
  45. 6708756 Fix typos by Andrew M. Kuchling · 21 years ago
  46. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 21 years ago
  47. 7e0282f Note the addition of set() and frozenset(). by Raymond Hettinger · 21 years ago
  48. dff9dbd Add two items by Andrew M. Kuchling · 21 years ago
  49. 981a918 Various edits by Andrew M. Kuchling · 21 years ago
  50. 7d1dd04 Fix typo by Raymond Hettinger · 21 years ago
  51. bc3cba2 Explain the advantages of reversed. by Raymond Hettinger · 21 years ago
  52. 607c00f Present each feature in terms of what makes it useful or desirable. by Raymond Hettinger · 21 years ago
  53. f7a6b67 Add 'see also' section pointing to the PEP by Andrew M. Kuchling · 21 years ago
  54. 1a42025 Add some recent changes by Andrew M. Kuchling · 21 years ago
  55. 50a2570 Record an item I missed and bump the version number. [2.3 bugfix candidate.] by Andrew M. Kuchling · 21 years ago
  56. 6aedcfc Add some more items by Andrew M. Kuchling · 21 years ago
  57. 2fb4d51 Document list.sort() changes by Andrew M. Kuchling · 21 years ago
  58. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  59. e94040a minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1 by Gregory P. Smith · 21 years ago
  60. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 21 years ago
  61. 77ad829 [Bug #780231] One of the changes described in the 2.3 "What's New" document by Andrew M. Kuchling · 21 years ago
  62. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  63. ed0fa3d boilerplate to start off "What's New in Python 2.4" by Fred Drake · 21 years ago
  64. 68a3294 [Bug #779469] Fix error in example code by Andrew M. Kuchling · 21 years ago
  65. b34ba3f Bump version number; record 2.3 release date by Andrew M. Kuchling · 21 years ago
  66. 700c890 Avoid a few 301 permanent redirects. Part of SF patch #773007. by Fred Drake · 21 years ago
  67. 0ceb9b1 Change \code to \verb, because TeX merges the two dashes into a by Andrew M. Kuchling · 21 years ago
  68. 95be8bd Add introductory paragraphs by Andrew M. Kuchling · 21 years ago
  69. 6e73f9e Add a few more items by Andrew M. Kuchling · 21 years ago
  70. 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 · 21 years ago
  71. aa9b39f Mention list.index; more small textual changes by Andrew M. Kuchling · 21 years ago
  72. c760c6c Add reminder list of things to document; mention sys.getcheckinterval() and socket.timeout exception by Andrew M. Kuchling · 21 years ago
  73. 2cd7731 Minor text changes; update bug/patch count (quite a jump!) by Andrew M. Kuchling · 21 years ago
  74. 15b3dba Adjust description of the internationalized domain name encoding to by Fred Drake · 21 years ago
  75. 3605ae5 In the description of enumerate(), the indexing operators should not by Fred Drake · 21 years ago
  76. a685f52 Fix missing parenthesis by Raymond Hettinger · 21 years ago
  77. 8ccf4d7 Missing markup. by Raymond Hettinger · 21 years ago
  78. 2884d6d Fix a variety of small markup nits. by Fred Drake · 21 years ago
  79. 28137a0 Don't mention __slots__ as a technique for error avoidance by Andrew M. Kuchling · 21 years ago
  80. 8d17709 Remove more markup from headers by Andrew M. Kuchling · 21 years ago
  81. 433307b [Bug #729297] Remove markup in section headers by Andrew M. Kuchling · 21 years ago
  82. fcf6b3e Add list.insert() change for negative positions by Andrew M. Kuchling · 21 years ago
  83. b876bcc work around mostly-minor formatting problems; the encodings.idna by Fred Drake · 21 years ago
  84. 035272b Add some more items by Andrew M. Kuchling · 21 years ago
  85. 13b4c41 Mention deprecation of rotor module by Andrew M. Kuchling · 21 years ago
  86. e36b690 Mention the bz2 module Various rewrites by Andrew M. Kuchling · 21 years ago
  87. faf71ea Fix spelling of cedillas. by Martin v. Löwis · 21 years ago
  88. 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 21 years ago
  89. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  90. b43f15e Add a name by Andrew M. Kuchling · 21 years ago
  91. d39078b Mention timeit module by Andrew M. Kuchling · 21 years ago
  92. ba887bb Use simpler import by Andrew M. Kuchling · 21 years ago
  93. a6b1c75 Re-indent example; fix typo by Andrew M. Kuchling · 21 years ago
  94. a092ba1 Add PEP 307 section by Andrew M. Kuchling · 21 years ago
  95. a978e10 Add PEP305 section by Andrew M. Kuchling · 21 years ago
  96. c71bb97 Update datetime section a bit by Andrew M. Kuchling · 21 years ago
  97. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 21 years ago
  98. 5284b44 Add contributor name. by Raymond Hettinger · 21 years ago
  99. 959c772 Add a little more verbiage about the bsddb module/package change. It's by Skip Montanaro · 21 years ago
  100. 563389f Add updates for alpha2 by Andrew M. Kuchling · 21 years ago