| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Since `Py_UNICODE` is just a typedef for `wchar_t` in Python 3, replace it with `wchar_t` in Cython typedefs, C++ headers, and stringlib macros. Python 2 code paths retain `Py_UNICODE` via #if guards.
commit_hash:7bed62e2231a8fde3adc6317e8a41dd060895e24
|
| |
|
|
| |
commit_hash:bbb53cefb159aa3e7afaa475fd19d5a03b66945f
|
| |
|
|
| |
commit_hash:0054a0810a95d3f1aa3d36410976d43e03ff7e86
|
|
|
* Move src/ subdir contents to the top of the layout
* Rename self-written lib -> lib2 to avoid CaseFolding warning from the VCS
* Regenerate contrib/libs/python proxy-headers accordingly
4ccc62ac1511abcf0fed14ccade38e984e088f1e
|