1. 88f1c04 Global statements from one function leaked into parallel functions. by Jeremy Hylton · 16 years ago
  2. 1c157ea Add is_declared_global() which distinguishes between implicit and by Jeremy Hylton · 16 years ago
  3. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 16 years ago
  4. b2898e0 add JoinableQueue to __all__ by Jesse Noller · 16 years ago
  5. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  6. d7bf8a5 Actually suppress warnings in test_at_least_import_untested_modules by R. David Murray · 16 years ago
  7. e0154ed Fix issue #4865: add /Library/Python/2.7/site-packages to by Ronald Oussoren · 16 years ago
  8. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  9. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 16 years ago
  10. 019ce77 finalize the queue prior to shutdown by Jesse Noller · 16 years ago
  11. 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 16 years ago
  12. e7c9e09 Remove references to test_socket_ssl which was deleted in trunk by R. David Murray · 16 years ago
  13. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 16 years ago
  14. 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 · 16 years ago
  15. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  16. 5cb104d Revert incorrect change. by R. David Murray · 16 years ago
  17. 68ffe3e don't rely on the order dict repr #5605 by Benjamin Peterson · 16 years ago
  18. ad74dfe Convert import try/except to use test_support.import_module(). by R. David Murray · 16 years ago
  19. 3c87e22 add missing import by Benjamin Peterson · 16 years ago
  20. 33cd7ef fix import by Benjamin Peterson · 16 years ago
  21. 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 · 16 years ago
  22. 8e1a338 add missing import by Benjamin Peterson · 16 years ago
  23. 83db765 thanks to guido's bytecode verifier, this is fixed by Benjamin Peterson · 16 years ago
  24. d2c1846 this has been fixed since 2.6 (I love removing these) by Benjamin Peterson · 16 years ago
  25. b006fcc Make life easier for non-CPython implementations. by Raymond Hettinger · 16 years ago
  26. 3109162 Typo fix. by Guilherme Polo · 16 years ago
  27. a199f01 Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 16 years ago
  28. 5adab30 Fix typo. by Georg Brandl · 16 years ago
  29. 7fa9459 fix another name by Benjamin Peterson · 16 years ago
  30. 0423297 update email tests to use SkipTest by Benjamin Peterson · 16 years ago
  31. effa1dc ** is required here by Benjamin Peterson · 16 years ago
  32. bf4464a add missing import by Benjamin Peterson · 16 years ago
  33. a9b5be0 must pass argument to get expected behavior ;) by Benjamin Peterson · 16 years ago
  34. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  35. ad57d97 fix naming by Benjamin Peterson · 16 years ago
  36. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  37. 21f6aac apply the second part of #4242's patch; classify all the implementation details in test_descr by Benjamin Peterson · 16 years ago
  38. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 16 years ago
  39. c3141a6 add some useful utilities for skipping tests with unittest's new skipping ability by Benjamin Peterson · 16 years ago
  40. 0ad9b77 add support for PyPy by Benjamin Peterson · 16 years ago
  41. 94e4e2a roll old test in with new one by Benjamin Peterson · 16 years ago
  42. b457b89 more and more implementations now support sys.subversion by Benjamin Peterson · 16 years ago
  43. f521b8c add much better tests for python version information parsing by Benjamin Peterson · 16 years ago
  44. c930135 remove uneeded function by Benjamin Peterson · 16 years ago
  45. 2dc90fd Separate initialization from clearing. by Raymond Hettinger · 16 years ago
  46. 2f6f743 this can be slightly less ugly by Benjamin Peterson · 16 years ago
  47. a8adceb add shorthands for expected failures and unexpected success by Benjamin Peterson · 16 years ago
  48. a519cfc Remove the sys.version_info shortcut, since they cause the APIs by Marc-André Lemburg · 16 years ago
  49. d0cdb2d another style nit by Benjamin Peterson · 16 years ago
  50. a473f00 fix newline issue in test summary by Benjamin Peterson · 16 years ago
  51. 2bf74fd this is better written using assertRaises by Benjamin Peterson · 16 years ago
  52. 0371548 fix typo by Benjamin Peterson · 16 years ago
  53. c750d4d add new skipping things to __all__ by Benjamin Peterson · 16 years ago
  54. 4e4de33 update docstring by Benjamin Peterson · 16 years ago
  55. 3e0aa49 remove special metadata by Benjamin Peterson · 16 years ago
  56. a7d441d some cleanup and modernization by Benjamin Peterson · 16 years ago
  57. bca248e update from CVS by Benjamin Peterson · 16 years ago
  58. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 16 years ago
  59. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  60. 797eaf3 complain when there's no last exception by Benjamin Peterson · 16 years ago
  61. 3e6c335 revert r70552; wrong fix by Benjamin Peterson · 16 years ago
  62. 85e1478 fix very old names for exception terms #5543 by Benjamin Peterson · 16 years ago
  63. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 16 years ago
  64. e5b7856 Make imported name private and wrap long-line. by Raymond Hettinger · 16 years ago
  65. 906f95e Move initialization of root link to __init__. by Raymond Hettinger · 16 years ago
  66. f1e2df9 Add more comments. Improve variable names. by Raymond Hettinger · 16 years ago
  67. 704dc26 AttributeError can be thrown during recursion errors by Benjamin Peterson · 16 years ago
  68. 2020a59 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 16 years ago
  69. b364bfe close the file even if an exception occurs #5536 by Benjamin Peterson · 16 years ago
  70. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  71. c8e81ef Fix typo by Raymond Hettinger · 16 years ago
  72. e980d2d * Add implementation notes. by Raymond Hettinger · 16 years ago
  73. 2412299 * Add clearer comment to initialization code. by Raymond Hettinger · 16 years ago
  74. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
  75. 2124599 Improve implementation with better underlying data structure by Raymond Hettinger · 16 years ago
  76. fcfa7ea close files after comparing them by Benjamin Peterson · 16 years ago
  77. a61ae69 Use mixin methods where possible. (2.7 only -- these don't all exist in 3.0) by Raymond Hettinger · 16 years ago
  78. 6ffe852 fix strange errors when setting attributes on tracebacks #4034 by Benjamin Peterson · 16 years ago
  79. 7c33bd5 Attempt to fix Solaris buildbot failure on test_locale by Antoine Pitrou · 16 years ago
  80. b14514a Fix bug in _insert_thousands_sep: too much zero padding could be by Mark Dickinson · 16 years ago
  81. d914e3f merge json library with simplejson 2.0.9 (issue 4136) by Bob Ippolito · 16 years ago
  82. 277859d Issue #2110: Add support for thousands separator and 'n' format specifier by Mark Dickinson · 16 years ago
  83. b065e52 Fix bug in Decimal __format__ method that swapped left and right alignment. by Mark Dickinson · 16 years ago
  84. bb7467f Added skip for old MSVC. by Hirokazu Yamamoto · 16 years ago
  85. fc9ea97 Move the previously local import of threading to module level. by Georg Brandl · 16 years ago
  86. 2ace4cf Unicode format tests weren't actually testing unicode. This was probably due to the original backport from py3k. by Eric Smith · 16 years ago
  87. 6f42edb Issue 5237, Allow auto-numbered replacement fields in str.format() strings. by Eric Smith · 16 years ago
  88. feeafff Issue #1222: locale.format() bug when the thousands separator is a space character. by Antoine Pitrou · 16 years ago
  89. 61585c2 Issue #5472: Fixed distutils.test_util tear down by Tarek Ziadé · 16 years ago
  90. 6c4cff0 Require implementations for warnings.showwarning() support the 'line' argument. by Brett Cannon · 16 years ago
  91. 56411aa For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  92. bac769b Small optimization for corner case where maxlen==0. by Raymond Hettinger · 16 years ago
  93. daeceb2 Add a version tag to the decimal module. by Raymond Hettinger · 16 years ago
  94. 15d5765 Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only by Guilherme Polo · 16 years ago
  95. 6d6c1fd Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. by Guilherme Polo · 16 years ago
  96. 943b24e Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler by Tarek Ziadé · 16 years ago
  97. 0903306 mmap.resize for anonymous map is not working yet, so changed to real file mapping... by Hirokazu Yamamoto · 16 years ago
  98. 264fc12 Issue #5385: Fixed mmap crash after resize failure on windows. by Hirokazu Yamamoto · 16 years ago
  99. a97063a Fixes issues 3883 and 5194 by Ronald Oussoren · 16 years ago
  100. 4179377 Fix some more bugs caused by the backport from 3.x for importlib. by Brett Cannon · 16 years ago