Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) | Pablo Galindo | 2020-05-15 | 1 | -1/+1 |
* | bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814) | Serhiy Storchaka | 2020-02-12 | 1 | -0/+17 |
* | bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-... | Jörn Heissler | 2019-06-22 | 1 | -0/+29 |
* | bpo-35169: Improve error messages for forbidden assignments. (GH-10342) | Serhiy Storchaka | 2018-11-20 | 1 | -2/+2 |
* | Issue #23277: Remove unused support.run_unittest import. | Serhiy Storchaka | 2016-04-24 | 1 | -2/+0 |
* | Use unittest.main() in 3.3 and greater | Frank Wierzbicki | 2013-01-16 | 1 | -4/+1 |
* | Closed #16886: test_dictcomps no longer depends on dict order | Frank Wierzbicki | 2013-01-16 | 1 | -40/+77 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
* | Merged revisions 56782-56847 via svnmerge from | Guido van Rossum | 2007-08-09 | 1 | -0/+54 |