index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
arti_rpc
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
python rpc wrapper: Use socket types that work on windows.
Nick Mathewson
2026-01-12
1
-2
/
+3
*
rpc.py: fix formatting
Jim Newsome
2025-09-15
1
-1
/
+1
*
Merge branch 'rpc_document_internal_optimism' into 'main'
Nick Mathewson
2025-01-30
1
-6
/
+0
|
\
|
*
rpc: Correct API documentation about optimism
Nick Mathewson
2025-01-30
1
-6
/
+0
*
|
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
|
/
*
rpc.py: Copy stream caveats.
Nick Mathewson
2025-01-29
1
-2
/
+20
*
rpc.py: New preamble document
Nick Mathewson
2025-01-29
1
-3
/
+6
*
python rpc: Add support for cancelling requests.
Nick Mathewson
2025-01-22
2
-2
/
+30
*
python rpc: Document with_meta arguments.
Nick Mathewson
2025-01-22
1
-0
/
+3
*
python rpc: Expose an ArtiRpcObject for the "connection" object.
Nick Mathewson
2025-01-22
1
-0
/
+11
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-2
/
+2
*
ffi.py: Resolve newer mypy warning.
Nick Mathewson
2025-01-05
1
-5
/
+5
*
artilib: Revise C and Python APIs for builders.
Nick Mathewson
2024-12-09
3
-14
/
+142
*
python: Fix warnings about unused variables and modules.
Nick Mathewson
2024-10-24
2
-2
/
+2
*
Run "black" to reformat all our python
Nick Mathewson
2024-10-24
3
-39
/
+64
*
python: Use logging to report nonfatal errors.
Nick Mathewson
2024-10-23
1
-2
/
+5
*
python: Automatically release RPC objects on __del__
Nick Mathewson
2024-10-23
1
-3
/
+31
*
python rpc: Avoid sneaky use-after-free errors.
Nick Mathewson
2024-10-23
1
-4
/
+10
*
python: Enforce that a response has just one type.
Nick Mathewson
2024-10-21
1
-3
/
+13
*
Typo fixes from @jnewsome
Nick Mathewson
2024-10-22
1
-2
/
+2
*
python: Expose RPC status code from errors.
Nick Mathewson
2024-10-21
2
-1
/
+47
*
python: Rename connect to open_stream, for consistency.
Nick Mathewson
2024-10-21
1
-1
/
+1
*
python: avoid redundant error messages.
Nick Mathewson
2024-10-21
1
-1
/
+4
*
python: remove an unused import
Nick Mathewson
2024-10-21
1
-1
/
+0
*
python: Return "stream" as an object.
Nick Mathewson
2024-10-21
1
-3
/
+4
*
python: Provide a sensible way to set metaparams in requests
Nick Mathewson
2024-10-21
1
-2
/
+22
*
python: Decode JSON in rpc responses more aggressively
Nick Mathewson
2024-10-21
2
-20
/
+88
*
python: Allow execute methods to accept dicts
Nick Mathewson
2024-10-21
1
-2
/
+18
*
python: fix a return type annotation.
Nick Mathewson
2024-10-17
1
-1
/
+1
*
python: Note two methods which will need new args
Nick Mathewson
2024-10-10
1
-0
/
+2
*
python: Use mypy option for cleaner code wrt rebinding.
Nick Mathewson
2024-10-03
1
-11
/
+24
*
python: Fix annotation typo.
Nick Mathewson
2024-10-03
1
-1
/
+1
*
python: Remove TODO about WinDLL
Nick Mathewson
2024-10-03
1
-5
/
+0
*
python: annotate CDLL-related functions
Nick Mathewson
2024-10-03
1
-16
/
+11
*
python: Remove todos about annotating "params"
Nick Mathewson
2024-10-03
1
-2
/
+0
*
python: Prefer Optional over Union.
Nick Mathewson
2024-10-03
1
-4
/
+4
*
python: Type-annotate rpc.py
Nick Mathewson
2024-10-01
2
-38
/
+66
*
python: Add minimal annotations for "mypy" to pass.
Nick Mathewson
2024-10-01
1
-4
/
+6
*
Python: Use the correct library extension on osx, windows.
Nick Mathewson
2024-09-30
1
-2
/
+11
*
python: Move arti_rpc package into new subdirectory
Nick Mathewson
2024-09-26
3
-0
/
+530