codon/stdlib/internal
A. R. Shajii d609629489
Format 1-element tuples as "(x,)" (#521)
* Format 1-element tuples as "(x,)"

Currently, single-element tuple "repr" / "str" gives "(x)", but it should really give "(x,)" according to Python.

* Fix tests
2024-01-02 13:35:55 -05:00
..
types Add complex str constructor (#502) 2023-12-05 15:48:34 -05:00
__init__.codon
__init_test__.codon
attributes.codon
builtin.codon Add complex str constructor (#502) 2023-12-05 15:48:34 -05:00
c_stubs.codon
core.codon Property setters (#501) 2023-12-04 11:14:08 -05:00
dlopen.codon
file.codon
format.codon
gc.codon
internal.codon Format 1-element tuples as "(x,)" (#521) 2024-01-02 13:35:55 -05:00
khash.codon
pynumerics.codon
python.codon Bugfixes (Dec 2023) (#515) 2023-12-26 09:35:03 -05:00
sort.codon
static.codon Property setters (#501) 2023-12-04 11:14:08 -05:00
str.codon