Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes. | Brian Curtin | 2010-11-01 | 1 | -0/+2 |
| | |||||
* | Fix for issue 9355 where with multiple mutually exclusive arguments, some ↵ | Steven Bethard | 2010-11-01 | 2 | -2/+27 |
| | | | | brackets were being lost in the usage messages | ||||
* | Fix bug 9352 where characters were being lost in parsing some short options | Steven Bethard | 2010-11-01 | 2 | -7/+31 |
| | |||||
* | Issue #7061: Simplified a section title. | Alexander Belopolsky | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | Get argparse.__all__ back up to date (issue 9353) | Steven Bethard | 2010-11-01 | 2 | -3/+20 |
| | |||||
* | Close subprocess pipes to clear ResourceWarning messages in debug mode. | Brian Curtin | 2010-11-01 | 2 | -0/+3 |
| | |||||
* | Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553) | Steven Bethard | 2010-11-01 | 1 | -0/+9 |
| | |||||
* | Fix some ResourceErrors. | Brian Curtin | 2010-11-01 | 2 | -2/+7 |
| | | | | Use a context manager for os.popen and explicitly close a socket. | ||||
* | fix output for getaddrinfo bug check #7059 | Benjamin Peterson | 2010-11-01 | 2 | -1/+8 |
| | |||||
* | Issue #9886: Add a key-function entry to the glossary. | Raymond Hettinger | 2010-10-31 | 1 | -0/+20 |
| | |||||
* | Issue 7402: Improve reduce() example in the python idioms how-to. | Raymond Hettinger | 2010-10-31 | 1 | -18/+16 |
| | |||||
* | Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil. | Antoine Pitrou | 2010-10-31 | 2 | -0/+13 |
| | |||||
* | Issue 7447: Improve docs for sum(). | Raymond Hettinger | 2010-10-31 | 1 | -3/+6 |
| | |||||
* | No declarations in the middle of a block (fixes compile under Windows) | Antoine Pitrou | 2010-10-31 | 1 | -3/+3 |
| | |||||
* | set native eol on new files | Benjamin Peterson | 2010-10-31 | 0 | -0/+0 |
| | |||||
* | set eol-style on new doc files | Benjamin Peterson | 2010-10-31 | 0 | -0/+0 |
| | |||||
* | close the source's byte stream | Benjamin Peterson | 2010-10-31 | 1 | -0/+3 |
| | |||||
* | fix ftplib resource warnings | Benjamin Peterson | 2010-10-31 | 2 | -0/+3 |
| | |||||
* | fix resource warnings in test_sax #10269 | Benjamin Peterson | 2010-10-31 | 1 | -4/+7 |
| | |||||
* | wrap some things in with blocks | Benjamin Peterson | 2010-10-31 | 1 | -38/+33 |
| | |||||
* | more fun with string exceptions | Benjamin Peterson | 2010-10-31 | 1 | -1/+1 |
| | |||||
* | string exceptions; how quaint | Benjamin Peterson | 2010-10-31 | 1 | -4/+2 |
| | |||||
* | Issue 10110: Let Queue.put recognize a full queue when the maxsize ↵ | Raymond Hettinger | 2010-10-31 | 3 | -5/+20 |
| | | | | parameter has been reduced. | ||||
* | start banging on zipfile's file leakiness | Benjamin Peterson | 2010-10-31 | 2 | -10/+50 |
| | |||||
* | fix leaking sockets | Benjamin Peterson | 2010-10-31 | 1 | -0/+2 |
| | |||||
* | cleanup resources in test_smtplib #10264 | Benjamin Peterson | 2010-10-31 | 1 | -0/+3 |
| | |||||
* | add --enable-loadable-sqlite-extensions #10268 | Benjamin Peterson | 2010-10-31 | 4 | -3/+33 |
| | |||||
* | add no output to with-system-ffi and with-system-expat | Benjamin Peterson | 2010-10-31 | 2 | -272/+260 |
| | |||||
* | typo | Benjamin Peterson | 2010-10-31 | 1 | -1/+1 |
| | |||||
* | Issue #10266: uu.decode didn't close in_file explicitly when it was given | Antoine Pitrou | 2010-10-31 | 3 | -53/+77 |
| | | | | as a filename. Patch by Brian Brazil. | ||||
* | Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. | Antoine Pitrou | 2010-10-31 | 4 | -32/+114 |
| | |||||
* | Updated NEWS about logging.basicConfig(). | Vinay Sajip | 2010-10-31 | 1 | -0/+2 |
| | |||||
* | Added style argument to logging.basicConfig() and documented this change. | Vinay Sajip | 2010-10-31 | 2 | -1/+19 |
| | |||||
* | PY_CFLAGS doesn't exist under Windows | Antoine Pitrou | 2010-10-31 | 1 | -1/+1 |
| | |||||
* | Issue #5729: json.dumps to support using '\t' as an indent string | Raymond Hettinger | 2010-10-31 | 4 | -26/+38 |
| | |||||
* | Fix a ResourceWarning for an unclosed socket. | Brian Curtin | 2010-10-31 | 1 | -0/+1 |
| | |||||
* | issue 10237 | Kristján Valur Jónsson | 2010-10-31 | 1 | -4/+7 |
| | | | | After increasing the default timeout for the barrier, the unittest for the default timeout must be adjusted | ||||
* | close some more files | Benjamin Peterson | 2010-10-31 | 1 | -0/+7 |
| | |||||
* | context managerify | Benjamin Peterson | 2010-10-31 | 1 | -112/+111 |
| | |||||
* | close file properly | Benjamin Peterson | 2010-10-31 | 1 | -1/+2 |
| | |||||
* | use addCleanup | Benjamin Peterson | 2010-10-31 | 1 | -12/+12 |
| | |||||
* | patch up leaking fds | Benjamin Peterson | 2010-10-31 | 1 | -22/+21 |
| | |||||
* | this test manages the fds itself | Benjamin Peterson | 2010-10-31 | 1 | -0/+1 |
| | |||||
* | Fix ResourceWarning for unclosed files (from os.popen) | Brian Curtin | 2010-10-31 | 1 | -7/+7 |
| | |||||
* | Issues #7061, #10225: Fixed doctests in turtle manual | Alexander Belopolsky | 2010-10-31 | 1 | -24/+21 |
| | |||||
* | Fix ResourceWarning for an unclosed socket. | Brian Curtin | 2010-10-31 | 1 | -0/+1 |
| | | | | test_return_header_keep_alive - Added a cleanup call for the socket. | ||||
* | Fix ResourceWarning. Use context manager to properly close file. | Brian Curtin | 2010-10-31 | 1 | -11/+12 |
| | |||||
* | Fix ResourceWarning about unclosed file | Brian Curtin | 2010-10-30 | 1 | -1/+0 |
| | |||||
* | close files correctly | Benjamin Peterson | 2010-10-30 | 1 | -11/+12 |
| | |||||
* | if FileIO.__init__ fails, close fd | Benjamin Peterson | 2010-10-30 | 2 | -0/+4 |
| |