summaryrefslogtreecommitdiff
path: root/numpy/doc/byteswapping.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* DOC note the effect of #1866 in byteorder discussionJoel Nothman2014-10-221-0/+9
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-4/+4
* DOC: Add an example of casting array type and byte order using astype.Miguel de Val-Borro2013-11-111-0/+9
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-2/+4
* Proper escaping in doc.byteswappingPauli Virtanen2009-10-041-1/+1
* Small doc rephraseMatthew Brett2009-10-031-1/+1
* ENH: add byteswapping tutorialMatthew Brett2009-10-031-0/+137