• Home
  • Raw
  • Download

Lines Matching +full:not +full:- +full:date

2 .. date: 084
5 .. release date: 2017-07-23
14 .. date: 083
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
31 .. date: 081
32 .. nonce: 1VG7R-
44 .. date: 076
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
72 not to block.
77 .. date: 100
88 .. date: 099
92 Fixed type.__setattr__() and type.__delattr__() for non-interned attribute
98 .. date: 098
108 .. date: 097
109 .. nonce: cU-sGT
117 .. date: 096
126 .. date: 095
139 .. date: 094
149 .. date: 093
160 .. date: 092
170 .. date: 091
174 Fixed use-after-free problem in key sharing dict.
179 .. date: 090
188 .. date: 089
198 .. date: 088
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-
254 Tiny values (such as 1e-6) are valid non-zero values for setitimer(), which
255 is specified as taking microsecond-resolution intervals. However, on some
256 platform, our conversion routine could convert 1e-6 into a zero interval,
257 therefore disabling the timer instead of (re-)scheduling it.
262 .. date: 2017-06-29-14-25-14
271 .. date: 2017-06-26-11-01-59
280 .. date: 087
289 .. date: 086
290 .. nonce: N3KI-o
294 bytes-like argument.
299 .. date: 085
309 .. date: 082
319 .. date: 080
329 .. date: 079
334 not keep objects alive longer than expected.
339 .. date: 078
343 inspect.signature() now supports callables with variable-argument parameters
344 wrapped with partialmethod. Patch by Dong-hee Na.
349 .. date: 077
359 .. date: 075
368 .. date: 074
378 .. date: 073
387 .. date: 072
398 .. date: 071
408 .. date: 070
418 .. date: 069
427 .. date: 068
437 .. date: 067
447 .. date: 066
457 .. date: 065
461 multiprocessing.Queue._feed background running thread do not break from main
467 .. date: 064
476 .. date: 063
486 .. date: 062
497 .. date: 061
508 .. date: 060
518 .. date: 059
527 .. date: 058
531 Change resulted because of zipfile breakage. (See also: bpo-29094)
536 .. date: 057
547 .. date: 056
551 Avoid KeyboardInterrupt tracebacks in forkserver helper process when Ctrl-C
557 .. date: 055
562 WrapperDescriptorType, minor bug-fixes. Original PRs by Jim
563 Fasarakis-Hilliard and Ivan Levkivskyi.
568 .. date: 054
577 .. date: 053
586 .. date: 052
591 or __next__() respectively return non-sizeable object. Fixed possible other
592 errors caused by not checking results of PyObject_Size(), PySequence_Size(),
598 .. date: 051
607 .. date: 050
617 .. date: 049
627 .. date: 048
636 .. date: 047
646 .. date: 046
656 .. date: 045
667 .. date: 044
677 .. date: 043
687 .. date: 042
697 .. date: 041
701 Fixed crashes in repr of recursive buffered file-like objects.
706 .. date: 040
710 Fix crashes in partial.__repr__ if the keys of partial.keywords are not
716 .. date: 039
726 .. date: 038
731 "errors" of sys.stdin or sys.stdout are not set or are not strings.
736 .. date: 037
746 .. date: 036
756 .. date: 035
766 .. date: 034
775 .. date: 033
784 .. date: 032
785 .. nonce: wmE-_T
789 and is not in valid AIFF format. Patch by Anthony Zhang.
794 .. date: 031
804 .. date: 030
814 .. date: 029
825 .. date: 028
835 .. date: 027
845 .. date: 026
854 .. date: 025
858 Fixed out-of-bounds buffer access in the group() method of the match object.
864 .. date: 024
874 .. date: 023
878 Fix a regression in argparse that help messages would wrap at non-breaking
884 .. date: 022
893 .. date: 021
902 .. date: 020
911 .. date: 019
922 .. date: 018
933 .. date: 013
942 .. date: 012
951 .. date: 011
960 .. date: 010
965 third-party asyncio-based replacement.
970 .. date: 009
980 .. date: 008
981 .. nonce: PjSo-t
989 .. date: 2017-07-20-14-29-54
993 Fix regrtest command line parser to allow passing -u extralargefile to run
999 .. date: 2017-06-27-13-52-43
1005 Add options: --coverage, --testdir, --list-tests (list test files, don't run
1006 them), --list-cases (list test identifiers, don't run them, :issue:`30523`),
1007 --matchfile (load a list of test filters from a text file, :issue:`30540`),
1008 --slowest (alias to --slow).
1013 Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
1021 .. date: 004
1032 .. date: 003
1043 .. date: 002
1056 .. date: 001
1063 default locale encoding is a multi-byte encoding)
1068 .. date: 007
1074 ``--enable-optimizations``.
1079 .. date: 006
1084 the action is now explicit. Replace ``make touch`` with ``make regen-all``.
1089 .. date: 005
1093 Fix ``--enable-optimization`` didn't work.
1098 .. date: 017
1107 .. date: 016
1116 .. date: 015
1121 is set to the value between 0x03050400 and 0x03060000 (not including) or
1127 .. date: 014
1132 PyArg_VaParseTupleAndKeywords() were not available in limited API.
1134 were not available in limited API of version < 3.3 when PY_SSIZE_T_CLEAN is