1. 94a7eba Note addition of cleanfuture.py by Andrew M. Kuchling · 23 years ago
  2. 9e9c135 Add section on PEP 238 changes by Andrew M. Kuchling · 23 years ago
  3. 8c69c91b Document two new items by Andrew M. Kuchling · 23 years ago
  4. 7770767 Move C-level changes into a section of their own by Andrew M. Kuchling · 23 years ago
  5. f4ccf58 Rewrite MBCS paragraph following MH's suggestions, and credit him by Andrew M. Kuchling · 23 years ago
  6. a6d2a04 More Unicode corrections from MAL to match a post-2.2a1 change by Andrew M. Kuchling · 23 years ago
  7. 5120eac Bump release number to 1.00, while I'm at it by Andrew M. Kuchling · 23 years ago
  8. ab01087 Revise the Unicode section after getting comments from MAL, GvR, and others. by Andrew M. Kuchling · 23 years ago
  9. f5fec3c Fill out the Unicode section, somewhat uncertainly by Andrew M. Kuchling · 23 years ago
  10. 8cfa905 Finish the "Other changes" section by Andrew M. Kuchling · 23 years ago
  11. b39fa8a Remove note about this being a draft document. by Andrew M. Kuchling · 23 years ago
  12. c32cc7c Delete sentence fragment (noted by Fred Bremmer) by Andrew M. Kuchling · 23 years ago
  13. f8a17b1 Now we're picking nits: get my name right! ;-) by Fred Drake · 23 years ago
  14. 6ea9f0b Add FLD to credit list Correct grammatical error by Andrew M. Kuchling · 23 years ago
  15. 0d00254 Cleaned up a number of minor nits, use markup a little more consistently. by Fred Drake · 23 years ago
  16. 4cf52a9 Minor rewrites to iterator and generator sections by Andrew M. Kuchling · 23 years ago
  17. ddeb135 Use \longprogramopt, as suggested by FLD by Andrew M. Kuchling · 23 years ago
  18. ced2366 Use \verb for configure switches, because inside \code multiple dashes by Andrew M. Kuchling · 23 years ago
  19. 2cd712b Write some entries in the "Other changes" section by Andrew M. Kuchling · 23 years ago
  20. 4dbf871 Began actually writing: by Andrew M. Kuchling · 23 years ago
  21. 7bf8277 Note addition of xmlrpclib by Andrew M. Kuchling · 23 years ago
  22. a43e703 Add more items that need to be written about by Andrew M. Kuchling · 23 years ago
  23. 3b923fc Add another item by Andrew M. Kuchling · 23 years ago
  24. a8defaa Skeletal version; I'm checking this in now so I can keep a list of changes, by Andrew M. Kuchling · 23 years ago
  25. 1fcd438 Update document for the actual 2.1rc1 by Andrew M. Kuchling · 23 years ago
  26. 9ad526f Markup nit: use \envvar to mark environment variables. by Fred Drake · 23 years ago
  27. db7657d Explain popitem() Add Unixware 7 port Ready for RC1 Minor rewrites by Andrew M. Kuchling · 23 years ago
  28. 4240bc5 Note missing explanation by Andrew M. Kuchling · 23 years ago
  29. ac1abe0 Add a paragraph about obmalloc turning up bugs in extension modules by Andrew M. Kuchling · 23 years ago
  30. ef85cc8 Add section for PEP 241 Add PyUnit and sys.excepthook by Andrew M. Kuchling · 23 years ago
  31. 45bbda2 Fix a further markup problem noted by FLD by Andrew M. Kuchling · 23 years ago
  32. 61af560 Discuss PEP 236. Update nested scope section. by Andrew M. Kuchling · 23 years ago
  33. 81df7be Update estimate bug and patch counts by Andrew M. Kuchling · 23 years ago
  34. 694e181 Fix markup nit pointed out by FLD by Andrew M. Kuchling · 23 years ago
  35. 8bad993 Add description of PEP235 by Andrew M. Kuchling · 23 years ago
  36. 74d18ed Cover pydoc by Andrew M. Kuchling · 23 years ago
  37. bf14014 Document the object allocator Minor sentence change by Andrew M. Kuchling · 23 years ago
  38. 15ad28c Finished the section on weak references by Andrew M. Kuchling · 23 years ago
  39. 81b6ae7 Create separate section for changes to the standard library by Andrew M. Kuchling · 23 years ago
  40. 6a360bd Wrote section on nested scopes, and moved it to the front by Andrew M. Kuchling · 23 years ago
  41. 4308d3c Add note about non-recursive Makefiles by Andrew M. Kuchling · 24 years ago
  42. 1ae43c4 Add names of people who've pointed out broken links and images by Andrew M. Kuchling · 24 years ago
  43. d975196 Fredrik pointed out that the database shrank more than 55K by Andrew M. Kuchling · 24 years ago
  44. 26e94a8 Jeremy didn't write PEP 205, Fred did! by Andrew M. Kuchling · 24 years ago
  45. f33c118 Add introductory note about this article's draft status by Andrew M. Kuchling · 24 years ago
  46. 91834c6 Added dictionary.popitem() and the improved XML modules. by Andrew M. Kuchling · 24 years ago
  47. f228fd1 Add reference to PEP 232. by Andrew M. Kuchling · 24 years ago
  48. b216ab6 Fill out various transcripts and XXX bits, thanks to the WMATA. by Andrew M. Kuchling · 24 years ago
  49. 90cecee Beginning of a "What's New in Python 2.1" article by Andrew M. Kuchling · 24 years ago
  50. a8d1078 Correction from David Bolen: the Windows version no longer crashes by Andrew M. Kuchling · 24 years ago
  51. ad6f2c8 Bump version number -- this document is pretty much finished! by Andrew M. Kuchling · 24 years ago
  52. f155170 Correct form of FourThought's name by Andrew M. Kuchling · 24 years ago
  53. ec1722e Various minor additions and clarifications, mostly suggested by Jeremy by Andrew M. Kuchling · 24 years ago
  54. 7486c6b Comment out a separator line, since all the others are commented out, by Fred Drake · 24 years ago
  55. 6032c48 Add new section on the XML package. (This was the only major new 2.0 feature by Andrew M. Kuchling · 24 years ago
  56. d44dc3c Rewrites to section on new development process, after Usenet discussion by Andrew M. Kuchling · 24 years ago
  57. fc1b60e Fix double negative spotted by matt@mondoinfo.com by Andrew M. Kuchling · 24 years ago
  58. be870dd Added a section describing the new development process. Part of it by Andrew M. Kuchling · 24 years ago
  59. 3ad4e74 Wrote text for features added between 2.0b1 and b2. by Andrew M. Kuchling · 24 years ago
  60. 118ee96 Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, by Andrew M. Kuchling · 24 years ago
  61. 6d4addd Update URL for Python 2.0 by Andrew M. Kuchling · 24 years ago
  62. 4d46d38 Add new section "What About Python 1.6?" by Andrew M. Kuchling · 24 years ago
  63. d500e44 Removed mention of the winreg module, since it was deleted from 2.0b1 by Andrew M. Kuchling · 24 years ago
  64. 5e08a01 Various corrections pointed out by Detlef Lannert by Andrew M. Kuchling · 24 years ago
  65. 3cdb576 Fix markup error by Andrew M. Kuchling · 24 years ago
  66. 4373764 Removed forgotten text in list comprehensions section (taken from the Haskell by Andrew M. Kuchling · 24 years ago
  67. 59ecafa Mention the new 'import X as Y' syntax by Andrew M. Kuchling · 24 years ago
  68. 2d2dc9f Add section on list comprehension by Andrew M. Kuchling · 24 years ago
  69. 2337f55 Mention setdefault() method for dicts by Andrew M. Kuchling · 24 years ago
  70. b9fb1f2 Mention Include/my*.h cleanup by Andrew M. Kuchling · 24 years ago
  71. 581f33a Added zip() builtin by Andrew M. Kuchling · 24 years ago
  72. 08d87c6 Document addition of webbrowser.py Mention the ANSIfication of the source. by Andrew M. Kuchling · 24 years ago
  73. 35e8afb Rearrange order of sections Fix some incorrect module names by Andrew M. Kuchling · 24 years ago
  74. 791b366 Added more changes from /F by Andrew M. Kuchling · 24 years ago
  75. fed4f1e Changes from Moshe: - distutils: Windows installers are already working by Andrew M. Kuchling · 24 years ago
  76. a6161ed Refer to "Authors", plural by Andrew M. Kuchling · 24 years ago
  77. 8357c4c Update the version number in an example by Andrew M. Kuchling · 24 years ago
  78. 70ba382 Updated the URL for Python 2.0 by Andrew M. Kuchling · 24 years ago
  79. 62cdd96 Credit /F in a few places by Andrew M. Kuchling · 24 years ago
  80. 730067e Finished the GC section. by Andrew M. Kuchling · 24 years ago
  81. 69db0e4 Added section on cycle GC Various minor fixes by Andrew M. Kuchling · 24 years ago
  82. 662d76e Fix typos and errors noticed by Skip Montanaro by Andrew M. Kuchling · 24 years ago
  83. c0328f0 Mention setting the default encoding Add IDLE section from MZ by Andrew M. Kuchling · 24 years ago
  84. a5bbb00 List more deleted modules. Add request for feedback. by Andrew M. Kuchling · 24 years ago
  85. 6c3cd8d Filled in the sections on new and deleted modules. Bumped version number. by Andrew M. Kuchling · 24 years ago
  86. 7f6270d Minor fixes, additions to notes by Andrew M. Kuchling · 24 years ago
  87. b853ea0 Latex formatting fixes by Andrew M. Kuchling · 24 years ago
  88. fa33a4e Patches from Moshe, w/ AMK's revisions Wrote Unicode section by Andrew M. Kuchling · 24 years ago
  89. 5b8311e Filled out the "Core Changes" section. by Andrew M. Kuchling · 24 years ago
  90. 25bfd0e Article about 1.6 new features by Andrew M. Kuchling · 24 years ago