1. f668df5 Fix #10098. Fix sporadic test_os failures. by Brian Curtin · 15 years ago
  2. ba80712 Revert debug printout by Antoine Pitrou · 15 years ago
  3. fe97913 Enable debug output at the start of the regression suite instead. by Antoine Pitrou · 15 years ago
  4. f64317e Temporary debug printout for buildbots by Antoine Pitrou · 15 years ago
  5. 92f60ed More proper closing of files by Antoine Pitrou · 15 years ago
  6. 3504944 Add test case for issue #9409, non-ascii char in doctest. It passes in 3.2 but needs fixing in 2.7. by Florent Xicluna · 15 years ago
  7. b86680e Explicitly close some files (from issue #10093) by Antoine Pitrou · 15 years ago
  8. d9f5763 Fix the regex to match all kind of filenames, for interactive debugging in doctests. (issue #9409) by Florent Xicluna · 15 years ago
  9. d778e56 Increase timeouts in test_ftplib (for very slow buildbots) by Antoine Pitrou · 15 years ago
  10. 8c8f1ac Oops by Antoine Pitrou · 15 years ago
  11. b3a88b5 Really fix bug by Antoine Pitrou · 15 years ago
  12. 270800c Fix issue 10094, by narrowing down the test for PROXY environment variables. by Barry Warsaw · 15 years ago
  13. 1bcbaab Issue 9183: Intern UTC timezone. by Alexander Belopolsky · 15 years ago
  14. 5bc4fa7 Replace the "compiler" resource with the more generic "cpu", so by Antoine Pitrou · 15 years ago
  15. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 15 years ago
  16. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 15 years ago
  17. 1b03f2c Inherit interpreter flags in parallel testing by Antoine Pitrou · 15 years ago
  18. 89f3ad1 test_subprocess doesn't need to C locale to test os.environb by Victor Stinner · 15 years ago
  19. ebc78d2 test_subprocess: use C locale to get ascii locale encoding by Victor Stinner · 15 years ago
  20. f5247e3 #9964: fix running test_cmd_line_script under -O and -OO. by Georg Brandl · 15 years ago
  21. 1463a3f #9964: fix running test_compileall under -O and -OO. by Georg Brandl · 15 years ago
  22. 1c2a7b7 Better check for "any optimize option given". by Georg Brandl · 15 years ago
  23. f99a15c #9964: fix running test_xml_etree under -OO. by Georg Brandl · 15 years ago
  24. fb3c84a #9964: fix running test_import under -O or -OO. by Georg Brandl · 15 years ago
  25. ebbf63b #9964: Fix failure of test_dis under -OO. by Georg Brandl · 15 years ago
  26. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 15 years ago
  27. a62cbf7 Fix (hopefully) occasional failures in test_threaded_import. by Antoine Pitrou · 15 years ago
  28. d24fc5d test_sys: Remove workaround #8611 by Victor Stinner · 15 years ago
  29. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 15 years ago
  30. 6003ff7 Protect test_smtpnet against connection failures by Antoine Pitrou · 15 years ago
  31. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 15 years ago
  32. 48e00f3 Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the old Gentoo buildbot by Antoine Pitrou · 15 years ago
  33. 84fa431 Print out socket errors in HTTPS server thread by Antoine Pitrou · 15 years ago
  34. 05d936d Let test_ssl fail gracefully if ssl support is not available by Antoine Pitrou · 15 years ago
  35. f26f87e Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__ by Antoine Pitrou · 15 years ago
  36. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 15 years ago
  37. d2e948d Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 15 years ago
  38. 2c3563f Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 15 years ago
  39. 5acec04 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 15 years ago
  40. 28f96b5 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 15 years ago
  41. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 15 years ago
  42. 04248a8 Issue #3873: Speed up unpickling from file objects which have a peek() method. by Antoine Pitrou · 15 years ago
  43. b0182c8 Issue #10075: Add a session_stats() method to SSLContext objects. by Antoine Pitrou · 15 years ago
  44. baecd72 Upgrade to Unicode 6.0.0. by Martin v. Löwis · 15 years ago
  45. 8156409 Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the by Antoine Pitrou · 15 years ago
  46. d793109 Add some debug output in verbose mode by Antoine Pitrou · 15 years ago
  47. f51d8d3 Better Python spawning primitives in test.script_helper, for by Antoine Pitrou · 15 years ago
  48. 59fdd67 Issue #1589: Add ssl.match_hostname(), to help implement server identity by Antoine Pitrou · 15 years ago
  49. 54c950f Issue #9978: Wait until subprocess completes initialization. (Win32KillTests in test_os) by Hirokazu Yamamoto · 15 years ago
  50. bc95973 Fix handling on negative numbers in ast.literal_eval(). by Raymond Hettinger · 15 years ago
  51. afa88b5 Fix #8584. Fix the skipping of a number of tests due to incorrect importing. by Brian Curtin · 15 years ago
  52. 7980eaa Issue #9759: GzipFile now raises ValueError when an operation is attempted by Antoine Pitrou · 15 years ago
  53. 1e2ae4f Fixes 9903: test_concurrent_futures writes on stderr by Brian Quinlan · 15 years ago
  54. b441554 #2982 More test coverage for the pyexpat parser. by Amaury Forgeot d'Arc · 15 years ago
  55. 6108bf5 Fix interaction of custom translation classes and caching (#9042) by Éric Araujo · 15 years ago
  56. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 15 years ago
  57. f580ade Remove the debugging print line from the test. by Senthil Kumaran · 15 years ago
  58. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 15 years ago
  59. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 15 years ago
  60. 970d188 add a test and a note about metaclasses now being abcs by Benjamin Peterson · 15 years ago
  61. 8f7bcb3 Make the printing of sqlite version in verbose mode work with regrtest -w. by R. David Murray · 15 years ago
  62. 46c7b3b Issue #8670: Rename testcapi unicode test methods by Victor Stinner · 15 years ago
  63. ea3f305 Oops, revert unwanted _testcapi changes of r85174 by Victor Stinner · 15 years ago
  64. 749261e Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t by Victor Stinner · 15 years ago
  65. 5593d8a Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace by Victor Stinner · 15 years ago
  66. 1c24bd0 Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul character by Victor Stinner · 15 years ago
  67. aec5fd1 type.__abstractmethods__ should raise an AttributeError #10006 by Benjamin Peterson · 15 years ago
  68. 9e88b5a Fix #10003. Add SIGBREAK to the set of valid signals on Windows. by Brian Curtin · 15 years ago
  69. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 15 years ago
  70. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 15 years ago
  71. 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
  72. 0c0714f Add testcases from bug report #9980. by Mark Dickinson · 15 years ago
  73. 15d597a test_imp: getfilesystemencoding() cannot be None anymore by Victor Stinner · 15 years ago
  74. a5785b1 Fix NNTP when there's a ".netrc" file by Antoine Pitrou · 15 years ago
  75. 2620d81 Disable the usenetrc option when testing nntplib by Antoine Pitrou · 15 years ago
  76. 69ab951 Issue #9360: Cleanup and improvements to the nntplib module. The API by Antoine Pitrou · 15 years ago
  77. 926f0da Fix #9978. WINFUNCTYPE is from ctypes, not from ctypes.wintypes. by Brian Curtin · 15 years ago
  78. c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 15 years ago
  79. d68d4e8 Have test_sqlite print version info when run in verbose mode. by R. David Murray · 15 years ago
  80. 11cabcf #7110: have regrtest print test failures and tracebacks to stderr not stdout. by R. David Murray · 15 years ago
  81. 1771b54 Implement #8521. Added named argument handling to winreg's CreateKeyEx, by Brian Curtin · 15 years ago
  82. 6d7df63 Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is by Antoine Pitrou · 15 years ago
  83. 42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have by Senthil Kumaran · 15 years ago
  84. a847c81 This should fix buildbot failure introduced by r84994 by Alexander Belopolsky · 15 years ago
  85. a4024e2 Make _kill_process more robust under Windows too (see issue #8432) by Antoine Pitrou · 15 years ago
  86. ff09ce2 Issue #9936: Fixed executable lines' search in the trace module. by Alexander Belopolsky · 15 years ago
  87. 0151b8e LoginTests fails on a number of buildbots with different errors. Skip by Brian Curtin · 15 years ago
  88. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 15 years ago
  89. b09a3d6 Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r; by Mark Dickinson · 15 years ago
  90. e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 15 years ago
  91. ab58b5f Try harder to fix test_tarfile under Windows buildbots by Antoine Pitrou · 15 years ago
  92. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 15 years ago
  93. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 15 years ago
  94. dda7fdf Skip estLoadWithUNC when UNC is not available. by Hirokazu Yamamoto · 15 years ago
  95. b3b390d Issue #9868: locale was left changed after TestEnUSCollation#setUp raised by Hirokazu Yamamoto · 15 years ago
  96. d12a420 Fix encoding for test case added in r84967. by Florent Xicluna · 15 years ago
  97. 42d5445 Fix typo and add test case. by Florent Xicluna · 15 years ago
  98. 31c604d Issue 9916: Add some missing errno symbols. by Barry Warsaw · 15 years ago
  99. c944cfc Issue9131: Mark fragile test as CPython-specific by Daniel Stutzbach · 15 years ago
  100. 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 15 years ago