1. 573b541 Add a NEWS item about function attributes. by Barry Warsaw · 24 years ago
  2. 051e335 Add note about new and improved xrange(). by Guido van Rossum · 24 years ago
  3. da91f22 Add note about ftplib defaulting to passive mode. by Guido van Rossum · 24 years ago
  4. f29b64d Use the "MS" getline hack (fgets()) by default on non-get_unlocked by Tim Peters · 24 years ago
  5. b9e202b Added Jeffery Collins. by Tim Peters · 24 years ago
  6. f6f3a89 Mention new curses.panel module by Andrew M. Kuchling · 24 years ago
  7. 10a2787 Document extensions to .pth files. by Martin v. Löwis · 24 years ago
  8. 1cc8f83 News about from...import. by Guido van Rossum · 24 years ago
  9. ae72d87 Typo. by Guido van Rossum · 24 years ago
  10. f61f166 Added a whole slew of news items. Not striving for completeness -- by Guido van Rossum · 24 years ago
  11. 742bb6f Clarification of new bisect module functions. by Tim Peters · 24 years ago
  12. be4c0f5 Recognize pyc files even if they don't end in pyc. by Martin v. Löwis · 24 years ago
  13. c4e1775 Two new names. by Guido van Rossum · 24 years ago
  14. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 24 years ago
  15. e0c182f (python-font-lock-keywords): Add highlighting of `as' as a keyword, by Barry Warsaw · 24 years ago
  16. 1378c32 Document the -W option as best as I can. by Guido van Rossum · 24 years ago
  17. a1099be Fix typo by Andrew M. Kuchling · 24 years ago
  18. 3661d39 Describe {}.popitem(). by Guido van Rossum · 24 years ago
  19. d92dfe0 SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. by Tim Peters · 24 years ago
  20. 37da22b The C+ compiler is called $(CXX) these days, not CCC. This fixes SF Bug #124478. by Guido van Rossum · 24 years ago
  21. 9940b80 Made the description of %[udxXo] formats of negative longs in 2.1 more accurate. by Tim Peters · 24 years ago
  22. a3a3a03 Fox for SF bug #123859: %[duxXo] long formats inconsistent. by Tim Peters · 24 years ago
  23. 3c34bb3 (py-goto-beginning-of-tqs): When searching backwards for the matching by Barry Warsaw · 24 years ago
  24. cf3bc8c Rename Setup.in to Setup.dist, and assume that configure will create by Fred Drake · 24 years ago
  25. adfb94f Typo repair. by Tim Peters · 24 years ago
  26. d867a2c revise xml comment by Jeremy Hylton · 24 years ago
  27. 1a64050 Updated the XML package comment. by Fred Drake · 24 years ago
  28. 989b7b9 Filled in math-module info; fixed a typo or two. by Tim Peters · 24 years ago
  29. d6e2023 Add NEWS for 2.0 final (there are a few XXX comments that must be addressed). by Jeremy Hylton · 24 years ago
  30. 21000ca distutils setup files for Tkinter by Jeremy Hylton · 24 years ago
  31. 355e2f2 misc. RPM support files by Jeremy Hylton · 24 years ago
  32. 6040aaa add note explaining what a release candidate is by Jeremy Hylton · 24 years ago
  33. 46446d6 Repaired IDLE Unicode bug description. Added tokenize.py bugfix info. by Tim Peters · 24 years ago
  34. 56fe7f8 WAVE test + bugfix contributor. by Guido van Rossum · 24 years ago
  35. 5c2c604 And another. by Guido van Rossum · 24 years ago
  36. 32e20ff typo by Jeremy Hylton · 24 years ago
  37. fded5ed One more name. by Guido van Rossum · 24 years ago
  38. 1092120 added better description of BeOS changes from Donn Cave by Jeremy Hylton · 24 years ago
  39. ed9e644 Summary of changes between 2.0b2 and 2.0c1 by Jeremy Hylton · 24 years ago
  40. 30e7877 new name by Jeremy Hylton · 24 years ago
  41. 3105f92 Added Daniel Dittmar, for helping get the configuration working for by Fred Drake · 24 years ago
  42. 625915e typo by Jeremy Hylton · 24 years ago
  43. 9f11cf8 Capitalized an "if" that should have been -- noted by Grant Griffin by Fred Drake · 24 years ago
  44. 45888ff Added a missing "is" -- noted by Grant Griffin <grant.griffin@honeywell.com>. by Fred Drake · 24 years ago
  45. 97693b0 Fix GC news by Jeremy Hylton · 24 years ago
  46. 67233bc Fixed typo, description of changes to dbm module. by Fred Drake · 24 years ago
  47. fa2e2c1 The rest of the news for 2.0b2 by Jeremy Hylton · 24 years ago
  48. 64bb380 Elaborated the notes on the XML support. by Fred Drake · 24 years ago
  49. f62ed9c Fixed some typos, added some punctuation (e.g. consistently terminate by Guido van Rossum · 24 years ago
  50. 482c021 New info and fixed some typos. by Tim Peters · 24 years ago
  51. 1b61859 partial list of changes between 2.0b1 and 2.0b2 by Jeremy Hylton · 24 years ago
  52. ee76f0b Credit where credit is due. Also fixed an unalphabetic sequence. by Guido van Rossum · 24 years ago
  53. 5cd2f0d Updated according to the changes made to the "s#" parser marker by Marc-André Lemburg · 24 years ago
  54. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 24 years ago
  55. 6456937 Describe the -h and -V flags. Closes patch #101496 by Barry Warsaw · 24 years ago
  56. 56db095 Another typo (in the list comprehension example). by Guido van Rossum · 24 years ago
  57. 4338a28 Fix three typos. by Guido van Rossum · 24 years ago
  58. 8b09233 Added Windows news. Also repeated 1.6 Windows news since most people getting by Tim Peters · 24 years ago
  59. 24c3d60 All the NEWS that I could finish in 15 minutes (and then some) by Jeremy Hylton · 24 years ago
  60. bdebd54 current progress on 2.0 NEWS by Jeremy Hylton · 24 years ago
  61. b1156ba The malloc rearrangement was actually already in 1.6. by Guido van Rossum · 24 years ago
  62. 830ca2a Added readline news. (Skip) by Guido van Rossum · 24 years ago
  63. e905e95 Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some by Guido van Rossum · 24 years ago
  64. f2ffce0 Added the 2.0b1 news. by Guido van Rossum · 24 years ago
  65. f2eac99 Added release dates (in some cases detemined by looking at the mtime by Guido van Rossum · 24 years ago
  66. a598c93 1.6 is history. by Guido van Rossum · 24 years ago
  67. 410a844 Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins a by Guido van Rossum · 24 years ago
  68. ff07f8c Patch by Martin von Löwis to give him his umlaut, to remove Christian by Guido van Rossum · 24 years ago
  69. 46981de Updated to include all files here. by Guido van Rossum · 24 years ago
  70. 7524357 Delete too. by Guido van Rossum · 24 years ago
  71. 73eec63 Deleted. Long obsolete. by Guido van Rossum · 24 years ago
  72. 0fdd3dc Deleted. We no longer require disclaimers on contributions. by Guido van Rossum · 24 years ago
  73. 2d721e2 Deleted; this is ancient info. by Guido van Rossum · 24 years ago
  74. c13b39c Deleted. This is obsoleted by Tools/scripts/fixnotice.py. by Guido van Rossum · 24 years ago
  75. 8ed602b Remove the 1.5.2 news. 2.0 news is still to be done. by Guido van Rossum · 24 years ago
  76. 2001da4 Moved NEWS from 1.5.2 here. by Guido van Rossum · 24 years ago
  77. 44f6e68 Deleted. This information is now in ../LICENSE. by Guido van Rossum · 24 years ago
  78. f4a090d Clean up a bit. Drop -X option, update date, remove documentation by Guido van Rossum · 24 years ago
  79. c18b7d9 script that reports a fairly safe recursionlimit for a specific platform by Jeremy Hylton · 24 years ago
  80. 2ef0753 Added James Henstridge by Barry Warsaw · 24 years ago
  81. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
  82. 397be50 moving files to nondist/sf-html by Peter Schneider-Kamp · 24 years ago
  83. a1dbd1b Gosh - clean up that messy HTML; make it valid XHTML instead. by Vladimir Marangozov · 24 years ago
  84. 374724e added information how to edit pages at http://python.sourceforge.net by Peter Schneider-Kamp · 24 years ago
  85. 737bcc3 small FAQ about Python CVS and patches at SourceForge by Peter Schneider-Kamp · 24 years ago
  86. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  87. 8f8e242 s/REGENTS/COPYRIGHT HOLDERS/ followed by paragraph reflow. by Guido van Rossum · 24 years ago
  88. 1d758b0 The new copyright / license. by Fred Drake · 24 years ago
  89. 6de7213 Setup.thread => Setup.config by Barry Warsaw · 24 years ago
  90. 6fc9f8e Typo fix. by Greg Ward · 24 years ago
  91. e8d2d6b Some new names (some contributors of patches that haven't even been by Guido van Rossum · 24 years ago
  92. 99eadf4 (py-execute-region): Make sure the new temporary buffer is current for by Barry Warsaw · 24 years ago
  93. bfa36f5 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  94. caee2fe (py-execute-region): Based on suggestions by Francois Pinard and Skip by Barry Warsaw · 24 years ago
  95. 9ab06ee Added a few new names... by Guido van Rossum · 24 years ago
  96. a69ef82 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  97. 10dfd4c M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  98. 2581764 Version 1.3 of the Python Unicode Integration proposal. by Guido van Rossum · 24 years ago
  99. 0b4400e Bunch of new names, mostly from patches and bugs mailing lists by Guido van Rossum · 24 years ago
  100. 494ef17 Two more names. I just realize that there may be more contributors to by Guido van Rossum · 24 years ago