summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* merge 3.5 (#27514)Benjamin Peterson2016-07-151-2/+4
|\
| * make too many nested blocks be a SyntaxError instead of a SystemError (closes...Benjamin Peterson2016-07-151-2/+4
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-1416-91/+80
* | Issue #27369: Merge test_pyexpat from 3.5Martin Panter2016-07-141-4/+2
|\ \ | |/
| * Issue #27369: Merge test_pyexpat from 3.4 into 3.5Martin Panter2016-07-141-4/+2
| |\
| | * Issue #27369: Merge test_pyexpat from 3.3 into 3.4Martin Panter2016-07-141-4/+2
| | |\
| | | * Issue #27369: Merge test_pyexpat from 3.2 into 3.3Martin Panter2016-07-141-4/+2
| | | |\
| | | | * Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2Martin Panter2016-07-141-4/+2
| | | | * #22758: fix regression in handling of secure cookies.R David Murray2016-07-101-1/+39
| | | * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+17
| | * | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
* | | | | Merge 3.5 (issue #27392)Yury Selivanov2016-07-121-0/+79
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-121-0/+79
* | | | | Issue #23804: Merge spelling and NEWS fixes from 3.5Martin Panter2016-07-111-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | English spelling and grammar fixesMartin Panter2016-07-111-2/+2
* | | | | Issue #23804: Merge SSL recv() fix from 3.5Martin Panter2016-07-111-8/+21
|\ \ \ \ \ | |/ / / /
| * | | | Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOFMartin Panter2016-07-111-8/+21
* | | | | Issue #27027: Added test.support.is_android that is True when this is anXavier de Gaye2016-07-101-1/+3
* | | | | [merge from 3.5] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-101-0/+22
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-101-0/+22
* | | | | Issue #27474: Unified error messages in the __contains__ method of bytes andSerhiy Storchaka2016-07-101-0/+1
* | | | | Issue #26896: Disambiguate uses of "importer" with "finder".Brett Cannon2016-07-083-3/+1
* | | | | Issue27139 patch by Julio C Cardoza.Steven D'Aprano2016-07-071-0/+16
* | | | | Issue #21708: Deprecated dbm.dumb behavior that differs from common dbmSerhiy Storchaka2016-07-061-1/+26
* | | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0311-6/+29
|\ \ \ \ \ | |/ / / /
| * | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0310-6/+26
* | | | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-0/+10
* | | | | Issue #27007: The fromhex() class methods of bytes and bytearray subclassesSerhiy Storchaka2016-07-011-1/+26
* | | | | Issue #27431: Merge from 3.5Berker Peksag2016-07-011-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-0/+4
* | | | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-291-0/+79
* | | | | Merge 3.5 (asyncio)Yury Selivanov2016-06-281-0/+11
|\ \ \ \ \ | |/ / / /
| * | | | asyncio: Use socket specs for getaddrinfo() in sock_connect()Yury Selivanov2016-06-281-0/+11
* | | | | Merge 3.5 (asyncio)Yury Selivanov2016-06-281-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-281-0/+16
* | | | | Issue #27352: Fixed an error message in a test.Serhiy Storchaka2016-06-271-1/+1
* | | | | Merge from 3.5.Larry Hastings2016-06-271-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge.Larry Hastings2016-06-2719-33/+402
| |\ \ \ \
| * | | | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
* | | | | | Issue 27372: Stop test_idle from changing locale, so test passes.Terry Jan Reedy2016-06-261-6/+9
* | | | | | Issue #26243: Only the level argument to zlib.compress() is keyword argumentSerhiy Storchaka2016-06-251-1/+3
* | | | | | Issue #26186: Remove the restriction that built-in and extensionBrett Cannon2016-06-251-0/+2
* | | | | | Merge from 3.5Brett Cannon2016-06-251-3/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix a scoping issue where an UnboundLocalError was triggered if aBrett Cannon2016-06-251-3/+13
* | | | | | Issue #27038: Expose DirEntry as os.DirEntry.Brett Cannon2016-06-241-0/+1
* | | | | | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the returnBrett Cannon2016-06-242-30/+34
* | | | | | Issue #18300: Merge from 3.5Berker Peksag2016-06-242-15/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #18300: Set TERM='' by default in assert_python_*Berker Peksag2016-06-242-15/+13
* | | | | | Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-211-0/+1