1. a8defaa Skeletal version; I'm checking this in now so I can keep a list of changes, by Andrew M. Kuchling · 24 years ago
  2. 1fcd438 Update document for the actual 2.1rc1 by Andrew M. Kuchling · 24 years ago
  3. 9ad526f Markup nit: use \envvar to mark environment variables. by Fred Drake · 24 years ago
  4. db7657d Explain popitem() Add Unixware 7 port Ready for RC1 Minor rewrites by Andrew M. Kuchling · 24 years ago
  5. 4240bc5 Note missing explanation by Andrew M. Kuchling · 24 years ago
  6. ac1abe0 Add a paragraph about obmalloc turning up bugs in extension modules by Andrew M. Kuchling · 24 years ago
  7. ef85cc8 Add section for PEP 241 Add PyUnit and sys.excepthook by Andrew M. Kuchling · 24 years ago
  8. 45bbda2 Fix a further markup problem noted by FLD by Andrew M. Kuchling · 24 years ago
  9. 61af560 Discuss PEP 236. Update nested scope section. by Andrew M. Kuchling · 24 years ago
  10. 81df7be Update estimate bug and patch counts by Andrew M. Kuchling · 24 years ago
  11. 694e181 Fix markup nit pointed out by FLD by Andrew M. Kuchling · 24 years ago
  12. 8bad993 Add description of PEP235 by Andrew M. Kuchling · 24 years ago
  13. 74d18ed Cover pydoc by Andrew M. Kuchling · 24 years ago
  14. bf14014 Document the object allocator Minor sentence change by Andrew M. Kuchling · 24 years ago
  15. 15ad28c Finished the section on weak references by Andrew M. Kuchling · 25 years ago
  16. 81b6ae7 Create separate section for changes to the standard library by Andrew M. Kuchling · 25 years ago
  17. 6a360bd Wrote section on nested scopes, and moved it to the front by Andrew M. Kuchling · 25 years ago
  18. 4308d3c Add note about non-recursive Makefiles by Andrew M. Kuchling · 25 years ago
  19. 1ae43c4 Add names of people who've pointed out broken links and images by Andrew M. Kuchling · 25 years ago
  20. d975196 Fredrik pointed out that the database shrank more than 55K by Andrew M. Kuchling · 25 years ago
  21. 26e94a8 Jeremy didn't write PEP 205, Fred did! by Andrew M. Kuchling · 25 years ago
  22. f33c118 Add introductory note about this article's draft status by Andrew M. Kuchling · 25 years ago
  23. 91834c6 Added dictionary.popitem() and the improved XML modules. by Andrew M. Kuchling · 25 years ago
  24. f228fd1 Add reference to PEP 232. by Andrew M. Kuchling · 25 years ago
  25. b216ab6 Fill out various transcripts and XXX bits, thanks to the WMATA. by Andrew M. Kuchling · 25 years ago
  26. 90cecee Beginning of a "What's New in Python 2.1" article by Andrew M. Kuchling · 25 years ago
  27. a8d1078 Correction from David Bolen: the Windows version no longer crashes by Andrew M. Kuchling · 25 years ago
  28. ad6f2c8 Bump version number -- this document is pretty much finished! by Andrew M. Kuchling · 25 years ago
  29. f155170 Correct form of FourThought's name by Andrew M. Kuchling · 25 years ago
  30. ec1722e Various minor additions and clarifications, mostly suggested by Jeremy by Andrew M. Kuchling · 25 years ago
  31. 7486c6b Comment out a separator line, since all the others are commented out, by Fred Drake · 25 years ago
  32. 6032c48 Add new section on the XML package. (This was the only major new 2.0 feature by Andrew M. Kuchling · 25 years ago
  33. d44dc3c Rewrites to section on new development process, after Usenet discussion by Andrew M. Kuchling · 25 years ago
  34. fc1b60e Fix double negative spotted by matt@mondoinfo.com by Andrew M. Kuchling · 25 years ago
  35. be870dd Added a section describing the new development process. Part of it by Andrew M. Kuchling · 25 years ago
  36. 3ad4e74 Wrote text for features added between 2.0b1 and b2. by Andrew M. Kuchling · 25 years ago
  37. 118ee96 Fixed error in explanation of codec decode_func pointed out by Gregg Hauser, by Andrew M. Kuchling · 25 years ago
  38. 6d4addd Update URL for Python 2.0 by Andrew M. Kuchling · 25 years ago
  39. 4d46d38 Add new section "What About Python 1.6?" by Andrew M. Kuchling · 25 years ago
  40. d500e44 Removed mention of the winreg module, since it was deleted from 2.0b1 by Andrew M. Kuchling · 25 years ago
  41. 5e08a01 Various corrections pointed out by Detlef Lannert by Andrew M. Kuchling · 25 years ago
  42. 3cdb576 Fix markup error by Andrew M. Kuchling · 25 years ago
  43. 4373764 Removed forgotten text in list comprehensions section (taken from the Haskell by Andrew M. Kuchling · 25 years ago
  44. 59ecafa Mention the new 'import X as Y' syntax by Andrew M. Kuchling · 25 years ago
  45. 2d2dc9f Add section on list comprehension by Andrew M. Kuchling · 25 years ago
  46. 2337f55 Mention setdefault() method for dicts by Andrew M. Kuchling · 25 years ago
  47. b9fb1f2 Mention Include/my*.h cleanup by Andrew M. Kuchling · 25 years ago
  48. 581f33a Added zip() builtin by Andrew M. Kuchling · 25 years ago
  49. 08d87c6 Document addition of webbrowser.py Mention the ANSIfication of the source. by Andrew M. Kuchling · 25 years ago
  50. 35e8afb Rearrange order of sections Fix some incorrect module names by Andrew M. Kuchling · 25 years ago
  51. 791b366 Added more changes from /F by Andrew M. Kuchling · 25 years ago
  52. fed4f1e Changes from Moshe: - distutils: Windows installers are already working by Andrew M. Kuchling · 25 years ago
  53. a6161ed Refer to "Authors", plural by Andrew M. Kuchling · 25 years ago
  54. 8357c4c Update the version number in an example by Andrew M. Kuchling · 25 years ago
  55. 70ba382 Updated the URL for Python 2.0 by Andrew M. Kuchling · 25 years ago
  56. 62cdd96 Credit /F in a few places by Andrew M. Kuchling · 25 years ago
  57. 730067e Finished the GC section. by Andrew M. Kuchling · 25 years ago
  58. 69db0e4 Added section on cycle GC Various minor fixes by Andrew M. Kuchling · 25 years ago
  59. 662d76e Fix typos and errors noticed by Skip Montanaro by Andrew M. Kuchling · 25 years ago
  60. c0328f0 Mention setting the default encoding Add IDLE section from MZ by Andrew M. Kuchling · 25 years ago
  61. a5bbb00 List more deleted modules. Add request for feedback. by Andrew M. Kuchling · 25 years ago
  62. 6c3cd8d Filled in the sections on new and deleted modules. Bumped version number. by Andrew M. Kuchling · 25 years ago
  63. 7f6270d Minor fixes, additions to notes by Andrew M. Kuchling · 25 years ago
  64. b853ea0 Latex formatting fixes by Andrew M. Kuchling · 25 years ago
  65. fa33a4e Patches from Moshe, w/ AMK's revisions Wrote Unicode section by Andrew M. Kuchling · 25 years ago
  66. 5b8311e Filled out the "Core Changes" section. by Andrew M. Kuchling · 25 years ago
  67. 25bfd0e Article about 1.6 new features by Andrew M. Kuchling · 25 years ago