1. fd2103e reindent _cursesmodule.c by Victor Stinner · 15 years ago
  2. 03acec2 Remove unused variable, and fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
  3. db99092 NEWS: strip trailing spaces by Victor Stinner · 15 years ago
  4. 5b5134b use TestCase skip method by Benjamin Peterson · 15 years ago
  5. 7622eba If the timeout is exceeded, count the tests as skipped instead of just by Stefan Krah · 15 years ago
  6. 2b271f7 Fix regression introduced by r81154 (Issue #5099, subprocess destructor) by Victor Stinner · 15 years ago
  7. 5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst by Victor Stinner · 15 years ago
  8. 8ded477 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP by Victor Stinner · 15 years ago
  9. 42a0ba7 subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to by Brett Cannon · 15 years ago
  10. da9af75 test_site was failing under darwin for non-framework builds because a test was by Brett Cannon · 15 years ago
  11. b3d0554 Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot. by Florent Xicluna · 15 years ago
  12. 9cf210f Improve test feedback to troubleshoot issue #8423 on OS X. by Florent Xicluna · 15 years ago
  13. 9ac6114 Better test skipping, with message in the log. by Florent Xicluna · 15 years ago
  14. 8c72b4e rip out mention of types.ListType #8703 by Benjamin Peterson · 15 years ago
  15. 8652f2e Revert the additional OS X information (r81140). Keep the endianness information. by Florent Xicluna · 15 years ago
  16. b7d413f Add sensible information about the OS X platform to diagnose issue #8423: by Florent Xicluna · 15 years ago
  17. 3736816 Fix verb tense in skip message. by Victor Stinner · 15 years ago
  18. 20c3258 Issue #8422, test_genericpath: skip the creation of a directory with an invalid by Victor Stinner · 15 years ago
  19. 81a0450 Fix Issue8657 - adding git and git+ssh as know schemes. by Senthil Kumaran · 15 years ago
  20. 62f7e8b Fix unused variable in test_factorial. by Mark Dickinson · 15 years ago
  21. f09bc66 #8696: add documentation for logging.config.dictConfig (PEP 391) by Andrew M. Kuchling · 15 years ago
  22. 2e136ab Improve _ssl.c formatting by Antoine Pitrou · 15 years ago
  23. e551337 Grammar fix by Andrew M. Kuchling · 15 years ago
  24. 62bebdf - clarify Attr.name comment on the presence of colons in namespace mode by Fred Drake · 15 years ago
  25. 5840469 fix error introduced in previous commit, and the adjacent additional typo by Fred Drake · 15 years ago
  26. 68df234 Let's call this done by Andrew M. Kuchling · 15 years ago
  27. 2702491 Revision pass: lots of edits, typo fixes, rearrangements by Andrew M. Kuchling · 15 years ago
  28. fd25594 Removed the assertion that dispatcher.connected attribute must be False after a single connect() call. Solaris and FreeBSD buildbots failures showed how connect() can succeed even in a single call. All bo failures should definitively be fixed now. by Giampaolo Rodolà · 15 years ago
  29. fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 15 years ago
  30. 37ffc3e Issue #8672: Add a zlib test ensuring that an incomplete stream can be by Antoine Pitrou · 15 years ago
  31. b9bf971 #8575 - Update and reorganize some _winreg contents. by Brian Curtin · 15 years ago
  32. 8b37dd1 fix typo by Fred Drake · 15 years ago
  33. 11bb2cd Issue #8674: fix another bogus overflow check in audioop module. by Mark Dickinson · 15 years ago
  34. 5e13e29 Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure tests; by Mark Dickinson · 15 years ago
  35. 035fbba Use ';' after initialization macros to avoid confusing re-indenters by Andrew M. Kuchling · 15 years ago
  36. 3eee7af Break long line in macros by Andrew M. Kuchling · 15 years ago
  37. 5d864c8 Fix typo by Andrew M. Kuchling · 15 years ago
  38. 6487952 Fix typo. by Georg Brandl · 15 years ago
  39. 6f635f4 Consolidate deprecation messages. by Georg Brandl · 15 years ago
  40. 0ddc30b Fix reference direction. by Georg Brandl · 15 years ago
  41. c630195 #8642: fix wrong function name. by Georg Brandl · 15 years ago
  42. 72b1977 Improving help message for python -m unittest. Issue 8303. by Michael Foord · 15 years ago
  43. 638b869 Add a link on maketrans(). by Florent Xicluna · 15 years ago
  44. 40f09c0 Move { out of #if...#else block; this confuses Emacs' C-mode by Andrew M. Kuchling · 15 years ago
  45. 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 15 years ago
  46. ff46d6e Issue #8490: adds a more solid test suite for asyncore by Giampaolo Rodolà · 15 years ago
  47. 264552a Link to unittest2 article by Andrew M. Kuchling · 15 years ago
  48. 10595a6 Use title case by Andrew M. Kuchling · 15 years ago
  49. 93c40d4 Markup fix; re-word a sentence by Andrew M. Kuchling · 15 years ago
  50. 814a66f finish clause by Benjamin Peterson · 15 years ago
  51. 43ca377 Wrap multiline macros in a 'do {} while(0)', for safety. by Mark Dickinson · 15 years ago
  52. fda8d11 Post-detabification cleanup: whitespace fixes and long line rewraps only. by Mark Dickinson · 15 years ago
  53. 6001b0b Remove spurious newlines, and add version number. by Antoine Pitrou · 15 years ago
  54. 8617161 Fixup indentation of PC/_msi.c by Antoine Pitrou · 15 years ago
  55. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  56. 368ede8 Issue 8671: Whitespace fix. by Eric Smith · 15 years ago
  57. 53a92eb Adding a test for unittest.BaseTestSuite. by Michael Foord · 15 years ago
  58. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
  59. 860852f Revert r81012. buildbot problems and its questionable of me to even by Gregory P. Smith · 15 years ago
  60. 56fe656 Fixes [issue7245] Better Ctrl-C support in pdb. by Gregory P. Smith · 15 years ago
  61. e8150e8 remove svn:mergeinfo property by Benjamin Peterson · 15 years ago
  62. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 15 years ago
  63. 0712b56 Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as available on Linux but not on OS X. by Mark Dickinson · 15 years ago
  64. 534b8de towards 2.7 release candidate 1 by Benjamin Peterson · 15 years ago
  65. 38edcea tag second 2.7 beta by Benjamin Peterson · 15 years ago
  66. c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago
  67. 9c164af unittest: issue 8301. Adding functions to test suites no longer crashes. by Michael Foord · 15 years ago
  68. 7daf0e4 update pydoc-topics by Benjamin Peterson · 15 years ago
  69. f063d15 run and fix enumerate start test cases #8636 by Benjamin Peterson · 15 years ago
  70. 959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. by Michael Foord · 15 years ago
  71. 7baf862 add underscore by Benjamin Peterson · 15 years ago
  72. ac896ed r80967 introduced a new scheme by Benjamin Peterson · 15 years ago
  73. 0efe18a Write summary of the 2.7 release; rewrite the future section some more; by Andrew M. Kuchling · 15 years ago
  74. dac6aeb4 Revert r80963 - it broke compilation everywhere by Antoine Pitrou · 15 years ago
  75. 8851b71 Documenting test discovery from package name and potential problems with test discovery importing tests from the wrong location. Issue 7780 and issue 8547. by Michael Foord · 15 years ago
  76. 304500c Markup fixes by Andrew M. Kuchling · 15 years ago
  77. 8e34386 Add logging.dictConfig example; give up on writing a Ttk example by Andrew M. Kuchling · 15 years ago
  78. 22097e4 Issue 7780. Adding a test for unittest test discovery from a dotted path. by Michael Foord · 15 years ago
  79. cbf54b1 configure.in: Avoid autoconf warning: Assume C89 semantics that by Matthias Klose · 15 years ago
  80. c511b47 configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, by Matthias Klose · 15 years ago
  81. 2f88bfd Issue #8084: ensure that the --user directory by Ronald Oussoren · 15 years ago
  82. 9f8e0c1 configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ by Matthias Klose · 15 years ago
  83. 22520ea - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING by Matthias Klose · 15 years ago
  84. a0bea5d - Issue #8510: Update to autoconf2.65. by Matthias Klose · 15 years ago
  85. d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 15 years ago
  86. 22ff664 Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach. by Mark Dickinson · 15 years ago
  87. 18e4dd7 Fixing the errors trigerred in test_urllib2net. Related to issue8656. by Senthil Kumaran · 15 years ago
  88. 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 15 years ago
  89. badc709 Get accents correct by Andrew M. Kuchling · 15 years ago
  90. 85fffc3 Add two items by Andrew M. Kuchling · 15 years ago
  91. e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  92. 1a0ce68 revert r80932; it breaks windows by Benjamin Peterson · 15 years ago
  93. 5dfad9d Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,80922 via svnmerge from by Benjamin Peterson · 15 years ago
  94. ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
  95. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
  96. 4fedbce Adding tests for unittest command line handling of buffer, catchbreak and failfast. by Michael Foord · 15 years ago
  97. 215d394 Adding a test for unittest test discovery with dotted path name. by Michael Foord · 15 years ago
  98. d1e696b Re-word text by Andrew M. Kuchling · 15 years ago
  99. d69e6ee Fix some markup and a class name. Also, wrap a long line. by Antoine Pitrou · 15 years ago
  100. e41bb0b Testsuite for RFC3986 based parsing scenario. Related Issue1462525. by Senthil Kumaran · 15 years ago