summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #24225: Fix additional renamed module references.Ned Deily2016-06-041-1/+1
* merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicateGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-042-5/+65
|\
| * Fixes Issue #26373: subprocess.Popen.communicate now correctly ignoresGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-042-5/+65
* | Clean up urlopen doc string.R David Murray2016-06-041-6/+6
* | Merge: #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-032-6/+20
|\ \ | |/
| * #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-032-6/+20
| * first step in backout of bad default->3.5 merge d085b4f779af. Create new hea...Ned Deily2016-06-031-1/+1
* | signal, socket, and ssl module IntEnum constant name lookups now return aGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-032-2/+44
* | Issue #26983: float() now always return an instance of exact float.Serhiy Storchaka2016-06-032-10/+17
* | Merge headsSerhiy Storchaka2016-06-032-4/+36
|\ \
| * | issue27167: make the test not care about the exact signal name in theGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-1/+3
| * | Issue #27167: Clarify the subprocess.CalledProcessError error message textGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-032-4/+34
* | | Merge 3.5.Serhiy Storchaka2016-06-031-30/+32
|\ \ \ | |/ / |/| / | |/
| * Issue #27185: Rename test_string_merged.py back to test_string.py.Serhiy Storchaka2016-06-031-0/+0
| * Issue #27185: Merge test_pep292.py into test_string_merged.py.Serhiy Storchaka2016-06-032-250/+244
| |\
| | * Issue #27185: Rename test_pep292.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
| * | Issue #27185: Rename test_string.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
| |/
* | Issue25931: fix tests broken by the conditional define of socketserver.Forking*Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-6/+7
* | Reindent properly.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-76/+74
* | Issue #25931: Don't defining socketserver.Forking* names on platforms suchGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-6/+11
* | Merge: #27185: move test_pep292 into test_string.R David Murray2016-06-022-248/+240
|\ \
| * | #27185: move test_pep292 into test_string.R David Murray2016-06-022-248/+240
| |/
* | issue27186 -- initial docs, tests, and python version of os.fspathEthan Furman2016-06-022-0/+42
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-022-3/+39
|\ \ | |/
| * asyncio: Fix getaddrinfo to accept service names (for port)Yury Selivanov2016-06-022-3/+39
* | Merge 3.5 (asyncio)Yury Selivanov2016-06-022-1/+5
|\ \ | |/
| * asyncio: Support host=b'' for getaddrinfoYury Selivanov2016-06-022-1/+5
* | Issue #21776: Merge from 3.5Berker Peksag2016-06-022-8/+37
|\ \ | |/
| * Issue #21776: distutils.upload now correctly handles HTTPErrorBerker Peksag2016-06-022-8/+37
* | Merge: #20973: add total ordering tests for ipaddressR David Murray2016-06-021-0/+33
|\ \ | |/
| * #20973: add total ordering tests for ipaddressR David Murray2016-06-021-0/+33
* | Issue #21271: Adds new keyword only parameters in reset_mock callKushal Das2016-06-022-1/+24
* | Issue #27171: Merge typo fixes from 3.5Martin Panter2016-06-0220-28/+28
|\ \ | |/
| * Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-0220-28/+28
* | Issue # 24225: Update idlelib.README.txt with new file names and event handlers.Terry Jan Reedy2016-06-011-133/+135
* | Issue #27156: Remove obsolete code not used by IDLE.Terry Jan Reedy2016-05-303-432/+0
* | Issue #27125: Remove duplicated words in exception messageMartin Panter2016-05-301-1/+1
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-305-7/+6
|\ \ | |/
| * Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-305-7/+6
* | Add items to MISC/NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-05-301-2/+42
|\ \ | |/
| * Add items to MISC/NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-05-301-0/+40
* | Issue #27033: Removed unnecessary the bool calls.Serhiy Storchaka2016-05-291-4/+4
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-294-5/+6
|\ \ | |/
| * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-294-5/+6
| * Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme.Terry Jan Reedy2016-05-293-16/+31
* | Issue #27117: Make colorizer htest and turtledemo work with dark theme.Terry Jan Reedy2016-05-293-16/+31
* | merge headsBenjamin Peterson2016-05-2885-360/+378
|\ \
| * | Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-2873-360/+378
| * | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-2260-0/+0
* | | merge 3.5Benjamin Peterson2016-05-281-8/+0
|\ \ \ | |/ / |/| / | |/