1. ba60297 Mention droped support for Tcl/Tk 8.0 and 8.1. by Guido van Rossum · 23 years ago
  2. a2a07bc fix a couple nits with my use of ReST by Skip Montanaro · 23 years ago
  3. 6b3db55 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 23 years ago
  4. 4a38583 reference the new NEWS.help file by Skip Montanaro · 23 years ago
  5. e5d7f7f ReST-ification of the NEWS file. While the total number of changes are by Skip Montanaro · 23 years ago
  6. 923e4ef The SGI demos are gone. by Guido van Rossum · 23 years ago
  7. 4cb2204 migrate news about 2.1 and earlier releases from NEWS to HISTORY in by Skip Montanaro · 23 years ago
  8. 658009a Make BadPickleGet a class. Fixes #609164. by Martin v. Löwis · 23 years ago
  9. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 23 years ago
  10. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 23 years ago
  11. 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 23 years ago
  12. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 23 years ago
  13. 7165af2 Added "that" to correct grammar, the rest is due to wrapping by Neal Norwitz · 23 years ago
  14. 979c74b added a bit about the change to the thread ticker by Skip Montanaro · 23 years ago
  15. 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 23 years ago
  16. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 23 years ago
  17. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 23 years ago
  18. d8ab35c News about sets. (There's no documentation; if someone wants to by Guido van Rossum · 23 years ago
  19. f2f2a2c Fix spelling errors and note the addition of operator.pow() by Raymond Hettinger · 23 years ago
  20. 012c0a3 Newly-relaxed limits on random.randrange(). Also added some info about by Tim Peters · 23 years ago
  21. f808b89 Mention warnings about defining None. by Guido van Rossum · 23 years ago
  22. dd32a91 This is my patch by Michael W. Hudson · 23 years ago
  23. add8806 Add notes about universal newlines. by Guido van Rossum · 23 years ago
  24. fdb8648 Add news about Fred's change to Py_InitModule4(). by Guido van Rossum · 23 years ago
  25. 9be8946 Add news about FutureWarning and PEP 237 stage B0. by Guido van Rossum · 23 years ago
  26. 6000464 Added new function k_lopsided_mul(), which is much more efficient than by Tim Peters · 23 years ago
  27. d64c1de k_mul() and long_mul(): I'm confident that the Karatsuba algorithm is by Tim Peters · 23 years ago
  28. e343878 New news about __class__ assignment restrictions and speed-up of by Guido van Rossum · 23 years ago
  29. 6c70fca Revert what looks like a typo from the last checkin by Neal Norwitz · 23 years ago
  30. 5af4e6c Cautious introduction of a patch that started from by Tim Peters · 23 years ago
  31. cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 23 years ago
  32. 8f3afc7 Clarify that the interruptable popen fixes aren't used under Win9x. by Mark Hammond · 23 years ago
  33. bffb2ef Credit to Oren for the file-iterator patch. by Guido van Rossum · 23 years ago
  34. deb0936 News about the tempfile rewrite. by Guido van Rossum · 23 years ago
  35. d81a983 News about Neil's fix to correctly invoke __rmul__. by Guido van Rossum · 23 years ago
  36. d79f683 Describe new "str1 in str2" behavior. by Barry Warsaw · 23 years ago
  37. b57089c Files are now their own iterator. The xreadlines method and module by Guido van Rossum · 23 years ago
  38. 40813b1 Typo: "now" --> "the new" by Fred Drake · 23 years ago
  39. 98ce7b7 IDLE support for PEP 263. by Martin v. Löwis · 23 years ago
  40. de392d3 Add a small description of PEP 263. by Guido van Rossum · 23 years ago
  41. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 23 years ago
  42. 161ad0e OS/2 EMX now supported by Andrew MacIntyre · 23 years ago
  43. 4a57c33 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 23 years ago
  44. f47630f A blurb about the sort implementation. by Tim Peters · 23 years ago
  45. 085358a New functions for extension writers on Windows: by Thomas Heller · 23 years ago
  46. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 23 years ago
  47. 2d5389c News about StopIteration as a "sink state". by Guido van Rossum · 23 years ago
  48. 79f0a10 Add news about strptime and socket.setdefaulttimeout(). by Guido van Rossum · 23 years ago
  49. 1389f3e Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place by Neal Norwitz · 23 years ago
  50. a5083ec Add note about DL_IMPORT deprecation. [ 583894 ] doc DL_IMPORT/DL_EXPORT changes by Mark Hammond · 23 years ago
  51. c0e3515 Add a blurb on the 3 Windows bugs I worked on over the last couple of days. by Mark Hammond · 23 years ago
  52. 58e2ff2 Mention new encoding. by Marc-André Lemburg · 23 years ago
  53. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 23 years ago
  54. c6a3ff6 SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 23 years ago
  55. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 23 years ago
  56. 1de41bf Stop trying to cater to platforms with a broken HUGE_VAL definition. It by Tim Peters · 23 years ago
  57. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 23 years ago
  58. 5a04aec Fix SF bug 546434 -- buffer slice type inconsistent. by Raymond Hettinger · 23 years ago
  59. c7c3650 Mention private vars in __slots__. by Guido van Rossum · 23 years ago
  60. fe0ca4a Mention pymemcompat.h. by Guido van Rossum · 23 years ago
  61. f925782 Minor tweaks to existing items (radian/degree, and UTF-16 readers.. by Guido van Rossum · 23 years ago
  62. 3430d70 Apply diff2.txt from SF patch http://www.python.org/sf/566999 by Walter Dörwald · 23 years ago
  63. 9562bcf Add Oren Tirosh and news about his patch. by Guido van Rossum · 23 years ago
  64. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 23 years ago
  65. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 23 years ago
  66. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 23 years ago
  67. 2e82e71 Changed the extended slice example to show that you can reverse a by Guido van Rossum · 23 years ago
  68. c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 23 years ago
  69. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
  70. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
  71. 9f7549b Record the latest fixes. by Guido van Rossum · 23 years ago
  72. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 23 years ago
  73. 5033c8e Add timeout mode. Clarify gnu_getopt. by Guido van Rossum · 23 years ago
  74. 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 23 years ago
  75. 9923ffe Address SF bug 519621: slots weren't traversed by GC. by Guido van Rossum · 23 years ago
  76. b0dc1a3 Fiddle wording. by Michael W. Hudson · 23 years ago
  77. b5b5a26 Fix SF bug #557436, TclError is a str should be an Exception by Neal Norwitz · 23 years ago
  78. 474458d Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, by Walter Dörwald · 23 years ago
  79. 2e4e026 Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 23 years ago
  80. 32a7e7f Change name from string to basestring by Neal Norwitz · 23 years ago
  81. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 23 years ago
  82. 34f20ea This is patch by Michael W. Hudson · 23 years ago
  83. cacfc07 - A new type object, 'string', is added. This is a common base type by Guido van Rossum · 23 years ago
  84. 47f3e2c Add a bit of news about the email package fixes. by Barry Warsaw · 23 years ago
  85. 87f59ee Noted SF patch 552452 adding degree/radian conversions to mathmodule.c. by Raymond Hettinger · 23 years ago
  86. 9b1df1d Noted change in ftplib 1.68 closing SF patch 553277. by Raymond Hettinger · 23 years ago
  87. c9abc1d Remove news about PyMalloc_*. Do we need to say anything about pymalloc? by Neil Schemenauer · 23 years ago
  88. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
  89. 21b23b0 Fix typos by Andrew M. Kuchling · 23 years ago
  90. 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 23 years ago
  91. d0ba636 Added notes related to the removal of deprecated features of the xrange type. by Fred Drake · 23 years ago
  92. 7d28b73 Added note about using the documentation build tools under Cygwin. by Fred Drake · 23 years ago
  93. 7f781c9 Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. by Fred Drake · 23 years ago
  94. 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 23 years ago
  95. 26dd830 Clarify that the strip changes also apply to Unicode. by Guido van Rossum · 23 years ago
  96. 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 23 years ago
  97. 517c7d4 PyNumber_CoerceEx: this took a shortcut (not doing anything) when the by Guido van Rossum · 23 years ago
  98. 89e3ee0 If Py_OptimizeFlag is false then always evaluate assert conditions, don't by Neil Schemenauer · 23 years ago
  99. 256705b SF patch 546244 by John Williams: add Text.dump() method. by Guido van Rossum · 23 years ago
  100. 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 23 years ago