<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
  <id>tag:github.com,2008:https://github.com/RustPython/RustPython/releases</id>
  <link type="text/html" rel="alternate" href="https://github.com/RustPython/RustPython/releases"/>
  <link type="application/atom+xml" rel="self" href="https://github.com/RustPython/RustPython/releases.atom"/>
  <title>Release notes from RustPython</title>
  <updated>2026-03-31T12:06:00Z</updated>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/0.5.0</id>
    <updated>2026-03-31T12:06:00Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/0.5.0"/>
    <title>0.5.0</title>
    <content type="html">&lt;p&gt;Release v0.5.0&lt;/p&gt;</content>
    <author>
      <name>youknowone</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/69878?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-11-10-main-55</id>
    <updated>2025-11-10T00:48:25Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-11-10-main-55"/>
    <title>2025-11-10-main-55</title>
    <content type="html">&lt;p&gt;Add newtype of &lt;code&gt;CodeUnits&lt;/code&gt; (&lt;a class=&quot;issue-link js-issue-link&quot; data-error-text=&quot;Failed to load title&quot; data-id=&quot;3604911414&quot; data-permission-text=&quot;Title is private&quot; data-url=&quot;https://github.com/RustPython/RustPython/issues/6241&quot; data-hovercard-type=&quot;pull_request&quot; data-hovercard-url=&quot;/RustPython/RustPython/pull/6241/hovercard&quot; href=&quot;https://github.com/RustPython/RustPython/pull/6241&quot;&gt;#6241&lt;/a&gt;)&lt;/p&gt;</content>
    <author>
      <name>ShaharNaveh</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/50263213?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-11-03-main-54</id>
    <updated>2025-11-01T15:01:02Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-11-03-main-54"/>
    <title>2025-11-03-main-54</title>
    <content type="html">&lt;p&gt;Remove user defined docstrings (&lt;a class=&quot;issue-link js-issue-link&quot; data-error-text=&quot;Failed to load title&quot; data-id=&quot;3577943044&quot; data-permission-text=&quot;Title is private&quot; data-url=&quot;https://github.com/RustPython/RustPython/issues/6232&quot; data-hovercard-type=&quot;pull_request&quot; data-hovercard-url=&quot;/RustPython/RustPython/pull/6232/hovercard&quot; href=&quot;https://github.com/RustPython/RustPython/pull/6232&quot;&gt;#6232&lt;/a&gt;)&lt;/p&gt;</content>
    <author>
      <name>ShaharNaveh</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/50263213?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-10-27-main-53</id>
    <updated>2025-10-26T10:19:24Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-10-27-main-53"/>
    <title>2025-10-27-main-53: Implement more SSL methods (#6210)</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;openssl-sys version&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;selected_alpn_protocol&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;get_ciphers&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;get_channel_binding&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add Tls1_1 and Tls1_2&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;consts&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fix ssl truncate bug&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;verify_flags&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;shared ciphers&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;verify_client_post_handshake&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;shutdown&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;get_verified_chain&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fix lints&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fix _wrap_socket&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fix convert_openssl_error&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;clean up ssl&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;X509_check_ca&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;set default verify flag&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fix version&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fix import&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;consts&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;fix httplib&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>youknowone</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/69878?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-10-13-main-51</id>
    <updated>2025-10-13T02:03:49Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-10-13-main-51"/>
    <title>2025-10-13-main-51: Bump serde-wasm-bindgen from 0.3.1 to 0.6.5 (#6188)</title>
    <content type="html">&lt;p&gt;Bumps &lt;a href=&quot;https://github.com/RReverser/serde-wasm-bindgen&quot;&gt;serde-wasm-bindgen&lt;/a&gt; from 0.3.1 to 0.6.5.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/RReverser/serde-wasm-bindgen/commits/v0.6.5&quot;&gt;Commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;updated-dependencies:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;dependency-name: serde-wasm-bindgen&lt;br&gt;
dependency-version: 0.6.5&lt;br&gt;
dependency-type: direct:production&lt;br&gt;
update-type: version-update:semver-minor&lt;br&gt;
...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Signed-off-by: dependabot[bot] &lt;a href=&quot;mailto:support@github.com&quot;&gt;support@github.com&lt;/a&gt;&lt;br&gt;
Co-authored-by: dependabot[bot] &amp;lt;49699333+dependabot[bot]@users.noreply.github.com&amp;gt;&lt;/p&gt;</content>
    <author>
      <name>dependabot[bot]</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/in/29110?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-10-06-main-50</id>
    <updated>2025-10-05T02:14:33Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-10-06-main-50"/>
    <title>2025-10-06-main-50: Update `opcode` from 3.13.7 (#6156)</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Update &lt;code&gt;opcode&lt;/code&gt; from 3.13.7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Base &lt;code&gt;_opcode&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add &lt;code&gt;test__opcode.py&lt;/code&gt; from 3.13.7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Impl &lt;code&gt;has_*&lt;/code&gt; methods&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add more methods&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Update &lt;code&gt;dis.py&lt;/code&gt; from 3.13.7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Update &lt;code&gt;support/bytecode_helper.py&lt;/code&gt; from 3.13.7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;correct is_valid&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Patch failing tests&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Unpatch &lt;code&gt;support/__init__.py&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;clippy&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Make comments to doc&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;impl &lt;code&gt;_varname_from_oparg&lt;/code&gt; for code&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Unmark passing tests&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Revert changes to &lt;code&gt;dis&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Mark failing tests&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>ShaharNaveh</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/50263213?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-09-29-main-49</id>
    <updated>2025-09-21T10:34:03Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-09-29-main-49"/>
    <title>2025-09-29-main-49: Bump on-headers, serve and compression in /wasm/demo (#6168)</title>
    <content type="html">&lt;p&gt;Bumps &lt;a href=&quot;https://github.com/jshttp/on-headers&quot;&gt;on-headers&lt;/a&gt; to 1.1.0 and updates ancestor dependencies &lt;a href=&quot;https://github.com/jshttp/on-headers&quot;&gt;on-headers&lt;/a&gt;, &lt;a href=&quot;https://github.com/vercel/serve&quot;&gt;serve&lt;/a&gt; and &lt;a href=&quot;https://github.com/expressjs/compression&quot;&gt;compression&lt;/a&gt;. These dependencies need to be updated together.&lt;/p&gt;
&lt;p&gt;Updates &lt;code&gt;on-headers&lt;/code&gt; from 1.0.2 to 1.1.0&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jshttp/on-headers/releases&quot;&gt;Release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jshttp/on-headers/blob/master/HISTORY.md&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0&quot;&gt;Commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updates &lt;code&gt;serve&lt;/code&gt; from 14.2.4 to 14.2.5&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/vercel/serve/releases&quot;&gt;Release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/vercel/serve/compare/14.2.4...v14.2.5&quot;&gt;Commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updates &lt;code&gt;compression&lt;/code&gt; from 1.7.4 to 1.8.1&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/expressjs/compression/releases&quot;&gt;Release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/expressjs/compression/blob/master/HISTORY.md&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/expressjs/compression/compare/1.7.4...v1.8.1&quot;&gt;Commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;updated-dependencies:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;dependency-name: on-headers&lt;br&gt;
dependency-version: 1.1.0&lt;br&gt;
dependency-type: indirect&lt;/li&gt;
&lt;li&gt;dependency-name: serve&lt;br&gt;
dependency-version: 14.2.5&lt;br&gt;
dependency-type: direct:development&lt;/li&gt;
&lt;li&gt;dependency-name: compression&lt;br&gt;
dependency-version: 1.8.1&lt;br&gt;
dependency-type: indirect&lt;br&gt;
...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Signed-off-by: dependabot[bot] &lt;a href=&quot;mailto:support@github.com&quot;&gt;support@github.com&lt;/a&gt;&lt;br&gt;
Co-authored-by: dependabot[bot] &amp;lt;49699333+dependabot[bot]@users.noreply.github.com&amp;gt;&lt;/p&gt;</content>
    <author>
      <name>dependabot[bot]</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/in/29110?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-09-22-main-48</id>
    <updated>2025-09-21T10:34:03Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-09-22-main-48"/>
    <title>2025-09-22-main-48: Bump on-headers, serve and compression in /wasm/demo (#6168)</title>
    <content type="html">&lt;p&gt;Bumps &lt;a href=&quot;https://github.com/jshttp/on-headers&quot;&gt;on-headers&lt;/a&gt; to 1.1.0 and updates ancestor dependencies &lt;a href=&quot;https://github.com/jshttp/on-headers&quot;&gt;on-headers&lt;/a&gt;, &lt;a href=&quot;https://github.com/vercel/serve&quot;&gt;serve&lt;/a&gt; and &lt;a href=&quot;https://github.com/expressjs/compression&quot;&gt;compression&lt;/a&gt;. These dependencies need to be updated together.&lt;/p&gt;
&lt;p&gt;Updates &lt;code&gt;on-headers&lt;/code&gt; from 1.0.2 to 1.1.0&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jshttp/on-headers/releases&quot;&gt;Release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jshttp/on-headers/blob/master/HISTORY.md&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0&quot;&gt;Commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updates &lt;code&gt;serve&lt;/code&gt; from 14.2.4 to 14.2.5&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/vercel/serve/releases&quot;&gt;Release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/vercel/serve/compare/14.2.4...v14.2.5&quot;&gt;Commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updates &lt;code&gt;compression&lt;/code&gt; from 1.7.4 to 1.8.1&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/expressjs/compression/releases&quot;&gt;Release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/expressjs/compression/blob/master/HISTORY.md&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/expressjs/compression/compare/1.7.4...v1.8.1&quot;&gt;Commits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;p&gt;updated-dependencies:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;dependency-name: on-headers&lt;br&gt;
dependency-version: 1.1.0&lt;br&gt;
dependency-type: indirect&lt;/li&gt;
&lt;li&gt;dependency-name: serve&lt;br&gt;
dependency-version: 14.2.5&lt;br&gt;
dependency-type: direct:development&lt;/li&gt;
&lt;li&gt;dependency-name: compression&lt;br&gt;
dependency-version: 1.8.1&lt;br&gt;
dependency-type: indirect&lt;br&gt;
...&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Signed-off-by: dependabot[bot] &lt;a href=&quot;mailto:support@github.com&quot;&gt;support@github.com&lt;/a&gt;&lt;br&gt;
Co-authored-by: dependabot[bot] &amp;lt;49699333+dependabot[bot]@users.noreply.github.com&amp;gt;&lt;/p&gt;</content>
    <author>
      <name>dependabot[bot]</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/in/29110?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-09-15-main-47</id>
    <updated>2025-09-13T12:24:10Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-09-15-main-47"/>
    <title>2025-09-15-main-47: Pin CI image to `windows-2025` (#6148)</title>
    <content type="html">&lt;p&gt;For more info see see:&lt;br&gt;
&lt;a href=&quot;https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/&quot; rel=&quot;nofollow&quot;&gt;https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/&lt;/a&gt;&lt;/p&gt;</content>
    <author>
      <name>ShaharNaveh</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/50263213?s=60&amp;v=4"/>
  </entry>
  <entry>
    <id>tag:github.com,2008:Repository/135201145/2025-09-08-main-46</id>
    <updated>2025-09-08T04:48:51Z</updated>
    <link rel="alternate" type="text/html" href="https://github.com/RustPython/RustPython/releases/tag/2025-09-08-main-46"/>
    <title>2025-09-08-main-46: Update `{site,sysconfig}.py` from 3.13.7 (#6132)</title>
    <content type="html">&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Update &lt;code&gt;{site,sysconfig}.py&lt;/code&gt; from 3.13.7&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Update vm/src/stdlib/sysconfig.rs&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content>
    <author>
      <name>ShaharNaveh</name>
    </author>
    <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/50263213?s=60&amp;v=4"/>
  </entry>
</feed>
