Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: C code simplification | Seth Troisi | 2020-01-08 | 1 | -2/+0 |
| | |||||
* | Merge pull request #15232 from sethtroisi/remove_python3_part3 | Matti Picus | 2020-01-04 | 1 | -2/+0 |
|\ | | | | | MAINT: Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX | ||||
| * | Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX | Seth Troisi | 2020-01-03 | 1 | -2/+0 |
| | | |||||
* | | MAINT: Remove unused int_asbuffer | Jon Dufresne | 2020-01-04 | 1 | -12/+0 |
|/ | | | | | | | On Python 3, int_asbuffer throws NotImplementedError and goes unused internally. Fixes #12425 | ||||
* | MAINT: Remove Python2 specific C module setup (gh-15231) | Seth Troisi | 2020-01-03 | 1 | -0/+2 |
| | | | | | Dropping the support for python 2, the difference in module setup do not have to be accounted for anymore. This removes the macros and ifdef's related to module setup code and python 2 support. | ||||
* | DOC: Make Py3K docs C code snippets RST literal blocks (gh-14263) | Peter Cock | 2019-08-13 | 1 | -20/+20 |
| | |||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -2/+2 |
| | |||||
* | ENH: Spelling fixes | Ville Skyttä | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | change all non-code instances of Numpy to NumPy | Pierre de Buyl | 2016-09-06 | 1 | -13/+13 |
| | | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986 | ||||
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -4/+4 |
| | | | | Now is as good a time as any with open PR's at a low. | ||||
* | DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵ | rgommers | 2010-11-11 | 1 | -0/+917 |
github. |