1. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  2. b8bc439 don't shadow globals by Benjamin Peterson · 14 years ago
  3. 44454af Issue #10371: Deprecated undocumented functions in the trace module. by Alexander Belopolsky · 14 years ago
  4. 5f78040 add filename to ENOENT message #4925 by Benjamin Peterson · 14 years ago
  5. fa73555 correct logic when pos is after the string #10467 by Benjamin Peterson · 14 years ago
  6. 6bcfade Improve unittest.TestLoader.discover docstring by Michael Foord · 14 years ago
  7. 5c41787 add space by Benjamin Peterson · 14 years ago
  8. 5e703cf Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time. by Senthil Kumaran · 14 years ago
  9. 35184ed Issue 9732: __class__ no longer checked on objects by getattr_static by Michael Foord · 14 years ago
  10. e516265 Issue 9732: fetch the method resolution order from the type metaclass directly in getattr_static by Michael Foord · 14 years ago
  11. 6bb9989 #1574217: only swallow AttributeErrors in isinstance, not everything. by R. David Murray · 14 years ago
  12. cc7ebb8 Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution by Michael Foord · 14 years ago
  13. c264c09 configparser: the name of the DEFAULT section is now customizable by Łukasz Langa · 14 years ago
  14. b357fb7 Issue 10326: further extend test for unpickling to ensure type lookup mechanism works after unpickling by Michael Foord · 14 years ago
  15. 8a00eec Issue 10326: extend test for pickling of TestCase instances to ensure they can be unpickled too by Michael Foord · 14 years ago
  16. 8ca6d98 Issue 10326: TestCase instances can now be pickled (they store names of instance methods instead of references to the instance methods themselves). by Michael Foord · 14 years ago
  17. e5db263 Improve TestBytesGeneratorIdempotent using by using linesep. by R. David Murray · 14 years ago
  18. 95fc51d Issue 9732: addition of getattr_static to the inspect module by Michael Foord · 14 years ago
  19. 89197fe socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case. by Georg Brandl · 14 years ago
  20. 9f1c1dc #10465: fix broken delegation in __getattr__ of _PaddedFile. by Georg Brandl · 14 years ago
  21. 4ccc137 Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to by Mark Dickinson · 14 years ago
  22. b304d0b Fixes a timing-related failure on Windows (issue 10183) by Brian Quinlan · 14 years ago
  23. 722b5fd Make test class name unique so that both test classes run. by R. David Murray · 14 years ago
  24. 5b06681 use %R format code; fixes invalid dereferencing #10391 by Benjamin Peterson · 14 years ago
  25. 98b644f Fix test_ssl_presence when ssl is not present by Antoine Pitrou · 14 years ago
  26. de60918 Wrap all test_nntplib methods accessing a remote server in a transient_internet() by Antoine Pitrou · 14 years ago
  27. 6a0b5c4 Code Changes as per review comments by Antoine Pitrou. by Senthil Kumaran · 14 years ago
  28. daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 14 years ago
  29. d8b661d Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError. by Stefan Krah · 14 years ago
  30. d28f790 Make test_nntplib more robust when the "last" article in a group can't be retrieved by Antoine Pitrou · 14 years ago
  31. 8ce1f1f Fix Issue 9991: xmlrpc client ssl check faulty by Senthil Kumaran · 14 years ago
  32. 29bd840 reduce try block compass by Benjamin Peterson · 14 years ago
  33. 6331520 Issue 10260 Adding the wait_for() method to threading.Condition by Kristján Valur Jónsson · 14 years ago
  34. 0ffe6a9 Fix a minor inconsistency in capitalization for the 'No module named' exception by Brett Cannon · 14 years ago
  35. 8fb9b86 Fix #8886. Use context managers throughout the test. by Brian Curtin · 14 years ago
  36. a47bbf5 Issue #10446: Several changes to module documentation generated by pydoc: by Alexander Belopolsky · 14 years ago
  37. f609654 handle dict subclasses gracefully in PyArg_ValidateKeywordArguments by Benjamin Peterson · 14 years ago
  38. 12ae290 Use laxer timeouts in barrier tests by Antoine Pitrou · 14 years ago
  39. 664c2d1 Issue #10443: Add the SSLContext.set_default_verify_paths() method. by Antoine Pitrou · 14 years ago
  40. b6d4ee5 Issue #10440: Support RUSAGE_THREAD as a constant in the resource module. by Antoine Pitrou · 14 years ago
  41. dc817b2 Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)). by Stefan Krah · 14 years ago
  42. 3ec6018 Removes an inefficient spin loop in as_completed by Brian Quinlan · 14 years ago
  43. dbe7519 Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, by Antoine Pitrou · 14 years ago
  44. 36c0dbc Avoid some BytesWarnings when running test_imaplib in verbose mode by Antoine Pitrou · 14 years ago
  45. 8593ae6 Logging: added stack_info argument. by Vinay Sajip · 14 years ago
  46. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
  47. 5ccafba Streamline a cmath test (and fix some overlong lines into the bargain). by Mark Dickinson · 14 years ago
  48. fec6620 Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356). by Mark Dickinson · 14 years ago
  49. 24854ca Bump to 3.2a4. by Georg Brandl · 14 years ago
  50. 1fd63dc Update pydoc topics. by Georg Brandl · 14 years ago
  51. 45ca987 Switch from gmane to another provider for NNTP tests (as gmane isn't reliable by Antoine Pitrou · 14 years ago
  52. 67a93ae And now for something completely different: Finish fixing #10252 again. by Éric Araujo · 14 years ago
  53. f3b001f Issue #4471: Add the IMAP.starttls() method to enable encryption on by Antoine Pitrou · 14 years ago
  54. 6495136 #1466065: add validate option to base64.b64decode by R. David Murray · 14 years ago
  55. 49afa38 configparser.py: changed PendingDeprecationWarnings to DeprecationWarnings, via http://mail.python.org/pipermail/python-dev/2010-November/105391.html by Łukasz Langa · 14 years ago
  56. b9d10d0 Issue #10386: Added __all__ to token module; this simplifies importing by Alexander Belopolsky · 14 years ago
  57. 8d9a4e6 Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org by Antoine Pitrou · 14 years ago
  58. 26d513c Issue #5412: extend configparser to support mapping access by Łukasz Langa · 14 years ago
  59. cf9f980 Issue #10372: Import the warnings module only after the IO library is by Antoine Pitrou · 14 years ago
  60. 81c87c5 Followup to r86383: it seems that in some cases (buildbots), the server by Antoine Pitrou · 14 years ago
  61. dac4791 Forward port r86386 after it fixed the 3.1 buildbot issues by Antoine Pitrou · 14 years ago
  62. d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 14 years ago
  63. b1436f1 Fix IMAP.login() to work properly. by Antoine Pitrou · 14 years ago
  64. adffced Preserve the original environment (e.g. LD_LIBRARY_PATH) by Antoine Pitrou · 14 years ago
  65. 9bc3568 Use script_helper in one more test by Antoine Pitrou · 14 years ago
  66. 2afcbf2 Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded by Ask Solem · 14 years ago
  67. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  68. 859c4ef Make `usenetrc` False by default (the old behaviour of having it True by by Antoine Pitrou · 14 years ago
  69. 1cb121e Issue #1926: Add support for NNTP over SSL on port 563, as well as by Antoine Pitrou · 14 years ago
  70. 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
  71. 572895b Simplify code by Raymond Hettinger · 14 years ago
  72. ec30b3d Fix Issue10205 - XML QName error when different tags have same QName. by Senthil Kumaran · 14 years ago
  73. 92665ab test_tokenize: use self.assertEqual() instead of plain assert by Victor Stinner · 14 years ago
  74. 58c0752 Issue #10335: Add tokenize.open(), detect the file encoding using by Victor Stinner · 14 years ago
  75. 18c3373 Fixed unit test failure on Windows by Alexander Belopolsky · 14 years ago
  76. ea510eb Fix memory consumption advertised by some test cases by Antoine Pitrou · 14 years ago
  77. d7ae299 Fix test_hashlib with the bigmem option by Antoine Pitrou · 14 years ago
  78. 6672ea9 Streamlined code in trace.Ignore and added unit tests. by Alexander Belopolsky · 14 years ago
  79. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  80. d95c7b5 Issue #10347: ignore leading test count ("[ 1/340]") when using the -f option to regrtest. by Antoine Pitrou · 14 years ago
  81. 64bc3b2 Issue #10329: The trace module writes reports using the input Python script by Victor Stinner · 14 years ago
  82. bb4f218 os module: remove nonbreaking space in a comment by Victor Stinner · 14 years ago
  83. a837aa6 Update assertComplexIdentical to handle nans correctly. by Mark Dickinson · 14 years ago
  84. be3da38 Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh() by Victor Stinner · 14 years ago
  85. baa0f05 Add a dtoa.c test value that triggered a bug in recent versions of by Mark Dickinson · 14 years ago
  86. 2e598fa test_concurrent_futures: remove temporary hack by Victor Stinner · 14 years ago
  87. 7c03d8c Fix #10252 again (hopefully definitely). Patch by Brian Curtin. by Éric Araujo · 14 years ago
  88. 8bdbe9c Correct the fix for #10252: Popen objects have no close method. by Éric Araujo · 14 years ago
  89. 72f6620 Removed unused test classes from test_format_map(). by Eric Smith · 14 years ago
  90. 7322fcf test_concurrent_futures: dump ulimit -a to check a failure on x86 FreeBSD 7.2 3.x, buildbot by Victor Stinner · 14 years ago
  91. 273b766 os.get_exec_path() ignores BytesWarning instead of recoding them by Victor Stinner · 14 years ago
  92. 45ee43b Remove traces of Mac OS 9 support, again (#9508). by Éric Araujo · 14 years ago
  93. ba7209f Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281. by Éric Araujo · 14 years ago
  94. 7fa886d Prevent ResourceWarnings in test_gettext by Éric Araujo · 14 years ago
  95. 37a8933 Fix caching error found by regrtest -R (#10229) by Éric Araujo · 14 years ago
  96. 70ec44a Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) by Éric Araujo · 14 years ago
  97. 1c50549 Fix one omission in r78359 by Éric Araujo · 14 years ago
  98. 5ac6d80 Also close file descriptors from os.popen and subprocess.Popen by Éric Araujo · 14 years ago
  99. 25b5741 Issue #10330: trace module can now be used with python built without threads. by Alexander Belopolsky · 14 years ago
  100. ecd34cb Clear up ResourceWarnings by Brian Curtin · 14 years ago