1. 400fd60 Switch to fixed Sphinx version. by Georg Brandl · 16 years ago
  2. 392775f Add a script to fixup rst files if the pre-commit hook rejects them. by Georg Brandl · 16 years ago
  3. b22b948 Fix a typo and be more specific by Antoine Pitrou · 16 years ago
  4. 41eb086 Typo fix by Guilherme Polo · 16 years ago
  5. 0e92858 give os.symlink and os.link() better parameter names #5564 by Benjamin Peterson · 16 years ago
  6. a31aa45 #5324: document __subclasses__(). by Georg Brandl · 16 years ago
  7. c18f6b0 Publicize the GC untracking optimization by Antoine Pitrou · 16 years ago
  8. 5adab30 Fix typo. by Georg Brandl · 16 years ago
  9. 1972d16 Adjusted _tkinter to compile without warnings when WITH_THREAD is not by Guilherme Polo · 16 years ago
  10. 7fa9459 fix another name by Benjamin Peterson · 16 years ago
  11. 0423297 update email tests to use SkipTest by Benjamin Peterson · 16 years ago
  12. effa1dc ** is required here by Benjamin Peterson · 16 years ago
  13. bf4464a add missing import by Benjamin Peterson · 16 years ago
  14. a9b5be0 must pass argument to get expected behavior ;) by Benjamin Peterson · 16 years ago
  15. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  16. ad57d97 fix naming by Benjamin Peterson · 16 years ago
  17. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  18. 21f6aac apply the second part of #4242's patch; classify all the implementation details in test_descr by Benjamin Peterson · 16 years ago
  19. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 16 years ago
  20. c3141a6 add some useful utilities for skipping tests with unittest's new skipping ability by Benjamin Peterson · 16 years ago
  21. 0ad9b77 add support for PyPy by Benjamin Peterson · 16 years ago
  22. 94e4e2a roll old test in with new one by Benjamin Peterson · 16 years ago
  23. b457b89 more and more implementations now support sys.subversion by Benjamin Peterson · 16 years ago
  24. f521b8c add much better tests for python version information parsing by Benjamin Peterson · 16 years ago
  25. c930135 remove uneeded function by Benjamin Peterson · 16 years ago
  26. 2dc90fd Separate initialization from clearing. by Raymond Hettinger · 16 years ago
  27. 2f6f743 this can be slightly less ugly by Benjamin Peterson · 16 years ago
  28. a8adceb add shorthands for expected failures and unexpected success by Benjamin Peterson · 16 years ago
  29. cbdf15b News item for the platform.py fix (r70594). by Marc-André Lemburg · 16 years ago
  30. a519cfc Remove the sys.version_info shortcut, since they cause the APIs by Marc-André Lemburg · 16 years ago
  31. 9a1337b clarify the type of data returned by Skip Montanaro · 16 years ago
  32. d0cdb2d another style nit by Benjamin Peterson · 16 years ago
  33. a473f00 fix newline issue in test summary by Benjamin Peterson · 16 years ago
  34. 2bf74fd this is better written using assertRaises by Benjamin Peterson · 16 years ago
  35. 0371548 fix typo by Benjamin Peterson · 16 years ago
  36. c750d4d add new skipping things to __all__ by Benjamin Peterson · 16 years ago
  37. 4e4de33 update docstring by Benjamin Peterson · 16 years ago
  38. 3e0aa49 remove special metadata by Benjamin Peterson · 16 years ago
  39. a7d441d some cleanup and modernization by Benjamin Peterson · 16 years ago
  40. 21b617b Add links to related resources. by Raymond Hettinger · 16 years ago
  41. bca248e update from CVS by Benjamin Peterson · 16 years ago
  42. 31b7806 forgot to document that setUp can be skipped (silly me...) by Benjamin Peterson · 16 years ago
  43. 99721e0 refactor unittest docs by Benjamin Peterson · 16 years ago
  44. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 16 years ago
  45. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  46. 797eaf3 complain when there's no last exception by Benjamin Peterson · 16 years ago
  47. 3e6c335 revert r70552; wrong fix by Benjamin Peterson · 16 years ago
  48. 85e1478 fix very old names for exception terms #5543 by Benjamin Peterson · 16 years ago
  49. 1fba624 The tracking statistics were actually too pessimistic by Antoine Pitrou · 16 years ago
  50. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 16 years ago
  51. e5b7856 Make imported name private and wrap long-line. by Raymond Hettinger · 16 years ago
  52. 0b666bf Issue #5512: speed up the long division algorithm for Python longs. by Mark Dickinson · 16 years ago
  53. 906f95e Move initialization of root link to __init__. by Raymond Hettinger · 16 years ago
  54. f1e2df9 Add more comments. Improve variable names. by Raymond Hettinger · 16 years ago
  55. 704dc26 AttributeError can be thrown during recursion errors by Benjamin Peterson · 16 years ago
  56. 2020a59 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 16 years ago
  57. b364bfe close the file even if an exception occurs #5536 by Benjamin Peterson · 16 years ago
  58. 8ed2520 - Fix comment macro in python.man by Matthias Klose · 16 years ago
  59. 52a3492 There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead. by Hirokazu Yamamoto · 16 years ago
  60. f35f804 Rewrite Py_ARITHMETIC_RIGHT_SHIFT so that it's valid for all signed by Mark Dickinson · 16 years ago
  61. 2cef1a5 Add MutableSet example. by Raymond Hettinger · 16 years ago
  62. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  63. c8e81ef Fix typo by Raymond Hettinger · 16 years ago
  64. e980d2d * Add implementation notes. by Raymond Hettinger · 16 years ago
  65. 2412299 * Add clearer comment to initialization code. by Raymond Hettinger · 16 years ago
  66. a0b8d9a Silence a compiler warning. by Raymond Hettinger · 16 years ago
  67. 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
  68. 2124599 Improve implementation with better underlying data structure by Raymond Hettinger · 16 years ago
  69. fcfa7ea close files after comparing them by Benjamin Peterson · 16 years ago
  70. a61ae69 Use mixin methods where possible. (2.7 only -- these don't all exist in 3.0) by Raymond Hettinger · 16 years ago
  71. 06919a1 a much better example by Benjamin Peterson · 16 years ago
  72. 6ffe852 fix strange errors when setting attributes on tracebacks #4034 by Benjamin Peterson · 16 years ago
  73. 7c33bd5 Attempt to fix Solaris buildbot failure on test_locale by Antoine Pitrou · 16 years ago
  74. 6b265f1 Issue 4474: On platforms with sizeof(wchar_t) == 4 and by Mark Dickinson · 16 years ago
  75. eb15863 Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with _ssl.c) by Hirokazu Yamamoto · 16 years ago
  76. b14514a Fix bug in _insert_thousands_sep: too much zero padding could be by Mark Dickinson · 16 years ago
  77. d914e3f merge json library with simplejson 2.0.9 (issue 4136) by Bob Ippolito · 16 years ago
  78. 277859d Issue #2110: Add support for thousands separator and 'n' format specifier by Mark Dickinson · 16 years ago
  79. ed3558b I thought this was begging for an example by Benjamin Peterson · 16 years ago
  80. b065e52 Fix bug in Decimal __format__ method that swapped left and right alignment. by Mark Dickinson · 16 years ago
  81. 8cbe955 Add token markup. by Georg Brandl · 16 years ago
  82. bb7467f Added skip for old MSVC. by Hirokazu Yamamoto · 16 years ago
  83. fc9ea97 Move the previously local import of threading to module level. by Georg Brandl · 16 years ago
  84. 545a134 Fix markup in re docs and give a mail address in regex howto, so that by Georg Brandl · 16 years ago
  85. 173c1f1 #5469: add with statement to list of name-binding constructs. by Georg Brandl · 16 years ago
  86. 09827eb #5276: document IDLESTARTUP and .Idle.py. by Georg Brandl · 16 years ago
  87. 8db96b5 #5478: fix copy-paste oversight in function signature. by Georg Brandl · 16 years ago
  88. 44e5cd3 #5488: add missing struct member. by Georg Brandl · 16 years ago
  89. 5a95b21 #5491: clarify nested() semantics. by Georg Brandl · 16 years ago
  90. ed4cefb Fix a small nit in the error message if bool() falls back on __len__ and it returns the wrong type: it would tell the user that __nonzero__ should return bool or int. by Georg Brandl · 16 years ago
  91. 3259ef3 #5493: clarify __nonzero__ docs. by Georg Brandl · 16 years ago
  92. 4c95e09 #5496: fix docstring of lookup(). by Georg Brandl · 16 years ago
  93. 1706c64 fix tuple.index() error message #5495 by Benjamin Peterson · 16 years ago
  94. 8eba5ed Make marshalling errors a little more informative as to what went wrong by Nick Coghlan · 16 years ago
  95. 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
  96. 6f42edb Issue 5237, Allow auto-numbered replacement fields in str.format() strings. by Eric Smith · 16 years ago
  97. feeafff Issue #1222: locale.format() bug when the thousands separator is a space character. by Antoine Pitrou · 16 years ago
  98. e83a4ad #5486: typos. by Georg Brandl · 16 years ago
  99. efa7c13 Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 16 years ago
  100. 351de80 Add reference to solution for a commonly asked question. by Raymond Hettinger · 16 years ago