codon/stdlib
A. R. Shajii c8bc944a50
Updates - January 2024 (#530)
* Add bz2

* Support 'b' prefix on str

* List.index() throws an exception if item not found

This is consistent with Python. Added find() method that returns -1 similar to str (although this does not exist in Python's list).

* Update complex64 str and repr

* Fix tests

* Add 'default' arg to min() and max()
2024-01-19 11:22:20 -05:00
..
algorithms
experimental New Tuple machinery (#462) 2023-09-26 10:49:14 -04:00
internal Updates - January 2024 (#530) 2024-01-19 11:22:20 -05:00
os
bisect.codon
bz2.codon Updates - January 2024 (#530) 2024-01-19 11:22:20 -05:00
cmath.codon
collections.codon
copy.codon
datetime.codon
functools.codon
getopt.codon
gpu.codon
gzip.codon
heapq.codon
itertools.codon Bugfixes (Dec 2023) (#515) 2023-12-26 09:35:03 -05:00
math.codon Return int from floor(), ceil() and trunc() 2023-10-31 10:18:54 -04:00
openmp.codon New Tuple machinery (#462) 2023-09-26 10:49:14 -04:00
operator.codon
pickle.codon
python.codon
random.codon
re.codon
sortedlist.codon
statistics.codon
string.codon
sys.codon
threading.codon
time.codon
typing.codon
unittest.codon