summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
|\
| * Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
| |\
| | * Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
* | | MergeRaymond Hettinger2016-03-071-0/+8
|\ \ \ | |/ /
| * | Document another recipe for itertools: all_equal(). Inspired by David Beazley.Raymond Hettinger2016-03-071-0/+8
* | | Closes #19475: Added timespec to the datetime.isoformat() method.Alexander Belopolsky2016-03-061-6/+42
* | | Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.pyBerker Peksag2016-03-061-0/+5
|\ \ \ | |/ /
| * | Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.pyBerker Peksag2016-03-061-0/+5
* | | Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...Berker Peksag2016-03-061-1/+11
|\ \ \ | |/ /
| * | Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...Berker Peksag2016-03-061-1/+11
| * | Issue #26167: Backported copy tests.Serhiy Storchaka2016-03-061-6/+49
* | | Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy().Serhiy Storchaka2016-03-061-6/+49
* | | Issue #26015: Added new tests for pickling iterators of mutable sequences.Serhiy Storchaka2016-03-065-50/+214
|\ \ \ | |/ /
| * | Issue #26015: Added new tests for pickling iterators of mutable sequences.Serhiy Storchaka2016-03-065-50/+214
* | | Issue #25718: Fixed pickling and copying the accumulate() iterator with total...Serhiy Storchaka2016-03-061-0/+10
|\ \ \ | |/ /
| * | Issue #25718: Fixed pickling and copying the accumulate() iterator with total...Serhiy Storchaka2016-03-061-0/+10
* | | Issue #26482: Allowed pickling recursive dequeues.Serhiy Storchaka2016-03-061-32/+36
* | | Fixed typo in pickle tests.Serhiy Storchaka2016-03-041-2/+2
|\ \ \ | |/ /
| * | Fixed typo in pickle tests.Serhiy Storchaka2016-03-041-2/+2
* | | merge 3.5 (closes #26478)Benjamin Peterson2016-03-041-0/+4
|\ \ \ | |/ /
| * | merge 3.4 (closes #26478)Benjamin Peterson2016-03-041-0/+4
| |\ \ | | |/
| | * properly use the ObjArgs variant of CallMethod in dictview binary operations ...Benjamin Peterson2016-03-041-0/+4
| | * asyncio: Update 3.4 asyncio/test_tasks to upstream versionYury Selivanov2016-03-021-1/+2
* | | Issue #26335: Make mmap.write() return the number of bytes written likeBerker Peksag2016-03-021-0/+8
* | | Merge 3.5 (issue #25888)Yury Selivanov2016-03-021-0/+18
|\ \ \ | |/ /
| * | coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-0/+18
* | | Merge 3.5 (issue #26338)Yury Selivanov2016-03-021-10/+13
|\ \ \ | |/ /
| * | asyncio: Remove duplicate bind addresses in create_server.Yury Selivanov2016-03-021-10/+13
* | | Merge 3.5 (issue #26347)Yury Selivanov2016-03-021-0/+7
|\ \ \ | |/ /
| * | inspect: Fix BoundArguments.apply_defaults to handle empty argumentsYury Selivanov2016-03-021-0/+7
* | | Merge 3.5 (issue #26221)Yury Selivanov2016-03-021-0/+4
|\ \ \ | |/ /
| * | asyncio: Prevent StopIteration from being thrown into a FutureYury Selivanov2016-03-021-0/+4
* | | Merge 3.5 (issue #25647)Yury Selivanov2016-03-021-0/+24
|\ \ \ | |/ /
| * | asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)Yury Selivanov2016-03-021-0/+24
* | | Merge 3.5Yury Selivanov2016-03-021-1/+2
|\ \ \ | |/ /
| * | asyncio, selectors: Update to the upstream versionYury Selivanov2016-03-021-1/+2
* | | Merge 3.5Victor Stinner2016-03-011-4/+10
|\ \ \ | |/ /
| * | Issue #26464: Fix unicode_fast_translate() againVictor Stinner2016-03-011-4/+10
* | | Merge 3.5Victor Stinner2016-03-011-0/+4
|\ \ \ | |/ /
| * | Fix str.translate()Victor Stinner2016-03-011-0/+4
* | | Issue #26457: Fixed the subnets() methods in IP network classes for the caseSerhiy Storchaka2016-03-011-0/+30
|\ \ \ | |/ /
| * | Issue #26457: Fixed the subnets() methods in IP network classes for the caseSerhiy Storchaka2016-03-011-0/+30
* | | Issue #26385: Merge NamedTemporaryFile fix from 3.5Martin Panter2016-02-291-1/+9
|\ \ \ | |/ /
| * | Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhostMartin Panter2016-02-281-1/+9
* | | Issue #22836: Merge exception reporting from 3.5Martin Panter2016-02-281-2/+66
|\ \ \ | |/ /
| * | Issue #22836: Keep exception reports sensible despite errorsMartin Panter2016-02-281-2/+66
* | | Issue #26390: Merge pbkdf2_hmac() doc from 3.5Martin Panter2016-02-261-0/+3
|\ \ \ | |/ /
| * | Issue #26390: Fix and test pbkdf2_hmac() parameter namesMartin Panter2016-02-221-0/+3
* | | Issue #26402: Merge XML-RPC client fix from 3.5Martin Panter2016-02-251-0/+37
|\ \ \ | |/ /
| * | Issue #26402: Fix XML-RPC client retrying after server disconnectionMartin Panter2016-02-251-0/+37