1. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 14 years ago
  2. dc3694b Rename "exc_value" attribute on assertRaises context manager to "exception". by Georg Brandl · 14 years ago
  3. 4ad752d Issue #7870: Remove duplicate test methods. Reported by Georg Brandl. by Antoine Pitrou · 14 years ago
  4. 1224f4a Actually raise on failure, instead of doing nothing. by Mark Dickinson · 14 years ago
  5. 7ce5c83 logging: Removed some more 1.5.2 support code. by Vinay Sajip · 14 years ago
  6. 4dcba97 Add missing global declarations for 'overflowok'; remove 'overflowrequired', which is no longer needed. by Mark Dickinson · 14 years ago
  7. 64e8b97 Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code. by Vinay Sajip · 14 years ago
  8. b86d3fa Remove duplicate test method. by Georg Brandl · 14 years ago
  9. 308e18b Add a minimal test for fnmatchcase(). by Georg Brandl · 14 years ago
  10. a34f87f Fix a redefined test method. by Georg Brandl · 14 years ago
  11. 41dc63f Fix two redefined test methods. by Georg Brandl · 14 years ago
  12. b3cda98 Fix wrong usage of "except X, Y:". by Georg Brandl · 14 years ago
  13. 7ae6018 Fix another duplicated test method. by Georg Brandl · 14 years ago
  14. ab3f5cb A number of APIs in macostools cannot work in 64-bit mode because they by Ronald Oussoren · 14 years ago
  15. b0eb4d3 Use "regexp" consistently. by Georg Brandl · 14 years ago
  16. 9341ad2 Remove call to gestalt('sysu') from platform.py. This gestalt call is by Ronald Oussoren · 14 years ago
  17. 657514a Issue #7868: logging: added loggerClass attribute to Manager. by Vinay Sajip · 14 years ago
  18. 12cad20 Add missing import. by Georg Brandl · 14 years ago
  19. 1f6176e Fix some name errors in Mac modules. by Georg Brandl · 14 years ago
  20. 7e1902b Add missing import when running these tests standalone. by Georg Brandl · 14 years ago
  21. 28aeb0d Add missing import when running these tests standalone. by Georg Brandl · 14 years ago
  22. cd4a21b Fix more unbound locals in code paths that do not seem to be used. by Georg Brandl · 14 years ago
  23. bd564c3 Fix import/access for some identifiers. _TestSharedCTypes does not seem to be executed? by Georg Brandl · 14 years ago
  24. c7ca56d We heard you like test failures so we put unbound locals in your test so that you can fail while you fail. by Georg Brandl · 14 years ago
  25. d10d8ee Fix various missing import/unbound name errors. by Georg Brandl · 14 years ago
  26. 1a0ffe1 Remove duplicate test method. by Georg Brandl · 14 years ago
  27. d1fa76e Add missing import. by Georg Brandl · 14 years ago
  28. 28d4f9e testCopysign was defined twice in test_math; combine the definitions by Mark Dickinson · 14 years ago
  29. df8a303 Fix a few UnboundLocalErrors in test_long. by Georg Brandl · 14 years ago
  30. 8fd107f Add missing imports. by Georg Brandl · 14 years ago
  31. 7224350 Add a missing import. by Georg Brandl · 14 years ago
  32. 84fedf7 No need to assign the results of expressions used only for side effects. by Georg Brandl · 14 years ago
  33. 7d4b759 Remove unused import. by Georg Brandl · 14 years ago
  34. 48e65f5 Fix duplicate import. by Georg Brandl · 14 years ago
  35. 239f138 make waiting for the server to start robust by Benjamin Peterson · 14 years ago
  36. 26a1f72 Remove unused imports from test_logging. by Georg Brandl · 14 years ago
  37. 7f22443 Issue #7857: Gave server thread more time to get ready, and re-enabled a skipped test. by Vinay Sajip · 14 years ago
  38. 42d5947 check type_getattro for correctness in a descriptor corner case by Benjamin Peterson · 14 years ago
  39. 5749d88 Issue #7857: Tentatively re-enabling one test to see effect on buildbots. by Vinay Sajip · 14 years ago
  40. ee46101 remove pointless error checking by Benjamin Peterson · 14 years ago
  41. 6f82cd3 #5341: fix "builtin" where used as an adjective ("built-in" is correct). by Georg Brandl · 14 years ago
  42. 2d798ac post release updates by Benjamin Peterson · 14 years ago
  43. d065b0e tag 2.7 alpha 3 by Benjamin Peterson · 14 years ago
  44. a7be9d2 bump version to 2.7a3 by Benjamin Peterson · 14 years ago
  45. b79dc30 Review sysconfig docs. by Georg Brandl · 14 years ago
  46. 1c7c730 #7864: make deprecation notices a bit clearer. by Georg Brandl · 14 years ago
  47. ce6e4b0 issue #7728: test_timeout was using a hardcoded port, which was by R. David Murray · 14 years ago
  48. 0877060 unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. by Michael Foord · 14 years ago
  49. 2373926 test_logging: minor tweaks to timeouts, listening tests marked as skipped. by Vinay Sajip · 14 years ago
  50. ba7732e Minor doc change. by Michael Foord · 14 years ago
  51. 757cc4d Correction to docstring correction. by Michael Foord · 14 years ago
  52. d0edec3 Improving docstrings in unittest.TestCase by Michael Foord · 14 years ago
  53. fb0844b Adding versionadded to test skipping section of unittest documentation. by Michael Foord · 14 years ago
  54. 1f3fa8a Example of using assertRaises as a context manager in the unittest documentation. by Michael Foord · 14 years ago
  55. 1c43001 Closes issue 7030. by Michael Foord · 14 years ago
  56. b1e66ee Resolve bug 7847 by including documentation for -J, -U, and -X under "Options by Barry Warsaw · 14 years ago
  57. bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, by Antoine Pitrou · 14 years ago
  58. 007a618 Issue #7857: test_logging: listener tests disabled for now. by Vinay Sajip · 14 years ago
  59. 3dd734f Issue #7857: test_logging: listener test now uses find_unused_port(). by Vinay Sajip · 14 years ago
  60. 565d785 normalize exceptions passed to the __exit__ method #7853 by Benjamin Peterson · 14 years ago
  61. 4a7ff1d add a test for #7853; the exception must be normalized for with by Benjamin Peterson · 14 years ago
  62. f7610b2 Added unit test for cfg:// resolution. by Vinay Sajip · 14 years ago
  63. 0e6e97d Issue #7851: logging: clarification on logging configuration files. by Vinay Sajip · 14 years ago
  64. d840e51 Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is by Antoine Pitrou · 14 years ago
  65. 98ce620 Removed spurious print statement. by Vinay Sajip · 14 years ago
  66. 85ee3e1 Use correct assert* methods in the examples. by Ezio Melotti · 14 years ago
  67. 28c382f Logging: Implemented PEP 391. by Vinay Sajip · 14 years ago
  68. 7045d64 Add Chris Rebert to ACKS for issue 6760 Popen doc improvements. by R. David Murray · 14 years ago
  69. 7dfc9e1 Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert by Nick Coghlan · 14 years ago
  70. dc84f8f Fix a typo in a docstring introduced in r77956. by Brett Cannon · 14 years ago
  71. 18e4db5 Update a docstring to suggest using importlib.import_module instead of calling __import__ directly. by Brett Cannon · 14 years ago
  72. c68e9f0 Fix test_inspect.py data to match recent change to inspect_fodder.py (r77942). by Mark Dickinson · 14 years ago
  73. b8c7b01 leaving global attributes for backward compat by Tarek Ziadé · 14 years ago
  74. b3c5488 Corrected list of attributes exposed by sys.getwindowsversion. by Eric Smith · 14 years ago
  75. f8f4207 Explicitly mention the default value for formatdate's usegmt parameter. by R. David Murray · 14 years ago
  76. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 14 years ago
  77. 17ae2ba Add various items by Andrew M. Kuchling · 14 years ago
  78. 2b21069 added a note in the whatsnew file for sysconfig by Tarek Ziadé · 14 years ago
  79. bece7f2 fixed a typo on distutils.sysconfig. thanks arfever by Tarek Ziadé · 14 years ago
  80. e81b028 sysconfig.get_scheme_names now returns a sorted tuple by Tarek Ziadé · 14 years ago
  81. cc11817 module reorganization + missing doctests by Tarek Ziadé · 14 years ago
  82. 526e421 Issue #7385: Fix a crash in `MemoryView_FromObject` when by Antoine Pitrou · 14 years ago
  83. 1b93fc1 first version of the sysconfig module documentation by Tarek Ziadé · 14 years ago
  84. 1f517e1 #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna. by Ezio Melotti · 14 years ago
  85. 8d3f130 Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 14 years ago
  86. 0ac4d4c Silence a couple of -3 warnings by Ezio Melotti · 14 years ago
  87. 5d62cfe #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. by Ezio Melotti · 14 years ago
  88. 039c899 Add various items by Andrew M. Kuchling · 14 years ago
  89. 1595f9f Merged revisions 77855-77856,77870 via svnmerge from by Martin v. Löwis · 14 years ago
  90. b4b0a29 Issue #7819: Check sys.call_tracing() arguments types. by Victor Stinner · 14 years ago
  91. f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 14 years ago
  92. e70c72c Minor modification to unittest documentation. by Michael Foord · 14 years ago
  93. 979d79c Fix-up ftplib documentation: by Georg Brandl · 14 years ago
  94. 3fd2db9 move distutils.rst to different toc by Benjamin Peterson · 14 years ago
  95. 7aedb3b fix windows buildbot by Benjamin Peterson · 14 years ago
  96. 48a3c4e - Fix typo in os.execvp docstring. by Matthias Klose · 14 years ago
  97. 626d92a - Update python manual page (options -B, -O0, -s, environment variables by Matthias Klose · 14 years ago
  98. ef49096 #7092: silence more -3 and -Wd warnings by Ezio Melotti · 14 years ago
  99. 46bff79 be robust against test being run over and over (such as -R) by Benjamin Peterson · 14 years ago
  100. a04ae01 move test outside WITH_THREAD section by Benjamin Peterson · 14 years ago