summaryrefslogtreecommitdiffstats
path: root/contrib/python
Commit message (Collapse)AuthorAgeFilesLines
...
* Intermediate changesrobot-piglet2026-01-175-30/+74
| | | | commit_hash:ed08ac10a9a13637599cf60a9a36c630da6ae660
* Intermediate changesrobot-piglet2026-01-168-570/+164
| | | | commit_hash:815677b12bf16b5e55d59823e63982724ec2dc45
* Intermediate changesrobot-piglet2026-01-165-14/+28
| | | | commit_hash:db3e0895de4461e6a3698f0b832cf84c8c90de21
* Intermediate changesrobot-piglet2026-01-154-0/+6
| | | | commit_hash:d04f7e3a9eff531afdfd72e67b9f7a696c3ddf68
* Fix `__name__` for builtin modulesshadchin2026-01-142-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
* Intermediate changesrobot-piglet2026-01-1430-4509/+653
| | | | commit_hash:df4e6068190137786e6f2f5bf3604e06432cba52
* Intermediate changesrobot-piglet2026-01-145-5/+6
| | | | commit_hash:b42aad41cf1a018d988a4734b46bb5d6d5573344
* Intermediate changesrobot-piglet2026-01-133-4/+5
| | | | commit_hash:f461b96dcc60ba80764c668a9df005885de90429
* Intermediate changesrobot-piglet2026-01-134-4/+12
| | | | commit_hash:aaab0fa2a0570f63ef03180b177f1b286771d48d
* Intermediate changesrobot-piglet2026-01-134-3/+19
| | | | commit_hash:18a3fa284fa6065ed855aa8d3351f5c0c782716a
* Split cython for py3 and py2mikhnenko2026-01-132-0/+9
| | | | commit_hash:be16297e622cad23f9548bedfb2710b51b967573
* Intermediate changesrobot-piglet2026-01-1319-279/+844
| | | | commit_hash:74606c60eb904e207d47ff99b2df8a78f8dd42c7
* Intermediate changesrobot-piglet2026-01-1221-23/+808
| | | | commit_hash:1fd46ecb2de95892218a836fb44a72fba16645f9
* Intermediate changesrobot-piglet2026-01-1261-3495/+4493
| | | | commit_hash:75a0732dfa2159d2a850910fcc47775956b989c8
* Intermediate changesrobot-piglet2026-01-0835-512/+1213
| | | | commit_hash:202dcb59cc75c6a8ee553d57ceb11687cdf21151
* Intermediate changesrobot-piglet2026-01-085-41/+50
| | | | commit_hash:96fcd08eeeea9514566141e2e47f816f31ce1b15
* Intermediate changesrobot-piglet2026-01-075-10/+20
| | | | commit_hash:5a67727c407f7fff03bad8348c4c1a4925c8b57f
* Intermediate changesrobot-piglet2026-01-0510-187/+114
| | | | commit_hash:1a43bcb7f55bea5bd087ad537be5880e0301a09b
* Support route static from binary in aiohttpshadchin2026-01-053-4/+81
| | | | commit_hash:3fd15af6d92c77e1aaf327bd7f34742551ebf3b6
* Intermediate changesrobot-piglet2025-12-3043-243/+3164
| | | | commit_hash:291e80f1293d10e17c29539ccd5ccdc417ef5b6a
* Intermediate changesrobot-piglet2025-12-303-0/+31
| | | | commit_hash:47f24cea4d80c671dac66f536874a25381953463
* Support TraversalErrorshadchin2025-12-292-3/+5
| | | | | Новые версии `importlib.resources` могут кидать `TraversalError` вместо `FileNotFoundError`, добавляю поддержку и для этого исключения commit_hash:82ec6b73ddd60a2029c656e1246d201d0c2bfae6
* Intermediate changesrobot-piglet2025-12-2817-181/+792
| | | | commit_hash:ae3fb6278831e776f34d8ad9de96961a6369f05c
* Update contrib/python/types-protobuf to 6.32.1.20251210robot-contrib2025-12-264-7/+12
| | | | commit_hash:9956ad6d78993f7558783890da06a82cf597d55f
* Intermediate changesrobot-piglet2025-12-214-5/+11
| | | | commit_hash:23b7651406d5951e22808aa85b3c6b53b8c41d24
* Intermediate changesrobot-piglet2025-12-205-18/+68
| | | | commit_hash:38959c894056348ff3a7dd592d6f7980b53684af
* Intermediate changesrobot-piglet2025-12-196-16/+35
| | | | commit_hash:87c0b7af329135c61d1deec3de9870602d526a01
* Intermediate changesrobot-piglet2025-12-194-4/+4
| | | | commit_hash:1b208655971dc2b71022a781b43a2fc727e6dc31
* Intermediate changesrobot-piglet2025-12-192-2/+2
| | | | commit_hash:71fe713af1917e5162483e8c68c9b7800dad67ef
* Intermediate changesrobot-piglet2025-12-167-14/+107
| | | | commit_hash:01073d5debabb2b7da51639f6d5137155132d193
* Intermediate changesrobot-piglet2025-12-1434-690/+1366
| | | | commit_hash:d62d722c1bd4c78bfe57486241b6a85eb7703dbd
* Intermediate changesrobot-piglet2025-12-134-5/+5
| | | | commit_hash:0198f5168f5966f146cd27fa91f895ba8531a2a9
* Intermediate changesrobot-piglet2025-12-1336-858/+1193
| | | | commit_hash:8df5dd357667f94e71f2dc5c45b448f9f2161cc4
* Intermediate changesrobot-piglet2025-12-1217-252/+321
| | | | commit_hash:38e862c546aa268aac841565d1cc3f70df797d15
* Intermediate changesrobot-piglet2025-12-115-3/+70
| | | | commit_hash:42f07b10db90ba7011be8a94c8eca82896cccdc6
* Intermediate changesrobot-piglet2025-12-104-4/+4
| | | | commit_hash:634b3ec9b4ab17c49a28d002161a584997d93362
* Intermediate changesrobot-piglet2025-12-099-178/+256
| | | | commit_hash:2d8a15822847c98cadfd5135ea9535a5dfa9f3c2
* Intermediate changesrobot-piglet2025-12-072-3/+41
| | | | commit_hash:29eb7d70202d1e9f45da6cbbd616cf15ac723092
* Intermediate changesrobot-piglet2025-12-073-12/+36
| | | | commit_hash:4fa03dd7ecde0bd22b1afc654ef3a9e386a9ee92
* Intermediate changesrobot-piglet2025-12-044-4/+5
| | | | commit_hash:c94df06194dfef15f57ec71024d08be9e1bca98b
* Intermediate changesrobot-piglet2025-12-0243-3483/+9163
| | | | commit_hash:5d7bb0b3a16601d453badbe45dcb76f582024a93
* Intermediate changesrobot-piglet2025-11-30669-10302/+8764
| | | | commit_hash:0bde86dc1169b5ec3d7f1262262be69fa22b0121
* Intermediate changesrobot-piglet2025-11-2916-38/+278
| | | | commit_hash:3a22794f13d3a75e0e82d9187e263dfa8342c8a5
* Intermediate changesrobot-piglet2025-11-2868-179/+48
| | | | commit_hash:bfeccc45169aaaa9244d52ddd63e29fa086dd051
* Intermediate changesrobot-piglet2025-11-2827-2846/+0
| | | | commit_hash:30f4602dbcd98a42145163d6890ec6ee6bfee959
* Intermediate changesrobot-piglet2025-11-2824-32/+543
| | | | commit_hash:e2703b06031e348778f8950a45ef4d94aaefe57b
* Intermediate changesrobot-piglet2025-11-263-6/+105
| | | | commit_hash:2062a632790346cbb7fb8df822fb16d189f44cc3
* Intermediate changesrobot-piglet2025-11-252-4/+12
| | | | commit_hash:dff7cbc96b65ca2cf53d4339d00e5446d592299d
* Update contrib/python/types-protobuf to 6.32.1.20251105robot-contrib2025-11-215-11/+11
| | | | commit_hash:45d040686ac6113ae9774c853e5473e95feb4d07
* Intermediate changesrobot-piglet2025-11-2110-29/+155
| | | | commit_hash:e227fe879645ae86ec05a318d99d8996962186b3