index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rpc: Tweak release_owned to give an error on second removal of "connection".
Nick Mathewson
2024-10-23
1
-0
/
+10
*
python: Use logging to report nonfatal errors.
Nick Mathewson
2024-10-23
2
-2
/
+8
*
rpc: Add test for releasing the session object.
Nick Mathewson
2024-10-23
1
-0
/
+14
*
rpc: Add support for dropping the special "connection" object ID.
Nick Mathewson
2024-10-23
1
-0
/
+21
*
python: Automatically release RPC objects on __del__
Nick Mathewson
2024-10-23
2
-3
/
+32
*
python rpc: Avoid sneaky use-after-free errors.
Nick Mathewson
2024-10-23
1
-4
/
+10
*
python: Add tests for rpc:release.
Nick Mathewson
2024-10-23
2
-0
/
+49
*
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: add tests for opening streams via RPC.
Nick Mathewson
2024-10-21
2
-0
/
+35
*
python: Expose RPC status code from errors.
Nick Mathewson
2024-10-21
4
-3
/
+52
*
python: Rename connect to open_stream, for consistency.
Nick Mathewson
2024-10-21
1
-1
/
+1
*
python: add more tests for the rpc code.
Nick Mathewson
2024-10-21
1
-1
/
+38
*
python: avoid redundant error messages.
Nick Mathewson
2024-10-21
1
-1
/
+4
*
python: Move meta.features test to new module.
Nick Mathewson
2024-10-21
3
-47
/
+50
*
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
2
-2
/
+36
*
python: Decode JSON in rpc responses more aggressively
Nick Mathewson
2024-10-21
3
-26
/
+91
*
python: Allow execute methods to accept dicts
Nick Mathewson
2024-10-21
2
-4
/
+19
*
rpc: List missing required features in error data
Nick Mathewson
2024-10-17
1
-0
/
+41
*
python: fix a return type annotation.
Nick Mathewson
2024-10-17
1
-1
/
+1
*
rpc-tests: Resolve unused variable/import warnings.
Nick Mathewson
2024-10-10
3
-6
/
+2
*
rpc-tests: Avoid 'import *'
Nick Mathewson
2024-10-10
1
-1
/
+1
*
rpc-tests: Reformat using "black".
Nick Mathewson
2024-10-10
6
-10
/
+20
*
rpc-tests: Use argparse to parse cli.
Nick Mathewson
2024-10-10
2
-9
/
+32
*
rpc-tests: Rename setup.py to context.py
Nick Mathewson
2024-10-10
3
-7
/
+7
*
rpc-tests: Use a decorator instead of a magic function name
Nick Mathewson
2024-10-10
3
-4
/
+16
*
rpc-tests: Use __init__ instead of weird staticmethod.
Nick Mathewson
2024-10-10
2
-6
/
+2
*
rpc-tests: Format config file correctly for Toml.
Nick Mathewson
2024-10-10
1
-16
/
+16
*
rpc-integration: Use Path instead of str.
Nick Mathewson
2024-10-10
2
-12
/
+15
*
Start a set of integration tests in python
Nick Mathewson
2024-10-10
8
-0
/
+479
*
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/arti_rpc: Add an initial pyproject.toml
Nick Mathewson
2024-09-26
1
-0
/
+23
*
python: Move arti_rpc package into new subdirectory
Nick Mathewson
2024-09-26
5
-1
/
+3
*
python: in README, prepend to PYTHONPATH.
Nick Mathewson
2024-09-26
1
-2
/
+1
*
Python: Readme fixes from @anonym
Nick Mathewson
2024-09-26
1
-3
/
+3
*
Add a scary README to the Python directory
Nick Mathewson
2024-09-26
1
-0
/
+47
*
Python: Add a quick RPC demo to show how the APIs work.
Nick Mathewson
2024-09-26
1
-0
/
+24
*
Python: Add a pythonic wrapper for arti-rpc-client-core
Nick Mathewson
2024-09-26
2
-0
/
+339
*
Python: Add a ctypes wrapper for arti-rpc-client-core
Nick Mathewson
2024-09-26
1
-0
/
+191
[prev]