summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Closes #22829: Added --prompt option to venv.Vinay Sajip2016-08-062-5/+24
* | | Closes #27650: Implemented repr methods for logging objects.Vinay Sajip2016-08-061-0/+27
* | | Add AutoEnum: automatically provides next value if missing. Issue 26988.Ethan Furman2016-08-052-14/+445
* | | Closes #20160: Merged fix from 3.5.Vinay Sajip2016-08-051-0/+35
|\ \ \ | |/ /
| * | Issue #20160: Merged fix from 3.4.Vinay Sajip2016-08-051-0/+35
| |\ \ | | |/
| | * Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-051-0/+35
| | |\
| | | * Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-051-0/+35
* | | | Merge spelling and grammar fixes from 3.5Martin Panter2016-08-055-5/+5
|\ \ \ \ | |/ / /
| * | | Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-045-5/+5
* | | | 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