| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix `__name__` for builtin modules | shadchin | 2026-01-14 | 2 | -27/+5 |
| | | | | | | | | | | | | | | | | | | | | | | Такой же подход есть у загрузки so-расширений, но для builtin его из коробки нет, так как builtin в upstream используется только для стандартной библиотеки, а там нет подпакетов, там только модули и у них нет проблемы с именем. До патча: ```ipython In [1]: import osgeo._gdal In [2]: osgeo._gdal.__name__ Out[2]: '_gdal' # <- Потерялось имя пакета, должно быть `osgeo._gdal` ``` После патча: ```ipython In [1]: import osgeo._gdal In [2]: osgeo._gdal.__name__ Out[2]: 'osgeo._gdal' ``` commit_hash:fee95110a58cae8395a46598bf8f0b80e42b029a | ||||
| * | Split cython for py3 and py2 | mikhnenko | 2026-01-13 | 1 | -0/+3 |
| | | | | | commit_hash:be16297e622cad23f9548bedfb2710b51b967573 | ||||
| * | Intermediate changes | robot-piglet | 2025-12-30 | 3 | -0/+31 |
| | | | | | commit_hash:47f24cea4d80c671dac66f536874a25381953463 | ||||
| * | Intermediate changes | robot-piglet | 2025-11-28 | 41 | -43/+43 |
| | | | | | commit_hash:bfeccc45169aaaa9244d52ddd63e29fa086dd051 | ||||
| * | Intermediate changes | robot-piglet | 2025-11-28 | 27 | -2846/+0 |
| | | | | | commit_hash:30f4602dbcd98a42145163d6890ec6ee6bfee959 | ||||
| * | Remove Cygwin headers from sysincl/unsorted.yml | thegeorg | 2025-05-15 | 1 | -1/+1 |
| | | | | | | | Cygwin is not supported: we have neither toolchain for it not corresponding SDK. It is probably broken already, but I am unable to check this due to the above. commit_hash:da1c24d78cffef68634e2bad041060508cb760eb | ||||
| * | Intermediate changes | robot-piglet | 2024-12-18 | 13 | -231/+383 |
| | | | | | commit_hash:1a5e9f4585838729a12fdcba5306caddb2c0c7ac | ||||
| * | publishFullContrib: true for ydb | maxim-yurchuk | 2024-10-09 | 10 | -0/+852 |
| | | | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e | ||||
| * | Intermediate changes | robot-piglet | 2024-08-22 | 1 | -0/+2 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2024-04-10 | 1 | -5/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2024-04-04 | 1 | -1/+1 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2024-02-08 | 4 | -4/+6 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2024-02-06 | 37 | -1062/+1370 |
| | | |||||
| * | Library import 6 (#888) | AlexSm | 2024-01-09 | 66 | -472/+1654 |
| | | |||||
| * | Import libs 4 (#758) | AlexSm | 2023-12-27 | 1 | -0/+2 |
| | | |||||
| * | Support override `distutils` from `setuptools` | shadchin | 2023-12-12 | 1 | -2/+2 |
| | | |||||
| * | Simplify numpy | shadchin | 2023-12-05 | 2 | -224/+222 |
| | | |||||
| * | Remove 10-fix-win-build.patch | shadchin | 2023-11-30 | 1 | -12/+0 |
| | | |||||
| * | Merge f2py part with numpy | shadchin | 2023-11-28 | 3 | -51/+35 |
| | | |||||
| * | Update numpy to 1.26.2 | shadchin | 2023-11-27 | 235 | -11270/+13371 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-11-18 | 1 | -1/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-11-18 | 1 | -1/+1 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-11-17 | 11 | -237/+513 |
| | | |||||
| * | Update numpy to 1.25.2 | shadchin | 2023-11-16 | 721 | -38513/+207501 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-10-04 | 3 | -3/+1564 |
| | | |||||
| * | add ydb deps | nkozlovskiy | 2023-09-29 | 1387 | -0/+1373162 |
