1. b3c5488 Corrected list of attributes exposed by sys.getwindowsversion. by Eric Smith · 15 years ago
  2. 17ae2ba Add various items by Andrew M. Kuchling · 15 years ago
  3. 2b21069 added a note in the whatsnew file for sysconfig by Tarek Ziadé · 15 years ago
  4. 039c899 Add various items by Andrew M. Kuchling · 15 years ago
  5. 42eaded Fix internal reference. by Georg Brandl · 15 years ago
  6. bdd863d Eric Smith was missing fro m the issue 7117 whatsnew attribution. by Mark Dickinson · 15 years ago
  7. 8198256 fixed markup errors by Ezio Melotti · 15 years ago
  8. 7f8ebdb Add a few items by Andrew M. Kuchling · 15 years ago
  9. ae9a0a0 add another advancement by Benjamin Peterson · 15 years ago
  10. a7f5947 Add various items by Andrew M. Kuchling · 15 years ago
  11. 91e0db8 Add some items by Andrew M. Kuchling · 15 years ago
  12. 3c8a24e Add various items by Andrew M. Kuchling · 15 years ago
  13. b4a4f51 Various additions by Andrew M. Kuchling · 15 years ago
  14. ca2dc47 Make a word plural. by Brett Cannon · 15 years ago
  15. a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 15 years ago
  16. 8f254e7 Typo fix; grammar fix by Andrew M. Kuchling · 15 years ago
  17. 5a73ff8 Markup fixes by Andrew M. Kuchling · 15 years ago
  18. c029942 Mention Giampolo R's new FTP TLS support in the what's new file by Antoine Pitrou · 15 years ago
  19. 0516f81 Make separate section for deprecations in 2.7 whatsnew. by Georg Brandl · 15 years ago
  20. a17f602 Make separate section for deprecations in 2.6 whatsnew. by Georg Brandl · 15 years ago
  21. 7fe65a0 Link to PEP by Andrew M. Kuchling · 15 years ago
  22. a4314c2 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. by Georg Brandl · 15 years ago
  23. 85ea4bf Remove two notes by Andrew M. Kuchling · 15 years ago
  24. 5a9c40b Add various items by Andrew M. Kuchling · 15 years ago
  25. 915b120 Note side benefit of socket.create_connection() by Andrew M. Kuchling · 15 years ago
  26. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 15 years ago
  27. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 15 years ago
  28. d7d4fd7 builtin -> built-in. by Georg Brandl · 15 years ago
  29. d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 15 years ago
  30. d708c87 Both kind of types are concerned. by Amaury Forgeot d'Arc · 15 years ago
  31. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
  32. 0eca77c #6174: fix indentation in code example. by Georg Brandl · 15 years ago
  33. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 15 years ago
  34. 07ef487 by Michael Foord · 15 years ago
  35. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 15 years ago
  36. 92b9700 Add items by Andrew M. Kuchling · 15 years ago
  37. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 15 years ago
  38. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 15 years ago
  39. 507690c Take credit for my patch for issue 5237. by Eric Smith · 16 years ago
  40. aa0a0b9 fix markup by Benjamin Peterson · 16 years ago
  41. 64e1c75 Take credit for a patch of mine. by Georg Brandl · 16 years ago
  42. 2c130b6 Add various items by Andrew M. Kuchling · 16 years ago
  43. 24520b4 Add items by Andrew M. Kuchling · 16 years ago
  44. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
  45. 9a4b94c Add some items by Andrew M. Kuchling · 16 years ago
  46. 7706957 Add various items by Andrew M. Kuchling · 16 years ago
  47. 6c2633e Add more items by Andrew M. Kuchling · 16 years ago
  48. 71d5c28 Add several items and placeholders by Andrew M. Kuchling · 16 years ago
  49. b585255 Remove comment by Andrew M. Kuchling · 16 years ago
  50. b22b948 Fix a typo and be more specific by Antoine Pitrou · 16 years ago
  51. c18f6b0 Publicize the GC untracking optimization by Antoine Pitrou · 16 years ago
  52. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  53. fbb995f #5344: fix punctuation. by Georg Brandl · 16 years ago
  54. 4a69872 #5327: fix a broken link by joining it. by Georg Brandl · 16 years ago
  55. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  56. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  57. f1c95fe note about #2279 by Tarek Ziadé · 16 years ago
  58. a17cd4a Add a section by Andrew M. Kuchling · 16 years ago
  59. 466bd9d Add various items by Andrew M. Kuchling · 16 years ago
  60. 9cb4277 Add some items by Andrew M. Kuchling · 16 years ago
  61. 590c668 fix encoding by Benjamin Peterson · 16 years ago
  62. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 16 years ago
  63. cebb25d fix markup by Benjamin Peterson · 16 years ago
  64. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  65. 35b3454 string exceptions are gone by Benjamin Peterson · 16 years ago
  66. 7044b11 Remove tabs from the documentation. by Georg Brandl · 16 years ago
  67. c62ef8b Remove trailing whitespace. by Georg Brandl · 16 years ago
  68. 10b1ec9 Add various items by Andrew M. Kuchling · 16 years ago
  69. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 16 years ago
  70. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 16 years ago
  71. 9f35070 fix incorrect example by Benjamin Peterson · 16 years ago
  72. eaede31 Add more TOC to the whatsnew index page. by Georg Brandl · 16 years ago
  73. e529165 Fix wording (2.6.1 backport candidate) by Andrew M. Kuchling · 16 years ago
  74. fc72de7 quiet sphinx warnings by Benjamin Peterson · 16 years ago
  75. 151f42f Make all whatsnew docs accessible. by Georg Brandl · 16 years ago
  76. 06a1386 #4058: fix some whatsnew markup. by Georg Brandl · 16 years ago
  77. 0e21a79 Note how bytes alias is expected to be used by Andrew M. Kuchling · 16 years ago
  78. ce1882b Add What's New for 2.7 by Andrew M. Kuchling · 16 years ago
  79. baa7fb5 Set svn:keywords by Andrew M. Kuchling · 16 years ago
  80. 462f96a two corrections by Andrew M. Kuchling · 16 years ago
  81. 081bb45 Typo fix by Andrew M. Kuchling · 16 years ago
  82. 5927786 Today is the release date by Barry Warsaw · 16 years ago
  83. f609cf2 Add a last bunch of items by Andrew M. Kuchling · 16 years ago
  84. 5576091 Correct information about the tarfile module. by Lars Gustäbel · 16 years ago
  85. b34c3f4 Note sqlite3 version; move item by Andrew M. Kuchling · 16 years ago
  86. 24c9021 Remove comment about improvement: pystone is about the same, and by Andrew M. Kuchling · 16 years ago
  87. 026bcce Markup fixes by Andrew M. Kuchling · 16 years ago
  88. 4da1da0 #3888: add some deprecated modules in whatsnew. by Georg Brandl · 16 years ago
  89. 687dfd2 Rewrite item a bit by Andrew M. Kuchling · 16 years ago
  90. c272362 mention that object.__init__ no longer takes arbitrary args and kwargs by Benjamin Peterson · 16 years ago
  91. 5f671df fix a name issue; note all doc files should be encoded in utf8 by Benjamin Peterson · 16 years ago
  92. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
  93. 48a937a Various corrections by Andrew M. Kuchling · 16 years ago
  94. 6024834 #3671: Typo fix by Andrew M. Kuchling · 16 years ago
  95. 3ff2275 #3671: various corrections and markup fixes noted by Kent Johnson by Andrew M. Kuchling · 16 years ago
  96. cde6dc9 3.0 still has the old threading names by Benjamin Peterson · 16 years ago
  97. 3e75d23 Add e-mail address by Andrew M. Kuchling · 16 years ago
  98. 8315da4 Clarify example; add imports by Andrew M. Kuchling · 16 years ago
  99. 0792cbf a typo by Mark Summerfield · 16 years ago
  100. 8653377 Describe the __hash__ changes by Andrew M. Kuchling · 16 years ago