Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-08 | use builtin getset stuff rather than custom getattr/setattr implementation. | Jelmer Vernooij | 1 | -28/+23 | |
(This used to be commit bb59f3084ff8ff99e5bd72abfaadcbb68110f9fa) | |||||
2008-04-08 | Add function signature to docstrings in python. | Jelmer Vernooij | 1 | -3/+31 | |
(This used to be commit 61f331e9748bf5b3a1120ef19f93790facf9f64c) | |||||
2008-04-08 | Register types rather than constructors, display structs as classes. | Jelmer Vernooij | 1 | -63/+96 | |
(This used to be commit aad07f482544107dbeb4c3c468ce7dd78c151849) | |||||
2008-04-08 | Set tp_flags for Python types. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit f214206a36d8822e485f6f076c9f3f0bfc1e1df4) | |||||
2008-04-08 | Set docstrings from helpstring attribute where possible. | Jelmer Vernooij | 1 | -14/+38 | |
(This used to be commit 07f52ca51c008a6b80fed5b03935e1c3241d08d5) | |||||
2008-04-07 | Add simple docstring for Python modules. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 57c7b4e896116f06b39e0040ad386c561d76bd3d) | |||||
2008-01-14 | python: Fix handling of pointer-less strings in function arguments. | Jelmer Vernooij | 1 | -8/+8 | |
(This used to be commit cb2700094fc1fc3887d5254e5d42e035deefa5b9) | |||||
2008-01-14 | python: Compile security module, handle uint. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6) | |||||
2008-01-14 | python: Fix some corner cases handling scalars. | Jelmer Vernooij | 1 | -3/+13 | |
(This used to be commit b662c98a9ad461a33a27a918c0d544a96433e48c) | |||||
2008-01-14 | python: Don't try to free const pointers. | Jelmer Vernooij | 1 | -1/+5 | |
(This used to be commit b4754f4683e67a940f18a88e45c0878259f45b97) | |||||
2008-01-14 | python: Move some convenience macros to a separate header rather than ↵ | Jelmer Vernooij | 1 | -6/+2 | |
putting them in every generated py_* file. (This used to be commit 712274b9bdf524da125cbbe6e4bb475b21b1da66) | |||||
2008-01-14 | python: Build epmapper module. | Jelmer Vernooij | 1 | -46/+37 | |
(This used to be commit 6cb78c7634de0f9ab327583844d7860d384356eb) | |||||
2008-01-14 | python: Be more pythonic - turn WERROR and NTSTATUS return codes into ↵ | Jelmer Vernooij | 1 | -2/+20 | |
exceptions. (This used to be commit 16fc69b843e92ae62b15caf927335cc117156499) | |||||
2008-01-14 | python: Fix python code for winreg, add test. | Jelmer Vernooij | 1 | -5/+6 | |
(This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260) | |||||
2008-01-14 | pidl/python: Fix processing UUID-less interfaces, external typedefs and ↵ | Jelmer Vernooij | 1 | -139/+122 | |
certain bitmap elements. (This used to be commit e65618fff3299193c27959e2cc5a3937837e1422) | |||||
2008-01-14 | pidl/python: Deal with arrays that are not pointers. | Jelmer Vernooij | 1 | -0/+12 | |
(This used to be commit 7516af7c7262240df3b804dda962194a811d4e96) | |||||
2008-01-14 | pidl/python: Specify memory context explicitly when returning Python objects. | Jelmer Vernooij | 1 | -32/+30 | |
(This used to be commit 9c72f652e0d3f14d5db4d3930f0d1f9a1875e93f) | |||||
2008-01-14 | pidl/python: Pass credentials and loadparm context when connecting using ↵ | Jelmer Vernooij | 1 | -11/+48 | |
DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b) | |||||
2008-01-14 | python: Fix rpcecho tests. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa) | |||||
2008-01-14 | pidl/python: Fix compilation of py_echo. | Jelmer Vernooij | 1 | -2/+14 | |
(This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9) | |||||
2008-01-14 | python/pidl: Fix assignment. | Jelmer Vernooij | 1 | -9/+19 | |
(This used to be commit 2d2cb6486e6e1a31ae94223784e49fb4eea8bb26) | |||||
2008-01-14 | pidl/python: Fix more compile errors. | Jelmer Vernooij | 1 | -26/+32 | |
(This used to be commit 2eb4526599ec6d3c604dd9b1f258496c82288284) | |||||
2008-01-14 | pidl/python: Fix parsing arguments, fix more pointer issues. | Jelmer Vernooij | 1 | -33/+129 | |
(This used to be commit b00c1a072457e5083ffc24a8b74b3793d0b44eee) | |||||
2008-01-14 | pidl/python: Fix use of pointers. | Jelmer Vernooij | 1 | -11/+70 | |
(This used to be commit 13f2b0380f310b101975d709361a29d4032c3689) | |||||
2008-01-14 | pidl/python: Remove unnecessary talloc_free(). | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit a099d30067a4d965a283f52e56ffd1897137bf1a) | |||||
2008-01-14 | python: Allow wrapping pointers within talloc'ed memory that are not talloc ↵ | Jelmer Vernooij | 1 | -16/+28 | |
contexts. (This used to be commit 9c038a74113fb55ed5eb12a7d0ae4a46bad9050c) | |||||
2008-01-14 | pidl/python: Support repr() for python types. | Jelmer Vernooij | 1 | -7/+17 | |
(This used to be commit cf3664594d3540db20d32bc844f18e20abfa0d96) | |||||
2008-01-14 | pidl/python: Work towards supporting more complex types (arrays, etc). | Jelmer Vernooij | 1 | -76/+115 | |
(This used to be commit 49d91a1a92e226c015db86ddc9ef772030415d76) | |||||
2008-01-14 | pidl/python: Support more scalar types when converting from Python. | Jelmer Vernooij | 1 | -20/+47 | |
(This used to be commit 1f3bbb65e5a46715c49225eecc760faaf5dbb9d7) | |||||
2008-01-14 | pidl/python: Use new talloc utility functions. | Jelmer Vernooij | 1 | -49/+24 | |
(This used to be commit 48cfd44dc088717c0282436148888e45b2632946) | |||||
2008-01-14 | pidl/python: Convert unions. | Jelmer Vernooij | 1 | -14/+43 | |
(This used to be commit e9037d0f5d222efd4ca04a0f8ce5c39cb3bb6997) | |||||
2008-01-14 | pidl/python: Fix more warnings in the generated code. | Jelmer Vernooij | 1 | -23/+28 | |
(This used to be commit 23add37b729aaa85b83cbf6ba98e7042c01f6472) | |||||
2008-01-14 | pidl/python: Fix bug accidently filling in the body of enums/bitmaps without ↵ | Jelmer Vernooij | 1 | -0/+2 | |
body. (This used to be commit 97971f0d8080f3934ea5940cc0f230004afb94a1) | |||||
2008-01-14 | pidl/python: Fix const type wrapping. | Jelmer Vernooij | 1 | -5/+20 | |
(This used to be commit 35a4843f9c75a59ab98e785520114809903575cf) | |||||
2008-01-14 | pidl/python: Fix conversion of last few non-standard types. | Jelmer Vernooij | 1 | -5/+5 | |
(This used to be commit b8bdbc38c15598e34c55fb9e3ee1f6894964d2c6) | |||||
2008-01-14 | pidl/python: Remove references to DECLARE, which has been removed. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 9a907567c8e0836b731e0ef01f8d097a33de21b0) | |||||
2008-01-14 | pidl/python: Some more support for special case types. | Jelmer Vernooij | 1 | -9/+39 | |
(This used to be commit 991aa950a377bbc07e0bf05758574f850a6d0ff7) | |||||
2008-01-14 | pidl/python: Convert some Python objects back to C, return proper tuples in ↵ | Jelmer Vernooij | 1 | -7/+40 | |
client calls. (This used to be commit 1ab617296943dc1d270cbf999dedcfb3073d3d20) | |||||
2008-01-14 | python/pidl: Start wrapping function arguments. | Jelmer Vernooij | 1 | -38/+160 | |
(This used to be commit c2595d3754db4d03bafd53b6f62158516493657e) | |||||
2008-01-14 | python/pidl: Handle non-string types. | Jelmer Vernooij | 1 | -1/+19 | |
(This used to be commit 02dd02c529d578ad7fa4a6b825097685555604fe) | |||||
2008-01-14 | python/pidl: More work on wrapping enums, bitmaps and structs. | Jelmer Vernooij | 1 | -26/+76 | |
(This used to be commit 732c3453f0784d5052705b00735b750809afce61) | |||||
2008-01-05 | r26667: pidl/python: Don't generate casts anymore; this will generate ↵ | Jelmer Vernooij | 1 | -9/+9 | |
warnings with older Pythons, but will be a lot cleaner with newer versions. (This used to be commit 7db3222dace7071e3d74fc34b86d571a0f3badea) | |||||
2008-01-03 | r26662: pidl/python: Add constructors for struct/union types. | Jelmer Vernooij | 1 | -3/+52 | |
(This used to be commit bc6aa49d8e33add2efa6f66630029f5305b56280) | |||||
2008-01-03 | r26661: pidl/python: More generic handling of NTSTATUS, add stubs for types. | Jelmer Vernooij | 1 | -10/+41 | |
(This used to be commit 336dae6d429f122f7f38a6c78d28b848ebfa3c67) | |||||
2008-01-03 | r26660: pidl/python: Generate stub functions for DCE/RPC client functions, ↵ | Jelmer Vernooij | 1 | -3/+144 | |
constructor for interface objects. (This used to be commit 0ee0581f052d0b90b2697841aaa09e0955aff65a) | |||||
2008-01-03 | r26659: pidl/python: Support string constants and handle modules. | Jelmer Vernooij | 1 | -2/+43 | |
(This used to be commit 885e5980d7d7fbafdcf308b8ba6f2560c5b467ec) | |||||
2008-01-03 | r26658: pidl: Register Python modules. | Jelmer Vernooij | 1 | -1/+11 | |
(This used to be commit f47044aacc8eb6df856524744ab87bee997bae6d) | |||||
2008-01-03 | r26657: pidl: Add basics for generating Python modules. | Jelmer Vernooij | 1 | -0/+79 | |
(This used to be commit f1960ca7c4d1b75d64192efdd446482c6bbebcd9) |