summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes.Brian Curtin2010-11-011-0/+2
* Fix for issue 9355 where with multiple mutually exclusive arguments, some bra...Steven Bethard2010-11-012-2/+27
* Fix bug 9352 where characters were being lost in parsing some short optionsSteven Bethard2010-11-012-7/+31
* Issue #7061: Simplified a section title.Alexander Belopolsky2010-11-011-2/+2
* Get argparse.__all__ back up to date (issue 9353)Steven Bethard2010-11-012-3/+20
* Close subprocess pipes to clear ResourceWarning messages in debug mode.Brian Curtin2010-11-012-0/+3
* Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553)Steven Bethard2010-11-011-0/+9
* Fix some ResourceErrors.Brian Curtin2010-11-012-2/+7
* fix output for getaddrinfo bug check #7059Benjamin Peterson2010-11-012-1/+8
* Issue #9886: Add a key-function entry to the glossary.Raymond Hettinger2010-10-311-0/+20
* Issue 7402: Improve reduce() example in the python idioms how-to.Raymond Hettinger2010-10-311-18/+16
* Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.Antoine Pitrou2010-10-312-0/+13
* Issue 7447: Improve docs for sum().Raymond Hettinger2010-10-311-3/+6
* No declarations in the middle of a block (fixes compile under Windows)Antoine Pitrou2010-10-311-3/+3
* set native eol on new filesBenjamin Peterson2010-10-310-0/+0
* set eol-style on new doc filesBenjamin Peterson2010-10-310-0/+0
* close the source's byte streamBenjamin Peterson2010-10-311-0/+3
* fix ftplib resource warningsBenjamin Peterson2010-10-312-0/+3
* fix resource warnings in test_sax #10269Benjamin Peterson2010-10-311-4/+7
* wrap some things in with blocksBenjamin Peterson2010-10-311-38/+33
* more fun with string exceptionsBenjamin Peterson2010-10-311-1/+1
* string exceptions; how quaintBenjamin Peterson2010-10-311-4/+2
* Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...Raymond Hettinger2010-10-313-5/+20
* start banging on zipfile's file leakinessBenjamin Peterson2010-10-312-10/+50
* fix leaking socketsBenjamin Peterson2010-10-311-0/+2
* cleanup resources in test_smtplib #10264Benjamin Peterson2010-10-311-0/+3
* add --enable-loadable-sqlite-extensions #10268Benjamin Peterson2010-10-314-3/+33
* add no output to with-system-ffi and with-system-expatBenjamin Peterson2010-10-312-272/+260
* typoBenjamin Peterson2010-10-311-1/+1
* Issue #10266: uu.decode didn't close in_file explicitly when it was givenAntoine Pitrou2010-10-313-53/+77
* Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.Antoine Pitrou2010-10-314-32/+114
* Updated NEWS about logging.basicConfig().Vinay Sajip2010-10-311-0/+2
* Added style argument to logging.basicConfig() and documented this change.Vinay Sajip2010-10-312-1/+19
* PY_CFLAGS doesn't exist under WindowsAntoine Pitrou2010-10-311-1/+1
* Issue #5729: json.dumps to support using '\t' as an indent stringRaymond Hettinger2010-10-314-26/+38
* Fix a ResourceWarning for an unclosed socket.Brian Curtin2010-10-311-0/+1
* issue 10237Kristján Valur Jónsson2010-10-311-4/+7
* close some more filesBenjamin Peterson2010-10-311-0/+7
* context managerifyBenjamin Peterson2010-10-311-112/+111
* close file properlyBenjamin Peterson2010-10-311-1/+2
* use addCleanupBenjamin Peterson2010-10-311-12/+12
* patch up leaking fdsBenjamin Peterson2010-10-311-22/+21
* this test manages the fds itselfBenjamin Peterson2010-10-311-0/+1
* Fix ResourceWarning for unclosed files (from os.popen)Brian Curtin2010-10-311-7/+7
* Issues #7061, #10225: Fixed doctests in turtle manualAlexander Belopolsky2010-10-311-24/+21
* Fix ResourceWarning for an unclosed socket.Brian Curtin2010-10-311-0/+1
* Fix ResourceWarning. Use context manager to properly close file.Brian Curtin2010-10-311-11/+12
* Fix ResourceWarning about unclosed fileBrian Curtin2010-10-301-1/+0
* close files correctlyBenjamin Peterson2010-10-301-11/+12
* if FileIO.__init__ fails, close fdBenjamin Peterson2010-10-302-0/+4