Irit Katriel
|
61bef6245c
|
gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)
|
2024-08-28 17:11:52 +01:00 |
Irit Katriel
|
ec89620e5e
|
gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (#123173)
|
2024-08-21 19:12:05 +01:00 |
Pablo Galindo
|
16ab07063c
|
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
|
2020-05-15 02:04:52 +01:00 |
Serhiy Storchaka
|
8c579b1cc8
|
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
Now `for y in [expr]` in comprehensions is as fast as a simple
assignment `y = expr`.
|
2020-02-12 12:18:59 +02:00 |
Jörn Heissler
|
c8a35417db
|
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139)
… as proposed in PEP 572; key is now evaluated before value.
https://bugs.python.org/issue35224
|
2019-06-22 07:40:55 -07:00 |
Serhiy Storchaka
|
97f1efb606
|
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
|
2018-11-20 19:27:16 +02:00 |
Serhiy Storchaka
|
597d15afe4
|
Issue #23277: Remove unused support.run_unittest import.
|
2016-04-24 13:45:58 +03:00 |
Frank Wierzbicki
|
bf0da6d68b
|
Use unittest.main() in 3.3 and greater
|
2013-01-16 14:09:57 -08:00 |
Frank Wierzbicki
|
809067c3c5
|
Closed #16886: test_dictcomps no longer depends on dict order
|
2013-01-16 13:55:12 -08:00 |
Benjamin Peterson
|
ee8712cda4
|
#2621 rename test.test_support to test.support
|
2008-05-20 21:35:26 +00:00 |
Guido van Rossum
|
c76a250f3e
|
Merged revisions 56782-56847 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk
................
r56808 | kurt.kaiser | 2007-08-07 14:15:45 -0700 (Tue, 07 Aug 2007) | 2 lines
Replace sys.exitfunc call with atexit call
................
r56835 | thomas.wouters | 2007-08-08 09:20:30 -0700 (Wed, 08 Aug 2007) | 8 lines
Tests for dict comprehensions I forgot to 'svn add' when committing the
actual feature.
I was _sure_ I had checked in these new tests already, but I guess the
checkin failed and I didn't notice.
................
r56847 | guido.van.rossum | 2007-08-09 07:03:34 -0700 (Thu, 09 Aug 2007) | 30 lines
Merged revisions 56760-56846 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r56762 | georg.brandl | 2007-08-06 00:37:58 -0700 (Mon, 06 Aug 2007) | 2 lines
Place #ifdef Py_USING_UNICODE around decode_unicode().
........
r56763 | georg.brandl | 2007-08-06 00:39:09 -0700 (Mon, 06 Aug 2007) | 2 lines
Replace unnecessary function call.
........
r56764 | georg.brandl | 2007-08-06 00:52:20 -0700 (Mon, 06 Aug 2007) | 2 lines
Patch #1765839: add link to https+proxy urllib2 opener.
........
r56797 | georg.brandl | 2007-08-07 00:13:24 -0700 (Tue, 07 Aug 2007) | 2 lines
Bug #1769002: fix a now-wrong sentence in the tutorial.
........
r56830 | georg.brandl | 2007-08-08 06:03:41 -0700 (Wed, 08 Aug 2007) | 3 lines
Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers.
Fixes #1730114.
........
r56833 | georg.brandl | 2007-08-08 06:50:02 -0700 (Wed, 08 Aug 2007) | 2 lines
Fix compilation warning.
........
................
|
2007-08-09 14:26:58 +00:00 |