summaryrefslogtreecommitdiff
path: root/doc/Py3K.rst.txt
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: C code simplificationSeth Troisi2020-01-081-2/+0
|
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-041-2/+0
|\ | | | | MAINT: Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-2/+0
| |
* | MAINT: Remove unused int_asbufferJon Dufresne2020-01-041-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 Troisi2020-01-031-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 Cock2019-08-131-20/+20
|
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2
|
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
|
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-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 Harris2013-08-181-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 ↵rgommers2010-11-111-0/+917
github.