Sat, 05 Oct 2019 09:01:25 -0400 |
Yuya Nishihara |
rust-cpython: remove useless PyRefMut wrapper
|
Sat, 05 Oct 2019 08:59:09 -0400 |
Yuya Nishihara |
rust-cpython: drop manual management of mutably_borrowed
|
Sat, 05 Oct 2019 08:56:15 -0400 |
Yuya Nishihara |
rust-cpython: leverage RefCell::borrow() to guarantee there's no mutable ref
|
Sat, 12 Oct 2019 20:48:30 +0900 |
Yuya Nishihara |
rust-cpython: remove useless Option<$leaked> from py_shared_iterator
|
Sat, 12 Oct 2019 20:26:38 +0900 |
Yuya Nishihara |
rust-cpython: allow mutation unless leaked reference is borrowed
|
Sat, 05 Oct 2019 08:27:57 -0400 |
Yuya Nishihara |
rust-cpython: add generation counter to leaked reference
|
Sat, 12 Oct 2019 19:26:23 +0900 |
Yuya Nishihara |
rust-cpython: add stub wrapper that'll prevent leaked data from being mutated
|
Sat, 12 Oct 2019 19:10:51 +0900 |
Yuya Nishihara |
rust-cpython: rename PyLeakedRef to PyLeaked
|
Tue, 05 Nov 2019 08:42:42 -0800 |
Martin von Zweigbergk |
py3: don't use bytes with vars() or __dict__
stable
|
Tue, 05 Nov 2019 12:10:38 -0500 |
Augie Fackler |
Added signature for changeset ca3dca416f8d
stable
|
Tue, 05 Nov 2019 12:10:38 -0500 |
Augie Fackler |
Added tag 5.2 for changeset ca3dca416f8d
stable
|
Tue, 05 Nov 2019 21:35:19 +0900 |
Yuya Nishihara |
py3: add inline comment about encoding issue of str(Abort())
stable 5.2
|
Tue, 05 Nov 2019 21:29:40 +0900 |
Yuya Nishihara |
py3: do not reimplement Abort.__str__() on Python 2
stable
|
Mon, 04 Nov 2019 20:57:31 -0800 |
Gregory Szorc |
tests: write out file using bytes I/O
stable
|
Mon, 04 Nov 2019 20:46:19 -0800 |
Gregory Szorc |
import-checker: open all source files as utf-8
stable
|