summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-2818-30/+30
|\
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-2818-30/+30
* | Issue #24773: Fixed tests failures on systems with 32-bit time_t.Alexander Belopolsky2016-07-261-0/+5
* | Issue #27620: Escape key closes Query box as cancelled.Terry Jan Reedy2016-07-252-3/+4
* | Issue #24137, issue #27611: Restore tkinter after test_idle.Terry Jan Reedy2016-07-251-0/+2
* | Issue #1621: Avoid signed overflow in list and tuple operationsMartin Panter2016-07-251-1/+13
* | Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.Terry Jan Reedy2016-07-243-7/+12
* | Issue 24773: Make zoneinfo tests more robust. (reapply)Alexander Belopolsky2016-07-241-2/+5
* | Issue #27609: Explicitly return None when there are other returns.Terry Jan Reedy2016-07-242-30/+27
* | Reindented Lib/test/datetimetester.py.Alexander Belopolsky2016-07-241-2/+2
* | Issue #24773: Made ZoneInfoCompleteTest a TestSuit.Alexander Belopolsky2016-07-242-20/+29
* | Issue 24773: Make zoneinfo tests more robust.Alexander Belopolsky2016-07-231-2/+5
* | Issue #13849: Merge from 3.5Berker Peksag2016-07-23528-8201/+27336
|\ \ | |/ |/|
| * Issue #13849: Merge from 3.5Berker Peksag2016-07-23528-8201/+27336
| |\
| | * Issue #27493: Fix test_path_objects under WindowsBerker Peksag2016-07-231-1/+1
| | * Issue #27130: Merge zlib 64-bit fixes from 3.5Martin Panter2016-07-23528-8201/+27336
| | |\
| | | * Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-223-78/+975
| | | * Closes #27493: accepted Path objects in file handlers for logging.Vinay Sajip2016-07-223-2/+31
| | | * Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.Vinay Sajip2016-07-222-6/+46
| | | * Issue #27472: Add test.support.unix_shell as the path to the default shell.Xavier de Gaye2016-07-224-13/+22
| | | * Issue #27528: Merge warning doc and test from 3.5Martin Panter2016-07-191-0/+12
| | | |\
| | | * \ Merge 3.5.Stefan Krah2016-07-17528-8105/+26265
| | | |\ \
| | | | * \ Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.Serhiy Storchaka2016-07-17528-8105/+26265
| | | | |\ \
| | | | | * \ Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-17528-8105/+26265
| | | | | |\ \
| | | | | | * \ Issue #25507: Merge from 3.5 with ttk replacing colorchooser.Terry Jan Reedy2016-07-16528-8105/+26265
| | | | | | |\ \
| | | | | | | * \ Merge for #27083Brett Cannon2016-07-16528-8104/+26264
| | | | | | | |\ \
| | | | | | | | * \ Merge: #27522: break unintended cycle in feedparser.R David Murray2016-07-15528-8104/+26264
| | | | | | | | |\ \
| | | | | | | | | * \ Merge for #27083Brett Cannon2016-07-15528-8104/+26264
| | | | | | | | | |\ \
| | | | | | | | | | * | Fix a failing test introduced as part of issue #27512Brett Cannon2016-07-151-2/+1
| | | | | | | | | | * | Merge for #26844Brett Cannon2016-07-151-2/+2
| | | | | | | | | | |\ \
| | | | | | | | | | * | | Issue #27512: Don't segfault when os.fspath() calls an object whoseBrett Cannon2016-07-151-7/+17
| | | | | | | | | | * | | Issue #25507: Move 4 objects from pyshell to run and switch inports.Terry Jan Reedy2016-07-153-110/+114
| | | | | | | | | | * | | merge 3.5 (#27514)Benjamin Peterson2016-07-14528-8000/+26147
| | | | | | | | | | |\ \ \
| | | | | | | | | | | * | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-1318-100/+89
| | | | | | | | | | | * | | Issue #27369: Merge test_pyexpat from 3.5Martin Panter2016-07-141-4/+2
| | | | | | | | | | | |\ \ \
| | | | | | | | | | | * \ \ \ Merge 3.5 (issue #27392)Yury Selivanov2016-07-12537-8087/+26245
| | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | | * | | | Update pydoc topics for 3.6.0a3Ned Deily2016-07-111-5/+9
| | | | | | | | | | | | * | | | Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-11537-8087/+26241
| | | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | | | * \ \ \ Issue #23804: Merge SSL recv() fix from 3.5Martin Panter2016-07-111-8/+21
| | | | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | | | * | | | | IDLE NEWS items.Terry Jan Reedy2016-07-101-0/+18
| | | | | | | | | | | | | * | | | | Issue #27477: Convert IDLE search dialogs to using ttk widgets.Terry Jan Reedy2016-07-106-36/+50
| | | | | | | | | | | | | * | | | | Refine geometry of idlelib htests (and a few other fix-ups).Terry Jan Reedy2016-07-1019-58/+52
| | | | | | | | | | | | | * | | | | Issue #27173: Fix error in test_config that caused test_idle to fail.Terry Jan Reedy2016-07-101-1/+1
| | | | | | | | | | | | | * | | | | Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.Terry Jan Reedy2016-07-105-57/+270
| | | | | | | | | | | | | * | | | | Issue #27027: Added test.support.is_android that is True when this is anXavier de Gaye2016-07-101-1/+3
| | | | | | | | | | | | | * | | | | [merge from 3.5] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-102-1/+23
| | | | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | | * | | | | | Issue #27474: Unified error messages in the __contains__ method of bytes andSerhiy Storchaka2016-07-101-0/+1
| | | | | | | | | | | | | * | | | | | Issue #26972: Fix some mistakes in importlib-related docstrings.Brett Cannon2016-07-082-12/+12
| | | | | | | | | | | | | * | | | | | Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-085-16/+14
| | | | | | | | | | | | | * | | | | | WhitespaceTerry Jan Reedy2016-07-081-1/+1