Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test_httpservers over to file context managers. | Brett Cannon | 2010-10-29 | 1 | -12/+11 |
| | |||||
* | Clean up socket closing in test_ssl and test.ssl_servers | Antoine Pitrou | 2010-10-29 | 2 | -24/+35 |
| | |||||
* | Move test_httplib over to file context managers. | Brett Cannon | 2010-10-29 | 1 | -27/+25 |
| | |||||
* | Fix file closing in test_http_cookiejar. | Brett Cannon | 2010-10-29 | 1 | -5/+5 |
| | |||||
* | Clean up socket closing in test_ftplib. | Brett Cannon | 2010-10-29 | 1 | -35/+34 |
| | |||||
* | Properly close files used by test_email. | Brett Cannon | 2010-10-29 | 1 | -3/+4 |
| | |||||
* | Properly close a temporary TextIOWrapper in 'email'. | Brett Cannon | 2010-10-29 | 1 | -1/+2 |
| | |||||
* | Properly close files in test_dbm_dumb. | Brett Cannon | 2010-10-29 | 1 | -2/+4 |
| | |||||
* | Properly close a test file in test_cprofile. | Brett Cannon | 2010-10-29 | 1 | -9/+10 |
| | |||||
* | have test_asyncore properly close files. | Brett Cannon | 2010-10-29 | 1 | -2/+4 |
| | |||||
* | Have pkgutil properly close files. | Brett Cannon | 2010-10-29 | 1 | -1/+2 |
| | |||||
* | Have distutils.sysconfig close a file to remove ResourceWarnings coming up | Brett Cannon | 2010-10-29 | 1 | -1/+2 |
| | | | | during the build from setup.py. | ||||
* | set literals and unions are our friends | Benjamin Peterson | 2010-10-29 | 1 | -4/+3 |
| | |||||
* | make gdb skip expected | Benjamin Peterson | 2010-10-29 | 3 | -11/+19 |
| | |||||
* | Fix typo | Antoine Pitrou | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | Make a GC run before trying to clean up files left over by | Antoine Pitrou | 2010-10-29 | 1 | -0/+6 |
| | | | | the latest test run. | ||||
* | Issue #7547: fix transient failures due to network glitches in test_timeout. | Antoine Pitrou | 2010-10-29 | 1 | -9/+11 |
| | | | | Patch by Sandro Tosi. | ||||
* | Issue 7061: Explained 'gon' | Alexander Belopolsky | 2010-10-29 | 1 | -1/+4 |
| | |||||
* | Actually restore the original asyncore socket map by making a copy of the dict | Antoine Pitrou | 2010-10-29 | 1 | -3/+6 |
| | |||||
* | Make check_warnings error messages more informative | Antoine Pitrou | 2010-10-29 | 1 | -7/+7 |
| | |||||
* | test___all__ ignores ResourceWarning as well | Antoine Pitrou | 2010-10-29 | 1 | -2/+4 |
| | |||||
* | Fix ResourceWarning in Lib/test/threaded_import_hangers.py | Antoine Pitrou | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | test_tarfile: woops, remove +0.001 which was used to debug | Victor Stinner | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | test_tarfile: dump mtime as hexadecimal on test_extractall failure | Victor Stinner | 2010-10-29 | 1 | -1/+11 |
| | |||||
* | Issue #10093: ResourceWarnings are now issued when files and sockets are | Antoine Pitrou | 2010-10-29 | 4 | -12/+81 |
| | | | | | deallocated without explicit closing. These warnings are silenced by default, except in pydebug mode. | ||||
* | Add read support for all missing variants of the GNU sparse | Lars Gustäbel | 2010-10-29 | 3 | -126/+175 |
| | | | | | | | | extensions. Thus, in addition to GNUTYPE_SPARSE headers, sparse information in pax headers created by GNU tar can now be decoded. All three formats 0.0, 0.1 and 1.0 are supported. On filesystems that support this, holes in files are now restored whenever a sparse member is extracted. | ||||
* | decrement offset when it points to a newline (#10186 followup) | Benjamin Peterson | 2010-10-29 | 1 | -0/+4 |
| | |||||
* | Issue #10210: os.get_exec_path() ignores BytesWarning warnings | Victor Stinner | 2010-10-29 | 2 | -3/+20 |
| | |||||
* | #10209, test_pep277: disable test_normalize and test_listdir on darwin | Victor Stinner | 2010-10-28 | 1 | -13/+9 |
| | | | | These tests are irrevelant on this OS. | ||||
* | test_pep277: disable filenames 11, 12, 13, 14 on darwin | Victor Stinner | 2010-10-28 | 1 | -5/+6 |
| | | | | | Because darwin "normalizes" these filenames differently than Python's NFD normalization. | ||||
* | Issue #5437: A preallocated MemoryError instance should not hold traceback | Antoine Pitrou | 2010-10-28 | 1 | -0/+39 |
| | | | | data (including local variables caught in the stack trace) alive infinitely. | ||||
* | Fixed a typo in a comment. | Alexander Belopolsky | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | #10116: wrap transient_internet() around net access in test_urllib2net. | Georg Brandl | 2010-10-28 | 1 | -69/+85 |
| | |||||
* | Fix typo from r85874 | Éric Araujo | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | Support new Condition return value in the multiprocessing version. | Georg Brandl | 2010-10-28 | 1 | -1/+2 |
| | |||||
* | test_pep277: add identifiers to filenames | Victor Stinner | 2010-10-28 | 1 | -19/+19 |
| | |||||
* | test_pep277: format filename with ascii() on failure | Victor Stinner | 2010-10-28 | 1 | -1/+1 |
| | | | | "%a" instead of "%r" | ||||
* | test_pep277: format function argument with ascii() on failure | Victor Stinner | 2010-10-28 | 1 | -1/+1 |
| | | | | "%a" instead of "%r" | ||||
* | issue 8777 | Kristján Valur Jónsson | 2010-10-28 | 3 | -0/+365 |
| | | | | Add threading.Barrier | ||||
* | Condition.wait now returns bool. | Georg Brandl | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | #10218: return timeout status from Condition.wait, mirroring other ↵ | Georg Brandl | 2010-10-28 | 2 | -13/+21 |
| | | | | primitives' behavior. | ||||
* | #7351: add more consistent exception name alias. | Georg Brandl | 2010-10-28 | 2 | -25/+26 |
| | |||||
* | Recode modules from latin-1 to utf-8 | Antoine Pitrou | 2010-10-27 | 4 | -12/+9 |
| | |||||
* | Issue #5027: The standard `xml` namespace is now understood by | Antoine Pitrou | 2010-10-27 | 2 | -0/+61 |
| | | | | | xml.sax.saxutils.XMLGenerator as being bound to http://www.w3.org/XML/1998/namespace. Patch by Troy J. Farrell. | ||||
* | Issue #10193: Simplified instrospection used by turtle module | Alexander Belopolsky | 2010-10-27 | 1 | -20/+25 |
| | |||||
* | #5975: add unix_dialect to csv module. | Georg Brandl | 2010-10-27 | 2 | -1/+20 |
| | |||||
* | logging: Improved Formatter implementation. | Vinay Sajip | 2010-10-26 | 2 | -29/+68 |
| | |||||
* | #7761: fix telnetlib.interact failures on Windows. | R. David Murray | 2010-10-26 | 1 | -2/+2 |
| | |||||
* | Fix issue10192 - add urlencode to urllib.parse.__all__ | Senthil Kumaran | 2010-10-25 | 1 | -2/+2 |
| | |||||
* | logging: Formatter implementation tweak. | Vinay Sajip | 2010-10-25 | 1 | -8/+12 |
| |