1. e820cb6 Blurb about new datetime module. by Tim Peters · 22 years ago
  2. 786ddb2 Fixed bug by Gustavo Niemeyer · 22 years ago
  3. 17c5a33 Use "dictionary literals" instead of "dictionaries", as suggested by Just. by Gustavo Niemeyer · 22 years ago
  4. 78429a6 Fixing bug by Gustavo Niemeyer · 22 years ago
  5. d5ae01a Applying patch by Gustavo Niemeyer · 22 years ago
  6. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 22 years ago
  7. 1b3b49d Mention the bdist_wininst postinstall script. by Thomas Heller · 22 years ago
  8. 20b9135 News item for the change to turn _codecs into a builtin module. by Marc-André Lemburg · 22 years ago
  9. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  10. ef8b9c6 Docs were added about a month ago by Raymond Hettinger · 22 years ago
  11. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 22 years ago
  12. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  13. c3de008 _ssl.pyd added for Windows. by Mark Hammond · 22 years ago
  14. 6a8c518 The new imp.[gs]et_frozenmodules() will be utterly redundant if the by Just van Rossum · 22 years ago
  15. 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 22 years ago
  16. c0d3f4e Rephrase dict.fromkeys() news. by Guido van Rossum · 22 years ago
  17. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
  18. 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 22 years ago
  19. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  20. 96bc3b4 This is not part of my patch by Michael W. Hudson · 22 years ago
  21. 50905d0 Fix typo by Andrew M. Kuchling · 22 years ago
  22. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  23. 7da3432 Added Marius Gedminas, for contributions to the datetime code. by Tim Peters · 22 years ago
  24. 1456fde Fixed bug by Gustavo Niemeyer · 22 years ago
  25. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 22 years ago
  26. 84c7a3f Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say by Tim Peters · 22 years ago
  27. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 22 years ago
  28. 8b1e74b Touch up the news for dict() keyword args. by Guido van Rossum · 22 years ago
  29. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 22 years ago
  30. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
  31. 19cf4ee More bsddb-on-Windows fiddling: by Tim Peters · 22 years ago
  32. 0d1fdea Patch #494845: Support string concatenation, detect non-string data, by Martin v. Löwis · 22 years ago
  33. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 22 years ago
  34. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  35. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  36. a1a61f9 Fix typo. by Walter Dörwald · 22 years ago
  37. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  38. ef546b3 Document PyBSDDB import. by Martin v. Löwis · 22 years ago
  39. 1d26740 Comment on PyNumber_Check(). by Guido van Rossum · 22 years ago
  40. 6c19476 Note that PyNumber_Check() returns true for string and unicode objects. by Neil Schemenauer · 22 years ago
  41. e0373f8 Fix minor nits Trim excess whitespace off one line by Andrew M. Kuchling · 22 years ago
  42. 545c250 Add Optik news. by Guido van Rossum · 22 years ago
  43. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  44. 857fb4c Windows blurb about new Tcl/Tk release shipped on Windows. by Tim Peters · 22 years ago
  45. fda0674 News about the logging module. by Guido van Rossum · 22 years ago
  46. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  47. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  48. 37dfb01 Added a blurb about the change to sys.version under MSVC. by Tim Peters · 22 years ago
  49. d5c124a Richie Hindle by Michael W. Hudson · 22 years ago
  50. 95cb7e4 NEWS entry for the changed fdopen function. by Thomas Heller · 22 years ago
  51. c523b04 Fixed sre bug "[#581080] Provoking infinite scanner loops". by Gustavo Niemeyer · 22 years ago
  52. dc46175 Add --check-tkinter to setup.py. Install IDLE. Fixes #634078. by Martin v. Löwis · 22 years ago
  53. fbceb01 Fixed bug "[#466200] ability to specify a 'verify' script". by Gustavo Niemeyer · 22 years ago
  54. 4dbf192 Add next() and __iter__() methods to StreamReader, StreamReaderWriter by Walter Dörwald · 22 years ago
  55. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  56. 5d8d618 Add an entry for pdb's new `pp' command. by Barry Warsaw · 22 years ago
  57. 9288f95 Another round on SF patch 618135: gzip.py and files > 2G by Tim Peters · 22 years ago
  58. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  59. fb0ea52 Related to SF patch 618135: gzip.py and files > 2G. by Tim Peters · 22 years ago
  60. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  61. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  62. 94a83fd Fix SF #632624, test_resource failure on alpha/64bit by Neal Norwitz · 22 years ago
  63. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  64. edb6bff Add Daniel Stutzbach, for #512981. by Martin v. Löwis · 22 years ago
  65. 080689c Document patch #512981. by Martin v. Löwis · 22 years ago
  66. 644991f (py-parse-state-re): Remove the "if" from the regular expression. by Barry Warsaw · 22 years ago
  67. d8407a7 Add new encoding for Ukrainian Cyrillic by Neal Norwitz · 22 years ago
  68. a19bfe0 Correct stat_result float time stamps entry. by Martin v. Löwis · 22 years ago
  69. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
  70. b24e347 Patch #621891: Add askopenfile{name}s. by Martin v. Löwis · 22 years ago
  71. 2ec3627 Patch #621205: Tkinter updates for tk8.4. by Martin v. Löwis · 22 years ago
  72. cafe0ee Back out news about SF patch 479898 -- it's withdrawn. by Guido van Rossum · 22 years ago
  73. f689b88 Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.py by Neal Norwitz · 22 years ago
  74. 6ce1315 Patch #612602: Streamline configure methods. by Martin v. Löwis · 22 years ago
  75. 2b492b6 News about repr() and 8-bit characters, and setlocale() in the readline module. by Guido van Rossum · 22 years ago
  76. ecaaf64 Add a few people who were in the ACKS file in the 2.2.2 branch but not by Guido van Rossum · 22 years ago
  77. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  78. e9ce0b0 Patch #448038: Add move(). Report errors from copytree as in shutil.Error. by Martin v. Löwis · 22 years ago
  79. a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
  80. 97047e2 News item about the new encoding normalization scheme. by Marc-André Lemburg · 22 years ago
  81. ba60297 Mention droped support for Tcl/Tk 8.0 and 8.1. by Guido van Rossum · 22 years ago
  82. 4535b18 Add Tim Rice, for SCO patches. by Martin v. Löwis · 22 years ago
  83. b45b9fe fix a couple nits related to my understanding of ReST. Use of by Skip Montanaro · 22 years ago
  84. a2a07bc fix a couple nits with my use of ReST by Skip Montanaro · 22 years ago
  85. 7f23212 (py-pychecker-run): Fix calculation of last command to include the by Barry Warsaw · 22 years ago
  86. 6b3db55 Disable building of the fpectl module -- it's dangerous or useless by Guido van Rossum · 22 years ago
  87. 2848fe9 Attila Babo (turtle.py). by Guido van Rossum · 22 years ago
  88. 4a38583 reference the new NEWS.help file by Skip Montanaro · 22 years ago
  89. 5c27e66 brief help file for people editing Misc/NEWS by Skip Montanaro · 22 years ago
  90. e5d7f7f ReST-ification of the NEWS file. While the total number of changes are by Skip Montanaro · 22 years ago
  91. a989ac4 Add MJ. by Guido van Rossum · 22 years ago
  92. 923e4ef The SGI demos are gone. by Guido van Rossum · 22 years ago
  93. 4cb2204 migrate news about 2.1 and earlier releases from NEWS to HISTORY in by Skip Montanaro · 22 years ago
  94. 658009a Make BadPickleGet a class. Fixes #609164. by Martin v. Löwis · 22 years ago
  95. 0606791 Add Mats Wichmann, another snake farmhand. by Guido van Rossum · 22 years ago
  96. 6a0477b Alphabetize Qvist properly. by Guido van Rossum · 22 years ago
  97. f981a33 Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, by Guido van Rossum · 22 years ago
  98. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  99. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  100. a6db44f Script to generate .pkg packages, donated by Dinu Gherman. This is his by Jack Jansen · 22 years ago