summaryrefslogtreecommitdiff
path: root/Cython/Utility/CpdefEnums.pyx
Commit message (Expand)AuthorAgeFilesLines
* Add simple code style checks for non-Python source files.Stefan Behnel2023-03-231-1/+1
* Improve "cpdef enum" to Python conversion (GH-4877)da-woods2023-01-101-7/+79
* Make cpdef enums pickleable (GH-5124)da-woods2023-01-101-3/+3
* Remove unnecessary OrderedDict usage for CpdefEnums (#5180)GalaxySnail2022-12-261-5/+9
* Add doc support for cpdef enum (GH-3813)matham2020-09-101-1/+9
* Add support for C++ scoped enums with "enum class" and "enum struct" (GH-3640)Ashwin Srinath2020-06-181-0/+18
* Fix metaclass usage in cpdef-enums by using the Py3 syntax (which is also mor...Stefan Behnel2019-01-121-2/+1
* Remove support for Py2.6 and various quirks that special-cased it.gh2692_remove_py26_supportStefan Behnel2018-10-301-4/+1
* prevent leaking IntEnum import into module namespace when using cpdef enumsStefan Behnel2015-09-301-3/+6
* Align cpdef enums with PEP 435.Robert Bradshaw2015-09-081-12/+34
* Make cpdef enums into first-class types.Robert Bradshaw2015-09-031-0/+41