Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER | Antoine Pitrou | 2010-11-03 | 4 | -4/+35 |
| | | | | response, instead of raising an exception. | ||||
* | issue 9981 | Kristján Valur Jónsson | 2010-11-03 | 3 | -87/+48 |
| | | | | let make_buildinfo use a temporary directory on windows | ||||
* | Disabling SNI test; server admin would not like us to use it for automated ↵ | Antoine Pitrou | 2010-11-03 | 1 | -2/+3 |
| | | | | tests. | ||||
* | A newline in lineno output breaks pyframe output. | Georg Brandl | 2010-11-03 | 1 | -1/+1 |
| | |||||
* | Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. | Phillip J. Eby | 2010-11-03 | 3 | -22/+28 |
| | |||||
* | Issue #10173: test_multiprocessing shouldn't pickle TestCase instances | Antoine Pitrou | 2010-11-02 | 1 | -24/+49 |
| | |||||
* | Issue #10280: NNTP.nntp_version should reflect the highest version | Antoine Pitrou | 2010-11-02 | 3 | -4/+9 |
| | | | | advertised by the server. | ||||
* | Update wsgiref for PEP 3333, and fix errors introduced into the test suite ↵ | Phillip J. Eby | 2010-11-02 | 4 | -93/+67 |
| | | | | | | by converting type() checks to isinstance(). (When WSGI specifies a built-in type, it does NOT mean "this type or a subclass" -- it means 'type(x) is SpecifiedType'.) | ||||
* | remove some things that are now tested | Benjamin Peterson | 2010-11-02 | 1 | -8/+0 |
| | |||||
* | Ditch some dead code in test_unicode_file. | Brett Cannon | 2010-11-02 | 2 | -26/+2 |
| | | | | Closes issue #10294. Thanks Stefan Behnel for the find. | ||||
* | Updating unittest docs to reflect change in ↵ | Michael Foord | 2010-11-02 | 1 | -4/+4 |
| | | | | unittest.TestCase.assert[Not]AlmostEqual signature change | ||||
* | Defined Py_BUILD_CORE_MODULE also on VC7.1. | Hirokazu Yamamoto | 2010-11-02 | 15 | -58/+58 |
| | | | | # I don't have this compiler, so I couldn't test it. | ||||
* | Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp. | Hirokazu Yamamoto | 2010-11-02 | 2 | -8/+8 |
| | |||||
* | Remove the keyword only restriction for places and delta args in ↵ | Michael Foord | 2010-11-02 | 1 | -2/+2 |
| | | | | unittest.TestCase.assert[Not]AlmostEqual | ||||
* | Defined Py_BUILD_CORE_MODULE also on VC6. | Hirokazu Yamamoto | 2010-11-02 | 18 | -72/+72 |
| | |||||
* | Fix bug 9340 - argparse parse_known_args didn't work with subparsers | Steven Bethard | 2010-11-02 | 2 | -2/+34 |
| | |||||
* | Clean up ResourceWarnings. Explictly close stdout from the subprocess. | Brian Curtin | 2010-11-02 | 1 | -0/+1 |
| | |||||
* | Clean up ResourceWarnings due to unclosed sockets. | Brian Curtin | 2010-11-02 | 1 | -0/+20 |
| | |||||
* | Remove extracted trees at the end of the test. | Martin v. Löwis | 2010-11-01 | 1 | -8/+17 |
| | |||||
* | Issue #10184: Touch directories only once when extracting a tarfile. | Martin v. Löwis | 2010-11-01 | 4 | -11/+29 |
| | |||||
* | Fix issue 9926. TestSuite subclasses that override __call__ are called ↵ | Michael Foord | 2010-11-01 | 3 | -19/+32 |
| | | | | correctly. | ||||
* | Translated German message into English. | Alexander Belopolsky | 2010-11-01 | 1 | -1/+1 |
| | |||||
* | Issue #10199: Fixing r86095 - svn did not like combining rename and change ↵ | Alexander Belopolsky | 2010-11-01 | 1 | -119/+0 |
| | | | | of directory. | ||||
* | Issue #10199: Fixing r86095 - svn did not like combining rename and change ↵ | Alexander Belopolsky | 2010-11-01 | 1 | -0/+119 |
| | | | | of directory. | ||||
* | Issue #10199: Fixing r86095 - svn did not like combining rename and change ↵ | Alexander Belopolsky | 2010-11-01 | 1 | -0/+119 |
| | | | | of directory. | ||||
* | Reverted inadvertent change from r86095 | Alexander Belopolsky | 2010-11-01 | 1 | -8/+0 |
| | |||||
* | Issue #10199: Moved Demo/turtle under Lib/ | Alexander Belopolsky | 2010-11-01 | 29 | -481/+32 |
| | |||||
* | 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. |