summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct Misc/NEWS about asyncio.Queue rewrite.Guido van Rossum2015-09-281-3/+2
|\
| * Correct Misc/NEWS about asyncio.Queue rewrite.Guido van Rossum2015-09-281-4/+1
| |\
| | * Correct Misc/NEWS about asyncio.Queue rewrite.Guido van Rossum2015-09-281-4/+1
| | |
* | | Fix test_regrtest.test_tools_buildbot_test()Victor Stinner2015-09-281-12/+13
| | | | | | | | | | | | | | | Issue #25220: Fix test_regrtest.test_tools_buildbot_test() on release build (on Windows), pass "+d" option to test.bat.
* | | Issue #25220: Add functional tests to test_regrtestVictor Stinner2015-09-281-2/+291
| | | | | | | | | | | | | | | | | | | | | * test all available ways to run the Python test suite * test many regrtest options: --slow, --coverage, -r, -u, etc. Note: python -m test --coverage doesn't work on Windows.
* | | Issue #25233: Rewrite the guts of Queue to be more understandable and ↵Guido van Rossum2015-09-282-118/+89
|\ \ \ | |/ / | | | | | | correct. (Merge 3.5->default.)
| * | Issue #25233: Rewrite the guts of Queue to be more understandable and ↵Guido van Rossum2015-09-283-118/+91
| |\ \ | | |/ | | | | | | correct. (Merge 3.4->3.5.)
| | * Issue #25233: Rewrite the guts of Queue to be more understandable and correct.Guido van Rossum2015-09-283-118/+91
| | |
* | | Issue #25122: Remove verbose mode of test_eintrVictor Stinner2015-09-281-8/+1
| | | | | | | | | | | | | | | | | | | | | "./python -m test -W test_eintr" wrote Lib/test/eintrdata/eintr_tester.py output to stdout which was not expected. Since test_eintr doesn't hang anymore, remove the verbose mode instead.
* | | Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-18/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer.
| * | Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-18/+8
| |\ \ | | |/ | | | | | | | | | | | | | | | The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer.
| | * Issue #25249: Remove unneeded mkstemp helper in test_subprocessBerker Peksag2015-09-281-18/+8
| | | | | | | | | | | | | | | | | | | | | The helper was added in 76641824cf05 11 years ago and it can be removed now since all supported Python versions have tempfile.mkstemp(). Patch by Nir Soffer.
* | | Merge with 3.5Terry Jan Reedy2015-09-281-1/+3
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-281-1/+3
| |\ \ | | |/
| | * Issue #24972: New option is only valid in tk 8.5+.Terry Jan Reedy2015-09-281-1/+3
| | |
* | | Merge with 3.5Terry Jan Reedy2015-09-281-30/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-09-281-30/+1
| |\ \ | | |/
| | * Issue #24972: Inactive selection background now matches active selectionTerry Jan Reedy2015-09-281-30/+1
| | | | | | | | | | | | | | | | | | background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option.
* | | Merge from 3.5; no file changesMartin Panter2015-09-280-0/+0
|\ \ \ | |/ /
| * | Merge from 3.4 into 3.5; no file changesMartin Panter2015-09-280-0/+0
| |\ \ | | |/
| | * Backed out changeset: 70c01dd35100Terry Jan Reedy2015-09-281-1/+30
| | |
| | * Issue #24972: Inactive selection background now matches active selectionTerry Jan Reedy2015-09-281-30/+1
| | | | | | | | | | | | | | | | | | background, as selected by user, on all systems. This also fixes a problem with found items not highlighted on Windows. Initial patch by Mark Roseman. Fix replaces workaround with obscure but proper configuration option.
| | * mergeAlexander Belopolsky2015-09-280-0/+0
| | |\
| | * | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-283-1/+27
| | | |
| * | | mergeAlexander Belopolsky2015-09-280-0/+0
| |\ \ \
| * | | | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-283-1/+27
| | | | |
* | | | | mergeAlexander Belopolsky2015-09-282-4/+11
|\ \ \ \ \
| * \ \ \ \ Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-272-4/+8
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | module in inconsistent state.
| | * | | | Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-272-4/+8
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | module in inconsistent state.
| | | * | | Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-272-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | module in inconsistent state.
* | | | | | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-283-1/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-283-1/+27
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-283-1/+27
| | |/
* | | Merge: Fix English phrasing.R David Murray2015-09-271-2/+2
|\ \ \ | |/ /
| * | Merge: Fix English phrasing.R David Murray2015-09-271-2/+2
| |\ \ | | |/
| | * Fix English phrasing.R David Murray2015-09-271-2/+2
| | |
* | | Issue #25011: rlcomplete now omits private and special attribute names unlessSerhiy Storchaka2015-09-274-10/+51
| | | | | | | | | | | | the prefix starts with underscores.
* | | Issue #25209: rlcomplete now can add a space or a colon after completed keyword.Serhiy Storchaka2015-09-273-4/+17
| | |
* | | Issue #25220: Fix Lib/test/autotest.pyVictor Stinner2015-09-272-2/+2
| | |
* | | merge 3.5Benjamin Peterson2015-09-271-2/+2
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2015-09-271-2/+2
| |\ \ | | |/
| | * fix spacingBenjamin Peterson2015-09-271-2/+2
| | |
* | | merge 3.5Benjamin Peterson2015-09-270-0/+0
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2015-09-270-0/+0
| |\ \ | | |/
| | * merge headsBenjamin Peterson2015-09-271-22/+14
| | |\
| * | \ merge headsBenjamin Peterson2015-09-271-22/+14
| |\ \ \
* | \ \ \ merge headsBenjamin Peterson2015-09-271-22/+14
|\ \ \ \ \
| * \ \ \ \ Merge with 3.5Terry Jan Reedy2015-09-271-22/+14
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge with 3.4Terry Jan Reedy2015-09-271-22/+14
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Issue #25198: When using the Idle dov TOC menu, put the section title at theTerry Jan Reedy2015-09-271-22/+14
| | | | | | | | | | | | | | | | | | | | | | | | top of the window, unless it is too near the bottom to do do.