summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge typo fixes from 3.5Martin Panter2015-12-172-2/+2
|\ \ \ | |/ /
| * | Fix a couple of typos in code commentsMartin Panter2015-12-172-2/+2
* | | Merge 3.5Yury Selivanov2015-12-171-0/+4
|\ \ \ | |/ /
| * | Merge 3.4Yury Selivanov2015-12-171-0/+4
| |\ \ | | |/
| | * asyncio/tests: Fix a ResourceWarning due to unclosed loopYury Selivanov2015-12-171-0/+4
* | | Merge 3.5Yury Selivanov2015-12-171-18/+29
|\ \ \ | |/ /
| * | Merge 3.4Yury Selivanov2015-12-171-18/+29
| |\ \ | | |/
| | * asyncio/tests: Fix ResourceWarnings related to unclosed transportsYury Selivanov2015-12-171-18/+29
* | | Merge 3.5Yury Selivanov2015-12-172-13/+18
|\ \ \ | |/ /
| * | Merge 3.4Yury Selivanov2015-12-172-13/+18
| |\ \ | | |/
| | * asyncio/tests: Fix some ResourceWarningsYury Selivanov2015-12-172-13/+18
* | | Merge 3.5Yury Selivanov2015-12-171-1/+1
|\ \ \ | |/ /
| * | Merge 3.4Yury Selivanov2015-12-171-1/+1
| |\ \ | | |/
| | * asyncio/tests: Fix deprecation warningYury Selivanov2015-12-171-1/+1
* | | Merge 3.5Yury Selivanov2015-12-171-1/+1
|\ \ \ | |/ /
| * | Merge 3.4Yury Selivanov2015-12-171-1/+1
| |\ \ | | |/
| | * Normalize whitespaceYury Selivanov2015-12-171-1/+1
* | | Merge 3.5Yury Selivanov2015-12-177-68/+284
|\ \ \ | |/ /
| * | Merge 3.4Yury Selivanov2015-12-177-68/+284
| |\ \ | | |/
| | * asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-177-68/+284
* | | Issue #23788: Merge test_bad_address() cleanup from 3.5Martin Panter2015-12-162-35/+20
|\ \ \ | |/ /
| * | Issue #23788: Merge redundant test_bad_address() into test_urllibnetMartin Panter2015-12-162-35/+20
* | | Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliableVictor Stinner2015-12-151-5/+15
* | | * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-143-7/+16
|\ \ \ | |/ /
| * | * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-143-7/+16
| |\ \ | | |/
| | * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-141-3/+0
| | * Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seedGregory P. Smith2015-12-141-3/+15
| | * assert_python_ok docstring typo fix.Gregory P. Smith2015-12-141-1/+1
* | | Sync asyncio with upstream git repo (conditional import in test_pep492.py). (...Guido van Rossum2015-12-131-1/+4
|\ \ \ | |/ /
| * | Sync asyncio with upstream git repo (conditional import in test_pep492.py).Guido van Rossum2015-12-131-1/+4
* | | Issue #19771: Merge runpy error adjustment from 3.5Martin Panter2015-12-122-0/+15
|\ \ \ | |/ /
| * | Issue #19771: Omit irrelevant message if package could not be initializedMartin Panter2015-12-122-0/+15
* | | Issue #25809: Merge French locale test from 3.5Martin Panter2015-12-121-1/+3
|\ \ \ | |/ /
| * | Issue #25809: Skip testing platform-dependent French thousands separatorMartin Panter2015-12-121-1/+3
* | | Issue #25755: Move PropertyWritableDoc into the test caseBerker Peksag2015-12-111-7/+7
|\ \ \ | |/ /
| * | Issue #25755: Move PropertyWritableDoc into the test caseBerker Peksag2015-12-111-7/+7
* | | Merge 3.5Yury Selivanov2015-12-112-1/+22
|\ \ \ | |/ /
| * | Merge 3.4Yury Selivanov2015-12-112-1/+22
| |\ \ | | |/
| | * asyncio: Make Tasks check if Futures are attached to the same event loopYury Selivanov2015-12-112-1/+22
* | | Merge 3.5Yury Selivanov2015-12-112-2/+5
|\ \ \ | |/ /
| * | Merge 3.4Yury Selivanov2015-12-112-2/+5
| |\ \ | | |/
| | * asyncio: Sync with githubYury Selivanov2015-12-112-2/+5
| | * Remove x permissions from Lib/test/test_script_helper.pydoko@ubuntu.com2015-12-071-0/+0
| | * Rebuilt pydoc topics for 3.4.4rc1.Larry Hastings2015-12-061-15/+15
* | | Issue #25764: Merge fix for root user from 3.5Martin Panter2015-12-111-2/+6
|\ \ \ | |/ /
| * | Issue #25764: Skip fork failure test when run as rootMartin Panter2015-12-111-2/+6
* | | Issue #22341: Merge CRC doc from 3.5Martin Panter2015-12-114-24/+13
|\ \ \ | |/ /
| * | Issue #22341: Drop Python 2 workaround and document CRC initial valueMartin Panter2015-12-114-24/+13
* | | Issue #14285: Merge runpy fix from 3.5Martin Panter2015-12-113-4/+28
|\ \ \ | |/ /
| * | Issue #14285: Do not catch exceptions initializing any ancestor packageMartin Panter2015-12-103-4/+28