summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move test_linecache over to file context managers.Brett Cannon2010-10-291-4/+6
* Use a file context manager for test_ioctl.Brett Cannon2010-10-291-4/+4
* Silence ResourceWarning when testing that the file destructor closes the file.Brett Cannon2010-10-291-7/+8
* Issue #10233: Close file objects in a timely manner in the tarfile moduleAntoine Pitrou2010-10-293-36/+58
* Move test_imp over to file context managers.Brett Cannon2010-10-291-23/+23
* Move test_httpservers over to file context managers.Brett Cannon2010-10-291-12/+11
* Clean up socket closing in test_ssl and test.ssl_serversAntoine Pitrou2010-10-292-24/+35
* Move test_httplib over to file context managers.Brett Cannon2010-10-291-27/+25
* Fix file closing in test_http_cookiejar.Brett Cannon2010-10-291-5/+5
* Clean up socket closing in test_ftplib.Brett Cannon2010-10-291-35/+34
* Properly close files used by test_email.Brett Cannon2010-10-291-3/+4
* Properly close a temporary TextIOWrapper in 'email'.Brett Cannon2010-10-291-1/+2
* Properly close files in test_dbm_dumb.Brett Cannon2010-10-291-2/+4
* Properly close a test file in test_cprofile.Brett Cannon2010-10-291-9/+10
* have test_asyncore properly close files.Brett Cannon2010-10-291-2/+4
* Have pkgutil properly close files.Brett Cannon2010-10-291-1/+2
* Have distutils.sysconfig close a file to remove ResourceWarnings coming upBrett Cannon2010-10-291-1/+2
* plug refleakBenjamin Peterson2010-10-291-0/+1
* set literals and unions are our friendsBenjamin Peterson2010-10-291-4/+3
* make gdb skip expectedBenjamin Peterson2010-10-293-11/+19
* Make file handing in setup.py more robust by using context managers to properlyBrett Cannon2010-10-291-43/+45
* Fix typoAntoine Pitrou2010-10-291-1/+1
* Make a GC run before trying to clean up files left over byAntoine Pitrou2010-10-291-0/+6
* Issue #9377: Use Unicode API for gethostname on Windows.Martin v. Löwis2010-10-292-0/+24
* Issue #7547: fix transient failures due to network glitches in test_timeout.Antoine Pitrou2010-10-291-9/+11
* Issue 7061: Explained 'gon'Alexander Belopolsky2010-10-292-2/+9
* Fix issue 10214 by removing the out of date python-mode.el and replacing it w...Barry Warsaw2010-10-292-3916/+32
* Actually restore the original asyncore socket map by making a copy of the dictAntoine Pitrou2010-10-291-3/+6
* Make check_warnings error messages more informativeAntoine Pitrou2010-10-291-7/+7
* test___all__ ignores ResourceWarning as wellAntoine Pitrou2010-10-291-2/+4
* Fix ResourceWarning in Lib/test/threaded_import_hangers.pyAntoine Pitrou2010-10-291-1/+1
* test_tarfile: woops, remove +0.001 which was used to debugVictor Stinner2010-10-291-1/+1
* test_tarfile: dump mtime as hexadecimal on test_extractall failureVictor Stinner2010-10-291-1/+11
* Issue #10093: ResourceWarnings are now issued when files and sockets areAntoine Pitrou2010-10-2910-25/+189
* Add read support for all missing variants of the GNU sparseLars Gustäbel2010-10-295-127/+180
* (?:...) is a non-capturing, but still grouping construct.Georg Brandl2010-10-291-1/+1
* Fix markup error and update false positive entries from "make suspicious".Georg Brandl2010-10-292-7/+7
* Port suspicious markup builder and patchlevel.py so that they can be used wit...Georg Brandl2010-10-292-17/+37
* Re-add "debugger" label, it is used in pydoc-topics.Georg Brandl2010-10-291-0/+2
* send_bytes obviously needs bytes...Georg Brandl2010-10-291-2/+2
* #10222: fix for overzealous AIX compiler.Georg Brandl2010-10-291-1/+1
* decrement offset when it points to a newline (#10186 followup)Benjamin Peterson2010-10-292-1/+7
* What's New in Python 3.2: update Unicode sectionVictor Stinner2010-10-291-10/+21
* Issue #10210: os.get_exec_path() ignores BytesWarning warningsVictor Stinner2010-10-292-3/+20
* #10209, test_pep277: disable test_normalize and test_listdir on darwinVictor Stinner2010-10-281-13/+9
* test_pep277: disable filenames 11, 12, 13, 14 on darwinVictor Stinner2010-10-281-5/+6
* Issue #5437: A preallocated MemoryError instance should not hold tracebackAntoine Pitrou2010-10-285-34/+130
* Fixed a typo in a comment.Alexander Belopolsky2010-10-281-1/+1
* Updated readme.txt about OpenSSL.Hirokazu Yamamoto2010-10-282-7/+5
* #10116: wrap transient_internet() around net access in test_urllib2net.Georg Brandl2010-10-281-69/+85