1. ebe5d8a patch up leaking fds by Benjamin Peterson · 15 years ago
  2. d8fc2e1 this test manages the fds itself by Benjamin Peterson · 15 years ago
  3. 61d0d60 Fix ResourceWarning for an unclosed socket. by Brian Curtin · 15 years ago
  4. 076623b Fix ResourceWarning. Use context manager to properly close file. by Brian Curtin · 15 years ago
  5. 3ddcaaf Fix ResourceWarning about unclosed file by Brian Curtin · 15 years ago
  6. e048797 close open file from find_module() by Benjamin Peterson · 15 years ago
  7. 1c87e29 condense by Benjamin Peterson · 15 years ago
  8. 0bbf9c9 kill pointless function imports by Benjamin Peterson · 15 years ago
  9. 1a7127f remove useless assignment by Benjamin Peterson · 15 years ago
  10. 807a5a1 close files properly by Benjamin Peterson · 15 years ago
  11. 9f5f65c Fix #10258 - clean up resource warning by Brian Curtin · 15 years ago
  12. 810921b Fix #10257. Clear resource warnings by using os.popen's context manager. by Brian Curtin · 15 years ago
  13. 1d7878a Fix #10256 - resource warning by Brian Curtin · 15 years ago
  14. b6751dc Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil. by Antoine Pitrou · 15 years ago
  15. 8d2b51b Issue #10253: FileIO leaks a file descriptor when trying to open a file by Antoine Pitrou · 15 years ago
  16. 849e12b Fix resource warning in test_unicodedata. Patch by Brian Brazil. by Antoine Pitrou · 15 years ago
  17. a6e9502 Fix resource warning in test_file. Patch by Brian Brazil. by Antoine Pitrou · 15 years ago
  18. b046b80 Remove ResourceWarnings caused by files left open. by Vinay Sajip · 15 years ago
  19. 6b6dffd issue 10237 by Kristján Valur Jónsson · 15 years ago
  20. c524692 Properly close a file in test_minidom. by Brett Cannon · 15 years ago
  21. 653238a Silence some ResourceWarning in test_mailbox by using file context managers. by Brett Cannon · 15 years ago
  22. d05f9ad Windows can't remove a file before it is closed by Antoine Pitrou · 15 years ago
  23. 0174368 Move test_linecache over to file context managers. by Brett Cannon · 15 years ago
  24. dff6985 Use a file context manager for test_ioctl. by Brett Cannon · 15 years ago
  25. 5a9e91b Silence ResourceWarning when testing that the file destructor closes the file. by Brett Cannon · 15 years ago
  26. e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 15 years ago
  27. 749afa9 Move test_imp over to file context managers. by Brett Cannon · 15 years ago
  28. 105df5d Move test_httpservers over to file context managers. by Brett Cannon · 15 years ago
  29. d2eca37 Clean up socket closing in test_ssl and test.ssl_servers by Antoine Pitrou · 15 years ago
  30. 77b7de6 Move test_httplib over to file context managers. by Brett Cannon · 15 years ago
  31. 7f462fc Fix file closing in test_http_cookiejar. by Brett Cannon · 15 years ago
  32. 918e2d4 Clean up socket closing in test_ftplib. by Brett Cannon · 15 years ago
  33. c0eee31 Properly close files in test_dbm_dumb. by Brett Cannon · 15 years ago
  34. 5ede149 Properly close a test file in test_cprofile. by Brett Cannon · 15 years ago
  35. 2d562f8 have test_asyncore properly close files. by Brett Cannon · 15 years ago
  36. 54ad0be set literals and unions are our friends by Benjamin Peterson · 15 years ago
  37. 65c66ab make gdb skip expected by Benjamin Peterson · 15 years ago
  38. 2b40efd Fix typo by Antoine Pitrou · 15 years ago
  39. c14efc4 Make a GC run before trying to clean up files left over by the latest test run. by Antoine Pitrou · 15 years ago
  40. 83432ba Issue #7547: fix transient failures due to network glitches in test_timeout. by Antoine Pitrou · 15 years ago
  41. aa87965 Actually restore the original asyncore socket map by making a copy of the dict by Antoine Pitrou · 15 years ago
  42. 31e08a4 Make check_warnings error messages more informative by Antoine Pitrou · 15 years ago
  43. a0d2f4d test___all__ ignores ResourceWarning as well by Antoine Pitrou · 15 years ago
  44. 5efe9d0 Fix ResourceWarning in Lib/test/threaded_import_hangers.py by Antoine Pitrou · 15 years ago
  45. 14d8fe7 test_tarfile: woops, remove +0.001 which was used to debug by Victor Stinner · 15 years ago
  46. 26bfb5a test_tarfile: dump mtime as hexadecimal on test_extractall failure by Victor Stinner · 15 years ago
  47. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 15 years ago
  48. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 15 years ago
  49. a95e977 decrement offset when it points to a newline (#10186 followup) by Benjamin Peterson · 15 years ago
  50. 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 15 years ago
  51. bfd7b26 #10209, test_pep277: disable test_normalize and test_listdir on darwin by Victor Stinner · 15 years ago
  52. fc6f5a4 test_pep277: disable filenames 11, 12, 13, 14 on darwin by Victor Stinner · 15 years ago
  53. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 15 years ago
  54. 5be365f #10116: wrap transient_internet() around net access in test_urllib2net. by Georg Brandl · 15 years ago
  55. 7362c4f test_pep277: add identifiers to filenames by Victor Stinner · 15 years ago
  56. 7dae81b test_pep277: format filename with ascii() on failure by Victor Stinner · 15 years ago
  57. 74ad754 test_pep277: format function argument with ascii() on failure by Victor Stinner · 15 years ago
  58. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 15 years ago
  59. 65ffae0 Condition.wait now returns bool. by Georg Brandl · 15 years ago
  60. b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 15 years ago
  61. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 15 years ago
  62. d72402e Recode modules from latin-1 to utf-8 by Antoine Pitrou · 15 years ago
  63. 6b03ee6 Issue #5027: The standard `xml` namespace is now understood by by Antoine Pitrou · 15 years ago
  64. 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 15 years ago
  65. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 15 years ago
  66. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 15 years ago
  67. 97019ff test_gdb should be skipped on darwin (not up to v7 yet) by Skip Montanaro · 15 years ago
  68. 2ebe697 Issue #10161: test_pep277 formats filenames with ascii() on error by Victor Stinner · 15 years ago
  69. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 15 years ago
  70. b75b639 Remove usage of exception indexing. by Georg Brandl · 15 years ago
  71. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 15 years ago
  72. 503d6c5 remove broken code accounting an offset the size of the line #10186 by Benjamin Peterson · 15 years ago
  73. 57f7579 Revert r85801. The test ought to pass without rounding. by Martin v. Löwis · 15 years ago
  74. fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 15 years ago
  75. 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 15 years ago
  76. 1cae8b5 Also guard other SOCK_NONBLOCK test by Antoine Pitrou · 15 years ago
  77. acd0fda Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kernels. by Antoine Pitrou · 15 years ago
  78. 2b9af63 Try to fix test_tarfile on AMD64 debian parallel 3.x by Victor Stinner · 15 years ago
  79. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 15 years ago
  80. 7eecffd Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 15 years ago
  81. eb585ad Fix test_ssl on Ubuntu buildbot with patched OpenSSL by Antoine Pitrou · 15 years ago
  82. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 15 years ago
  83. 8393843 #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. by Georg Brandl · 15 years ago
  84. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 15 years ago
  85. 50de5f5 #10159: sort completion matches before comparing to dir() result. by Georg Brandl · 15 years ago
  86. f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 15 years ago
  87. 073f759 Move non-ascii test from test_run_code() to a new function: test_non_ascii() by Victor Stinner · 15 years ago
  88. f6211ed Move test_undecodable_code() from test_sys to test_cmd_line by Victor Stinner · 15 years ago
  89. 6722b5f test_zipimport_support: use ascii() on bytes output to avoid BytesWarning by Victor Stinner · 15 years ago
  90. 9450cc0 Fix r85728: use "" to mean the system default locale, which should work on more systems. by Georg Brandl · 15 years ago
  91. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 15 years ago
  92. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 15 years ago
  93. 7004bd1 #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. by Georg Brandl · 15 years ago
  94. 9a90900 PyUnicode_FromFormatV(): Fix %A format by Victor Stinner · 15 years ago
  95. b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 15 years ago
  96. a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 15 years ago
  97. 6fb4575 test_httpservers: Python CGI scripts have to be encoded to utf-8 by Victor Stinner · 15 years ago
  98. 3218c31 test_httpservers: Fix skip test check, the python executable path have to be by Victor Stinner · 15 years ago
  99. 0b0ca0c test_httpservers: skip CGI tests if Python executable path is not encodable by Victor Stinner · 15 years ago
  100. ee2538b Fix Issue10119 - test_urllibnet failure when using support.transient_internet. by Senthil Kumaran · 15 years ago