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