1. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
  2. 99c4830 Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings by Antoine Pitrou · 14 years ago
  3. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  4. 27bbca6 Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. by Eric Smith · 14 years ago
  5. 3cdd5cb Issue #5391: mmap.read_byte() should return unsigned value [0, 255] by Hirokazu Yamamoto · 14 years ago
  6. 3beb38f Fix three ResourceWarnings. by Brian Curtin · 14 years ago
  7. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  8. 4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER by Antoine Pitrou · 14 years ago
  9. 0eee1f5 Disabling SNI test; server admin would not like us to use it for automated tests. by Antoine Pitrou · 14 years ago
  10. 0d1b38c Issue #10173: test_multiprocessing shouldn't pickle TestCase instances by Antoine Pitrou · 14 years ago
  11. f80b3f7 Issue #10280: NNTP.nntp_version should reflect the highest version by Antoine Pitrou · 14 years ago
  12. e159422 Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). by Phillip J. Eby · 14 years ago
  13. 5a43f72 remove some things that are now tested by Benjamin Peterson · 14 years ago
  14. ed82ca1 Ditch some dead code in test_unicode_file. by Brett Cannon · 14 years ago
  15. fca2e8a Fix bug 9340 - argparse parse_known_args didn't work with subparsers by Steven Bethard · 14 years ago
  16. b68928b Clean up ResourceWarnings. Explictly close stdout from the subprocess. by Brian Curtin · 14 years ago
  17. 21ebbb7 Clean up ResourceWarnings due to unclosed sockets. by Brian Curtin · 14 years ago
  18. be647e2 Remove extracted trees at the end of the test. by Martin v. Löwis · 14 years ago
  19. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  20. 3b87cca Reverted inadvertent change from r86095 by Alexander Belopolsky · 14 years ago
  21. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
  22. 8291af2 Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes. by Brian Curtin · 14 years ago
  23. 49998ee Fix for issue 9355 where with multiple mutually exclusive arguments, some brackets were being lost in the usage messages by Steven Bethard · 14 years ago
  24. 1ca45a5 Fix bug 9352 where characters were being lost in parsing some short options by Steven Bethard · 14 years ago
  25. 72c5538 Get argparse.__all__ back up to date (issue 9353) by Steven Bethard · 14 years ago
  26. c4ac887 Close subprocess pipes to clear ResourceWarning messages in debug mode. by Brian Curtin · 14 years ago
  27. 1f1c247 Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553) by Steven Bethard · 14 years ago
  28. 50be1ca Fix some ResourceErrors. by Brian Curtin · 14 years ago
  29. 1bd93a7 fix ftplib resource warnings by Benjamin Peterson · 14 years ago
  30. d5df36d fix resource warnings in test_sax #10269 by Benjamin Peterson · 14 years ago
  31. 9595166 string exceptions; how quaint by Benjamin Peterson · 14 years ago
  32. 189316a Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced. by Raymond Hettinger · 14 years ago
  33. d285bdb start banging on zipfile's file leakiness by Benjamin Peterson · 14 years ago
  34. d6868b4 fix leaking sockets by Benjamin Peterson · 14 years ago
  35. d094efd cleanup resources in test_smtplib #10264 by Benjamin Peterson · 14 years ago
  36. f569826 Issue #10266: uu.decode didn't close in_file explicitly when it was given by Antoine Pitrou · 14 years ago
  37. e974571 Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. by Antoine Pitrou · 14 years ago
  38. 6447454 PY_CFLAGS doesn't exist under Windows by Antoine Pitrou · 14 years ago
  39. f53a626 issue 10237 by Kristján Valur Jónsson · 14 years ago
  40. cc221b2 close some more files by Benjamin Peterson · 14 years ago
  41. 5dc8fab context managerify by Benjamin Peterson · 14 years ago
  42. aa7cec0 close file properly by Benjamin Peterson · 14 years ago
  43. 556c735 use addCleanup by Benjamin Peterson · 14 years ago
  44. ebe5d8a patch up leaking fds by Benjamin Peterson · 14 years ago
  45. d8fc2e1 this test manages the fds itself by Benjamin Peterson · 14 years ago
  46. 61d0d60 Fix ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  47. 076623b Fix ResourceWarning. Use context manager to properly close file. by Brian Curtin · 14 years ago
  48. 3ddcaaf Fix ResourceWarning about unclosed file by Brian Curtin · 14 years ago
  49. e048797 close open file from find_module() by Benjamin Peterson · 14 years ago
  50. 1c87e29 condense by Benjamin Peterson · 14 years ago
  51. 0bbf9c9 kill pointless function imports by Benjamin Peterson · 14 years ago
  52. 1a7127f remove useless assignment by Benjamin Peterson · 14 years ago
  53. 807a5a1 close files properly by Benjamin Peterson · 14 years ago
  54. 9f5f65c Fix #10258 - clean up resource warning by Brian Curtin · 14 years ago
  55. 810921b Fix #10257. Clear resource warnings by using os.popen's context manager. by Brian Curtin · 14 years ago
  56. 1d7878a Fix #10256 - resource warning by Brian Curtin · 14 years ago
  57. b6751dc Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  58. 8d2b51b Issue #10253: FileIO leaks a file descriptor when trying to open a file by Antoine Pitrou · 14 years ago
  59. 849e12b Fix resource warning in test_unicodedata. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  60. a6e9502 Fix resource warning in test_file. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  61. b046b80 Remove ResourceWarnings caused by files left open. by Vinay Sajip · 14 years ago
  62. 6b6dffd issue 10237 by Kristján Valur Jónsson · 14 years ago
  63. c524692 Properly close a file in test_minidom. by Brett Cannon · 14 years ago
  64. 653238a Silence some ResourceWarning in test_mailbox by using file context managers. by Brett Cannon · 14 years ago
  65. d05f9ad Windows can't remove a file before it is closed by Antoine Pitrou · 14 years ago
  66. 0174368 Move test_linecache over to file context managers. by Brett Cannon · 14 years ago
  67. dff6985 Use a file context manager for test_ioctl. by Brett Cannon · 14 years ago
  68. 5a9e91b Silence ResourceWarning when testing that the file destructor closes the file. by Brett Cannon · 14 years ago
  69. e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 14 years ago
  70. 749afa9 Move test_imp over to file context managers. by Brett Cannon · 14 years ago
  71. 105df5d Move test_httpservers over to file context managers. by Brett Cannon · 14 years ago
  72. d2eca37 Clean up socket closing in test_ssl and test.ssl_servers by Antoine Pitrou · 14 years ago
  73. 77b7de6 Move test_httplib over to file context managers. by Brett Cannon · 14 years ago
  74. 7f462fc Fix file closing in test_http_cookiejar. by Brett Cannon · 14 years ago
  75. 918e2d4 Clean up socket closing in test_ftplib. by Brett Cannon · 14 years ago
  76. c0eee31 Properly close files in test_dbm_dumb. by Brett Cannon · 14 years ago
  77. 5ede149 Properly close a test file in test_cprofile. by Brett Cannon · 14 years ago
  78. 2d562f8 have test_asyncore properly close files. by Brett Cannon · 14 years ago
  79. 54ad0be set literals and unions are our friends by Benjamin Peterson · 14 years ago
  80. 65c66ab make gdb skip expected by Benjamin Peterson · 14 years ago
  81. 2b40efd Fix typo by Antoine Pitrou · 14 years ago
  82. c14efc4 Make a GC run before trying to clean up files left over by the latest test run. by Antoine Pitrou · 14 years ago
  83. 83432ba Issue #7547: fix transient failures due to network glitches in test_timeout. by Antoine Pitrou · 14 years ago
  84. aa87965 Actually restore the original asyncore socket map by making a copy of the dict by Antoine Pitrou · 14 years ago
  85. 31e08a4 Make check_warnings error messages more informative by Antoine Pitrou · 14 years ago
  86. a0d2f4d test___all__ ignores ResourceWarning as well by Antoine Pitrou · 14 years ago
  87. 5efe9d0 Fix ResourceWarning in Lib/test/threaded_import_hangers.py by Antoine Pitrou · 14 years ago
  88. 14d8fe7 test_tarfile: woops, remove +0.001 which was used to debug by Victor Stinner · 14 years ago
  89. 26bfb5a test_tarfile: dump mtime as hexadecimal on test_extractall failure by Victor Stinner · 14 years ago
  90. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  91. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
  92. a95e977 decrement offset when it points to a newline (#10186 followup) by Benjamin Peterson · 14 years ago
  93. 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 14 years ago
  94. bfd7b26 #10209, test_pep277: disable test_normalize and test_listdir on darwin by Victor Stinner · 14 years ago
  95. fc6f5a4 test_pep277: disable filenames 11, 12, 13, 14 on darwin by Victor Stinner · 14 years ago
  96. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  97. 5be365f #10116: wrap transient_internet() around net access in test_urllib2net. by Georg Brandl · 14 years ago
  98. 7362c4f test_pep277: add identifiers to filenames by Victor Stinner · 14 years ago
  99. 7dae81b test_pep277: format filename with ascii() on failure by Victor Stinner · 14 years ago
  100. 74ad754 test_pep277: format function argument with ascii() on failure by Victor Stinner · 14 years ago