1. 915b120 Note side benefit of socket.create_connection() by Andrew M. Kuchling · 15 years ago
  2. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 15 years ago
  3. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 15 years ago
  4. d7d4fd7 builtin -> built-in. by Georg Brandl · 15 years ago
  5. d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 15 years ago
  6. d708c87 Both kind of types are concerned. by Amaury Forgeot d'Arc · 15 years ago
  7. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
  8. 0eca77c #6174: fix indentation in code example. by Georg Brandl · 15 years ago
  9. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 15 years ago
  10. 07ef487 by Michael Foord · 15 years ago
  11. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 15 years ago
  12. 92b9700 Add items by Andrew M. Kuchling · 15 years ago
  13. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 15 years ago
  14. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 15 years ago
  15. 507690c Take credit for my patch for issue 5237. by Eric Smith · 15 years ago
  16. aa0a0b9 fix markup by Benjamin Peterson · 15 years ago
  17. 64e1c75 Take credit for a patch of mine. by Georg Brandl · 15 years ago
  18. 2c130b6 Add various items by Andrew M. Kuchling · 15 years ago
  19. 24520b4 Add items by Andrew M. Kuchling · 15 years ago
  20. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 15 years ago
  21. 9a4b94c Add some items by Andrew M. Kuchling · 15 years ago
  22. 7706957 Add various items by Andrew M. Kuchling · 15 years ago
  23. 6c2633e Add more items by Andrew M. Kuchling · 15 years ago
  24. 71d5c28 Add several items and placeholders by Andrew M. Kuchling · 15 years ago
  25. b585255 Remove comment by Andrew M. Kuchling · 15 years ago
  26. b22b948 Fix a typo and be more specific by Antoine Pitrou · 15 years ago
  27. c18f6b0 Publicize the GC untracking optimization by Antoine Pitrou · 15 years ago
  28. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  29. fbb995f #5344: fix punctuation. by Georg Brandl · 15 years ago
  30. 4a69872 #5327: fix a broken link by joining it. by Georg Brandl · 15 years ago
  31. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 15 years ago
  32. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 15 years ago
  33. f1c95fe note about #2279 by Tarek Ziadé · 15 years ago
  34. a17cd4a Add a section by Andrew M. Kuchling · 16 years ago
  35. 466bd9d Add various items by Andrew M. Kuchling · 16 years ago
  36. 9cb4277 Add some items by Andrew M. Kuchling · 16 years ago
  37. 590c668 fix encoding by Benjamin Peterson · 16 years ago
  38. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  39. cebb25d fix markup by Benjamin Peterson · 16 years ago
  40. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  41. 35b3454 string exceptions are gone by Benjamin Peterson · 16 years ago
  42. 7044b11 Remove tabs from the documentation. by Georg Brandl · 16 years ago
  43. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  44. 10b1ec9 Add various items by Andrew M. Kuchling · 16 years ago
  45. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 16 years ago
  46. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 16 years ago
  47. 9f35070 fix incorrect example by Benjamin Peterson · 16 years ago
  48. eaede31 Add more TOC to the whatsnew index page. by Georg Brandl · 16 years ago
  49. e529165 Fix wording (2.6.1 backport candidate) by Andrew M. Kuchling · 16 years ago
  50. fc72de7 quiet sphinx warnings by Benjamin Peterson · 16 years ago
  51. 151f42f Make all whatsnew docs accessible. by Georg Brandl · 16 years ago
  52. 06a1386 #4058: fix some whatsnew markup. by Georg Brandl · 16 years ago
  53. 0e21a79 Note how bytes alias is expected to be used by Andrew M. Kuchling · 16 years ago
  54. ce1882b Add What's New for 2.7 by Andrew M. Kuchling · 16 years ago
  55. baa7fb5 Set svn:keywords by Andrew M. Kuchling · 16 years ago
  56. 462f96a two corrections by Andrew M. Kuchling · 16 years ago
  57. 081bb45 Typo fix by Andrew M. Kuchling · 16 years ago
  58. 5927786 Today is the release date by Barry Warsaw · 16 years ago
  59. f609cf2 Add a last bunch of items by Andrew M. Kuchling · 16 years ago
  60. 5576091 Correct information about the tarfile module. by Lars Gustäbel · 16 years ago
  61. b34c3f4 Note sqlite3 version; move item by Andrew M. Kuchling · 16 years ago
  62. 24c9021 Remove comment about improvement: pystone is about the same, and by Andrew M. Kuchling · 16 years ago
  63. 026bcce Markup fixes by Andrew M. Kuchling · 16 years ago
  64. 4da1da0 #3888: add some deprecated modules in whatsnew. by Georg Brandl · 16 years ago
  65. 687dfd2 Rewrite item a bit by Andrew M. Kuchling · 16 years ago
  66. c272362 mention that object.__init__ no longer takes arbitrary args and kwargs by Benjamin Peterson · 16 years ago
  67. 5f671df fix a name issue; note all doc files should be encoded in utf8 by Benjamin Peterson · 16 years ago
  68. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
  69. 48a937a Various corrections by Andrew M. Kuchling · 16 years ago
  70. 6024834 #3671: Typo fix by Andrew M. Kuchling · 16 years ago
  71. 3ff2275 #3671: various corrections and markup fixes noted by Kent Johnson by Andrew M. Kuchling · 16 years ago
  72. cde6dc9 3.0 still has the old threading names by Benjamin Peterson · 16 years ago
  73. 3e75d23 Add e-mail address by Andrew M. Kuchling · 16 years ago
  74. 8315da4 Clarify example; add imports by Andrew M. Kuchling · 16 years ago
  75. 0792cbf a typo by Mark Summerfield · 16 years ago
  76. 8653377 Describe the __hash__ changes by Andrew M. Kuchling · 16 years ago
  77. 51eb7a9 Update patch/bug count by Andrew M. Kuchling · 16 years ago
  78. ba40fb4 Last batch of edits; remove the 'other changes' section by Andrew M. Kuchling · 16 years ago
  79. fa881f2 Edit the library section, rearranging items to flow better and making lots of edits by Andrew M. Kuchling · 16 years ago
  80. 4d02857 More edits by Andrew M. Kuchling · 16 years ago
  81. eaa29bb More edits; markup fixes by Andrew M. Kuchling · 16 years ago
  82. 5f2dc0b Edit four more sections by Andrew M. Kuchling · 16 years ago
  83. 3ffe563 Correction from Antoine Pitrou: BufferedWriter and Reader support seek() by Andrew M. Kuchling · 16 years ago
  84. e496493 Partial edits from revision and tidying pass by Andrew M. Kuchling · 16 years ago
  85. 488a4f0 Add various items by Andrew M. Kuchling · 16 years ago
  86. c9b4110 Add an item and a note by Andrew M. Kuchling · 16 years ago
  87. d207e23 Trim whitespace; add a few updates by Andrew M. Kuchling · 16 years ago
  88. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  89. b2793a4 Add some items by Andrew M. Kuchling · 16 years ago
  90. fef6b13 Rename math.sum to math.fsum by Mark Dickinson · 16 years ago
  91. 8e234c6 fix markup by Benjamin Peterson · 16 years ago
  92. d8dd86c One more attribution. by Raymond Hettinger · 16 years ago
  93. 5d4d16e Fix credits for math.sum() by Raymond Hettinger · 16 years ago
  94. 340383c Tuples now have both count() and index(). by Raymond Hettinger · 16 years ago
  95. 9973ee8 Remove out-of-date section on Exact/Inexact. by Raymond Hettinger · 16 years ago
  96. 7103aa4 Issue #3008: add instance method float.hex and class method float.fromhex by Mark Dickinson · 16 years ago
  97. 4ec0c27 Expand the multiprocessing section by Andrew M. Kuchling · 16 years ago
  98. b93dc5f Add various items; move ctypes items into a subsection of their own by Andrew M. Kuchling · 16 years ago
  99. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 16 years ago
  100. 10cf7d9 Fix example to match text by Andrew M. Kuchling · 16 years ago