Commit graph

13 commits

Author SHA1 Message Date
Jeong YunWon
e00297d1c7 apply clippy suggestions 2025-01-22 01:40:09 +09:00
Dan Nasman
00d2f1d1a7 fix formatting issues 2024-07-23 11:14:27 +09:00
Dan Nasman
50638bd06e change function name 2024-07-23 11:14:27 +09:00
Dan Nasman
cfb9c937be add underline handling to float parsing 2024-07-23 11:14:27 +09:00
Dan Nasman
36f34ce5d2 disallow consecutive separators when parsing floats 2024-07-23 11:14:27 +09:00
Jeong, YunWon
13cae0af64
Clean up Cargo.toml and bump dependency versions (#104)
* Update PyO3

* replace unicode_names2 to official release

* clean up Cargo.toml and bump dependency versions
2023-10-03 20:50:52 +09:00
Jeong, YunWon
a1e4336f70
0.3.0 (#92) 2023-08-30 00:04:44 +09:00
Jeong, YunWon
d09bce80e6
vendor text_size and source_location (#102) 2023-08-29 19:52:25 +09:00
Jeong, YunWon
ff17f6e178
Add utilities to enum (#44)
* Add utilities to enum

* Fix unexpected pyo3 dependency propagation
2023-05-16 23:29:49 +09:00
Micha Reiser
a983f4383f
Add format and cformat modules from RustPython (#24)
* Add `format` and `cformat` modules from `RustPython`

* Introduce `rustpython-format` crate

* Remove unused dependencies
2023-05-12 18:27:05 +09:00
Jeong YunWon
99e108dd53 *Escape::with_preferred_quote 2023-05-10 21:51:01 +09:00
Jeong YunWon
75f6ce1ae5 Setup spell checker 2023-05-10 17:57:15 +09:00
Jeong YunWon
80109b1fe0 rustpython-literal 2023-05-05 21:49:12 +09:00