summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge Element Tree doc string from 3.5Martin Panter2016-06-041-1/+1
|\ \ | |/
| * Clarify deprecation of ElementTree.XMLParser(html=...) parameterMartin Panter2016-06-041-1/+1
* | Merge with 3.5Terry Jan Reedy2016-06-041-2/+2
|\ \ | |/
| * IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.Terry Jan Reedy2016-06-041-2/+2
* | merge 3.5Benjamin Peterson2016-06-040-0/+0
|\ \ | |/
| * merge headsBenjamin Peterson2016-06-046-6/+6
| |\
* | \ merge headsBenjamin Peterson2016-06-048-13/+18
|\ \ \
| * | | Issue #22797: Synchronize urlopen() doc string with RST documentationMartin Panter2016-06-041-6/+11
| * | | More typo fixes for 3.6Martin Panter2016-06-042-2/+2
| * | | Merge typo fixes from 3.5Martin Panter2016-06-046-6/+6
| |\ \ \ | | | |/ | | |/|
| | * | Fix typos in code comment and documentationMartin Panter2016-06-046-6/+6
* | | | merge 3.5Benjamin Peterson2016-06-041-7/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fix indentation of commentBenjamin Peterson2016-06-041-7/+7
| |/
* | Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings.Terry Jan Reedy2016-06-045-10/+20
|\ \ | |/
| * Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.Terry Jan Reedy2016-06-045-10/+22
* | Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-049-34/+39
|\ \ | |/
| * Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-049-34/+39
* | Issue #24225: Fix additional renamed module references.Ned Deily2016-06-043-3/+3
* | merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicateGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-043-5/+69
|\ \ | |/
| * Fixes Issue #26373: subprocess.Popen.communicate now correctly ignoresGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-043-5/+69
* | Clean up urlopen doc string.R David Murray2016-06-042-6/+7
* | Merge: #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-033-6/+21
|\ \ | |/
| * #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-033-6/+21
* | final final step in backout of bad default->3.5 merge d085b4f779af: null merg...Ned Deily2016-06-030-0/+0
|\ \ | |/
| * final step in backout of bad default->3.5 merge d085b4f779af. merge 3.5 headsNed Deily2016-06-030-0/+0
| |\
| * | first step in backout of bad default->3.5 merge d085b4f779af. Create new hea...Ned Deily2016-06-031-1/+1
* | | Null mergeSerhiy Storchaka2016-06-030-0/+0
|\ \ \ | | |/ | |/|
| * | Merge: #22797: clarify when URLErrors are raised by urlopen.R David Murray2016-06-031-1/+1
| |\ \ | | |/
| | * #22797: clarify when URLErrors are raised by urlopen.R David Murray2016-06-031-1/+1
* | | Issue #27073: Removed redundant checks in long_add and long_sub.Serhiy Storchaka2016-06-031-2/+10
* | | psuedo merge: #22797: clarify when URLErrors are raised by urlopen.R David Murray2016-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-033-2/+49
* | | Issue #26983: float() now always return an instance of exact float.Serhiy Storchaka2016-06-035-32/+76
|/ /
* | Null mergeSerhiy Storchaka2016-06-030-0/+0
|\ \ | |/
| * Merge headsSerhiy Storchaka2016-06-033-5/+12
| |\
* | \ Merge headsSerhiy Storchaka2016-06-036-9/+51
|\ \ \
| * \ \ [merge from 3.5] - issue27113 - Document "check_same_thread" parameter in sql...Senthil Kumaran2016-06-031-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | issue27113 - Document "check_same_thread" parameter in sqlite3.connect api.Senthil Kumaran2016-06-031-0/+5
| * | | [merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in th...Senthil Kumaran2016-06-032-5/+7
| |\ \ \ | | |/ /
| | * | issue8519 - Reference termios and ioctl manual pages in the library documenta...Senthil Kumaran2016-06-032-5/+7
| * | | 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-033-4/+37
* | | | Merge 3.5.Serhiy Storchaka2016-06-031-30/+32
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge headsSerhiy 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: document that socketserver.Forking* are unavailable on platformsGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-0/+4
* | | Issue25931: fix tests broken by the conditional define of socketserver.Forking*Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-6/+7