Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge for #27083 | Brett Cannon | 2016-07-15 | 4 | -2346/+2354 |
|\ | |||||
| * | Issue #27083: Respect the PYTHONCASEOK environment variable under | Brett Cannon | 2016-07-15 | 3 | -7/+13 |
* | | Fix a failing test introduced as part of issue #27512 | Brett Cannon | 2016-07-15 | 1 | -2/+1 |
* | | Merge for #26844 | Brett Cannon | 2016-07-15 | 3 | -2/+6 |
|\ \ | |/ | |||||
| * | Issue #26844: Fix imp.find_module() to have the exception related to | Brett Cannon | 2016-07-15 | 3 | -2/+6 |
* | | Issue #27512: Don't segfault when os.fspath() calls an object whose | Brett Cannon | 2016-07-15 | 3 | -7/+24 |
* | | Issue #27518: Merge from 3.5 | Berker Peksag | 2016-07-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27518: Fix typo in Grammar/Grammar | Berker Peksag | 2016-07-15 | 1 | -1/+1 |
* | | Issue #25507: Move 4 objects from pyshell to run and switch inports. | Terry Jan Reedy | 2016-07-15 | 3 | -110/+114 |
* | | merge 3.5 (#27514) | Benjamin Peterson | 2016-07-15 | 3 | -3/+8 |
|\ \ | |/ | |||||
| * | make too many nested blocks be a SyntaxError instead of a SystemError (closes... | Benjamin Peterson | 2016-07-15 | 3 | -3/+8 |
* | | Issue #27180: Merge from 3.5 | Berker Peksag | 2016-07-14 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Issue #27180: Clarify Path.rename() behavior on Unix systems | Berker Peksag | 2016-07-14 | 1 | -2/+3 |
* | | Issue #27455: Merge from 3.5 | Berker Peksag | 2016-07-14 | 1 | -13/+13 |
|\ \ | |/ | |||||
| * | Issue #27455: Improve examples in tkinter documentation | Berker Peksag | 2016-07-14 | 1 | -13/+13 |
* | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 20 | -105/+92 |
* | | Issue #27369: Merge test_pyexpat from 3.5 | Martin Panter | 2016-07-14 | 2 | -4/+8 |
|\ \ | |/ | |||||
| * | Issue #27369: Merge test_pyexpat from 3.4 into 3.5 | Martin Panter | 2016-07-14 | 2 | -4/+8 |
| |\ | |||||
| | * | Issue #27369: Merge test_pyexpat from 3.3 into 3.4 | Martin Panter | 2016-07-14 | 2 | -4/+8 |
| | |\ | |||||
| | | * | Issue #27369: Merge test_pyexpat from 3.2 into 3.3 | Martin Panter | 2016-07-14 | 2 | -4/+5 |
| | | |\ | |||||
| | | | * | Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2 | Martin Panter | 2016-07-14 | 2 | -4/+5 |
| | | | * | Issue #22758: Move NEWS entry to Library section | Martin Panter | 2016-07-14 | 1 | -3/+3 |
* | | | | | Merge from 3.5 | Steve Dower | 2016-07-14 | 2 | -7/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fixes build order and lingering intermediate files. | Steve Dower | 2016-07-14 | 2 | -7/+7 |
* | | | | | Merge 3.5 (issue #27392) | Yury Selivanov | 2016-07-12 | 3 | -4/+106 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Issue #27392: Add loop.connect_accepted_socket(). | Yury Selivanov | 2016-07-12 | 3 | -4/+106 |
* | | | | | Issue #27481: Docummented that ValueError is now raised instead of TypeError | Serhiy Storchaka | 2016-07-12 | 2 | -6/+22 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Issue #27481: Docummented that ValueError is now raised instead of TypeError | Serhiy Storchaka | 2016-07-12 | 2 | -6/+22 |
* | | | | | Start 3.6.0a4 | Ned Deily | 2016-07-12 | 2 | -1/+13 |
* | | | | | Added tag v3.6.0a3 for changeset f3edf13dc339 | Ned Deily | 2016-07-11 | 1 | -0/+1 |
* | | | | | Version bump for 3.6.0a3v3.6.0a3 | Ned Deily | 2016-07-11 | 3 | -4/+4 |
* | | | | | Update pydoc topics for 3.6.0a3 | Ned Deily | 2016-07-11 | 1 | -5/+9 |
* | | | | | Issue #27285: Cleanup "suspicious" warnings. | Ned Deily | 2016-07-11 | 3 | -6/+6 |
* | | | | | Issue #23804: Merge spelling and NEWS fixes from 3.5 | Martin Panter | 2016-07-11 | 11 | -16/+22 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | English spelling and grammar fixes | Martin Panter | 2016-07-11 | 11 | -17/+17 |
| * | | | | Restore NEWS entries lost in revision 8145f25f26aa | Martin Panter | 2016-07-11 | 1 | -0/+6 |
* | | | | | Issue #23804: Merge SSL recv() fix from 3.5 | Martin Panter | 2016-07-11 | 3 | -8/+32 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF | Martin Panter | 2016-07-11 | 3 | -8/+32 |
* | | | | | IDLE NEWS items. | Terry Jan Reedy | 2016-07-11 | 2 | -0/+36 |
* | | | | | Issue #27477: Convert IDLE search dialogs to using ttk widgets. | Terry Jan Reedy | 2016-07-11 | 6 | -36/+50 |
* | | | | | Refine geometry of idlelib htests (and a few other fix-ups). | Terry Jan Reedy | 2016-07-10 | 19 | -58/+52 |
* | | | | | Issue #27173: Fix error in test_config that caused test_idle to fail. | Terry Jan Reedy | 2016-07-10 | 1 | -1/+1 |
* | | | | | issue27476 - Introduce a .github template to discourage github pull requests | Senthil Kumaran | 2016-07-10 | 1 | -0/+9 |
* | | | | | Null merge | Serhiy Storchaka | 2016-07-10 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge heads | Serhiy Storchaka | 2016-07-10 | 2 | -4/+4 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge heads | Serhiy Storchaka | 2016-07-10 | 7 | -61/+274 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | #22758 null merge | R David Murray | 2016-07-10 | 0 | -0/+0 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | #22758 null merge | R David Murray | 2016-07-10 | 0 | -0/+0 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | #22758 null merge | R David Murray | 2016-07-10 | 0 | -0/+0 |
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | |||||
| | | | * | | | #22758 null merge | R David Murray | 2016-07-10 | 0 | -0/+0 |
| | | | |\ \ \ | | | | | | |/ | | | | | |/| |