summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-161-16/+5
|\
| * Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-161-16/+5
* | Issue #23883: grp and pwd are None on WindowsMartin Panter2016-01-161-1/+1
* | Issue #23883: Removed redundant names from blacklists.Serhiy Storchaka2016-01-162-3/+3
* | Issue #23883: Add missing APIs to tarfile.__all__Martin Panter2016-01-162-1/+22
* | Issue #23883: Add missing APIs to calendar.__all__Martin Panter2016-01-162-1/+12
* | Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM RodriguesMartin Panter2016-01-162-1/+10
* | Issue #26127: Merge test_gdb fix from 3.5Martin Panter2016-01-161-0/+3
|\ \ | |/
| * Issue #14771: Redirect GDB's stdin to avoid messing the terminal settingsMartin Panter2016-01-161-0/+3
* | Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-161-2/+2
|\ \ | |/
| * Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-161-2/+2
| |\
| | * Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-161-2/+2
* | | branch mergeEthan Furman2016-01-152-4/+16
|\ \ \
| * | | revert change 87a9dff5106c: pure Enum members again evaluate to True;Ethan Furman2016-01-152-4/+16
* | | | Issue #25791: Raise an ImportWarning when __spec__ or __package__ areBrett Cannon2016-01-152-14/+32
|/ / /
* | | Merge for issue #17633Brett Cannon2016-01-151-32/+216
|\ \ \ | |/ /
| * | Issue #17633: Improve support for namespace packages with zipimport.Brett Cannon2016-01-151-32/+216
* | | Merge 'used with permission' additionsBrett Cannon2016-01-153-1/+4
|\ \ \ | |/ /
| * | Add some "used with permission" mentions where external resources are referen...Brett Cannon2016-01-153-1/+4
* | | Issue #25940: Merge ETIMEDOUT fix from 3.5Martin Panter2016-01-151-1/+1
|\ \ \ | |/ /
| * | Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5Martin Panter2016-01-151-1/+1
| |\ \ | | |/
| | * Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4Martin Panter2016-01-151-1/+1
| | |\
| | | * Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3Martin Panter2016-01-151-1/+1
| | | |\
| | | | * Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUTMartin Panter2016-01-151-1/+3
* | | | | Issue #25940: test_ssl is working againMartin Panter2016-01-141-2/+0
* | | | | Issue #25940: Merge self-signed.pythontest.net testing from 3.5Martin Panter2016-01-145-111/+108
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25940: Update new SSL tests for self-signed.pythontest.netMartin Panter2016-01-141-13/+14
| * | | | Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5Martin Panter2016-01-145-98/+94
| |\ \ \ \ | | |/ / /
| | * | | Issue #25940: Update new SSL tests for self-signed.pythontest.netMartin Panter2016-01-141-12/+12
| | * | | Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4Martin Panter2016-01-145-86/+82
| | |\ \ \ | | | |/ /
| | | * | Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3Martin Panter2016-01-146-89/+104
| | | |\ \ | | | | |/
| | | | * Issue #25940: Use self-signed.pythontest.net in SSL testsMartin Panter2016-01-145-96/+90
| | | | * Issue #25940: Backport self-signed.pythontest.net testing for test_httplibGeorg Brandl2014-11-052-7/+24
| * | | | Merge heads.Barry Warsaw2016-01-111-10/+11
| |\ \ \ \
| | * | | | Comment out some tests that won't pass now that we've reverted theBarry Warsaw2016-01-111-10/+11
* | | | | | Issue #25822: Add docstrings to the fields of urllib.parse results.Senthil Kumaran2016-01-141-2/+65
* | | | | | Issue22642 - Convert trace module's option handling mechanism from getopt to ...Senthil Kumaran2016-01-132-205/+156
* | | | | | Issue25347 - Format the error message output of mock's assert_has_calls method.Senthil Kumaran2016-01-121-1/+1
* | | | | | Merge 3.5doko@ubuntu.com2016-01-111-1/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} varsdoko@ubuntu.com2016-01-111-1/+6
| |/ / / /
* | | | | Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.Yury Selivanov2016-01-112-5/+60
* | | | | Merge 3.5 (issue #26050)Yury Selivanov2016-01-112-39/+314
|\ \ \ \ \ | |/ / / /
| * | | | Merge 3.4 (Issue #26050)Yury Selivanov2016-01-112-39/+314
| |\ \ \ \ | | |/ / /
| | * | | Issue #26050: Add asyncio.StreamReader.readuntil() method.Yury Selivanov2016-01-112-39/+314
* | | | | Issue #26069: Remove the deprecated apis in the trace module.Senthil Kumaran2016-01-112-90/+1
* | | | | merge 3.5Andrew Svetlov2016-01-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge 3.4Andrew Svetlov2016-01-111-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Sync with asyncioAndrew Svetlov2016-01-111-1/+1
* | | | | merge 3.5Andrew Svetlov2016-01-113-7/+230
|\ \ \ \ \ | |/ / / /
| * | | | merge 3.4Andrew Svetlov2016-01-113-7/+230
| |\ \ \ \ | | |/ / /