Andrew Leech
7259f0fd6f
fnmatch: Remove dependency on os.path.
2022-05-06 10:47:37 +10:00
Andrew Leech
dcdac1f552
fnmatch: Add ure compatibility.
...
Removes dependency on re-pcre which is only available on unix port.
2022-04-08 16:16:56 +10:00
Lorenzo Cappelletti
fc86070ffb
python-stdlib/datetime: Add new implementation of datetime module.
...
This new module is a port of Python datetime providing classes for
manipulating dates, times, and deltas. It completely replaces the existing
unix-ffi version.
Signed-off-by: Lorenzo Cappelletti <lorenzo.cappelletti@gmail.com>
2022-03-22 14:02:01 +11:00
Damien George
64b8817c0d
all: Update formatting for new Black version 22.1.0.
...
Signed-off-by: Damien George <damien@micropython.org>
2022-03-22 13:30:34 +11:00
Damien George
a3df207934
python-stdlib/random: Add getrandbits with no limit on number of bits.
...
Thanks to Macarthur Inbody aka @133794m3r for the implementation.
Signed-off-by: Damien George <damien@micropython.org>
2021-05-30 16:04:17 +10:00
Damien George
f7f38ff2f1
python-stdlib/cgi: Apply Black formatting.
...
Signed-off-by: Damien George <damien@micropython.org>
2021-05-27 22:42:47 +10:00
Jim Mussared
35e3c9e4ff
python-ecosys: Move urequests to python-ecosys.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-05-27 16:53:02 +10:00
Jim Mussared
fa13cbbc8b
all: Run black over all code.
...
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-05-27 15:50:04 +10:00
Jim Mussared
af3e1aff9e
all: Update READMEs.
2021-05-27 15:41:08 +10:00
Jim Mussared
1a28fe84e8
top: Move modules into python-stdlib, unix-ffi, or micropython.
2021-05-27 15:41:08 +10:00