summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/datetime_strings.c
Commit message (Expand)AuthorAgeFilesLines
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-4/+5
* Apply suggestions from code reviewEric Wieser2020-09-281-1/+1
* Apply suggestions from code reviewEric Wieser2020-08-311-2/+2
* MAINT: Use utf8 strings in more of datetimeEric Wieser2020-08-301-19/+24
* MAINT: Unify casting error creation (outside the iterator)Sebastian Berg2020-05-021-1/+1
* MAINT: Cleanup most PY3K #ifdef guardsSeth Troisi2020-01-071-2/+0
* MAINT: Improve const-correctness of string argumentsEric Wieser2020-01-061-2/+2
* Fix other incorrect narrowing for format stringsEric Wieser2019-10-171-2/+2
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* ENH: datetime64: support AC dates starting with '+'Orestis Floros2018-03-311-1/+1
* BUG: Fix sign-compare warnings in datetime.c and datetime_strings.c.Charles Harris2018-01-231-17/+19
* BUG: Fix datetime->string conversionEric Wieser2017-10-031-4/+5
* MAINT: Use the PyArray_FROM_O macro moreEric Wieser2017-04-051-2/+1
* MAINT: Removed conditionals that are always true in datetime_strings.cKa Wo Chen2016-01-231-3/+3
* API: Make datetime64 timezone naiveStephan Hoyer2016-01-151-204/+24
* BUG: fix missing memory allocation failure checksJulian Taylor2014-02-091-0/+3
* DOC: Add a blank line to multiline commentsOndřej Čertík2012-12-271-3/+6
* DOC: Thoroughly document datetime issuesOndřej Čertík2012-12-271-11/+58
* FIX: Use the NPY_TIME_T macro everywhereOndřej Čertík2012-12-261-2/+2
* STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-131-1/+1
* ENH: Change datetime64 to use c_metadata instead of metadataMark Wiebe2012-05-101-2/+3
* ENH: Use get_mktime as wrapper for mktime.Han Genuit2012-04-151-3/+1
* ENH: Add get_mktime function to support multiple platforms.hangenuit@gmail.com2012-04-151-0/+31
* BUG: Force MinGW to use 64-bits time type.Han Genuit2012-04-151-3/+7
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* BUG: datetime: Restrict 'local' timezone print to >= 1970Mark Wiebe2012-02-191-2/+12
* ENH: Incorporated review advice and changed macro hack to MinGW hint.hangenuit@gmail.com2011-10-041-23/+0
* BUG: Add another preprocessor statement for 64-bits fallback mechanism.hangenuit@gmail.com2011-10-041-1/+18
* ENH: Use customized MSVC runtime library if present.Han2011-10-041-0/+6
* BUG: Attempt Y2038 fix, and restrict local timezone parsing to 1970 and later...Mark Wiebe2011-10-011-37/+77
* BUG: Attempt to fix the Y2038 problem parsing dates >= 2038Mark Wiebe2011-10-011-70/+167
* WRN: Remove many warnings when building at a higher warning levelMark Wiebe2011-10-011-1/+2
* BUG: datetime: Make datetime_as_string produce a UNICODE array instead of STR...Mark Wiebe2011-10-011-21/+39
* BUG: fix crash in test_datetime_as_stringHan2011-08-271-1/+1
* STY: Cleanup trailing whitespace.Charles Harris2011-07-071-4/+1
* ENH: core: Deprecate some bad namespace-polluting macrosMark Wiebe2011-07-061-0/+1
* ENH: datetime: Applying changes for Chuck and Derek's feedbackMark Wiebe2011-06-211-10/+24
* ENH: convert-dtype: Abstract the flexible dtype mechanism into a functionMark Wiebe2011-06-171-80/+86
* ENH: datetime-casting: Add casting parameter to 'datetime_as_string'Mark Wiebe2011-06-171-32/+106
* ENH: datetime-meta: Remove 'events' from the datetime metadataMark Wiebe2011-06-171-2/+0
* ENH: datetime-casting: Add casting parameters to more conversion functionsMark Wiebe2011-06-171-14/+6
* ENH: datetime-string: Add support for datetime.tzinfo in datetime_as_stringMark Wiebe2011-06-161-5/+223
* ENH: datetime-autounit: Detect unit from string arrays as wellMark Wiebe2011-06-161-0/+1219