2010-10-31 |
Benjamin Peterson | close some more files |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Benjamin Peterson | context managerify |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Benjamin Peterson | close file properly |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Benjamin Peterson | use addCleanup |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Benjamin Peterson | patch up leaking fds |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Benjamin Peterson | this test manages the fds itself |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Brian Curtin | Fix ResourceWarning for unclosed files (from os.popen) |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Alexander Belopolsky | Issues #7061, #10225: Fixed doctests in turtle manual |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Brian Curtin | Fix ResourceWarning for an unclosed socket. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Brian Curtin | Fix ResourceWarning. Use context manager to properly... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Brian Curtin | Fix ResourceWarning about unclosed file |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Peterson | close files correctly |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Peterson | if FileIO.__init__ fails, close fd |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Peterson | fix style |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Peterson | close open file from find_module() |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Peterson | condense |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Peterson | kill pointless function imports |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Peterson | remove useless assignment |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Benjamin Peterson | close files properly |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Brian Curtin | Fix #10258 - clean up resource warning |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Brian Curtin | Fix #10257. Clear resource warnings by using os.popen... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Brian Curtin | Fix #10256 - resource warning |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Antoine Pitrou | Issue #10250: fix resource warnings in test_urllib2_loc... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Antoine Pitrou | Issue #10253: FileIO leaks a file descriptor when tryin... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Hirokazu Yamamoto | Issue #10157: Fixed refleaks in pythonrun.c. Patch... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Georg Brandl | Fix test_mailbox by supporting context manager protocol... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Antoine Pitrou | Fix resource warning in test_unicodedata. Patch by... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Antoine Pitrou | Fix resource warning in test_file. Patch by Brian Brazil. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Antoine Pitrou | Issue #10246: uu.encode didn't close file objects expli... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vinay Sajip | Remove ResourceWarnings caused by files left open. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Georg Brandl | #10198: fix duplicate header when writeframes() is... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Raymond Hettinger | Issue 10221: Improve error message for dict.pop(). |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Kristján Valur... | issue 10237 |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Brett Cannon | Silence ResourceWarnings in modulefinder by using file... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Brett Cannon | Add some missing entries related to the various Resourc... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Brett Cannon | Properly close a file in test_minidom. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Brett Cannon | Silence some ResourceWarning in test_mailbox by using... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Windows can't remove a file before it is closed |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Move test_linecache over to file context managers. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Use a file context manager for test_ioctl. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Silence ResourceWarning when testing that the file... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Issue #10233: Close file objects in a timely manner... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Move test_imp over to file context managers. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Move test_httpservers over to file context managers. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Clean up socket closing in test_ssl and test.ssl_servers |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Move test_httplib over to file context managers. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Fix file closing in test_http_cookiejar. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Clean up socket closing in test_ftplib. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Properly close files used by test_email. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Properly close a temporary TextIOWrapper in 'email'. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Properly close files in test_dbm_dumb. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Properly close a test file in test_cprofile. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | have test_asyncore properly close files. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Have pkgutil properly close files. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Have distutils.sysconfig close a file to remove Resourc... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Benjamin Peterson | plug refleak |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Benjamin Peterson | set literals and unions are our friends |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Benjamin Peterson | make gdb skip expected |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Brett Cannon | Make file handing in setup.py more robust by using... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Fix typo |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Make a GC run before trying to clean up files left... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Martin v. Löwis | Issue #9377: Use Unicode API for gethostname on Windows. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Issue #7547: fix transient failures due to network... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Alexander Belopolsky | Issue 7061: Explained 'gon' |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Barry Warsaw | Fix issue 10214 by removing the out of date python... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Actually restore the original asyncore socket map by... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Make check_warnings error messages more informative |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | test___all__ ignores ResourceWarning as well |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Fix ResourceWarning in Lib/test/threaded_import_hangers.py |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Victor Stinner | test_tarfile: woops, remove +0.001 which was used to... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Victor Stinner | test_tarfile: dump mtime as hexadecimal on test_extract... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Antoine Pitrou | Issue #10093: ResourceWarnings are now issued when... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Lars Gustäbel | Add read support for all missing variants of the GNU... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | (?:...) is a non-capturing, but still grouping construct. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | Fix markup error and update false positive entries... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | Port suspicious markup builder and patchlevel.py so... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | Re-add "debugger" label, it is used in pydoc-topics. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | send_bytes obviously needs bytes... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Georg Brandl | #10222: fix for overzealous AIX compiler. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Benjamin Peterson | decrement offset when it points to a newline (#10186... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Victor Stinner | What's New in Python 3.2: update Unicode section |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Victor Stinner | Issue #10210: os.get_exec_path() ignores BytesWarning... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | #10209, test_pep277: disable test_normalize and test_li... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | test_pep277: disable filenames 11, 12, 13, 14 on darwin |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Antoine Pitrou | Issue #5437: A preallocated MemoryError instance should... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Alexander Belopolsky | Fixed a typo in a comment. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Hirokazu Yamamoto | Updated readme.txt about OpenSSL. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | #10116: wrap transient_internet() around net access... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Éric Araujo | Fix typo from r85874 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | Review new Barrier docs. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | Support new Condition return value in the multiprocessi... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | test_pep277: add identifiers to filenames |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | test_pep277: format filename with ascii() on failure |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Victor Stinner | test_pep277: format function argument with ascii()... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Kristján Valur... | issue 8777 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | Condition.wait now returns bool. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | #10218: return timeout status from Condition.wait,... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | Fix bytes/str issues in get-remote-certificate.py. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Georg Brandl | #7351: add more consistent exception name alias. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Antoine Pitrou | Issue #8852: Allow the socket module to build on OpenSo... |
commit | commitdiff | tree | snapshot |
next |