Home
last modified time | relevance | path

Searched +full:not +full:- +full:date (Results 1 – 25 of 1160) sorted by relevance

12345678910>>...47

/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst2 .. date: 9892
4 .. release date: 2017-03-04
13 .. date: 9891
14 .. nonce: G5iS-P
22 .. date: 9890
27 TypeError when kwargs is not a dict. But it might cause segv when args=NULL
28 and kwargs is not a dict.
33 .. date: 9889
43 .. date: 9888
53 .. date: 9887
[all …]
D3.5.3rc1.rst2 .. date: 9898
4 .. release date: 2017-01-02
12 .. date: 9897
16 Do not include <sys/random.h> if it does not exist.
21 .. date: 9896
25 Fix a memory leak in split-table dictionaries: setattr() must not convert
31 .. date: 9895
41 .. date: 9894
42 .. nonce: K6wQ-3
50 .. date: 9893
[all …]
D3.10.0a4.rst2 .. date: 2021-01-03-04-41-25
4 .. release date: 2021-01-04
12 .. date: 2021-01-03-00-20-38
16 Fix the column offsets for f-strings :mod:`ast` nodes surrounded by
22 .. date: 2020-12-31-20-58-22
32 .. date: 2020-12-27-18-07-43
43 .. date: 2020-12-25-23-30-58
47 Make the type attribute lookup cache per-interpreter. Patch by Victor
53 .. date: 2020-12-22-20-30-11
57 Jumps to jumps are not eliminated when it would break PEP 626.
[all …]
D3.10.0a6.rst2 .. date: 2021-02-14-15-59-16
4 .. release date: 2021-03-01
13 .. date: 2021-02-26-13-17-52
23 .. date: 2021-02-22-19-00-00
33 .. date: 2021-02-20-16-50-22
37 Add a new :c:func:`PySet_CheckExact` function to the C-API to check if an
38 object is an instance of :class:`set` but not an instance of a subtype.
44 .. date: 2021-02-18-15-12-30
52 in Python is not affected, globals cannot be overridden with this syntax: it
58 .. date: 2021-02-17-19-02-21
[all …]
D3.7.0a1.rst2 .. date: 2017-09-05-15-26-30
4 .. release date: 2017-09-19
8 not been performed yet.
13 .. date: 2017-08-23-17-02-55
17 Add fuzz tests for float(str), int(str), unicode(str); for oss-fuzz.
22 .. date: 2017-08-16-16-35-59
32 .. date: 0347
43 .. date: 0344
49 vulnerabilities including: CVE-2017-9233 (External entity infinite loop
50 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix
[all …]
D3.10.0rc2.rst2 .. date: 2021-08-29-12-39-44
4 .. release date: 2021-09-07
13 .. date: 2021-06-29-02-45-53
18 for the CVE-2013-0340 "Billion Laughs" vulnerability. This copy is most used
24 .. date: 2021-05-08-11-50-46
35 .. date: 2021-09-06-21-52-45
39 Fix PyAiter_Check to only check for the __anext__ presence (not for
40 __aiter__). Rename PyAiter_Check to PyAIter_Check, PyObject_GetAiter ->
46 .. date: 2021-08-26-18-44-03
55 .. date: 2021-08-25-23-17-32
[all …]
D3.10.0b2.rst2 .. date: 2021-05-05-17-37-04
4 .. release date: 2021-05-31
13 .. date: 2021-05-27-17-34-29
17 Improve Unicode support in non-UTF locales on Oracle Solaris. This issue
18 does not affect other Solaris systems.
23 .. date: 2021-05-25-18-20-10
29 metaclass constructor raises an exception and the winner class is not the
35 .. date: 2021-05-21-21-16-03
46 .. date: 2021-05-21-01-42-45
56 .. date: 2021-05-19-20-33-36
[all …]
D3.5.4rc1.rst2 .. 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-
[all …]
D3.6.3rc1.rst2 .. date: 2017-09-05-15-26-30
4 .. release date: 2017-09-18
8 not been performed yet.
13 .. date: 2017-08-16-16-35-59
23 .. date: 2017-09-14-19-47-57
33 .. date: 2017-09-13-13-03-52
34 .. nonce: rS-FlC
43 .. date: 2017-09-11-12-54-35
53 .. date: 2017-09-11-08-50-41
58 not a dictionary. Patch by Oren Milman.
[all …]
D3.6.2rc1.rst2 .. date: 9989
4 .. release date: 2017-06-17
7 Removed a too-strict assertion that failed for certain f-strings, such as
13 .. date: 9988
17 Move co_extra_freefuncs to not be per-thread to avoid crashes
22 .. date: 9987
26 Fixed parsing backslashes in f-strings.
31 .. date: 9986
42 .. date: 9985
46 Fixed type.__setattr__() and type.__delattr__() for non-interned attribute
[all …]
D3.10.2.rst2 .. date: 2022-01-11-13-57-00
3 .. nonce: Gd8M-S
4 .. release date: 2022-01-13
12 .. date: 2022-01-07-23-32-03
17 field is not optional.
22 .. date: 2022-01-07-19-33-05
26 Fix the line number of tokenizer errors inside f-strings. Patch by Pablo
32 .. date: 2022-01-05-17-13-47
45 .. date: 2021-12-30-00-23-41
54 .. date: 2021-12-18-02-37-07
[all …]
D3.6.0b4.rst2 .. date: 9778
4 .. release date: 2016-11-21
7 Show sys.version when -V option is supplied twice.
12 .. date: 9777
16 The with-statement now checks for __enter__ before it checks for __exit__.
23 .. date: 9776
27 Fix the set_inheritable() file descriptor method on platforms that do not
33 .. date: 9775
37 Fix not getting the locale's charset upon initializing the interpreter, on
38 platforms that do not have langinfo.
[all …]
D3.10.0rc1.rst2 .. date: 2021-07-25-20-04-54
4 .. release date: 2021-08-02
13 .. date: 2021-07-31-12-12-57
22 .. date: 2021-07-27-11-14-22
23 .. nonce: SjLFe-
33 .. date: 2021-07-26-15-27-03
42 .. date: 2021-07-21-15-26-56
51 .. date: 2021-07-19-20-49-06
60 .. date: 2021-07-19-19-53-46
70 .. date: 2021-07-17-21-04-04
[all …]
D3.6.5rc1.rst2 .. date: 2018-03-05-10-09-51
4 .. release date: 2018-03-13
12 .. date: 2018-03-02-10-24-52
18 refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie
24 .. date: 2018-03-08-09-48-38
33 .. date: 2018-02-27-13-36-21
42 .. date: 2018-02-20-21-53-48
52 .. date: 2018-01-28-23-01-39
62 .. date: 2018-01-28-12-25-06
68 terminated by a semi-colon instead of a newline. Patch by Nitish Chandra.
[all …]
D3.6.0a1.rst2 .. date: 9253
4 .. release date: 2016-05-16
12 .. date: 9252
13 .. nonce: -nPBL6
21 .. date: 9251
30 .. date: 9250
31 .. nonce: oO-wLV
40 .. date: 9249
49 .. date: 9248
50 .. nonce: ZtcJf-
[all …]
D3.10.0a2.rst2 .. date: 2020-10-23-19-19-30
4 .. release date: 2020-11-03
13 .. date: 2020-10-19-10-56-27
18 plist files to avoid XML vulnerabilities. This should not affect users as
19 entity declarations are not used in regular plist files.
24 .. date: 2020-11-01-21-21-38
25 .. nonce: MPx-NK
29 uses UTF-8 as the filesystem encoding. Patch by Victor Stinner.
34 .. date: 2020-10-31-17-50-23
39 errors are checked in left-recursive rules to avoid cases where such errors
[all …]
D3.5.1rc1.rst2 .. date: 9450
4 .. release date: 2015-11-22
13 .. date: 9449
24 .. date: 9448
34 .. date: 9447
44 .. date: 9446
49 types with not defined __new__.
54 .. date: 9445
55 .. nonce: MUpG-j
64 .. date: 9444
[all …]
D3.8.0a1.rst2 .. date: 2019-01-15-18-16-05
4 .. release date: 2019-02-03
7 [CVE-2019-5010] Fix a NULL pointer deref in ssl module. The cert parser did
8 not handle CRL distribution points with empty DP or URI correctly. A
10 (TALOS-2018-0758) reported by Colin Read and Nicolas Edet of Cisco.
15 .. date: 2018-11-23-15-00-23
19 The :option:`-I` command line option (run Python in isolated mode) is now
21 spawning child processes. Previously, only :option:`-E` and :option:`-s`
22 options (enabled by :option:`-I`) were copied.
27 .. date: 2018-09-24-18-49-25
[all …]
D3.5.0a1.rst2 .. date: 8948
4 .. release date: 2015-02-08
7 PEP 475 - EINTR handling.
12 .. date: 8947
22 .. date: 8946
32 .. date: 8945
42 .. date: 8944
52 .. date: 8943
57 PyUnicode_EncodeCodePage() now raise an exception if the object is not a
64 .. date: 8942
[all …]
D3.9.0a5.rst2 .. date: 2020-03-14-14-57-44
4 .. release date: 2020-03-23
8 CVE-2019-18348. Such potentially malicious header injection URLs now cause a
14 .. date: 2020-03-20-13-51-55
30 .. date: 2020-03-20-13-42-35
39 .. date: 2020-03-19-23-34-22
48 .. date: 2020-03-19-02-26-13
49 .. nonce: Y-LIR0
64 .. date: 2020-03-19-00-45-37
65 .. nonce: u-bHIq
[all …]
/third_party/rust/crates/version_check/src/
Ddate.rs3 /// Release date including year, month, and day.
6 pub struct Date(u32); struct
8 impl Date { implementation
9 /// Reads the release date of the running compiler. If it cannot be
10 /// determined (see the [top-level documentation](crate)), returns `None`.
15 /// use version_check::Date;
17 /// match Date::read() {
18 /// Some(d) => format!("The release date is: {}", d),
19 /// None => format!("Failed to read the release date.")
22 pub fn read() -> Option<Date> { in read()
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]
/third_party/typescript/tests/baselines/reference/
DexternModule.errors.txt2 …ame 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
4 tests/cases/compiler/externModule.ts(3,10): error TS2391: Function implementation is missing or not
5 tests/cases/compiler/externModule.ts(4,10): error TS2391: Function implementation is missing or not
7 …xternModule.ts(20,13): error TS2391: Function implementation is missing or not immediately followi…
8 …xternModule.ts(26,13): error TS2391: Function implementation is missing or not immediately followi…
9 …xternModule.ts(28,13): error TS2391: Function implementation is missing or not immediately followi…
10 …cases/compiler/externModule.ts(32,11): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'?
11 …/cases/compiler/externModule.ts(34,7): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'?
12 …/cases/compiler/externModule.ts(36,7): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'?
13 …/cases/compiler/externModule.ts(37,3): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'?
[all …]

12345678910>>...47