25 Commits

Author SHA1 Message Date
Ashwin Naren
a46ce8ec3a Mark version 3.13.0 (#5495)
* bump to 3.13.1
* fix some tests
* strip left whitespace from doc
* remove specific difflib test that was causing issues
* fix test_enum

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-02-13 14:11:01 +09:00
Jeong, YunWon
af884cb284 First step for Python 3.12 support (#5078)
* Mark 3.12

* Update importlib from Python 3.12.0

* Update test_importlib from Python3.12

* Mark failings tests from importlib

* Update test.support from Python3.12

* Fix unsupported parser feature

* mark failing test

* Update functools from Python 3.12

* manual type annotation

* slice behavior changed in 3.12

* empty unittest.main returns non-zero

* test_decimal from CPython 3.12

* Mark failing tests

* Update test_unicode from CPython 3.12

* Update test_functools from Python 3.12

* Update enum from Python 3.12

* enum

* Doc format changed

* Update test_module from CPython

---------

Co-authored-by: CPython developers <>
2023-10-22 19:19:05 -07:00
Jim Fasarakis-Hilliard
7c56313d2b Update DEVELOPMENT.md (#4980)
add a note on the fact we're using cspell, we can then allow it during ci ref: https://github.com/RustPython/RustPython/pull/4700
2023-05-19 23:27:36 +09:00
Jeong YunWon
e79b1398b0 trying to go with CPython 3.11 2023-02-17 23:33:04 +09:00
yt2b
b690792521 Fix Python object path 2022-12-02 21:49:13 +09:00
yt2b
f0759944c2 Change bytecode path 2022-11-26 00:07:39 +09:00
Jeong YunWon
e7064049d1 Gitter -> Discord 2022-11-21 20:58:26 +09:00
dvermd
02af970fcf document code generation 2022-10-24 15:38:42 +02:00
Jeong YunWon
fb5ac9e79b reorganize compiler crates 2022-08-22 04:42:42 +09:00
Jeong YunWon
9570e9d7ad try 3.10 2022-02-05 14:53:52 -05:00
Jeong YunWon
6795bb48ad bump up reference CPython 3.9 2021-10-03 23:24:59 +09:00
Aphek
66c00272a0 Fix grammar in DEVELOPMENT.md
Co-authored-by: fanninpm <fanninpm@miamioh.edu>
2021-10-02 23:09:42 -03:00
Aphek
a702a1709b Update unit tests instructions, explain how to run them individually 2021-10-02 20:11:07 -03:00
Peter Ye
63a688cf75 Fix LALRPOP book link in development guide 2021-07-25 17:17:25 -04:00
Noah
30c2e9e1ba Update the DEVELOPMENT document 2021-04-01 21:24:30 -05:00
Jeong YunWon
e62a164f4d Move tests -> extra_tests 2020-09-13 06:58:57 +09:00
Minjun Shin
f4b3dc5619 Add macOS development requirements about libffi-sys. 2020-09-05 17:40:33 +09:00
ChJR
d5e2c841ab Change rustc specific version descriptions 2019-10-13 23:15:23 +09:00
ChJR
7661caa800 Change DEVELOPMENT 2019-10-13 17:43:58 +09:00
Carol Willing
6adffe567c Add review feedback edits from @coolreader18 and @mpajkowski 2019-08-16 14:42:18 +09:00
Carol Willing
d35caabdfe Explain the major sub-crates of RustPython 2019-08-16 11:10:06 +09:00
Carol Willing
cc99c38678 Add subsections to Understanding Internals 2019-08-16 09:36:20 +09:00
Carol Willing
2426440c00 Reorder devguide sections and edit 2019-08-16 08:08:25 +09:00
Windel Bouwman
f7320cf545 Move Scope struct to its own file, making the frame module private in the process. 2019-07-23 20:39:47 +02:00
coolreader18
3beaf5f89d Address feedback
Move profile writing to own function; move profiling doc to
DEVELOPMENT.md, remove 'present because' from arg help.
2019-07-10 13:29:05 -05:00