1. d6868b4 fix leaking sockets by Benjamin Peterson · 14 years ago
  2. d094efd cleanup resources in test_smtplib #10264 by Benjamin Peterson · 14 years ago
  3. 076ed00 add --enable-loadable-sqlite-extensions #10268 by Benjamin Peterson · 14 years ago
  4. 7926325 add no output to with-system-ffi and with-system-expat by Benjamin Peterson · 14 years ago
  5. c73206c typo by Benjamin Peterson · 14 years ago
  6. f569826 Issue #10266: uu.decode didn't close in_file explicitly when it was given by Antoine Pitrou · 14 years ago
  7. e974571 Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. by Antoine Pitrou · 14 years ago
  8. 65b4af3 Updated NEWS about logging.basicConfig(). by Vinay Sajip · 14 years ago
  9. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 14 years ago
  10. 6447454 PY_CFLAGS doesn't exist under Windows by Antoine Pitrou · 14 years ago
  11. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 14 years ago
  12. 6ff2a7d Fix a ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  13. f53a626 issue 10237 by Kristján Valur Jónsson · 14 years ago
  14. cc221b2 close some more files by Benjamin Peterson · 14 years ago
  15. 5dc8fab context managerify by Benjamin Peterson · 14 years ago
  16. aa7cec0 close file properly by Benjamin Peterson · 14 years ago
  17. 556c735 use addCleanup by Benjamin Peterson · 14 years ago
  18. ebe5d8a patch up leaking fds by Benjamin Peterson · 14 years ago
  19. d8fc2e1 this test manages the fds itself by Benjamin Peterson · 14 years ago
  20. bf07571 Fix ResourceWarning for unclosed files (from os.popen) by Brian Curtin · 14 years ago
  21. a9615d1 Issues #7061, #10225: Fixed doctests in turtle manual by Alexander Belopolsky · 14 years ago
  22. 61d0d60 Fix ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  23. 076623b Fix ResourceWarning. Use context manager to properly close file. by Brian Curtin · 14 years ago
  24. 3ddcaaf Fix ResourceWarning about unclosed file by Brian Curtin · 14 years ago
  25. b2fda23 close files correctly by Benjamin Peterson · 14 years ago
  26. bbb0412 if FileIO.__init__ fails, close fd by Benjamin Peterson · 14 years ago
  27. 430d469 fix style by Benjamin Peterson · 14 years ago
  28. e048797 close open file from find_module() by Benjamin Peterson · 14 years ago
  29. 1c87e29 condense by Benjamin Peterson · 14 years ago
  30. 0bbf9c9 kill pointless function imports by Benjamin Peterson · 14 years ago
  31. 1a7127f remove useless assignment by Benjamin Peterson · 14 years ago
  32. 807a5a1 close files properly by Benjamin Peterson · 14 years ago
  33. 9f5f65c Fix #10258 - clean up resource warning by Brian Curtin · 14 years ago
  34. 810921b Fix #10257. Clear resource warnings by using os.popen's context manager. by Brian Curtin · 14 years ago
  35. 1d7878a Fix #10256 - resource warning by Brian Curtin · 14 years ago
  36. b6751dc Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  37. 8d2b51b Issue #10253: FileIO leaks a file descriptor when trying to open a file by Antoine Pitrou · 14 years ago
  38. daf83ac Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah. by Hirokazu Yamamoto · 14 years ago
  39. 6ce29fa Fix test_mailbox by supporting context manager protocol for get_file() returns. by Georg Brandl · 14 years ago
  40. 849e12b Fix resource warning in test_unicodedata. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  41. a6e9502 Fix resource warning in test_file. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  42. bfa3470 Issue #10246: uu.encode didn't close file objects explicitly when filenames by Antoine Pitrou · 14 years ago
  43. b046b80 Remove ResourceWarnings caused by files left open. by Vinay Sajip · 14 years ago
  44. cc2adbc #10198: fix duplicate header when writeframes() is called with an empty string. by Georg Brandl · 14 years ago
  45. dd42154 Issue 10221: Improve error message for dict.pop(). by Raymond Hettinger · 14 years ago
  46. 6b6dffd issue 10237 by Kristján Valur Jónsson · 14 years ago
  47. 028011f Silence ResourceWarnings in modulefinder by using file context managers. by Brett Cannon · 14 years ago
  48. 0110578 Add some missing entries related to the various ResourceWarning fixes I have committed. by Brett Cannon · 14 years ago
  49. c524692 Properly close a file in test_minidom. by Brett Cannon · 14 years ago
  50. 653238a Silence some ResourceWarning in test_mailbox by using file context managers. by Brett Cannon · 14 years ago
  51. d05f9ad Windows can't remove a file before it is closed by Antoine Pitrou · 14 years ago
  52. 0174368 Move test_linecache over to file context managers. by Brett Cannon · 14 years ago
  53. dff6985 Use a file context manager for test_ioctl. by Brett Cannon · 14 years ago
  54. 5a9e91b Silence ResourceWarning when testing that the file destructor closes the file. by Brett Cannon · 14 years ago
  55. e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 14 years ago
  56. 749afa9 Move test_imp over to file context managers. by Brett Cannon · 14 years ago
  57. 105df5d Move test_httpservers over to file context managers. by Brett Cannon · 14 years ago
  58. d2eca37 Clean up socket closing in test_ssl and test.ssl_servers by Antoine Pitrou · 14 years ago
  59. 77b7de6 Move test_httplib over to file context managers. by Brett Cannon · 14 years ago
  60. 7f462fc Fix file closing in test_http_cookiejar. by Brett Cannon · 14 years ago
  61. 918e2d4 Clean up socket closing in test_ftplib. by Brett Cannon · 14 years ago
  62. 384917a Properly close files used by test_email. by Brett Cannon · 14 years ago
  63. 06407b3 Properly close a temporary TextIOWrapper in 'email'. by Brett Cannon · 14 years ago
  64. c0eee31 Properly close files in test_dbm_dumb. by Brett Cannon · 14 years ago
  65. 5ede149 Properly close a test file in test_cprofile. by Brett Cannon · 14 years ago
  66. 2d562f8 have test_asyncore properly close files. by Brett Cannon · 14 years ago
  67. 1ab58df Have pkgutil properly close files. by Brett Cannon · 14 years ago
  68. 5c035c0 Have distutils.sysconfig close a file to remove ResourceWarnings coming up by Brett Cannon · 14 years ago
  69. e857b29 plug refleak by Benjamin Peterson · 14 years ago
  70. 54ad0be set literals and unions are our friends by Benjamin Peterson · 14 years ago
  71. 65c66ab make gdb skip expected by Benjamin Peterson · 14 years ago
  72. 9f5db07 Make file handing in setup.py more robust by using context managers to properly by Brett Cannon · 14 years ago
  73. 2b40efd Fix typo by Antoine Pitrou · 14 years ago
  74. c14efc4 Make a GC run before trying to clean up files left over by the latest test run. by Antoine Pitrou · 14 years ago
  75. 72f4842 Issue #9377: Use Unicode API for gethostname on Windows. by Martin v. Löwis · 14 years ago
  76. 83432ba Issue #7547: fix transient failures due to network glitches in test_timeout. by Antoine Pitrou · 14 years ago
  77. 3cdfb12 Issue 7061: Explained 'gon' by Alexander Belopolsky · 14 years ago
  78. 9f62d1c Fix issue 10214 by removing the out of date python-mode.el and replacing it with a README. Will backport to 3.1 and 2.7. by Barry Warsaw · 14 years ago
  79. aa87965 Actually restore the original asyncore socket map by making a copy of the dict by Antoine Pitrou · 14 years ago
  80. 31e08a4 Make check_warnings error messages more informative by Antoine Pitrou · 14 years ago
  81. a0d2f4d test___all__ ignores ResourceWarning as well by Antoine Pitrou · 14 years ago
  82. 5efe9d0 Fix ResourceWarning in Lib/test/threaded_import_hangers.py by Antoine Pitrou · 14 years ago
  83. 14d8fe7 test_tarfile: woops, remove +0.001 which was used to debug by Victor Stinner · 14 years ago
  84. 26bfb5a test_tarfile: dump mtime as hexadecimal on test_extractall failure by Victor Stinner · 14 years ago
  85. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  86. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
  87. 3122ce3 (?:...) is a non-capturing, but still grouping construct. by Georg Brandl · 14 years ago
  88. 5c66bca Fix markup error and update false positive entries from "make suspicious". by Georg Brandl · 14 years ago
  89. a17fd1f Port suspicious markup builder and patchlevel.py so that they can be used with Python 2 and 3 without conversion. by Georg Brandl · 14 years ago
  90. b98273f Re-add "debugger" label, it is used in pydoc-topics. by Georg Brandl · 14 years ago
  91. 3017689 send_bytes obviously needs bytes... by Georg Brandl · 14 years ago
  92. 2b15bd8 #10222: fix for overzealous AIX compiler. by Georg Brandl · 14 years ago
  93. a95e977 decrement offset when it points to a newline (#10186 followup) by Benjamin Peterson · 14 years ago
  94. 47ce965 What's New in Python 3.2: update Unicode section by Victor Stinner · 14 years ago
  95. 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 14 years ago
  96. bfd7b26 #10209, test_pep277: disable test_normalize and test_listdir on darwin by Victor Stinner · 14 years ago
  97. fc6f5a4 test_pep277: disable filenames 11, 12, 13, 14 on darwin by Victor Stinner · 14 years ago
  98. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  99. 1842d0c Fixed a typo in a comment. by Alexander Belopolsky · 14 years ago
  100. 7c3d709 Updated readme.txt about OpenSSL. by Hirokazu Yamamoto · 14 years ago