1. fda0674 News about the logging module. by Guido van Rossum · 22 years ago
  2. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  3. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  4. 37dfb01 Added a blurb about the change to sys.version under MSVC. by Tim Peters · 22 years ago
  5. 95cb7e4 NEWS entry for the changed fdopen function. by Thomas Heller · 22 years ago
  6. c523b04 Fixed sre bug "[#581080] Provoking infinite scanner loops". by Gustavo Niemeyer · 22 years ago
  7. dc46175 Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. by Martin v. Löwis · 22 years ago
  8. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  9. 4dbf192 Add next() and __iter__() methods to StreamReader, StreamReaderWriter by Walter Dörwald · 22 years ago
  10. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  11. 5d8d618 Add an entry for pdb's new `pp' command. by Barry Warsaw · 22 years ago
  12. 9288f95 Another round on SF patch 618135: gzip.py and files > 2G by Tim Peters · 22 years ago
  13. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  14. fb0ea52 Related to SF patch 618135: gzip.py and files > 2G. by Tim Peters · 22 years ago
  15. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  16. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  17. 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
  18. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  19. 080689c Document patch #512981. by Martin v. Löwis · 22 years ago
  20. a19bfe0 Correct stat_result float time stamps entry. by Martin v. Löwis · 22 years ago
  21. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
  22. b24e347 Patch #621891: Add askopenfile{name}s. by Martin v. Löwis · 22 years ago
  23. 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 22 years ago
  24. cafe0ee Back out news about SF patch 479898 -- it's withdrawn. by Guido van Rossum · 22 years ago
  25. 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 22 years ago
  26. 2b492b6 News about repr() and 8-bit characters, and setlocale() in the readline module. by Guido van Rossum · 22 years ago
  27. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  28. e9ce0b0 Patch #448038: Add move(). Report errors from copytree as in shutil.Error. by Martin v. Löwis · 22 years ago
  29. a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
  30. 97047e2 News item about the new encoding normalization scheme. by Marc-André Lemburg · 22 years ago
  31. ba60297 Mention droped support for Tcl/Tk 8.0 and 8.1. by Guido van Rossum · 22 years ago
  32. a2a07bc fix a couple nits with my use of ReST by Skip Montanaro · 22 years ago
  33. 6b3db55 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
  34. 4a38583 reference the new NEWS.help file by Skip Montanaro · 22 years ago
  35. e5d7f7f ReST-ification of the NEWS file. While the total number of changes are by Skip Montanaro · 22 years ago
  36. 923e4ef The SGI demos are gone. by Guido van Rossum · 22 years ago
  37. 4cb2204 migrate news about 2.1 and earlier releases from NEWS to HISTORY in by Skip Montanaro · 22 years ago
  38. 658009a Make BadPickleGet a class. Fixes #609164. by Martin v. Löwis · 22 years ago
  39. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  40. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  41. 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
  42. b567392 SF bug # 585792, Invalid mmap crashes Python interpreter by Neal Norwitz · 22 years ago
  43. 7165af2 Added "that" to correct grammar, the rest is due to wrapping by Neal Norwitz · 22 years ago
  44. 979c74b added a bit about the change to the thread ticker by Skip Montanaro · 22 years ago
  45. 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 22 years ago
  46. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  47. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  48. d8ab35c News about sets. (There's no documentation; if someone wants to by Guido van Rossum · 22 years ago
  49. f2f2a2c Fix spelling errors and note the addition of operator.pow() by Raymond Hettinger · 22 years ago
  50. 012c0a3 Newly-relaxed limits on random.randrange(). Also added some info about by Tim Peters · 22 years ago
  51. f808b89 Mention warnings about defining None. by Guido van Rossum · 22 years ago
  52. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  53. add8806 Add notes about universal newlines. by Guido van Rossum · 22 years ago
  54. fdb8648 Add news about Fred's change to Py_InitModule4(). by Guido van Rossum · 22 years ago
  55. 9be8946 Add news about FutureWarning and PEP 237 stage B0. by Guido van Rossum · 22 years ago
  56. 6000464 Added new function k_lopsided_mul(), which is much more efficient than by Tim Peters · 22 years ago
  57. d64c1de k_mul() and long_mul(): I'm confident that the Karatsuba algorithm is by Tim Peters · 22 years ago
  58. e343878 New news about __class__ assignment restrictions and speed-up of by Guido van Rossum · 22 years ago
  59. 6c70fca Revert what looks like a typo from the last checkin by Neal Norwitz · 22 years ago
  60. 5af4e6c Cautious introduction of a patch that started from by Tim Peters · 22 years ago
  61. cc8764c Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level. by Marc-André Lemburg · 22 years ago
  62. 8f3afc7 Clarify that the interruptable popen fixes aren't used under Win9x. by Mark Hammond · 22 years ago
  63. bffb2ef Credit to Oren for the file-iterator patch. by Guido van Rossum · 22 years ago
  64. deb0936 News about the tempfile rewrite. by Guido van Rossum · 22 years ago
  65. d81a983 News about Neil's fix to correctly invoke __rmul__. by Guido van Rossum · 22 years ago
  66. d79f683 Describe new "str1 in str2" behavior. by Barry Warsaw · 22 years ago
  67. b57089c Files are now their own iterator. The xreadlines method and module by Guido van Rossum · 22 years ago
  68. 40813b1 Typo: "now" --> "the new" by Fred Drake · 22 years ago
  69. 98ce7b7 IDLE support for PEP 263. by Martin v. Löwis · 22 years ago
  70. de392d3 Add a small description of PEP 263. by Guido van Rossum · 22 years ago
  71. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  72. 161ad0e OS/2 EMX now supported by Andrew MacIntyre · 22 years ago
  73. 4a57c33 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 22 years ago
  74. f47630f A blurb about the sort implementation. by Tim Peters · 22 years ago
  75. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  76. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  77. 2d5389c News about StopIteration as a "sink state". by Guido van Rossum · 22 years ago
  78. 79f0a10 Add news about strptime and socket.setdefaulttimeout(). by Guido van Rossum · 22 years ago
  79. 1389f3e Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place by Neal Norwitz · 22 years ago
  80. a5083ec Add note about DL_IMPORT deprecation. [ 583894 ] doc DL_IMPORT/DL_EXPORT changes by Mark Hammond · 22 years ago
  81. c0e3515 Add a blurb on the 3 Windows bugs I worked on over the last couple of days. by Mark Hammond · 22 years ago
  82. 58e2ff2 Mention new encoding. by Marc-André Lemburg · 22 years ago
  83. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  84. c6a3ff6 SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 22 years ago
  85. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  86. 1de41bf Stop trying to cater to platforms with a broken HUGE_VAL definition. It by Tim Peters · 22 years ago
  87. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  88. 5a04aec Fix SF bug 546434 -- buffer slice type inconsistent. by Raymond Hettinger · 22 years ago
  89. c7c3650 Mention private vars in __slots__. by Guido van Rossum · 22 years ago
  90. fe0ca4a Mention pymemcompat.h. by Guido van Rossum · 22 years ago
  91. f925782 Minor tweaks to existing items (radian/degree, and UTF-16 readers.. by Guido van Rossum · 22 years ago
  92. 3430d70 Apply diff2.txt from SF patch http://www.python.org/sf/566999 by Walter Dörwald · 22 years ago
  93. 9562bcf Add Oren Tirosh and news about his patch. by Guido van Rossum · 22 years ago
  94. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  95. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  96. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  97. 2e82e71 Changed the extended slice example to show that you can reverse a by Guido van Rossum · 22 years ago
  98. c5fe5eb SF bug 567538: Generator can crash the interpreter (Finn Bock). by Guido van Rossum · 22 years ago
  99. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  100. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago