1. 0ccc7bb stop CObject deprecation warnings in test___all__ by Benjamin Peterson · 15 years ago
  2. 674a9eb remove deprecation warnings silence attempting by Benjamin Peterson · 15 years ago
  3. 8a95071 Add Misc/NEWS entry for r79609. by Mark Dickinson · 15 years ago
  4. 4dbda85 spelling by Benjamin Peterson · 15 years ago
  5. 7beeeb5 silence PyCObject warnings in bsddb by Benjamin Peterson · 15 years ago
  6. 7daf985 remove unneeded argument by Benjamin Peterson · 15 years ago
  7. 73541af wrap by Benjamin Peterson · 15 years ago
  8. 3dd9f40 Minor tweak to unittest command line usage message by Michael Foord · 15 years ago
  9. d43b63f Adding -b command line option to the unittest usage message. by Michael Foord · 15 years ago
  10. 856a3be Use more specific assert* methods in test_decimal. by Ezio Melotti · 15 years ago
  11. 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
  12. ae50952 Add missing return statement in an error condition. by Brian Curtin · 15 years ago
  13. b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule by Mark Dickinson · 15 years ago
  14. 34c35b2 Add subtract() method to collections.Counter() objects. by Raymond Hettinger · 15 years ago
  15. f70c581 Issue #8227: Fix C API documentation, argument parsing by Victor Stinner · 15 years ago
  16. 0000295 Issue #1222585: Added LDCXXSHARED for C++ support by Tarek Ziadé · 15 years ago
  17. dd2fedc Factor-out constant expressions by Raymond Hettinger · 15 years ago
  18. 6b96ecb Improve clear() method. Keeps key/value refcnts >= 1 until final dict.clear() so that decrefs to zero won't trigger arbitrary code . Also runs a bit faster. by Raymond Hettinger · 15 years ago
  19. 9323266 Another attempt at a fix for unittest.test.test_result for windows line endings by Michael Foord · 15 years ago
  20. 9b4ee12 Cross platform unittest.TestResult newline handling when buffering stdout / stderr. by Michael Foord · 15 years ago
  21. 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 15 years ago
  22. 931190b Support dotted module names for test discovery paths in unittest. Issue 7780. by Michael Foord · 15 years ago
  23. 2b79fdf split out large test function by Benjamin Peterson · 15 years ago
  24. e9da81c Fix assertRaises usage on reflection functions which should raise by Brian Curtin · 15 years ago
  25. bea424a more _PyString_Resize error checking by Benjamin Peterson · 15 years ago
  26. 3928276 Clear cyclical references in list based OrderedDict. by Raymond Hettinger · 15 years ago
  27. 6caf7ff always check _PyString_Resize for error by Benjamin Peterson · 15 years ago
  28. 4564c08 set svn:eol-style on new file by Benjamin Peterson · 15 years ago
  29. 85108e6 Add note about #1220212 (os.kill on Windows) by Brian Curtin · 15 years ago
  30. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
  31. a04c7a0 Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches by Michael Foord · 15 years ago
  32. 25d7976 unittest tests no longer replace the sys.stdout put in place by regrtest by Michael Foord · 15 years ago
  33. 7c63eee Issue #8294: Allow float and Decimal arguments in Fraction constructor. by Mark Dickinson · 15 years ago
  34. 58c1e78 TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option by Michael Foord · 15 years ago
  35. 19479fa Add a line about #7347 to Misc\News by Brian Curtin · 15 years ago
  36. 7999dea Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now a package). by Ezio Melotti · 15 years ago
  37. 5637f04 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. by Michael Foord · 15 years ago
  38. 51f2f16 removed documentation on code that was reverted and pushed into distutils2 by Tarek Ziadé · 15 years ago
  39. e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 15 years ago
  40. ef253ac removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest by Tarek Ziadé · 15 years ago
  41. a1ffe65 Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. by Mark Dickinson · 15 years ago
  42. 651416d Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers. by Mark Dickinson · 15 years ago
  43. ed171ab Issue 8257: Decimal constructor to accept float. by Raymond Hettinger · 15 years ago
  44. dc36d7c #6647: add note to two examples by Andrew M. Kuchling · 15 years ago
  45. d886290 #6647: document that catch_warnings is not thread-safe by Andrew M. Kuchling · 15 years ago
  46. f37592f Backport some robotparser test and skip the test if the external resource is not available. by Florent Xicluna · 15 years ago
  47. d54e699 #4440: modernize a use of filter(), making it compatible with 3.x by Andrew M. Kuchling · 15 years ago
  48. d44b2fc Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. by Eric Smith · 15 years ago
  49. 3b958e3 Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is by Larry Hastings · 15 years ago
  50. 5ac006d Capsule-related changes: by Larry Hastings · 15 years ago
  51. f3eeca1 Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. by Mark Dickinson · 15 years ago
  52. e096e82 Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. by Mark Dickinson · 15 years ago
  53. ea2d389 #8012: clarification in generator glossary entry. by Georg Brandl · 15 years ago
  54. 677fdec Document PyImport_ExecCodeModuleEx(). by Georg Brandl · 15 years ago
  55. d3bab6a Remove col-spanning cells in logging docs. by Georg Brandl · 15 years ago
  56. 99d8096 Issue #2531: Make float-to-decimal comparisons return correct results. by Mark Dickinson · 15 years ago
  57. 6eba779 Fix typo in unicode character name. by Georg Brandl · 15 years ago
  58. 49b9192 #2768: add a note on how to get a file descriptor. by Georg Brandl · 15 years ago
  59. 304b10e Add 2.6.5. by Georg Brandl · 15 years ago
  60. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  61. a7f242f #7092: Drop the cmp argument. by Florent Xicluna · 15 years ago
  62. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  63. f28dd0d Cleanup itertools recipes by Raymond Hettinger · 15 years ago
  64. 4bfd3bd Add and update itertools recipes. by Raymond Hettinger · 15 years ago
  65. 8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. by Florent Xicluna · 15 years ago
  66. b5023df Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked by Antoine Pitrou · 15 years ago
  67. 76c8649 Issue #8276: PyEval_CallObject() is now only available in macro form. The by Antoine Pitrou · 15 years ago
  68. f54c268 Document link to Sorting HowTo by Raymond Hettinger · 15 years ago
  69. bf0dfb3 Issue #8032: For gdb7, a python-gdb.py file is added to the build, by Martin v. Löwis · 15 years ago
  70. a01da93 Fix a test_pydoc failure on Neal Norwitz's buildbot. by Brian Curtin · 15 years ago
  71. 6c9fc4c A couple small grammar fixes in test.rst, and rewrite the by R. David Murray · 15 years ago
  72. 4fcf7d4 Add -Wd and -3 to the flags used to run the tests on Windows. by Ezio Melotti · 15 years ago
  73. 90fd01b Add -Wd and -3 to the flags used to run the tests. by Ezio Melotti · 15 years ago
  74. 6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. by Florent Xicluna · 15 years ago
  75. ad59833 Fix typo by Florent Xicluna · 15 years ago
  76. a57df2c Issue #8268: Old-style classes (not just instances) now support weak references. by Antoine Pitrou · 15 years ago
  77. 26cc99d Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings. by Florent Xicluna · 15 years ago
  78. f7f2d6f - Issue #8233: When run as a script, py_compile.py optionally takes a single by Barry Warsaw · 15 years ago
  79. fe4900c Correct what was intended to be a single-tuple to just be a != check. by Brian Curtin · 15 years ago
  80. fcc500e Silence a py3k warning. by Ezio Melotti · 15 years ago
  81. eb72991 Revert r79179 and merge r75584 to explain how to implement a queue using collection.deque instead of a list. by Ezio Melotti · 15 years ago
  82. aeb2e82 Fix #8225. xml.etree was displaying an incorrect link when viewed in help. by Brian Curtin · 15 years ago
  83. b102dda Revert rev. 79509; ctypes doesn't build on linux. by Thomas Heller · 15 years ago
  84. 08b56b6 Removed merge tracking for "svnmerge" for by Thomas Heller · 15 years ago
  85. 5006ba0 Merged revisions 79115,79424,79491 via svnmerge from by Thomas Heller · 15 years ago
  86. 8f66efe Fix small error in r79502 by Antoine Pitrou · 15 years ago
  87. 6032c25 Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. by Antoine Pitrou · 15 years ago
  88. 7e21325 add inspect.getcallargs, which binds function arguments like a normal call #3135 by Benjamin Peterson · 15 years ago
  89. ec71794 fix ACKS: alphabetic order and UTF-8 by Florent Xicluna · 15 years ago
  90. 75c6676 #8263: Now regrtest.py will report a failure if it receives a KeyboardInterrupt (SIGINT). by Florent Xicluna · 15 years ago
  91. 58b6566 Highlight the change of behavior related to r79494. Now VT and FF are linebreaks. by Florent Xicluna · 15 years ago
  92. 22b2438 #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14. by Florent Xicluna · 15 years ago
  93. e6410c5 Backport of weakref.WeakSet and tests from Python 3. by Michael Foord · 15 years ago
  94. b8d688c Update itertools recipe for consume(). by Raymond Hettinger · 15 years ago
  95. d282b93 Add a note on optimizing the itertools recipes for production. by Raymond Hettinger · 15 years ago
  96. 5b027f8 Update itertools recipes. by Raymond Hettinger · 15 years ago
  97. a7e08fe Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals and assertNotAlmostEquals by Michael Foord · 15 years ago
  98. b35ecf4 Rename the unittest test_suite function to not clash with a test module name (unittest.test.test_suite is now unambiguous). by Michael Foord · 15 years ago
  99. ff88939 A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython) by Michael Foord · 15 years ago
  100. 9588d99 Add Misc/NEWS entry for r79455. by Mark Dickinson · 15 years ago