1. 8617161 Fixup indentation of PC/_msi.c by Antoine Pitrou · 14 years ago
  2. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  3. 368ede8 Issue 8671: Whitespace fix. by Eric Smith · 14 years ago
  4. 53a92eb Adding a test for unittest.BaseTestSuite. by Michael Foord · 14 years ago
  5. 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 14 years ago
  6. 860852f Revert r81012. buildbot problems and its questionable of me to even by Gregory P. Smith · 14 years ago
  7. 56fe656 Fixes [issue7245] Better Ctrl-C support in pdb. by Gregory P. Smith · 14 years ago
  8. e8150e8 remove svn:mergeinfo property by Benjamin Peterson · 14 years ago
  9. e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 14 years ago
  10. 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 · 14 years ago
  11. 534b8de towards 2.7 release candidate 1 by Benjamin Peterson · 14 years ago
  12. 38edcea tag second 2.7 beta by Benjamin Peterson · 14 years ago
  13. c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 14 years ago
  14. 9c164af unittest: issue 8301. Adding functions to test suites no longer crashes. by Michael Foord · 14 years ago
  15. 7daf0e4 update pydoc-topics by Benjamin Peterson · 14 years ago
  16. f063d15 run and fix enumerate start test cases #8636 by Benjamin Peterson · 14 years ago
  17. 959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. by Michael Foord · 14 years ago
  18. 7baf862 add underscore by Benjamin Peterson · 14 years ago
  19. ac896ed r80967 introduced a new scheme by Benjamin Peterson · 14 years ago
  20. 0efe18a Write summary of the 2.7 release; rewrite the future section some more; by Andrew M. Kuchling · 14 years ago
  21. dac6aeb4 Revert r80963 - it broke compilation everywhere by Antoine Pitrou · 14 years ago
  22. 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 · 14 years ago
  23. 304500c Markup fixes by Andrew M. Kuchling · 14 years ago
  24. 8e34386 Add logging.dictConfig example; give up on writing a Ttk example by Andrew M. Kuchling · 14 years ago
  25. 22097e4 Issue 7780. Adding a test for unittest test discovery from a dotted path. by Michael Foord · 14 years ago
  26. cbf54b1 configure.in: Avoid autoconf warning: Assume C89 semantics that by Matthias Klose · 14 years ago
  27. c511b47 configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, by Matthias Klose · 14 years ago
  28. 2f88bfd Issue #8084: ensure that the --user directory by Ronald Oussoren · 14 years ago
  29. 9f8e0c1 configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ by Matthias Klose · 14 years ago
  30. 22520ea - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING by Matthias Klose · 14 years ago
  31. a0bea5d - Issue #8510: Update to autoconf2.65. by Matthias Klose · 14 years ago
  32. d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 14 years ago
  33. 22ff664 Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach. by Mark Dickinson · 14 years ago
  34. 18e4dd7 Fixing the errors trigerred in test_urllib2net. Related to issue8656. by Senthil Kumaran · 14 years ago
  35. 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 14 years ago
  36. badc709 Get accents correct by Andrew M. Kuchling · 14 years ago
  37. 85fffc3 Add two items by Andrew M. Kuchling · 14 years ago
  38. e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 14 years ago
  39. 1a0ce68 revert r80932; it breaks windows by Benjamin Peterson · 14 years ago
  40. 5dfad9d Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,80922 via svnmerge from by Benjamin Peterson · 14 years ago
  41. ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 14 years ago
  42. 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 14 years ago
  43. 4fedbce Adding tests for unittest command line handling of buffer, catchbreak and failfast. by Michael Foord · 14 years ago
  44. 215d394 Adding a test for unittest test discovery with dotted path name. by Michael Foord · 14 years ago
  45. d1e696b Re-word text by Andrew M. Kuchling · 14 years ago
  46. d69e6ee Fix some markup and a class name. Also, wrap a long line. by Antoine Pitrou · 14 years ago
  47. e41bb0b Testsuite for RFC3986 based parsing scenario. Related Issue1462525. by Senthil Kumaran · 14 years ago
  48. 02f7b99 Add a new section on the development plan; add an item by Andrew M. Kuchling · 14 years ago
  49. 328e377 ensure that availability information is on its own line at the end of the function docs by Benjamin Peterson · 14 years ago
  50. 7aaef84 Availability gets its own line by Benjamin Peterson · 14 years ago
  51. e4499a8 adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong by Giampaolo Rodolà · 14 years ago
  52. 215b6b3 provides a clearer warning message when cheap inheritance with the underlying socket object is used by Giampaolo Rodolà · 14 years ago
  53. f7454fa Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ by Giampaolo Rodolà · 14 years ago
  54. a8ac944 Add back in a line that was unneeded which advanced a pointer, but commented by Brett Cannon · 14 years ago
  55. acab940 Change section title; point to unittest2 by Andrew M. Kuchling · 14 years ago
  56. 837a538 Add 2 items; record ideas for two initial sections; clarify wording by Andrew M. Kuchling · 14 years ago
  57. e86b7fe Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items by Andrew M. Kuchling · 14 years ago
  58. 1bbb68d `self` doesn't exist here by Antoine Pitrou · 14 years ago
  59. a14f2d1 Use anonymous hyperlinks by Andrew M. Kuchling · 14 years ago
  60. 11f8b9d Fix #7863. Properly identify Windows 7 and Server 2008 R2. by Brian Curtin · 14 years ago
  61. ca48562 Add various items by Andrew M. Kuchling · 14 years ago
  62. 4758183 Reword paragraph; fix filename, which should be pyconfig.h by Andrew M. Kuchling · 14 years ago
  63. 1f7de71 Have the serve.py script announce the directory it is by R. David Murray · 14 years ago
  64. 862490a Untabify Modules/posixmodule.c (2) by Victor Stinner · 14 years ago
  65. d6f8542 Untabify Modules/posixmodule.c by Victor Stinner · 14 years ago
  66. f4f0bf8 Revert a change where an expression is not needed now, but could be in the future. by Brett Cannon · 14 years ago
  67. 481ab89 Issue #1533: test_range in test_builtin: fix test comment and add test by Mark Dickinson · 14 years ago
  68. 31a673d removed non needed lines by Tarek Ziadé · 14 years ago
  69. d2f3e3f Issue #8625: Turn off gcc optimization in debug builds. by Mark Dickinson · 14 years ago
  70. 38f8122 Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills by Tarek Ziadé · 14 years ago
  71. 9319548 Issue 8628: fix incorrect documentation for numbers.Complex.imag. by Mark Dickinson · 14 years ago
  72. 5fb89df Mention how Clang's static anaylzer was run over Objects/ and Python/. by Brett Cannon · 14 years ago
  73. 5335e77 Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  74. 0b64be2 Explicitly add stdio.h and string.h to make strtod.c work standalone. by Brett Cannon · 14 years ago
  75. c33e82d Change to a Py_XDECREF and fix some whitespace. by Brett Cannon · 14 years ago
  76. 1771ecf Remove an unnecessary variable assignment. by Brett Cannon · 14 years ago
  77. fa84d92 Remove two unneeded branches to an 'if' statement by applying De Morgan's Law by Brett Cannon · 14 years ago
  78. 2ee5183 Remove an unneeded variable increment. by Brett Cannon · 14 years ago
  79. 8b9c049 Remove an unneeded variable and fix a little whitespace. by Brett Cannon · 14 years ago
  80. b166afc Fix whitespace. by Brett Cannon · 14 years ago
  81. 417439e Partially revert the over-reaching r80813. by Brett Cannon · 14 years ago
  82. 0b03f10 Remove three unneeded variable assignments. by Brett Cannon · 14 years ago
  83. 8a478ce Remove an unneeded assignment. by Brett Cannon · 14 years ago
  84. fee3acb Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  85. eb3fef5 Remove an unneeded variable. by Brett Cannon · 14 years ago
  86. 6f38175 Remove an unneeded variable increment. by Brett Cannon · 14 years ago
  87. 7a4cd7e Remove extraneous whitespace. by Brett Cannon · 14 years ago
  88. a1b5629 Remove an unnecessary variable. by Brett Cannon · 14 years ago
  89. 9545a23 In a number of places code still revers by Ronald Oussoren · 14 years ago
  90. a815718 Issue #8600: fix test_gdb failures when gdb issues some spurious warnings. by Antoine Pitrou · 14 years ago
  91. 7d93221 Issue #7472: remove unused code from email.encoders.encode_7or8bit. by R. David Murray · 14 years ago
  92. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 14 years ago
  93. 8efa867 NEWS by Barry Warsaw · 14 years ago
  94. 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 14 years ago
  95. a4c2a5c Untabify Modules/_ssl.c by Antoine Pitrou · 14 years ago
  96. 91165c0 Force exit using os._exit instead of sys.exit, by Ronald Oussoren · 14 years ago
  97. 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 14 years ago
  98. 9b90f7a Update the NEWS entry for issue #8211. by Marc-André Lemburg · 14 years ago
  99. 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 14 years ago
  100. f3c157f Remove reference to unused source file. by Thomas Heller · 14 years ago