summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge: Close issue #8600: test_gdb failures because innocuous warningsJesus Cea2011-03-161-0/+3
|\
| * Close issue #8600: test_gdb failures because innocuous warningsJesus Cea2011-03-161-0/+3
* | merge 3.2Michael Foord2011-03-152-6/+68
|\ \ | |/
| * Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge...Michael Foord2011-03-152-6/+68
| * Issue 11510: Fix BUILD_SET optimizer bug.Raymond Hettinger2011-03-151-1/+13
* | Undo an accidental commit.Brett Cannon2011-03-151-18/+16
* | mergeBrett Cannon2011-03-151-1/+14
|\ \
| * | whitespace fixRaymond Hettinger2011-03-151-9/+9
| * | whitespace fixRaymond Hettinger2011-03-151-0/+1
| * | Issue 11510: Fix BUILD_SET optimizer bug.Raymond Hettinger2011-03-151-1/+13
* | | mergeBrett Cannon2011-03-151-16/+18
* | | Be more thorough in blanking out methods grabbed off of an fp.Brett Cannon2011-03-151-2/+5
|/ /
* | Properly close a file in test_os.Brett Cannon2011-03-151-8/+6
* | Don't leave around a test symlink file.Brett Cannon2011-03-151-1/+3
* | mergeBrett Cannon2011-03-156-22/+113
|\ \
| * | PyErr_Print can leave sys.last_traceback hanging around; kill itBenjamin Peterson2011-03-151-10/+8
| * | merge headsBenjamin Peterson2011-03-155-12/+105
| |\ \
| | * \ MergeAntoine Pitrou2011-03-152-4/+7
| | |\ \
| | * \ \ Merge fix for issue #11501Antoine Pitrou2011-03-155-12/+105
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge fix for issue #11501Antoine Pitrou2011-03-155-12/+105
| | | |\ \
| | | | * | On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile noAntoine Pitrou2011-03-155-12/+105
| | | * | | merge 3.2 headsGregory P. Smith2011-03-151-7/+1
| | | |\ \ \
| | | | * | | merge d71476b9a55d from tip, use start_new_session instead of os.setsid.Gregory P. Smith2011-03-151-7/+1
| | | * | | | revert the test_main() change from 08daf3ef6509 so that regrtest continues to...Gregory P. Smith2011-03-151-1/+14
| | | * | | | Add unittests demonstrating issue #11432.Gregory P. Smith2011-03-151-15/+21
| * | | | | | should use 'is' hereBenjamin Peterson2011-03-151-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Close a stream properly in test.test_pulldom.Brett Cannon2011-03-151-1/+3
|/ / / / /
* | | | | mergeBrett Cannon2011-03-155-18/+168
|\ \ \ \ \ | |/ / / /
| * | | | merge headsGregory P. Smith2011-03-151-8/+98
| |\ \ \ \
| | * \ \ \ merge headsBenjamin Peterson2011-03-158-27/+99
| | |\ \ \ \
| | * | | | | improve dis test coverage (closes #11559)Benjamin Peterson2011-03-151-8/+98
| * | | | | | revert the test_main() change from 08daf3ef6509 so that regrtest continues to...Gregory P. Smith2011-03-151-1/+14
| * | | | | | merge updateGregory P. Smith2011-03-153-5/+51
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | MergedBarry Warsaw2011-03-151-2/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge and resolve Misc/NEWS.Barry Warsaw2011-03-156-23/+49
| | |\ \ \ \ \ \
| | * | | | | | | - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be usedBarry Warsaw2011-03-152-2/+49
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Use start_new_session in the webbrowser module rather than a python os.setsid...Gregory P. Smith2011-03-151-7/+1
| * | | | | | | Add unittests demonstrating issue #11432.Gregory P. Smith2011-03-151-15/+21
* | | | | | | | Add warnings support to test.support.args_from_interpreter_flags().Brett Cannon2011-03-151-1/+4
* | | | | | | | Move off of assertEquals() and over to assertEqual().Brett Cannon2011-03-151-3/+3
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge #11555 as_string doc fix from 3.2.R David Murray2011-03-151-2/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge #11555 as_string doc fix from 3.1.R David Murray2011-03-151-2/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-2/+1
* | | | | | Merge obsolete comment removal from 3.2.R David Murray2011-03-151-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Remove obsolete comment.R David Murray2011-03-151-1/+1
| | |_|/ | |/| |
* | | | Merge #11554 test_email_codecs activation from 3.2.R David Murray2011-03-155-22/+48
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | #11554: reactivate test_email_codecs, and make it pass.R David Murray2011-03-155-22/+48
* | | Adjust test names to be more descriptive instead of depending on capitalization.briancurtin2011-03-151-4/+4
* | | import style nitsBenjamin Peterson2011-03-151-8/+13
* | | Fix #11509. Significantly increase test coverage for fileinput.briancurtin2011-03-151-15/+605