Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | Merge and resolve Misc/NEWS. | Barry Warsaw | 2011-03-15 | 12 | -29/+64 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used | Barry Warsaw | 2011-03-15 | 4 | -2/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in a `with` statement. Contributed by Giampaolo Rodola. | |||||
| * | | | | | | | | Use start_new_session in the webbrowser module rather than a python ↵ | Gregory P. Smith | 2011-03-15 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | os.setsid preeexec_fn. | |||||
| * | | | | | | | | Fix issue #11432. if the stdin pipe is the same file descriptor as either ↵ | Gregory P. Smith | 2011-03-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stdout or stderr in the _posixsubprocess C extension module it would unintentionally close the fds and raise an error. | |||||
| * | | | | | | | | Add unittests demonstrating issue #11432. | Gregory P. Smith | 2011-03-15 | 1 | -15/+21 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Add warnings support to test.support.args_from_interpreter_flags(). | Brett Cannon | 2011-03-15 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the -j flag to regrtest to propagate warnings settings properly. | |||||
* | | | | | | | | | Move off of assertEquals() and over to assertEqual(). | Brett Cannon | 2011-03-15 | 1 | -3/+3 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge #11555 as_string doc fix from 3.2. | R David Murray | 2011-03-15 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Merge #11555 as_string doc fix from 3.1. | R David Murray | 2011-03-15 | 2 | -5/+5 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | #11555: update doc for 3.x change to as_string mangle_from default. | R David Murray | 2011-03-15 | 2 | -5/+5 | |
| | | | | | | | ||||||
* | | | | | | | Merge with 3.2 | Ezio Melotti | 2011-03-15 | 4 | -6/+6 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge with 3.2 | Ezio Melotti | 2011-03-15 | 4 | -6/+6 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Revert typo fixes in _cytpes/libffi* | Ezio Melotti | 2011-03-15 | 2 | -1721/+1721 | |
| | | | | | | | ||||||
* | | | | | | | Merge obsolete comment removal from 3.2. | R David Murray | 2011-03-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Remove obsolete comment. | R David Murray | 2011-03-15 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge #11554 test_email_codecs activation from 3.2. | R David Murray | 2011-03-15 | 7 | -22/+54 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | ||||||
| * | | | #11554: reactivate test_email_codecs, and make it pass. | R David Murray | 2011-03-15 | 7 | -22/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix is to charset.py, which was not doing the encoding to the correct output character set when doing a body_encode for either the shift-jis or euc-jp charsets. There's also a fix for handling a bytes input in encoders.py. Patch by Michael Henry, comment changes by me. | |||||
* | | | | Add news item for #11509. | briancurtin | 2011-03-15 | 1 | -0/+3 | |
| |_|/ |/| | | ||||||
* | | | Adjust test names to be more descriptive instead of depending on capitalization. | briancurtin | 2011-03-15 | 1 | -4/+4 | |
| | | | ||||||
* | | | import style nits | Benjamin Peterson | 2011-03-15 | 1 | -8/+13 | |
| | | | ||||||
* | | | Fix #11509. Significantly increase test coverage for fileinput. | briancurtin | 2011-03-15 | 1 | -15/+605 | |
| | | | | | | | | | | | | Patch by Denver Coneybeare at the PyCon 2011 Sprints. | |||||
* | | | Typo. | Eric V. Smith | 2011-03-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge 1579808ef25b | Gregory P. Smith | 2011-03-15 | 1 | -2/+5 | |
|\ \ \ | |/ / | ||||||
| * | | merge 141bbcb19c06 | Gregory P. Smith | 2011-03-15 | 1 | -2/+5 | |
| |\ \ | | |/ | ||||||
| | * | Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was | Gregory P. Smith | 2011-03-15 | 1 | -2/+5 | |
| | | | | | | | | | | | | when test_subprocess was run. | |||||
* | | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 50 | -59/+59 | |
|\ \ \ | |/ / | ||||||
| * | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 49 | -58/+58 | |
| |\ \ | | |/ | ||||||
| | * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 41 | -1770/+1771 | |
| | | | ||||||
* | | | Merge redundant __contains__ doc fix from 3.2. | R David Murray | 2011-03-15 | 1 | -6/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Merge redundant __contains__ doc fix from 3.1. | R David Murray | 2011-03-15 | 1 | -6/+0 | |
| |\ \ | | |/ | ||||||
| | * | Remove redundant __contains__ entry from Message docs. | R David Murray | 2011-03-15 | 1 | -6/+0 | |
| | | | ||||||
* | | | Merge long Japanese header fix from 3.2. | R David Murray | 2011-03-15 | 2 | -1/+15 | |
|\ \ \ | |/ / | ||||||
| * | | Fix header encoding of long headers when using euc-jp and shift_jis. | R David Murray | 2011-03-15 | 2 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | | | When a header was long enough to need to be split across lines, the input charset name was used instead of the output charset name in the encoded words. This make a difference only for the two charsets above. | |||||
* | | | Merge with hg.python.org. | Reid Kleckner | 2011-03-14 | 16 | -66/+222 | |
|\ \ \ | ||||||
| * \ \ | merge default | Michael Foord | 2011-03-14 | 4 | -0/+40 | |
| |\ \ \ | ||||||
| | * \ \ | Merge with remote | Nick Coghlan | 2011-03-14 | 5 | -52/+99 | |
| | |\ \ \ | ||||||
| | * | | | | Close #11505: Improve string.py coverage | Nick Coghlan | 2011-03-14 | 4 | -0/+40 | |
| | | | | | | ||||||
| * | | | | | Closes issue 11407. TestCase.run returns the result object used or created | Michael Foord | 2011-03-14 | 5 | -7/+49 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 3 | -49/+93 | |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | IP addresses in the proxy exception list. | |||||
| | * | | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 3 | -49/+93 | |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | IP addresses in the proxy exception list. | |||||
| | | * | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified ↵ | Ronald Oussoren | 2011-03-14 | 3 | -49/+93 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IP addresses in the proxy exception list Patch by Scott Wilson. | |||||
| | | * | | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 4 | -3/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing. | |||||
| * | | | | Merge linesep docstring changes from 3.2. | R David Murray | 2011-03-14 | 2 | -3/+6 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | ||||||
| | * | | Harmonize linesep docstrings, and fix the quoting of \r\n | R David Murray | 2011-03-14 | 2 | -3/+6 | |
| | | | | ||||||
| * | | | Merge #11496 from 3.2. | R David Murray | 2011-03-14 | 1 | -0/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | #11496: skip history test if clear_history is not available. | R David Murray | 2011-03-14 | 2 | -0/+5 | |
| | | | | | | | | | | | | | | | | Patch by Natalia B. Bidart. | |||||
| * | | | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 4 | -3/+16 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing. | |||||
| | * | | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 4 | -3/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing. | |||||
| * | | | whitespace fix | Gregory P. Smith | 2011-03-14 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | merge default | Gregory P. Smith | 2011-03-14 | 1 | -1/+1 | |
| |\ \ \ |