1. b2898e0 add JoinableQueue to __all__ by Jesse Noller · 15 years ago
  2. 42827e9 Fix a wrong struct field assignment (docstring as closure). by Georg Brandl · 15 years ago
  3. 7706957 Add various items by Andrew M. Kuchling · 15 years ago
  4. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 15 years ago
  5. d7bf8a5 Actually suppress warnings in test_at_least_import_untested_modules by R. David Murray · 15 years ago
  6. e0154ed Fix issue #4865: add /Library/Python/2.7/site-packages to by Ronald Oussoren · 15 years ago
  7. 6c2633e Add more items by Andrew M. Kuchling · 15 years ago
  8. efa9771 typo fix by Andrew M. Kuchling · 15 years ago
  9. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 15 years ago
  10. dc340ee #5039: make it clear that the impl. note refers to CPython. by Georg Brandl · 15 years ago
  11. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 15 years ago
  12. 55acfc6 Many edits by Andrew M. Kuchling · 15 years ago
  13. 71d5c28 Add several items and placeholders by Andrew M. Kuchling · 15 years ago
  14. b585255 Remove comment by Andrew M. Kuchling · 15 years ago
  15. 1967200 Typo fixes by Andrew M. Kuchling · 15 years ago
  16. d59efbc #5199: make warning about vars() assignment more visible. by Georg Brandl · 15 years ago
  17. 649fae1 Add several VM developers. by Martin v. Löwis · 15 years ago
  18. 019ce77 finalize the queue prior to shutdown by Jesse Noller · 15 years ago
  19. 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 15 years ago
  20. e7c9e09 Remove references to test_socket_ssl which was deleted in trunk by R. David Murray · 15 years ago
  21. 008af85 Fix for issue 13095 by Ronald Oussoren · 15 years ago
  22. 354bb5c Fixes issue 5270 by Ronald Oussoren · 15 years ago
  23. 508282e * Set a custom icon on the Python installer DMG by Ronald Oussoren · 15 years ago
  24. 451e824 Remove usage of the deprecated '-cString' and '+stringWithCString:' API's by Ronald Oussoren · 15 years ago
  25. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 15 years ago
  26. bb8cb0e Fix issue where 'make altinstall' or 'make install' would install everything by Ronald Oussoren · 15 years ago
  27. 648a4fe * Updates installed dependencies to latest releaases (bzip, zlib, ...) by Ronald Oussoren · 15 years ago
  28. ce46511 Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. by Kurt B. Kaiser · 15 years ago
  29. 8ba6f3b Fix for issue 896199 (some Carbon modules aren't present in the documentation) by Ronald Oussoren · 15 years ago
  30. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 15 years ago
  31. 5cb104d Revert incorrect change. by R. David Murray · 15 years ago
  32. d1f5260 Add an entry to developers.txt. by Brett Cannon · 15 years ago
  33. 506e6b0 This patch fixes issue 1254695 (wrong argument type conversion in Carbon.Qt) by Ronald Oussoren · 15 years ago
  34. 68ffe3e don't rely on the order dict repr #5605 by Benjamin Peterson · 15 years ago
  35. ad74dfe Convert import try/except to use test_support.import_module(). by R. David Murray · 15 years ago
  36. 3c87e22 add missing import by Benjamin Peterson · 15 years ago
  37. ac0580e there's actually three methods here #5600 by Benjamin Peterson · 15 years ago
  38. 33cd7ef fix import by Benjamin Peterson · 15 years ago
  39. 76a982a Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container by Bob Ippolito · 15 years ago
  40. 8e1a338 add missing import by Benjamin Peterson · 15 years ago
  41. c5206b3 use the awesome new status iterator by Benjamin Peterson · 15 years ago
  42. 83db765 thanks to guido's bytecode verifier, this is fixed by Benjamin Peterson · 15 years ago
  43. d2c1846 this has been fixed since 2.6 (I love removing these) by Benjamin Peterson · 15 years ago
  44. b006fcc Make life easier for non-CPython implementations. by Raymond Hettinger · 15 years ago
  45. d4814bf Issue #532631: Apply floatformat changes to unicodeobject.c by Mark Dickinson · 15 years ago
  46. 174e909 Issue #532631: Add paranoid check to avoid potential buffer overflow by Mark Dickinson · 15 years ago
  47. 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 15 years ago
  48. 3109162 Typo fix. by Guilherme Polo · 15 years ago
  49. a199f01 Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 15 years ago
  50. 097aafd fix consistency by Benjamin Peterson · 15 years ago
  51. 7233acc stop the versionchanged directive from hiding the docs by Benjamin Peterson · 15 years ago
  52. be76d4c a more realistic example by Benjamin Peterson · 15 years ago
  53. a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 15 years ago
  54. 400fd60 Switch to fixed Sphinx version. by Georg Brandl · 15 years ago
  55. 392775f Add a script to fixup rst files if the pre-commit hook rejects them. by Georg Brandl · 15 years ago
  56. b22b948 Fix a typo and be more specific by Antoine Pitrou · 15 years ago
  57. 41eb086 Typo fix by Guilherme Polo · 15 years ago
  58. 0e92858 give os.symlink and os.link() better parameter names #5564 by Benjamin Peterson · 15 years ago
  59. a31aa45 #5324: document __subclasses__(). by Georg Brandl · 15 years ago
  60. c18f6b0 Publicize the GC untracking optimization by Antoine Pitrou · 15 years ago
  61. 5adab30 Fix typo. by Georg Brandl · 15 years ago
  62. 1972d16 Adjusted _tkinter to compile without warnings when WITH_THREAD is not by Guilherme Polo · 15 years ago
  63. 7fa9459 fix another name by Benjamin Peterson · 15 years ago
  64. 0423297 update email tests to use SkipTest by Benjamin Peterson · 15 years ago
  65. effa1dc ** is required here by Benjamin Peterson · 15 years ago
  66. bf4464a add missing import by Benjamin Peterson · 15 years ago
  67. a9b5be0 must pass argument to get expected behavior ;) by Benjamin Peterson · 15 years ago
  68. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 15 years ago
  69. ad57d97 fix naming by Benjamin Peterson · 15 years ago
  70. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 15 years ago
  71. 21f6aac apply the second part of #4242's patch; classify all the implementation details in test_descr by Benjamin Peterson · 15 years ago
  72. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 15 years ago
  73. c3141a6 add some useful utilities for skipping tests with unittest's new skipping ability by Benjamin Peterson · 15 years ago
  74. 0ad9b77 add support for PyPy by Benjamin Peterson · 15 years ago
  75. 94e4e2a roll old test in with new one by Benjamin Peterson · 15 years ago
  76. b457b89 more and more implementations now support sys.subversion by Benjamin Peterson · 15 years ago
  77. f521b8c add much better tests for python version information parsing by Benjamin Peterson · 15 years ago
  78. c930135 remove uneeded function by Benjamin Peterson · 15 years ago
  79. 2dc90fd Separate initialization from clearing. by Raymond Hettinger · 15 years ago
  80. 2f6f743 this can be slightly less ugly by Benjamin Peterson · 15 years ago
  81. a8adceb add shorthands for expected failures and unexpected success by Benjamin Peterson · 15 years ago
  82. cbdf15b News item for the platform.py fix (r70594). by Marc-André Lemburg · 15 years ago
  83. a519cfc Remove the sys.version_info shortcut, since they cause the APIs by Marc-André Lemburg · 15 years ago
  84. 9a1337b clarify the type of data returned by Skip Montanaro · 15 years ago
  85. d0cdb2d another style nit by Benjamin Peterson · 15 years ago
  86. a473f00 fix newline issue in test summary by Benjamin Peterson · 15 years ago
  87. 2bf74fd this is better written using assertRaises by Benjamin Peterson · 15 years ago
  88. 0371548 fix typo by Benjamin Peterson · 15 years ago
  89. c750d4d add new skipping things to __all__ by Benjamin Peterson · 15 years ago
  90. 4e4de33 update docstring by Benjamin Peterson · 15 years ago
  91. 3e0aa49 remove special metadata by Benjamin Peterson · 15 years ago
  92. a7d441d some cleanup and modernization by Benjamin Peterson · 15 years ago
  93. 21b617b Add links to related resources. by Raymond Hettinger · 15 years ago
  94. bca248e update from CVS by Benjamin Peterson · 15 years ago
  95. 31b7806 forgot to document that setUp can be skipped (silly me...) by Benjamin Peterson · 15 years ago
  96. 99721e0 refactor unittest docs by Benjamin Peterson · 15 years ago
  97. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 15 years ago
  98. 692428e implement test skipping and expected failures by Benjamin Peterson · 15 years ago
  99. 797eaf3 complain when there's no last exception by Benjamin Peterson · 15 years ago
  100. 3e6c335 revert r70552; wrong fix by Benjamin Peterson · 15 years ago