summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5Donald Stufft2016-08-033-6/+6
|\
| * Merge 3.4Donald Stufft2016-08-033-6/+6
| |\
| | * Merge 3.3Donald Stufft2016-08-033-5/+5
| | |\
| | | * Switch upload.pypi.io to upload.pypi.orgDonald Stufft2016-08-033-4/+4
* | | | Merge 3.5.Stefan Krah2016-08-031-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #20767: Fix -R option for FreeBSD/clang.Stefan Krah2016-08-031-0/+2
* | | | Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-022-3/+16
* | | | Merge 3.5.Stefan Krah2016-08-021-1/+4
|\ \ \ \ | |/ / /
| * | | Issue #27241: Catch exception when running pstats as main.Stefan Krah2016-08-021-1/+4
* | | | [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+18
|\ \ \ \ | |/ / /
| * | | [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+18
| |\ \ \ | | |/ /
| | * | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+20
| | |\ \ | | | |/
| | | * Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-312-0/+20
* | | | Issue 24773: Use the standard Asia/Tehran name in the Iran test.Alexander Belopolsky2016-07-301-1/+1
* | | | Issue #27366: Tweak PEP 487 documentationBerker Peksag2016-07-301-22/+22
* | | | Issue #27366: Implement PEP 487Nick Coghlan2016-07-304-16/+252
* | | | Closes #1521950: Made shlex parsing more shell-like.Vinay Sajip2016-07-292-21/+165
* | | | Issue #27620: Make htest box respond to <Return> and <Escape>.Terry Jan Reedy2016-07-281-6/+12
* | | | Issue #27620: Mark the default action button as the default.Terry Jan Reedy2016-07-281-1/+1
* | | | Issue #27626: Further spelling fixes for 3.6Martin Panter2016-07-282-2/+2
* | | | 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-262-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-253-7/+12
* | | | Issue 24773: Make zoneinfo tests more robust. (reapply)Alexander Belopolsky2016-07-251-2/+5
* | | | Issue #27609: Explicitly return None when there are other returns.Terry Jan Reedy2016-07-252-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-231-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #13849: Fix test_null_bytes under WindowsBerker Peksag2016-07-231-1/+1
* | | | Issue #13849: Merge from 3.5Berker Peksag2016-07-231-0/+9
|\ \ \ \ | |/ / /
| * | | Issue #13849: Add tests for null byte checking in test_genericpathBerker Peksag2016-07-231-0/+9
* | | | 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-231-16/+48
|\ \ \ \ | |/ / /
| * | | Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter2016-07-231-16/+48
* | | | 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
|\ \ \ \ | |/ / /
| * | | Issue #27528: Document and test warning messages must match at beginningMartin Panter2016-07-191-0/+12
* | | | Merge 3.5.Stefan Krah2016-07-171-0/+28
|\ \ \ \ | |/ / /
| * | | Issue #26974: Fix segfault in the presence of absurd subclassing. ProactivelyStefan Krah2016-07-171-0/+28
* | | | Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.Serhiy Storchaka2016-07-171-2/+2
|\ \ \ \ | |/ / /
| * | | Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.Serhiy Storchaka2016-07-171-2/+2
* | | | Issue #17711: Fixed unpickling by the persistent ID with protocol 0.Serhiy Storchaka2016-07-173-10/+64
|\ \ \ \ | |/ / /