• Home
  • Raw
  • Download

Lines Matching +full:2017 +full:- +full:001

5 .. release date: 2017-07-23
20 vulnerabilities including: CVE-2017-9233 (External entity infinite loop
21 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix
22 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876
23 (Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use
24 os-specific entropy sources like getrandom) doesn't impact Python, since Python
32 .. nonce: 1VG7R-
49 Update expat copy from 2.1.1 to 2.2.0 to get fixes of CVE-2016-0718 and
50 CVE-2016-4472. See https://sourceforge.net/p/expat/bugs/537/ for more
56 .. date: 2017-07-11-06-31-32
61 failing with SystemError. Relative import from non-package now fails with
67 .. date: 2017-06-26-14-29-50
92 Fixed type.__setattr__() and type.__delattr__() for non-interned attribute
109 .. nonce: cU-sGT
174 Fixed use-after-free problem in key sharing dict.
199 .. nonce: rTQ-qy
208 .. date: 2017-07-20-02-29-49
212 Fix ``unittest.mock``'s autospec to not fail on method-bound builtin
218 .. date: 2017-07-18-23-47-51
227 .. date: 2017-07-10-12-14-22
238 .. date: 2017-07-07-02-18-57
242 Fix segfault in readline when using readline's history-size option. Patch
248 .. date: 2017-06-29-22-04-44
249 .. nonce: sLtjY-
253 Tiny values (such as 1e-6) are valid non-zero values for setitimer(), which
254 is specified as taking microsecond-resolution intervals. However, on some
255 platform, our conversion routine could convert 1e-6 into a zero interval,
256 therefore disabling the timer instead of (re-)scheduling it.
261 .. date: 2017-06-29-14-25-14
270 .. date: 2017-06-26-11-01-59
289 .. nonce: N3KI-o
293 bytes-like argument.
342 inspect.signature() now supports callables with variable-argument parameters
343 wrapped with partialmethod. Patch by Dong-hee Na.
530 Change resulted because of zipfile breakage. (See also: bpo-29094)
550 Avoid KeyboardInterrupt tracebacks in forkserver helper process when Ctrl-C
561 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim
562 Fasarakis-Hilliard and Ivan Levkivskyi.
590 or __next__() respectively return non-sizeable object. Fixed possible other
700 Fixed crashes in repr of recursive buffered file-like objects.
784 .. nonce: wmE-_T
857 Fixed out-of-bounds buffer access in the group() method of the match object.
877 Fix a regression in argparse that help messages would wrap at non-breaking
964 third-party asyncio-based replacement.
980 .. nonce: PjSo-t
988 .. date: 2017-07-20-14-29-54
992 Fix regrtest command line parser to allow passing -u extralargefile to run
998 .. date: 2017-06-27-13-52-43
1003 Add options: --coverage, --testdir, --list-tests (list test files, don't run
1004 them), --list-cases (list test identifiers, don't run them, :issue:`30523`),
1005 --matchfile (load a list of test filters from a text file, :issue:`30540`),
1006 --slowest (alias to --slow).
1009 Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
1052 .. date: 001
1059 default locale encoding is a multi-byte encoding)
1070 ``--enable-optimizations``.
1080 the action is now explicit. Replace ``make touch`` with ``make regen-all``.
1089 Fix ``--enable-optimization`` didn't work.