1. 65b7282 Add reminder about PEP293 by Andrew M. Kuchling · 22 years ago
  2. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  3. 13090e1 Give the section on PEP 263 a more meaningful title, so readers will by Fred Drake · 22 years ago
  4. bc46510 Cover the sets module. by Andrew M. Kuchling · 22 years ago
  5. 6974aa9 Create two subsections of the "Core Language Changes" section, because by Andrew M. Kuchling · 22 years ago
  6. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  7. 90e9a79 Add 'in' change Revise sentence Add two reminders by Andrew M. Kuchling · 22 years ago
  8. 950725f Mention list.sort() by Andrew M. Kuchling · 22 years ago
  9. c61ec52 Add two reminders by Andrew M. Kuchling · 22 years ago
  10. 52f1b76 Add posix.lchown() by Andrew M. Kuchling · 22 years ago
  11. ef5d06b [Bug #580462] Mention changes to GC API by Andrew M. Kuchling · 22 years ago
  12. a982eb1 Sort changed modules into alphabetical order; no other changes by Andrew M. Kuchling · 22 years ago
  13. 3c305d9 Rewrite a paragraph, and use correct mark-up by Andrew M. Kuchling · 22 years ago
  14. bba23a8 SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation by Neal Norwitz · 22 years ago
  15. 4da01ed Substantially flesh out extended slice section. I think this is probably by Michael W. Hudson · 22 years ago
  16. 346386f Add more items by Andrew M. Kuchling · 22 years ago
  17. 20e5abc Make another pass through Misc/NEWS and add stuff. Bump version number. by Andrew M. Kuchling · 22 years ago
  18. e995d16 Add some items by Andrew M. Kuchling · 22 years ago
  19. 7845e7c [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs by Andrew M. Kuchling · 22 years ago
  20. df872a2 No need to be ambiguous about *how* extended slices and built-in types by Fred Drake · 22 years ago
  21. dcdf48a Add some acks by Andrew M. Kuchling · 22 years ago
  22. d003a2a Describe textwrap module by Andrew M. Kuchling · 22 years ago
  23. fdc3431 Add a reminder by Andrew M. Kuchling · 22 years ago
  24. 09d6b92 Add a reminder by Andrew M. Kuchling · 22 years ago
  25. 9f6e104 Add reminder, and a new POSIX function Tweak traceback display for consistency by Andrew M. Kuchling · 22 years ago
  26. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  27. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  28. 7f147a7 Tweak traceback message to avoid LaTeX2HTML bug Add a reminder by Andrew M. Kuchling · 22 years ago
  29. eb91488 Fix typo by Andrew M. Kuchling · 22 years ago
  30. f70a0a8 Fix typo, and add some reminders by Andrew M. Kuchling · 22 years ago
  31. 497bdd6 Tweak the description of pymalloc. Mention pymemcompat.h. by Michael W. Hudson · 22 years ago
  32. 187b1d8 Add OS/2 text by Andrew M. Kuchling · 22 years ago
  33. 72b58e0 More additions by Andrew M. Kuchling · 22 years ago
  34. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  35. 2b6edce Rearrange paragraph by Andrew M. Kuchling · 22 years ago
  36. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  37. a2a206b Mention math.degrees() and math.radians() Other minor rewrites by Andrew M. Kuchling · 22 years ago
  38. fad2f59 Give the enumerate() PEP a section of its own Add some credits Fill in a link by Andrew M. Kuchling · 22 years ago
  39. 517109b More filling out by Andrew M. Kuchling · 22 years ago
  40. 821013e Write two sections, and write some partial text for some other sections by Andrew M. Kuchling · 22 years ago
  41. 7d28b73 Added note about using the documentation build tools under Cygwin. by Fred Drake · 22 years ago
  42. a030c76 Many minor markup adjustments for consistency. by Fred Drake · 22 years ago
  43. 9546772 Correct Moshe's e-mail address by Andrew M. Kuchling · 22 years ago
  44. 2a15980 Note that NameError's message also changed in 2.0 by Andrew M. Kuchling · 22 years ago
  45. b803f70 Add some items, and remove a note to myself by Andrew M. Kuchling · 22 years ago
  46. 91bae44 Long-forgotten change: Update first paragraph with actual release date by Andrew M. Kuchling · 22 years ago
  47. 8e8af6e Add item by Andrew M. Kuchling · 22 years ago
  48. b384c72 posix.mknod() and {}.pop() were added by Neal Norwitz · 22 years ago
  49. f367651 Add items by Andrew M. Kuchling · 22 years ago
  50. 17850f7 Add a name by Andrew M. Kuchling · 22 years ago
  51. 3a52ff6 Add empty section for bool by Andrew M. Kuchling · 23 years ago
  52. b81fbad Updated PEP link to point to the now-canonical site. by Fred Drake · 23 years ago
  53. 45afd54 Add an item by Andrew M. Kuchling · 23 years ago
  54. f4dd65d Copy section on generators from the 2.2 document with a bit of rewriting by Andrew M. Kuchling · 23 years ago
  55. 9da3efd Mention 2.2.1 in intro and in bug/patch counts by Andrew M. Kuchling · 23 years ago
  56. 03594bb Fill in this document a bit, adding reminders of items that should be included by Andrew M. Kuchling · 23 years ago
  57. 03e1031 Add a starter for the next "What's New" document. by Fred Drake · 23 years ago
  58. bec5b36 1.00 at last! by Andrew M. Kuchling · 23 years ago
  59. 5e08d10 Update the documentation links Remove reference to this being a draft by Andrew M. Kuchling · 23 years ago
  60. adc7df5 Use the final patch/bug numbers by Andrew M. Kuchling · 23 years ago
  61. 038215a Use an immutable tuple for __slots instead of a mutable list Bump version number by Andrew M. Kuchling · 23 years ago
  62. c54fc31 Oops! Forgot the value parameter. by Andrew M. Kuchling · 23 years ago
  63. 9455df2 Add __delete__ method of properties Reflow paragraph by Andrew M. Kuchling · 23 years ago
  64. ccf0465 Correctly create new-style classes in the examples by Andrew M. Kuchling · 23 years ago
  65. 10f9c07 Remove obsolete e-mail address by Andrew M. Kuchling · 23 years ago
  66. 2dab9c7 Fix markup typo by Andrew M. Kuchling · 23 years ago
  67. bbde588 Add paragraph about difflib suggested by David Goodger Bump version number by Andrew M. Kuchling · 23 years ago
  68. 72a7fb7 Fix grammar error by Andrew M. Kuchling · 23 years ago
  69. 433b5c4 Rewrites and additions resulting from today's feedback by Andrew M. Kuchling · 23 years ago
  70. 7aa63c2 Various minor rewrites Bump version number by Andrew M. Kuchling · 23 years ago
  71. 7cc13de Corrections noted by Michael McLay by Andrew M. Kuchling · 23 years ago
  72. 1117d93 dictionary -> dict by Andrew M. Kuchling · 23 years ago
  73. 4f9e220 Fix two typos noted by Jens Quade Bump version number by Andrew M. Kuchling · 23 years ago
  74. 2836907 Fix some markup errors noted by MH by Andrew M. Kuchling · 23 years ago
  75. cf31d5d Fill in remaining XXX spots by Andrew M. Kuchling · 23 years ago
  76. b83769c Finish off the type/class section; I don't think there's much else by Andrew M. Kuchling · 23 years ago
  77. 4855b02 Fill out section on how to write a new-style class by Andrew M. Kuchling · 23 years ago
  78. 32e3232 Update bug/patch counts by Andrew M. Kuchling · 23 years ago
  79. beb3855 Add correction from /F about SRE \filename{} should be \file{} by Andrew M. Kuchling · 23 years ago
  80. 279e744 Partly fill out the PEP 252 section by Andrew M. Kuchling · 23 years ago
  81. 8b42f01 A bunch of minor rewordings by Andrew M. Kuchling · 23 years ago
  82. d4707e3 Minor additions and rewrites. Bump version number. by Andrew M. Kuchling · 23 years ago
  83. 1497b62 Add link to Unix Review's 2.2 article Fix two errors by Andrew M. Kuchling · 23 years ago
  84. 1efd7ad Add support for SMTP TLS by Andrew M. Kuchling · 23 years ago
  85. d6e40e2 Remove some XXX markers Update the patch and bug counts by Andrew M. Kuchling · 23 years ago
  86. 26c39bf Add section on long integer changes by Andrew M. Kuchling · 23 years ago
  87. 2f0047a Note some changes that I need to write about by Andrew M. Kuchling · 23 years ago
  88. 33a3b63 Correction: the Borland C port isn't fully operational yet by Andrew M. Kuchling · 23 years ago
  89. 0e03f58 Add Jack Jansen's explanation of the MacOS X changes by Andrew M. Kuchling · 23 years ago
  90. 0ab31b8 Add METH_O and METH_NOARGS change by Andrew M. Kuchling · 23 years ago
  91. 94a7eba Note addition of cleanfuture.py by Andrew M. Kuchling · 23 years ago
  92. 9e9c135 Add section on PEP 238 changes by Andrew M. Kuchling · 23 years ago
  93. 8c69c91b Document two new items by Andrew M. Kuchling · 23 years ago
  94. 7770767 Move C-level changes into a section of their own by Andrew M. Kuchling · 23 years ago
  95. f4ccf58 Rewrite MBCS paragraph following MH's suggestions, and credit him by Andrew M. Kuchling · 23 years ago
  96. a6d2a04 More Unicode corrections from MAL to match a post-2.2a1 change by Andrew M. Kuchling · 23 years ago
  97. 5120eac Bump release number to 1.00, while I'm at it by Andrew M. Kuchling · 23 years ago
  98. ab01087 Revise the Unicode section after getting comments from MAL, GvR, and others. by Andrew M. Kuchling · 23 years ago
  99. f5fec3c Fill out the Unicode section, somewhat uncertainly by Andrew M. Kuchling · 23 years ago
  100. 8cfa905 Finish the "Other changes" section by Andrew M. Kuchling · 23 years ago