date | project | content | link |
|---|
| 22:54 yesterday | Python | Commit by benjamin.peterson on roundup :: #13193/packaging.tests.test_manifest and distutils.tests.test_filelist failures: ( link) Apply! | # |
| 18:55 Friday | Python | Commit by benjamin.peterson on roundup :: #13703/Hash collision security issue: ( link) So modulo my (small) review comments, David's patches are ready to go in. | # |
| 23:04 Wednesday | Python | Commit by benjamin.peterson on roundup :: #13970/frameobject should not have f_yieldfrom attribute: ( link) I agree, FWIW. | # |
| 03:59 on Jan 29 | Python | Commit by benjamin.peterson on roundup :: #13897/Move fields relevant to coroutine/generators out of frame into generator/threadstate: ( link) Extensions modules should really be using PyErr_Occurred/Fetch etc. | # |
| 23:23 on Jan 28 | Python | Commit by benjamin.peterson on roundup :: #13703/Hash collision security issue: ( link) I think we don't need to mess with tests in 2.6/3.1, but everything should pass under 2.7 and 3.2. | # |
| 06:20 on Jan 28 | Python | Commit by benjamin.peterson on roundup :: #13703/Hash collision security issue: ( link) For the record, Barry and I agreed on what we'll be doing for stable releases [1]. David says he should have a patch soon.
[1] http://mail.pyth ... | # |
| 16:23 on Jan 27 | Python | Commit by benjamin.peterson on roundup :: #13885/CVE-2011-3389: _ssl module always disables the CBC IV attack countermeasure: ( link) Thank you for handling this, Antoine! | # |
| 19:13 on Jan 20 | Python | Commit by benjamin.peterson on roundup :: #13832/tokenization assuming ASCII whitespace; missing multiline case: ( link) $ ./python
Python 3.3.0a0 (default:50a4af2ca654+, Jan 20 2012, 10:59:48)
[GCC 4.5.3] on linux
Type "help", "copyright", "credits" or "license ... | # |
| 07:59 on Jan 20 | Python | Commit by benjamin.peterson on roundup :: #13405/Add DTrace probes: ( link) As great as a tool it maybe, it's still only available on a minority platform. So I couldn't really try it. | # |
| 06:44 on Jan 20 | Python | Commit by benjamin.peterson on roundup :: #13405/Add DTrace probes: ( link) I'm -1 on this patch for essentially the same reasons as Charles-François. It introduces a lot of code (and hacks!) in critical pathways of the i ... | # |
| 04:25 on Jan 20 | Python | Commit by benjamin.peterson on roundup :: #13828/Further improve casefold documentation: ( link) It's a bit unfriendly to launch into discussion of "compatiblity caseless matching" when the new reader probably has no idea what "compatibility-e ... | # |
| 02:02 on Jan 20 | Python | Commit by benjamin.peterson on roundup :: #13832/tokenization assuming ASCII whitespace; missing multiline case: ( link) [closed] The tokenizer doesn't consider unicode spaces, either. | # |
| 19:16 on Jan 19 | Python | Commit by benjamin.peterson on roundup :: #13827/Unexecuted import changes namespace: ( link) [closed] Not a bug. Basically, import is an explicit assignment statement. | # |
| 07:35 on Jan 19 | Python | Commit by benjamin.peterson on roundup :: #13822/is(upper/lower/title) are not exactly correct: ( link) [new] The isupper() and islower() methods currently use the Lowercase and Uppercase derived properties. Technically, they should use the Changes_W ... | # |
| 04:22 on Jan 19 | Python | Commit by benjamin.peterson on roundup :: #13821/misleading return from isidentifier: ( link) | # |
| 04:18 on Jan 19 | Python | Commit by benjamin.peterson on roundup :: #13821/misleading return from isidentifier: ( link) | # |
| 04:08 on Jan 19 | Python | Commit by benjamin.peterson on roundup :: #13821/misleading return from isidentifier: ( link) I don't see why that's invalid. "str.isidentifier()" returning True means Python will accept it as an identifier. | # |
| 23:32 on Jan 16 | Python | Commit by benjamin.peterson on roundup :: #13793/hasattr, delattr, getattr fail with unnormalized names: ( link) Because it's (very) expensive and the method you propose would fail in the case that someone had put the normalized and unnormalized string in the ... | # |
| 18:47 on Jan 16 | Python | Commit by benjamin.peterson on roundup :: #13801/The Python 3 Docs don't highlight nonlocal: ( link) The problem was until very recently, pygments omitted the nonlocal keyword. We probably need to wait for another pygments release. | # |
| 18:36 on Jan 16 | Python | Commit by benjamin.peterson on roundup :: #12705/Make compile('1\n2\n', '', 'single') raise an exception instead of silently truncating?: ( link) I think an exception is fine, but it should only happen in 3.3. | # |