1. b2454b2 Add various unittest items by Andrew M. Kuchling · 15 years ago
  2. 15c82d2 Add various items by Andrew M. Kuchling · 15 years ago
  3. 85f928a Add various items by Andrew M. Kuchling · 15 years ago
  4. 363dbcc Add various items; correct argparse output by Andrew M. Kuchling · 15 years ago
  5. b6c1aeb Add some text by Andrew M. Kuchling · 15 years ago
  6. f03641a Add argparse example by Andrew M. Kuchling · 15 years ago
  7. ce69052 Add an item; stray edit by Andrew M. Kuchling · 15 years ago
  8. 4515f0d Add several items by Andrew M. Kuchling · 15 years ago
  9. 6d7dfa2 Add two items by Andrew M. Kuchling · 15 years ago
  10. 7c2ab87 Remove distutils section by Andrew M. Kuchling · 15 years ago
  11. bfe8a84 name correct by Andrew M. Kuchling · 15 years ago
  12. ec6393f Add various items by Andrew M. Kuchling · 15 years ago
  13. 6a92860 Note that PEP 378 also applies to int. by Eric Smith · 15 years ago
  14. c466385 Fixed PEP 378 example. by Eric Smith · 15 years ago
  15. 021f334 Fix several links and other mistakes. by Ezio Melotti · 15 years ago
  16. 0b93a6b added a note for Andrew, about distutils2 by Tarek Ziadé · 15 years ago
  17. 425aa2e Fix some broken URLs. by Ezio Melotti · 15 years ago
  18. 9ccc581 Fix markup errors. by Ezio Melotti · 15 years ago
  19. ad59833 Fix typo by Florent Xicluna · 15 years ago
  20. 4a0661b Add various items by Andrew M. Kuchling · 15 years ago
  21. f91a679 Various edits by Andrew M. Kuchling · 15 years ago
  22. 9858f63 add some unittest items by Andrew M. Kuchling · 15 years ago
  23. ae735a7 Update the version number of the Unicode Database in a few more places. by Ezio Melotti · 15 years ago
  24. 46c2db5 Add items by Andrew M. Kuchling · 15 years ago
  25. 98e7b76 Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual and changing behaviour by Michael Foord · 15 years ago
  26. f6d36745 Fix warnings from "make check". by Georg Brandl · 15 years ago
  27. fed1576 Add various items by Andrew M. Kuchling · 15 years ago
  28. 21e99f4 #5341: more built-in vs builtin fixes. by Georg Brandl · 15 years ago
  29. ab21f75 Add an item by Andrew M. Kuchling · 15 years ago
  30. 1e069ee added a note on shutil new APIs by Tarek Ziadé · 15 years ago
  31. 6b2bd05 #7794: describe 2.6 support for executing directories and zip archives by Andrew M. Kuchling · 15 years ago
  32. e41e4db Add various items by Andrew M. Kuchling · 15 years ago
  33. f0f6bd6 #7926: fix-up wording. by Georg Brandl · 15 years ago
  34. 4a670c5 #7926: fix stray parens. by Georg Brandl · 15 years ago
  35. 1247775 Fix typo by Ezio Melotti · 16 years ago
  36. dde96e6 Clarify and correct description for ccbench and iobench. by Antoine Pitrou · 16 years ago
  37. 0e7123f Add two items; move a subsection by Andrew M. Kuchling · 16 years ago
  38. 9e483ef Move distutils into its own subsection; add various items by Andrew M. Kuchling · 16 years ago
  39. b3c5488 Corrected list of attributes exposed by sys.getwindowsversion. by Eric Smith · 16 years ago
  40. 17ae2ba Add various items by Andrew M. Kuchling · 16 years ago
  41. 2b21069 added a note in the whatsnew file for sysconfig by Tarek Ziadé · 16 years ago
  42. 039c899 Add various items by Andrew M. Kuchling · 16 years ago
  43. 42eaded Fix internal reference. by Georg Brandl · 16 years ago
  44. bdd863d Eric Smith was missing fro m the issue 7117 whatsnew attribution. by Mark Dickinson · 16 years ago
  45. 8198256 fixed markup errors by Ezio Melotti · 16 years ago
  46. 7f8ebdb Add a few items by Andrew M. Kuchling · 16 years ago
  47. ae9a0a0 add another advancement by Benjamin Peterson · 16 years ago
  48. a7f5947 Add various items by Andrew M. Kuchling · 16 years ago
  49. 91e0db8 Add some items by Andrew M. Kuchling · 16 years ago
  50. 3c8a24e Add various items by Andrew M. Kuchling · 16 years ago
  51. b4a4f51 Various additions by Andrew M. Kuchling · 16 years ago
  52. ca2dc47 Make a word plural. by Brett Cannon · 16 years ago
  53. a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 16 years ago
  54. 8f254e7 Typo fix; grammar fix by Andrew M. Kuchling · 16 years ago
  55. 5a73ff8 Markup fixes by Andrew M. Kuchling · 16 years ago
  56. c029942 Mention Giampolo R's new FTP TLS support in the what's new file by Antoine Pitrou · 16 years ago
  57. 0516f81 Make separate section for deprecations in 2.7 whatsnew. by Georg Brandl · 16 years ago
  58. a17f602 Make separate section for deprecations in 2.6 whatsnew. by Georg Brandl · 16 years ago
  59. 7fe65a0 Link to PEP by Andrew M. Kuchling · 16 years ago
  60. 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 · 16 years ago
  61. 85ea4bf Remove two notes by Andrew M. Kuchling · 16 years ago
  62. 5a9c40b Add various items by Andrew M. Kuchling · 16 years ago
  63. 915b120 Note side benefit of socket.create_connection() by Andrew M. Kuchling · 16 years ago
  64. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 16 years ago
  65. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 16 years ago
  66. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  67. d81333c Fix a typo spotted by Nick Coghlan. by Amaury Forgeot d'Arc · 16 years ago
  68. d708c87 Both kind of types are concerned. by Amaury Forgeot d'Arc · 16 years ago
  69. 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 16 years ago
  70. 0eca77c #6174: fix indentation in code example. by Georg Brandl · 16 years ago
  71. 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 16 years ago
  72. 07ef487 by Michael Foord · 16 years ago
  73. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 16 years ago
  74. 92b9700 Add items by Andrew M. Kuchling · 16 years ago
  75. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
  76. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 16 years ago
  77. 507690c Take credit for my patch for issue 5237. by Eric Smith · 16 years ago
  78. aa0a0b9 fix markup by Benjamin Peterson · 16 years ago
  79. 64e1c75 Take credit for a patch of mine. by Georg Brandl · 16 years ago
  80. 2c130b6 Add various items by Andrew M. Kuchling · 16 years ago
  81. 24520b4 Add items by Andrew M. Kuchling · 16 years ago
  82. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
  83. 9a4b94c Add some items by Andrew M. Kuchling · 16 years ago
  84. 7706957 Add various items by Andrew M. Kuchling · 16 years ago
  85. 6c2633e Add more items by Andrew M. Kuchling · 16 years ago
  86. 71d5c28 Add several items and placeholders by Andrew M. Kuchling · 16 years ago
  87. b585255 Remove comment by Andrew M. Kuchling · 16 years ago
  88. b22b948 Fix a typo and be more specific by Antoine Pitrou · 16 years ago
  89. c18f6b0 Publicize the GC untracking optimization by Antoine Pitrou · 16 years ago
  90. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  91. fbb995f #5344: fix punctuation. by Georg Brandl · 16 years ago
  92. 4a69872 #5327: fix a broken link by joining it. by Georg Brandl · 16 years ago
  93. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  94. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  95. f1c95fe note about #2279 by Tarek Ziadé · 16 years ago
  96. a17cd4a Add a section by Andrew M. Kuchling · 17 years ago
  97. 466bd9d Add various items by Andrew M. Kuchling · 17 years ago
  98. 9cb4277 Add some items by Andrew M. Kuchling · 17 years ago
  99. 590c668 fix encoding by Benjamin Peterson · 17 years ago
  100. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 17 years ago