summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Clean up test_coroutines a bit.Zachary Ware2015-05-131-12/+3
* Issue 24017: fix for "async with" refcountingNick Coghlan2015-05-131-1/+117
* Issue #23731: Fix tracemalloc test on Windows.Zachary Ware2015-05-131-2/+3
* Issue #23193: Skip numeric_owner tests on platforms where they don't make senseZachary Ware2015-05-131-0/+2
* Extend test coverage to include heapifying large heapsRaymond Hettinger2015-05-131-1/+1
* Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-122-11/+73
* Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-123-4/+6
* Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-123-3/+4
* Issue #24017: Unset asyncio event loop after test.Yury Selivanov2015-05-121-1/+3
* Issue #23796: peak and read1 methods of BufferedReader now raise ValueErrorBerker Peksag2015-05-121-0/+8
* Issue #23870: The pprint module now supports all standard collectionsSerhiy Storchaka2015-05-121-0/+148
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-1222-21/+1416
* asyncio: Merge 3.4 -- Support PEP 492. Issue #24017.Yury Selivanov2015-05-122-3/+4
|\
| * asyncio: Support PEP 492. Issue #24017.Yury Selivanov2015-05-122-3/+4
* | Merge 3.4 (asyncio changes)Yury Selivanov2015-05-113-25/+31
|\ \ | |/
| * asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-113-25/+31
* | Merge 3.4 (asyncio)Yury Selivanov2015-05-112-4/+14
|\ \ | |/
| * Sync asyncio changes from the main repo.Yury Selivanov2015-05-112-4/+50
* | asyncio: Sync with github repoYury Selivanov2015-05-111-0/+36
* | #21795: advertise 8BITMIME if decode_data is False.R David Murray2015-05-111-21/+108
* | #21800: Add RFC 6855 support to imaplib.R David Murray2015-05-101-0/+78
* | Issue 22906: Add test file.Yury Selivanov2015-05-091-0/+34
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-0/+34
* | Issue #24018: Add a collections.Generator abstract base class.Raymond Hettinger2015-05-091-1/+72
* | merge 3.4Benjamin Peterson2015-05-091-0/+2
|\ \ | |/
| * ensure .keywords is always a dictBenjamin Peterson2015-05-091-0/+2
* | Merge from 3.4.Larry Hastings2015-05-081-2/+3
|\ \ | |/
| * Issue #21520: test_zipfile no longer fails if the word 'bad' appearsLarry Hastings2015-05-081-2/+3
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-1/+1
* | Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-061-0/+2
|\ \ | |/
| * Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-061-0/+2
* | Fix remaining tests and remove an unused import.Berker Peksag2015-05-064-6/+7
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-0644-102/+109
* | PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-066-40/+255
* | Issue #23911: Fix mixed bytes/strings.Eric Snow2015-05-041-2/+4
* | merge 3.4 (#24096)Benjamin Peterson2015-05-031-0/+12
|\ \ | |/
| * merge 3.3 (#24096)Benjamin Peterson2015-05-031-0/+12
| |\
| | * be more robust against the filters list changing under us (closes #24096)Benjamin Peterson2015-05-031-0/+12
* | | Issue #22619: Added negative limit support in the traceback module.Serhiy Storchaka2015-05-031-4/+123
* | | merge 3.4 (#24094)Benjamin Peterson2015-05-031-0/+19
|\ \ \ | |/ /
| * | merge 3.3 (#24094)Benjamin Peterson2015-05-031-0/+19
| |\ \ | | |/
| | * just sort the items tuple directly (closes #24094)Benjamin Peterson2015-05-031-0/+19
* | | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-031-21/+44
|\ \ \ | |/ /
| * | Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions witho...Guido van Rossum2015-05-031-21/+44
* | | Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-035-14/+24
* | | Use assertEqual rather than assertEquals to avoid the deprecation warning.Gregory P. Smith2015-04-261-4/+4
* | | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-252-1/+9
* | | Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-231-2/+8
|\ \ \ | |/ /
| * | Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-231-2/+8
* | | Issue #23887: urllib.error.HTTPError now has a proper repr() representation.Facundo Batista2015-04-221-43/+102