<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/python/arti_rpc_tests, branch arti-v1.3.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-10-28T14:18:34Z</updated>
<entry>
<title>arti_rpc_tests: use Iterator, not Generator</title>
<updated>2024-10-28T14:18:34Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-28T14:17:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dec01c49a68756321ef64feee8ab4869e808618f'/>
<id>urn:sha1:dec01c49a68756321ef64feee8ab4869e808618f</id>
<content type='text'>
Generator is more abstract, and expects a possible return or send type.
</content>
</entry>
<entry>
<title>arti_rpc_tests: Fix a type error</title>
<updated>2024-10-24T13:54:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T13:54:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd08b0eb40e32124602a7323d4f58d7bb4350a6b'/>
<id>urn:sha1:cd08b0eb40e32124602a7323d4f58d7bb4350a6b</id>
<content type='text'>
mypy rightly complained that our context.arti_process could be None.
</content>
</entry>
<entry>
<title>python: Remove a spurious blank line.</title>
<updated>2024-10-24T13:51:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T13:44:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9d338a237a27f31280b1d37bb3f9b47a2eeda98d'/>
<id>urn:sha1:9d338a237a27f31280b1d37bb3f9b47a2eeda98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: Fix warnings about unused variables and modules.</title>
<updated>2024-10-24T13:51:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T13:22:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3adb81060458a900014761502aebdc9fd9c6a95d'/>
<id>urn:sha1:3adb81060458a900014761502aebdc9fd9c6a95d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a pyproject.toml for arti_rpc_tests</title>
<updated>2024-10-24T13:16:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T13:16:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e56f3b52a8d61975fbe844a68e35d08c9bf7cf5c'/>
<id>urn:sha1:e56f3b52a8d61975fbe844a68e35d08c9bf7cf5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "black" to reformat all our python</title>
<updated>2024-10-24T12:30:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T12:25:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf7e7056f97be0015aa3643ab9c7aa564f17bbe5'/>
<id>urn:sha1:bf7e7056f97be0015aa3643ab9c7aa564f17bbe5</id>
<content type='text'>
"Black" is an "opinionated" python formatter, whose opinionatedness
is somewhat in the spirit of rustfmt.

This MR runs black with default settings on all of our python code
in Arti.  It was produced by the following commands

```
# Everything in python/
black python/
# Everything with a .py extension
fd '.py$' -X black
# Everything with a python shebang.
git grep -l '#! */usr/bin/env *python' | xargs black
```
</content>
</entry>
<entry>
<title>rpc: Tweak release_owned to give an error on second removal of "connection".</title>
<updated>2024-10-24T01:35:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-24T00:48:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=270234f81c3a2fc5f56fbe3d71cabad672237a78'/>
<id>urn:sha1:270234f81c3a2fc5f56fbe3d71cabad672237a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: Use logging to report nonfatal errors.</title>
<updated>2024-10-24T01:35:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-22T16:40:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c881f668c12645cad186c4a0468a99588b52128a'/>
<id>urn:sha1:c881f668c12645cad186c4a0468a99588b52128a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Add test for releasing the session object.</title>
<updated>2024-10-24T01:35:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-22T15:09:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9aabae4c1561b4b5681a32dfa99b0a4a7d5d4f10'/>
<id>urn:sha1:9aabae4c1561b4b5681a32dfa99b0a4a7d5d4f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Add support for dropping the special "connection" object ID.</title>
<updated>2024-10-24T01:35:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-10-22T15:04:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=babc2f95d000499df4b8845fe2703d1270204505'/>
<id>urn:sha1:babc2f95d000499df4b8845fe2703d1270204505</id>
<content type='text'>
</content>
</entry>
</feed>
