rdb
|
fdcfaf69b0
interrogate: Optimizate creating Python wrapper instances
|
3 年之前 |
rdb
|
68111b2c42
Merge branch 'release/1.10.x'
|
3 年之前 |
rdb
|
11746457ff
interrogate: Fix invalid syntax for `make()` coerce ctor with kwargs
|
3 年之前 |
rdb
|
7f707de384
interrogate: rename `operator [] =` to `operator []=`
|
3 年之前 |
rdb
|
a0be50c769
general: Fix assorted compiler warnings
|
3 年之前 |
rdb
|
a354b774b3
interrogate: Add __reduce_ex__ to methods that shouldn't be renamed
|
4 年之前 |
rdb
|
98054d1bbd
interrogate: Support reverse binary operators as extension methods
|
4 年之前 |
rdb
|
18e8918138
interrogate: Reimplement subscript assignment "operator"
|
4 年之前 |
rdb
|
e4ecb548bf
interrogate: Use __bool__ for default name of operator bool
|
4 年之前 |
rdb
|
179f316b36
interrogate: Wrap anonymous parameter names as positional-only args
|
4 年之前 |
rdb
|
f6b1b6dbb0
interrogate: Support three-way comparison operator <=>
|
4 年之前 |
rdb
|
8cbe36b352
Merge branch 'release/1.10.x'
|
4 年之前 |
rdb
|
eab1308438
interrogate: Fix bug sorting overloads of AsyncFuture::set_result()
|
4 年之前 |
rdb
|
5ae08eadf7
Merge branch 'release/1.10.x'
|
4 年之前 |
rdb
|
7ed9f573e7
interrogate: Map operator / to true divide unless it takes an int
|
4 年之前 |
rdb
|
601ca323f5
interrogate: Support __truediv__, __floordiv__, etc. special methods
|
4 年之前 |
rdb
|
e099d9e787
Merge branch 'release/1.10.x'
|
5 年之前 |
rdb
|
99f9352e76
interrogate: improvements to __setstate__ handling:
|
5 年之前 |
rdb
|
3e1d4aa6b5
interrogate: Fix memory leak in __setstate__
|
5 年之前 |
rdb
|
1793c9a938
interrogate: Fix __setstate__ not working for subclasses
|
5 年之前 |
rdb
|
a6e6826939
interrogate: support __getstate__ and __setstate__
|
5 年之前 |
rdb
|
c788912070
Merge branch 'release/1.10.x'
|
5 年之前 |
rdb
|
5655e97ec1
interrogate: fix misbehaving == and != operator if only < is defined
|
5 年之前 |
rdb
|
66ac3be604
Merge branch 'release/1.10.x' into master
|
5 年之前 |
rdb
|
dabab90415
interrogate: Fix compilation error of bindings with Python 3.9+
|
5 年之前 |
rdb
|
707ea089cb
Merge remote-tracking branch 'origin/release/1.10.x'
|
5 年之前 |
rdb
|
ab6bf5f4f7
general: Add workaround for Windows bug in various uses of isprint()
|
5 年之前 |
rdb
|
a203ff11fc
interrogate: support __getstate__ and __setstate__
|
5 年之前 |
rdb
|
a34867ae4f
interrogate: support __int__ -> nb_int slot mapping
|
5 年之前 |
rdb
|
d2bd4181e0
interrogate: set tp_base to DTOOL_SUPER_BASE and tp_basicsize to 0
|
6 年之前 |