Home
last modified time | relevance | path

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

12345678910>>...53

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
DDateUtils.java6 * (the "License"); you may not use this file except in compliance with
9 * http://www.apache.org/licenses/LICENSE-2.0
22 import java.util.Date;
34 * {@link java.util.Calendar} and {@link java.util.Date} object.
40 * This way date-fields will be ignored in bottom-up order.
41 * As a complement to these methods we've introduced some fragment-methods.
42 * With these methods the Date-fields will be ignored in top-down order.
43 * Since a date without a year is not a valid date, you have to decide in what
44 * kind of date-field you want your result, for instance milliseconds or days.
47 * Several methods are provided for adding to {@link Date} objects, of the form
[all …]
DDateFormatUtils.java6 * (the "License"); you may not use this file except in compliance with
9 * http://www.apache.org/licenses/LICENSE-2.0
20 import java.util.Date;
25 * Date and time formatting utilities and constants.
27 * <p>Formatting is performed using the thread-safe
31 * override any previously called Calendar.clear() calls. See LANG-755.</p>
34 * will assume current year as week year is not supported. See {@link java.util.GregorianCalendar}
48 * ISO 8601 formatter for date-time without time zone.
51 * The format used is {@code yyyy-MM-dd'T'HH:mm:ss}. This format uses the
58 = FastDateFormat.getInstance("yyyy-MM-dd'T'HH:mm:ss");
[all …]
/external/python/cpython3/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.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.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.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.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.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.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 …]
/external/python/cpython2/Misc/NEWS.d/
D2.7.11rc1.rst2 .. date: 9701
4 .. release date: 2015-11-21
8 buffer objects. These objects are not necessarily terminated by a null
14 .. date: 9700
24 .. date: 9699
29 types with not defined __new__.
34 .. date: 9698
38 format(int, 'c') now raises OverflowError when the argument is not in
44 .. date: 9697
48 Prevent builtin types that are not allowed to be subclassed from being
[all …]
D2.6b3.rst2 .. date: 7111
4 .. release date: 20-Aug-2008
7 Remove Py_TPFLAGS_HAVE_VERSION_TAG from Py_TPFLAGS_DEFAULT when not building
8 the core. This means 3rd party extensions do not automatically benefit from
17 .. date: 7110
27 .. date: 7109
37 .. date: 7108
41 Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by denying s# to
47 .. date: 7107
57 .. date: 7106
[all …]
D2.7a1.rst2 .. date: 7759
4 .. release date: 2009-12-05
13 .. date: 7758
24 .. date: 7757
34 .. date: 7756
39 1e-100 used to raise OverflowError, but now gives the requested 120
45 .. date: 7755
46 .. nonce: Z3-djS
54 .. date: 7754
63 .. date: 7753
[all …]
D2.7.6rc1.rst2 .. date: 9182
4 .. release date: 2013-10-26
8 and not removed by the linker's optimizer.
13 .. date: 9181
17 UTF-7 decoder no more produces illegal unicode strings.
22 .. date: 9180
32 .. date: 9179
36 Fix a crash in the "replace" error handler on 64-bit platforms. Patch by
42 .. date: 9178
43 .. nonce: meZHE-
[all …]
D2.7.1rc1.rst2 .. date: 8273
4 .. release date: 2010-11-13
13 .. date: 8272
23 .. date: 8271
33 .. date: 8270
42 .. date: 8269
52 .. date: 8268
56 CObject use is marked as a Py3k warning, not a deprecation warning.
61 .. date: 8267
71 .. date: 8266
[all …]
D2.6a1.rst2 .. date: 6793
4 .. release date: 29-Feb-2008
13 .. date: 6792
22 .. date: 6791
31 .. date: 6790
41 .. date: 6789
55 .. date: 6788
69 .. date: 6787
81 .. date: 6786
91 .. date: 6785
[all …]
D2.7.8.rst2 .. date: 9373
4 .. release date: 2014-06-29
13 .. date: 9372
18 type. CVE-2014-7185.
23 .. date: 9371
27 Running Python with the -3 option now also warns about non-ascii bytes
33 .. date: 9370
37 If the conditional if-else expression, allow an integer written with no
44 .. date: 9369
48 Fix over-pessimistic computation of the stack effect of some opcodes in the
[all …]
D2.7.13rc1.rst2 .. date: 9925
4 .. release date: 2016-12-03
13 .. date: 9924
17 dumbdbm no longer writes the index file in when it is not changed and
18 supports reading read-only files.
23 .. date: 9923
27 Fixed miscellaneous issues with C-style formatting of types with custom
33 .. date: 9922
38 C-inherited Cython classes).
43 .. date: 9921
[all …]
/external/python/cpython2/Demo/classes/
DDates.py1 # Class Date supplies date objects that support date arithmetic.
3 # Date(month,day,year) returns a Date object. An instance prints as,
7 # all work as expected for date objects: int+date or date+int returns
8 # the date `int' days from `date'; date+date raises an exception;
9 # date-int returns the date `int' days before `date'; date2-date1 returns
10 # an integer, the number of days from date1 to date2; int-date raises an
13 # the two dates and max(date1,date2) the later; and date objects can be
16 # Date objects support one visible method, date.weekday(). This returns
17 # the day of the week the date falls on, as a string.
19 # Date objects also have 4 read-only data attributes:
[all …]
/external/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 …]
/external/cronet/third_party/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 …]
/external/icu/libicu/cts_headers/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 …]
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py4 # you may not use this file except in compliance with the License.
7 # http://www.apache.org/licenses/LICENSE-2.0
43 def _add_deprecated_function_notice_to_docstring(doc, date, instructions): argument
46 ('in a future version' if date is None else ('after %s' % date))]
58 def _add_deprecated_arg_notice_to_docstring(doc, date, instructions, argument
71 (deprecation_string, 'in a future version' if date is None else
72 ('after %s' % date)), 'Instructions for updating:'
77 def _add_deprecated_arg_value_notice_to_docstring(doc, date, instructions, argument
85 when = 'in a future version' if date is None else ('after %s' % date)
99 def _validate_deprecation_args(date, instructions): argument
[all …]
/external/apache-commons-compress/src/changes/
Dchanges.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
8 "License"); you may not use this file except in compliance
11 http://www.apache.org/licenses/LICENSE-2.0
19 -->
21 <!--
22 This file is also used by the maven-changes-plugin to generate the release notes.
26 release process easy :-).
30 3. Use the report generated by the maven-changelog-plugin to see all
35 mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=m.n]
[all …]

12345678910>>...53