codon/stdlib
Ibrahim Numanagić 750bb28c9c
Bugfixes 2023-08 (#440)
* Fix type argument overload issue; Fix Cython version for CI

* Add __contains__ for kwargs

* Add get() for kwargs

* Add static <<, >> and unary ~

* Fix CI

* Fix OpenMP "ordered" clause

* Fix static ~

* Fix Cython 3 issues

* Fix Python MANIFEST.in

---------

Co-authored-by: A. R. Shajii <ars@ars.me>
2023-08-12 10:39:45 -04:00
..
algorithms
experimental Generator argument optimization (and more) (#175) 2023-01-17 10:21:59 -05:00
internal Bugfixes 2023-08 (#440) 2023-08-12 10:39:45 -04:00
os
bisect.codon
cmath.codon
collections.codon
copy.codon
datetime.codon
functools.codon
getopt.codon
gpu.codon
gzip.codon
heapq.codon
itertools.codon Misc fixes (#410) 2023-07-02 18:50:43 -04:00
math.codon Fix GCD; add LCM (#396) 2023-06-02 22:55:47 -04:00
openmp.codon Bugfixes 2023-08 (#440) 2023-08-12 10:39:45 -04:00
operator.codon Better Jupyter support & Polymorphism improvements (#363) 2023-05-10 09:28:25 -04:00
pickle.codon
python.codon
random.codon
re.codon
sortedlist.codon
statistics.codon Spelling (#276) 2023-03-20 19:13:39 -04:00
string.codon
sys.codon
threading.codon
time.codon
typing.codon
unittest.codon