1. 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 15 years ago
  2. d793109 Add some debug output in verbose mode by Antoine Pitrou · 15 years ago
  3. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 15 years ago
  4. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 15 years ago
  5. 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 15 years ago
  6. bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 15 years ago
  7. afa88b5 Fix #8584. Fix the skipping of a number of tests due to incorrect importing. by Brian Curtin · 15 years ago
  8. 7980eaa Issue #9759: GzipFile now raises ValueError when an operation is attempted by Antoine Pitrou · 15 years ago
  9. 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 15 years ago
  10. b441554 #2982 More test coverage for the pyexpat parser. by Amaury Forgeot d'Arc · 15 years ago
  11. 6108bf5 Fix interaction of custom translation classes and caching (#9042) by Éric Araujo · 15 years ago
  12. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 15 years ago
  13. f580ade Remove the debugging print line from the test. by Senthil Kumaran · 15 years ago
  14. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 15 years ago
  15. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 15 years ago
  16. 970d1887 add a test and a note about metaclasses now being abcs by Benjamin Peterson · 15 years ago
  17. 8f7bcb3 Make the printing of sqlite version in verbose mode work with regrtest -w. by R. David Murray · 15 years ago
  18. 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 15 years ago
  19. ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 15 years ago
  20. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 15 years ago
  21. 5593d8a Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace by Victor Stinner · 15 years ago
  22. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 15 years ago
  23. aec5fd1 type.__abstractmethods__ should raise an AttributeError #10006 by Benjamin Peterson · 15 years ago
  24. 9e88b5a Fix #10003. Add SIGBREAK to the set of valid signals on Windows. by Brian Curtin · 15 years ago
  25. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 15 years ago
  26. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 15 years ago
  27. c603717 Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10. by Mark Dickinson · 15 years ago
  28. 0c0714f Add testcases from bug report #9980. by Mark Dickinson · 15 years ago
  29. 15d597a test_imp: getfilesystemencoding() cannot be None anymore by Victor Stinner · 15 years ago
  30. a5785b1 Fix NNTP when there's a ".netrc" file by Antoine Pitrou · 15 years ago
  31. 2620d81 Disable the usenetrc option when testing nntplib by Antoine Pitrou · 15 years ago
  32. 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 15 years ago
  33. 926f0da Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes. by Brian Curtin · 15 years ago
  34. c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 15 years ago
  35. d68d4e8 Have test_sqlite print version info when run in verbose mode. by R. David Murray · 15 years ago
  36. 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 15 years ago
  37. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 15 years ago
  38. 6d7df63 Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is by Antoine Pitrou · 15 years ago
  39. 42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have by Senthil Kumaran · 15 years ago
  40. a847c81 This should fix buildbot failure introduced by r84994 by Alexander Belopolsky · 15 years ago
  41. a4024e2 Make _kill_process more robust under Windows too (see issue #8432) by Antoine Pitrou · 15 years ago
  42. ff09ce2 Issue #9936: Fixed executable lines' search in the trace module. by Alexander Belopolsky · 15 years ago
  43. 0151b8e LoginTests fails on a number of buildbots with different errors. Skip by Brian Curtin · 15 years ago
  44. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 15 years ago
  45. b09a3d6 Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; by Mark Dickinson · 15 years ago
  46. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 15 years ago
  47. ab58b5f Try harder to fix test_tarfile under Windows buildbots by Antoine Pitrou · 15 years ago
  48. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 15 years ago
  49. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 15 years ago
  50. dda7fdf Skip estLoadWithUNC when UNC is not available. by Hirokazu Yamamoto · 15 years ago
  51. b3b390d Issue #9868: locale was left changed after TestEnUSCollation#setUp raised by Hirokazu Yamamoto · 15 years ago
  52. d12a420 Fix encoding for test case added in r84967. by Florent Xicluna · 15 years ago
  53. 42d5445 Fix typo and add test case. by Florent Xicluna · 15 years ago
  54. 31c604d Issue 9916: Add some missing errno symbols. by Barry Warsaw · 15 years ago
  55. c944cfc Issue9131: Mark fragile test as CPython-specific by Daniel Stutzbach · 15 years ago
  56. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 15 years ago
  57. 3e62f78 Fixed microsecond rounding in python version of utcfromtimestamp by Alexander Belopolsky · 15 years ago
  58. c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 15 years ago
  59. 26d64ae rewrite nocaret test to not rely on a specific SyntaxError by Benjamin Peterson · 15 years ago
  60. 0646b4b test_get_makefile_filename() is not compatible with Windows. by Barry Warsaw · 15 years ago
  61. ebbef6f Issue 9877: expose sysconfig.get_makefile_filename() in the public API. by Barry Warsaw · 15 years ago
  62. b4a0809 logging: Add hasHandlers() method to Logger. by Vinay Sajip · 15 years ago
  63. 3d8580f Try a more robust implementation of _kill_process by Antoine Pitrou · 15 years ago
  64. 84e751a Try to fix buildbot failure (#9902) by Antoine Pitrou · 15 years ago
  65. 7c08744 Make error more explicit in test_finalize_with_trace by Antoine Pitrou · 15 years ago
  66. fedd481 Try to make signal-sending tests in test_subprocess more robust on slow machines by Antoine Pitrou · 15 years ago
  67. fb8db8f Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot by Antoine Pitrou · 15 years ago
  68. eb19dce Issue #1686: Fix string.Template when overriding the pattern attribute. by Florent Xicluna · 15 years ago
  69. 98b4670 Issue #9854: SocketIO objects now observe the RawIOBase interface in by Antoine Pitrou · 15 years ago
  70. 8db3027 Issue #9895: speed up test_subprocess by Antoine Pitrou · 15 years ago
  71. 81c4d36 Initial implementation of PEP 3148 by Brian Quinlan · 15 years ago
  72. 679e0f2 Issue #9894: Do not hardcode ENOENT in test_subprocess. by Antoine Pitrou · 15 years ago
  73. f2dec8d In Python3000, Tkinter was renamed to tkinter. And print is now function. by Hirokazu Yamamoto · 15 years ago
  74. 2cdacd7 Added missing BaseTest.tearDown(self). Fixed refleak. by Hirokazu Yamamoto · 15 years ago
  75. bc85d84 Temporarily commented out test which succeeds locally but fails on buildbots, while investigating. by Vinay Sajip · 15 years ago
  76. 19ec67a Issue #9441: logging: Improved test coverage for rotating file handlers. by Vinay Sajip · 15 years ago
  77. 35c87f2 Issue 9865: add __sizeof__ to OrderedDict. by Raymond Hettinger · 15 years ago
  78. aee4756 Relax test condition (fix failures on FreeBSD buildbots) by Antoine Pitrou · 15 years ago
  79. 2e55fec Make testDefaults in test.test_socket.BasicSocketPairTest more reliable. by Antoine Pitrou · 15 years ago
  80. 328ec74 Issue #9854: The default read() implementation in io.RawIOBase now by Antoine Pitrou · 15 years ago
  81. 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 15 years ago
  82. a468adc Issue #9853: Fix the signature of SSLSocket.recvfrom() and by Antoine Pitrou · 15 years ago
  83. 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 15 years ago
  84. 8552d1f Added test for QueueHandler. by Vinay Sajip · 15 years ago
  85. e1b6a9a Added files missed in r84780. Thanks, Florent. by Alexander Belopolsky · 15 years ago
  86. 98a5f3f Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods. by Raymond Hettinger · 15 years ago
  87. 9f0cbf1 Issue #9213: Add index and count methods to range objects, needed to by Daniel Stutzbach · 15 years ago
  88. e4d6317 Issue 7994: Make object.__format__() raise a PendingDeprecationWarning by Eric Smith · 15 years ago
  89. d8642c3 Removed debugging setting by Alexander Belopolsky · 15 years ago
  90. 4d77017 Issue #9315: Fix for the trace module to record correct class name by Alexander Belopolsky · 15 years ago
  91. dc69e72 Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. (issue #9323) by Florent Xicluna · 15 years ago
  92. a87b383 Reenable test_ucs4 and remove some duplicated lines. by Florent Xicluna · 15 years ago
  93. 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 15 years ago
  94. 0b9489d reenable test_nis on solaris #3402 by Benjamin Peterson · 15 years ago
  95. 4c7db31 Issue #9738, #9836: Fix refleak introduced by r84704 by Victor Stinner · 15 years ago
  96. dc08a14 Issue #9826: Handle recursive repr in collections.OrderedDict. by Raymond Hettinger · 15 years ago
  97. ca6525a Issue #9819: don't try to encode TESTFN_UNICODE on Windows by Victor Stinner · 15 years ago
  98. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 15 years ago
  99. b4ba986 Issue #9402: pyexpat uses Py_DECREF() instead of PyObject_DEL() by Victor Stinner · 15 years ago
  100. 3d75d0c Issue #8603: Environ.data is now protected -> Environ._data by Victor Stinner · 15 years ago