<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/python, branch arti-v2.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-28T02:55:47Z</updated>
<entry>
<title>rpc: refomat python in tests.</title>
<updated>2026-01-28T02:55:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-28T00:50:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8ecd5ad15743f6a80a8c32bb32b7d2d211df793'/>
<id>urn:sha1:d8ecd5ad15743f6a80a8c32bb32b7d2d211df793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add inet-auto support to rpc tests.</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-21T22:27:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e40a6d463974d47f500ad1b40e026e2ddc3cb1d4'/>
<id>urn:sha1:e40a6d463974d47f500ad1b40e026e2ddc3cb1d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump black</title>
<updated>2026-01-21T17:38:52Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2026-01-21T17:37:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=815fa2ae277acee29fa365bd6c94806757a42fb5'/>
<id>urn:sha1:815fa2ae277acee29fa365bd6c94806757a42fb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python rpc wrapper: Use socket types that work on windows.</title>
<updated>2026-01-12T20:05:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-12T19:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cae287635011da75a540685d0c6f141130c38542'/>
<id>urn:sha1:cae287635011da75a540685d0c6f141130c38542</id>
<content type='text'>
Previously we were using c_int unconditionally, which works
everywhere else.

Closes #2305.

Co-Authored-By: Carti
</content>
</entry>
<entry>
<title>rpc.py: fix formatting</title>
<updated>2025-09-15T23:19:27Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-09-15T23:19:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=65f5fb8b69d16fefba2a31a9cc2e9b1221fd6b60'/>
<id>urn:sha1:65f5fb8b69d16fefba2a31a9cc2e9b1221fd6b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typo fixes (automatic and hand-verified)</title>
<updated>2025-07-09T16:27:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-07-09T16:27:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd24caa9959a4e9a04ad10cc047975b8566a884b'/>
<id>urn:sha1:fd24caa9959a4e9a04ad10cc047975b8566a884b</id>
<content type='text'>
Made with https://crates.io/crates/typos-cli
</content>
</entry>
<entry>
<title>Merge branch 'dev/cve/arti_rpc_demo' into 'main'</title>
<updated>2025-04-02T12:33:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-04-02T12:33:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef6fcef06a8295ccf5cc549c9f791f0b067a17a6'/>
<id>urn:sha1:ef6fcef06a8295ccf5cc549c9f791f0b067a17a6</id>
<content type='text'>
doc: Remove dead reference to rpc_demo.py

See merge request tpo/core/arti!2913</content>
</entry>
<entry>
<title>python: Add .gitignore</title>
<updated>2025-04-01T12:26:03Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-04-01T12:26:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=907508336bf34a30222b62ebd07200d3798d7a16'/>
<id>urn:sha1:907508336bf34a30222b62ebd07200d3798d7a16</id>
<content type='text'>
This commit adds a Python .gitignore to the `python/` directory, taking
from the public domain gitignore file provided by GitHub[1].

Previously, I saw a `__pycache__` in my `git status` which was not nice.

[1]: https://github.com/github/gitignore/blob/main/Python.gitignore
</content>
</entry>
<entry>
<title>doc: Remove dead reference to rpc_demo.py</title>
<updated>2025-04-01T12:23:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-04-01T12:23:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c724aa79ce5203c6dbe705c002bdf7c7f6733f4'/>
<id>urn:sha1:7c724aa79ce5203c6dbe705c002bdf7c7f6733f4</id>
<content type='text'>
It was removed in 08847ab290a8d554ccf18e49b3de3abe7d6be9f2.
</content>
</entry>
<entry>
<title>Merge branch 'rpc_document_internal_optimism' into 'main'</title>
<updated>2025-01-30T18:28:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-30T18:28:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f8d9cedfeecdb9bcdc7b006845c9856fed302f1f'/>
<id>urn:sha1:f8d9cedfeecdb9bcdc7b006845c9856fed302f1f</id>
<content type='text'>
rpc: Document what is actually going on with stream optimism.

Closes #1583

See merge request tpo/core/arti!2753</content>
</entry>
</feed>
