[Numpy-svn] [numpy/numpy] c8decf: DOC: Thoroughly document datetime issues

GitHub noreply at github.com
Thu Dec 27 20:46:21 EST 2012


  Branch: refs/heads/maintenance/1.7.x
  Home:   https://github.com/numpy/numpy
  Commit: c8decf25189ad560b5ab40a13cf007390e626649
      https://github.com/numpy/numpy/commit/c8decf25189ad560b5ab40a13cf007390e626649
  Author: Ondřej Čertík <ondrej.certik at gmail.com>
  Date:   2012-12-27 (Thu, 27 Dec 2012)

  Changed paths:
    M numpy/core/src/multiarray/datetime_strings.c

  Log Message:
  -----------
  DOC: Thoroughly document datetime issues

After understanding the issues with datetime (see gh-568), I have documented my
understanding as comments in the code, so that the next time there are problems
with datetime on some platform, one can quickly figure out what is going on
from the code + comments.


  Commit: bae733005749e9747fd6632730e2542d80f78aea
      https://github.com/numpy/numpy/commit/bae733005749e9747fd6632730e2542d80f78aea
  Author: Ondřej Čertík <ondrej.certik at gmail.com>
  Date:   2012-12-27 (Thu, 27 Dec 2012)

  Changed paths:
    M numpy/core/src/multiarray/datetime_strings.c

  Log Message:
  -----------
  DOC: Add a blank line to multiline comments

Multiline comments should begin with a blank line. This patch fixes it.


  Commit: 77bcfcb8a01ce8887e94f3da8cd8cbb0d2f27769
      https://github.com/numpy/numpy/commit/77bcfcb8a01ce8887e94f3da8cd8cbb0d2f27769
  Author: Ondřej Čertík <ondrej.certik at gmail.com>
  Date:   2012-12-27 (Thu, 27 Dec 2012)

  Changed paths:
    M numpy/core/src/multiarray/datetime_strings.c

  Log Message:
  -----------
  Merge pull request #2861 from certik/backport2858

Backport #2858


Compare: https://github.com/numpy/numpy/compare/7f3aeac8696d...77bcfcb8a01c


More information about the Numpy-svn mailing list