summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (issue #26221)Yury Selivanov2016-03-022-0/+7
|\
| * asyncio: Prevent StopIteration from being thrown into a FutureYury Selivanov2016-03-022-0/+7
* | Merge 3.5 (issue #25647)Yury Selivanov2016-03-022-1/+26
|\ \ | |/
| * asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)Yury Selivanov2016-03-022-1/+26
* | Sync selectors.py with upstream asyncioYury Selivanov2016-03-021-5/+6
* | Merge 3.5Yury Selivanov2016-03-021-1/+2
|\ \ | |/
| * asyncio, selectors: Update to the upstream versionYury Selivanov2016-03-022-3/+13
* | Merge 3.5Yury Selivanov2016-03-020-0/+0
|\ \ | |/
| * Merge 3.4Yury Selivanov2016-03-020-0/+0
| |\
| | * asyncio: Update 3.4 asyncio/test_tasks to upstream versionYury Selivanov2016-03-021-1/+2
* | | Factor-out common subexpression.Raymond Hettinger2016-03-021-3/+3
* | | Put block length computations in a more logical order.Raymond Hettinger2016-03-021-2/+2
* | | Update assertion in compiler_addop_i()Victor Stinner2016-03-011-4/+8
* | | Merge 3.5Victor Stinner2016-03-012-13/+22
|\ \ \ | |/ /
| * | Issue #26464: Fix unicode_fast_translate() againVictor Stinner2016-03-012-13/+22
* | | Merge 3.5Victor Stinner2016-03-013-3/+12
|\ \ \ | |/ /
| * | Fix str.translate()Victor Stinner2016-03-013-3/+12
* | | Issue #26457: Fixed the subnets() methods in IP network classes for the caseSerhiy Storchaka2016-03-013-9/+43
|\ \ \ | |/ /
| * | Issue #26457: Fixed the subnets() methods in IP network classes for the caseSerhiy Storchaka2016-03-013-9/+43
* | | Merge with 3.5Terry Jan Reedy2016-03-011-3/+3
|\ \ \ | |/ /
| * | WhitespaceTerry Jan Reedy2016-03-011-3/+3
* | | Merge with 3.5Terry Jan Reedy2016-03-011-1/+24
|\ \ \ | |/ /
| * | Document maintenance of idlelib/help.html in idlelib.Terry Jan Reedy2016-03-011-1/+24
* | | Merge with 3.5Terry Jan Reedy2016-03-011-73/+73
|\ \ \ | |/ /
| * | Rebase the 3.x version of idlelib/help.html on the 3.5 version ofTerry Jan Reedy2016-03-011-73/+73
* | | Issue #26385: Merge NamedTemporaryFile fix from 3.5Martin Panter2016-02-293-2/+14
|\ \ \ | |/ /
| * | Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhostMartin Panter2016-02-283-2/+14
* | | merge with 3.5Georg Brandl2016-02-281-1/+1
|\ \ \ | |/ /
| * | Update susp-ignore file (#25910).Georg Brandl2016-02-281-1/+1
* | | merge with 3.5Georg Brandl2016-02-281-1/+1
|\ \ \ | |/ /
| * | Fix typo.Georg Brandl2016-02-281-1/+1
* | | Issue #22836: Merge exception reporting from 3.5Martin Panter2016-02-285-9/+92
|\ \ \ | |/ /
| * | Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-285-9/+92
* | | #26246: merge with 3.5.Ezio Melotti2016-02-272-7/+12
|\ \ \ | |/ /
| * | #26246: merge with 3.4.Ezio Melotti2016-02-272-7/+12
| |\ \ | | |/
| | * #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-272-7/+12
* | | compile.c: inline compiler_use_new_block()Victor Stinner2016-02-271-26/+9
* | | merge with 3.5Georg Brandl2016-02-2669-262/+252
|\ \ \ | |/ /
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-2669-256/+253
* | | merge with 3.5Georg Brandl2016-02-261-3/+3
|\ \ \ | |/ /
| * | Fix version.Georg Brandl2016-02-261-3/+3
* | | merge with 3.5Georg Brandl2016-02-261-1/+1
|\ \ \ | |/ /
| * | Closes #26442: fix copy-paste.Georg Brandl2016-02-261-1/+1
* | | merge with 3.5Georg Brandl2016-02-261-7/+7
|\ \ \ | |/ /
| * | Closes #26444: typo fixes.Georg Brandl2016-02-261-7/+7
* | | remove unused c_encoding struct memberBenjamin Peterson2016-02-261-17/+4
* | | rewrite parsestr() so it's comprehensible; remove dead codeBenjamin Peterson2016-02-261-24/+12
* | | c_encoding can never be NULL, which allows some code simplificationBenjamin Peterson2016-02-261-47/+43
* | | Dummy merge with 3.5Martin Panter2016-02-260-0/+0
|\ \ \ | |/ /
| * | Issue #24421: Compile _math.c separately to avoid race conditionMartin Panter2016-02-033-5/+17