Skip to content

[pull] main from RustPython:main #500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 351 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
351 commits
Select commit Hold shift + click to select a range
cbbadf5
Fixed whats left
arihant2math Mar 11, 2025
82eeb23
Merge pull request #5598 from arihant2math/fix-whats-left-again
youknowone Mar 11, 2025
8be7e43
Merge pull request #5596 from arihant2math/osx-support-313
youknowone Mar 11, 2025
ff970b0
Update statistics to 3.13.2 (#5592)
arihant2math Mar 11, 2025
8484bfa
Remove cgi module (#5597)
arihant2math Mar 12, 2025
8da6697
Remove uu.py and test_uu.py
arihant2math Mar 13, 2025
7546ea9
patch email.message
arihant2math Mar 13, 2025
8e22c39
partially fix sys.getwindowsversion() (#5595)
arihant2math Mar 14, 2025
7fab64e
Revert "Update statistics to 3.13.2 (#5592)" (#5606)
arihant2math Mar 14, 2025
bd94d8d
Remove uu.py and test_uu.py (#5607)
youknowone Mar 14, 2025
a596568
Use lexopt for argument parsing (#5602)
coolreader18 Mar 19, 2025
45c0fa0
Floating Point Power and While Loop JIT (#5614)
NicholasPaulick Mar 19, 2025
a6b4ef7
Replace Python parser with ruff parser (#5494)
etaloof Mar 20, 2025
950a8d5
Update to ruff_python_parser 0.11
coolreader18 Mar 20, 2025
bfe7268
Remove -merge from Cargo.lock gitattributes
coolreader18 Mar 20, 2025
a4466ad
add _aix_support
arihant2math Mar 15, 2025
081dc4e
removed cgib (#5609)
arihant2math Mar 20, 2025
37bd49c
add _pylong.py at 3.13.2
arihant2math Mar 15, 2025
70c36a4
Copy test_class.py from cpython v3.13.2
key262yek Mar 15, 2025
4081c08
add cpython_only tag for tests required `_testlimitedcapi`
key262yek Mar 15, 2025
2d3b125
Add expectedFailure and skip decorators for RUSTPYTHON tests in test_…
key262yek Mar 15, 2025
70a5774
Update CPYTHON_SPECIFIC_MODS to include '_testlimitedcapi'
key262yek Mar 15, 2025
a9bfaa9
remove unnecessary cpython_only
key262yek Mar 16, 2025
0717d5a
remove wrong cpython_only tag
key262yek Mar 16, 2025
948368f
Try fix windows long paths error
coolreader18 Mar 20, 2025
eaf4cdf
Update to ruff_python_parser 0.11 (#5615)
youknowone Mar 22, 2025
c585678
Merge format and literal back into this repo (and update malachite) …
coolreader18 Mar 23, 2025
9779de9
_tkinter pt. 1 (#5583)
arihant2math Mar 23, 2025
01d470f
_ctypes pt. 4 (#5582)
arihant2math Mar 25, 2025
2a41072
Windows installer via cargo-packager (#5549)
youknowone Mar 25, 2025
e3a1031
Refactor cformat in prep for wtf8
coolreader18 Mar 25, 2025
cace112
Allow surrogates in str
coolreader18 Mar 7, 2025
7f4582b
Make cformat wtf8-compatible
coolreader18 Mar 21, 2025
ba1b581
Update encoding to use wtf8
coolreader18 Mar 22, 2025
3945d3b
Make format wtf8-compatible
coolreader18 Mar 22, 2025
b36b32b
Make re wtf8-compatible
coolreader18 Mar 22, 2025
cc6f3d3
Make TextIOWrapper wtf8-compatible
coolreader18 Mar 22, 2025
5c22697
Implement fsencode/fsdecode for FsPath
coolreader18 Mar 22, 2025
a861264
Fix remaining tests
coolreader18 Mar 22, 2025
bd55bae
Optimize Wtf8Codepoints::count
coolreader18 Mar 25, 2025
f3b8d55
Address comments
coolreader18 Mar 26, 2025
7ac90f5
Merge pull request #5587 from coolreader18/wtf8
coolreader18 Mar 26, 2025
bc38e9d
Apply nightly clippy suggestions
youknowone Mar 26, 2025
f323d14
Refactor codecs
coolreader18 Mar 26, 2025
ec09599
Remoce once_cell::Lazy usage
youknowone Mar 26, 2025
ad57885
Remove more direct use of OnceCell
youknowone Mar 26, 2025
97fa11d
Remove unused dependency
youknowone Mar 26, 2025
549cce2
Add #[pystruct(skip)]
youknowone Sep 8, 2024
7f94c10
patch typing not to reqiure contextlib
youknowone Mar 26, 2025
2d4eec8
better webdriver error printing
youknowone Mar 26, 2025
e7fdfca
Add python-implemented ExceptionGroup
youknowone Apr 22, 2024
5e0eace
test_exception_group from CPython 3.12.2
youknowone Apr 22, 2024
053583f
Add wasm/demo/.envrc
youknowone Apr 25, 2024
27bcba3
wasm test prints more info
youknowone Apr 25, 2024
5f6f6cc
add cspell to CI
youknowone Mar 16, 2023
372e683
disable cspell from files with a bunch of OS jargons
youknowone Mar 26, 2025
10d2837
rework dicts
youknowone Mar 26, 2025
e3d96aa
Remove commented-out code
coolreader18 Mar 26, 2025
2ab8716
Merge pull request #5623 from coolreader18/refactor-codecs
coolreader18 Mar 26, 2025
c6cab4c
Parse surrogates in string literals properly
coolreader18 Mar 27, 2025
0a07cd9
Fix more surrogate crashes
coolreader18 Mar 27, 2025
c96fd3d
Merge pull request #4700 from youknowone/cspell
youknowone Mar 27, 2025
bea25a0
Merge pull request #5627 from youknowone/once-cell
coolreader18 Mar 27, 2025
6e79a2a
Merge pull request #5626 from youknowone/remove-unused-deps
coolreader18 Mar 27, 2025
c9161c0
Merge pull request #5625 from youknowone/clippy
coolreader18 Mar 27, 2025
c7ca173
Merge pull request #5254 from youknowone/exception-group
youknowone Mar 27, 2025
f27c1f7
Merge pull request #5624 from youknowone/libffi-workspace
youknowone Mar 27, 2025
cd89aa5
Fix _ctypes.Array base and metaclass (#5620)
youknowone Mar 27, 2025
dd467f6
Update common/src/wtf8/mod.rs
coolreader18 Mar 27, 2025
b6aacbf
Merge pull request #5629 from coolreader18/surrogate-literals
coolreader18 Mar 27, 2025
6b72d2e
Check+lint examples, tests, and benches in CI
coolreader18 Mar 28, 2025
030243a
Split out wtf8 into its own crate
coolreader18 Mar 27, 2025
7d05f88
Have rustpython_literal::escape support wtf8
coolreader18 Mar 27, 2025
f398321
Remove parser dependency from codegen
coolreader18 Mar 27, 2025
8081e0d
Copy unparse.rs from rustpython-parser
coolreader18 Mar 27, 2025
d3d92bb
Update unparse to work with ruff & remove ruff_python_codegen
coolreader18 Mar 27, 2025
58a17f3
Merge pull request #5633 from coolreader18/compiler-deps
youknowone Mar 28, 2025
0abd8b1
Fix pystructseq
youknowone Mar 27, 2025
bb8606d
implement tm_gmtoff and tm_zone
JazzGlobal Aug 13, 2024
b99e7f6
Add pystruct(skip)
youknowone Sep 17, 2024
fd27077
time._STRUCT_TM_ITEMS
youknowone Mar 27, 2025
763ba9f
edit test_time
youknowone Mar 27, 2025
b067986
Bump cranelift to 0.118
coolreader18 Mar 28, 2025
ade45c2
Merge pull request #5391 from JazzGlobal/4982-AddMissingFieldsToPyStr…
youknowone Mar 30, 2025
b620f03
Update socket from CPython 3.12.2
youknowone Apr 22, 2024
9e2f6bd
mark failing tests of test_socket
youknowone Apr 22, 2024
696dcea
Merge pull request #5255 from youknowone/lib-socket
youknowone Mar 30, 2025
8f989e4
Fixed an expected failure in the behavior of negating a bool argument
hbina Mar 8, 2025
8e70394
Fix some clippy issues
hbina Mar 30, 2025
24d9956
Remove some unncessary dependencies
coolreader18 Mar 19, 2025
0b35946
Make FromArgs default field take an expression, not a string literal
coolreader18 Mar 31, 2025
160363f
Fix float parsing (#5643)
coolreader18 Mar 31, 2025
3ad8fd7
fix expression list order
ivan-shrimp Mar 2, 2025
57a83db
try IncrementalNewlineDecoder in doctest
youknowone Mar 31, 2025
f0bcad7
Added test_audit
hbina Mar 30, 2025
e21a04c
Merge pull request #5635 from hbina/hbina-fix-py313-test-bool
coolreader18 Mar 31, 2025
cb967c6
Fix release CI (#5647)
arihant2math Apr 1, 2025
264f3d7
remove xdrlib deprecated in 3.13 (#5648)
arihant2math Apr 1, 2025
f6a9754
Remove telnetlib deprecated in 3.13 (#5649)
arihant2math Apr 1, 2025
c3ed002
Bump streetsidesoftware/cspell-action from 2 to 6 in the github-actio…
dependabot[bot] Apr 1, 2025
64a0721
Remove broken badge from readme
arihant2math Apr 1, 2025
2bf2332
Cleanup whats_left.py (#5654)
arihant2math Apr 2, 2025
8063148
Fix clippy lints from rust 1.86 update (#5665)
arihant2math Apr 4, 2025
6620aa0
update email to 3.13.2
arihant2math Apr 3, 2025
f1d45ee
remove unused deprecated libraries
arihant2math Apr 3, 2025
fd4ad3e
Remove smtpd
arihant2math Apr 3, 2025
e7f0461
remove chunk.py
arihant2math Apr 3, 2025
d52081f
Merge pull request #5663 from arihant2math/remove-dep-modules
youknowone Apr 4, 2025
2c94b80
move cspell to last step
youknowone Apr 4, 2025
7ac61f3
fix cspell warnings
youknowone Apr 4, 2025
66cf905
Merge pull request #5668 from youknowone/cspell
youknowone Apr 4, 2025
d7113e1
Fix more cspell warnings
youknowone Apr 4, 2025
883e0ca
build docs on CI and deny warnings
arihant2math Apr 3, 2025
5c854fc
clear out warnings
arihant2math Apr 3, 2025
36cce6b
run fmt
youknowone Apr 4, 2025
ab4dffb
this should just fail if warnings happen because of RUSTFLAGS
arihant2math Apr 4, 2025
c2665e3
Bump openssl from 0.10.71 to 0.10.72
dependabot[bot] Apr 4, 2025
e0a35e4
Merge pull request #5661 from arihant2math/doc
youknowone Apr 5, 2025
d800a6b
Update test_math from CPython 3.13.2 (#5610)
hbina Apr 5, 2025
2230d6c
Fix not throwing the same error as CPython in test_pathlib.test_expan…
hbina Apr 5, 2025
98137eb
Switch to const-initialized thread_local variables where appropriate
coolreader18 Aug 21, 2022
be56911
_tkinter pt. 2 (#5640)
arihant2math Apr 6, 2025
3c6bc2c
Add _suggestions module (#5675)
arihant2math Apr 6, 2025
861055f
Add nt constants (#5676)
arihant2math Apr 6, 2025
ad5ffb6
Remove packaging from release (#5680)
arihant2math Apr 8, 2025
8dc1718
Match statements rewrite (#5628)
arihant2math Apr 10, 2025
22333e7
remove svg
arihant2math Apr 10, 2025
02533ac
remove nntplib
arihant2math Apr 10, 2025
d96374f
Add _pyrepl (#5540)
arihant2math Apr 11, 2025
b81ae9b
More cspell fixes (#5670)
arihant2math Apr 11, 2025
fd2764c
Remove asynchat and asyncore (#5688)
arihant2math Apr 11, 2025
4ae2936
fix more cspell warnings (#5689)
youknowone Apr 11, 2025
4094c5b
minor mark
arihant2math Apr 14, 2025
c7df344
update calendar and test_calendar to 3.13.2
arihant2math Apr 14, 2025
c2c2075
Remove imp (#5693)
arihant2math Apr 14, 2025
a7ad848
Rust dependency updates (#5651)
arihant2math Apr 14, 2025
49b348c
Remove Instruction::IsOperation
arihant2math Apr 15, 2025
fb0c4b6
add test_winapi
arihant2math Apr 15, 2025
a917da3
update test_float to 3.13.3
arihant2math Apr 15, 2025
c7042fd
remove unneeded validation
arihant2math Apr 15, 2025
456e555
better error
arihant2math Apr 15, 2025
d47944b
error handling
arihant2math Apr 15, 2025
09c199a
match cleanup
arihant2math Apr 15, 2025
e949c9a
rename
arihant2math Apr 15, 2025
628287c
update snapshot
arihant2math Apr 15, 2025
d44324d
clippy
arihant2math Apr 15, 2025
2127202
improve error handling
arihant2math Apr 15, 2025
4d53f59
remove match test
arihant2math Apr 15, 2025
213506d
update part of test.support.__init__ to 3.13.2
arihant2math Apr 15, 2025
844090b
update test_struct to 3.13.3
arihant2math Apr 15, 2025
4336b9e
fix test_decimal
arihant2math Apr 15, 2025
a0226df
fix test_csv
arihant2math Apr 15, 2025
3a1a5d3
fix test_unicode
arihant2math Apr 15, 2025
662d3a1
fix test_zlib
arihant2math Apr 15, 2025
99a384a
Upgrade radium
coolreader18 Apr 16, 2025
2e26076
Upgrade criterion
coolreader18 Apr 16, 2025
2ca52bf
Merge pull request #5702 from arihant2math/struct-313
coolreader18 Apr 16, 2025
7eb361c
Upgrade which and rustix
coolreader18 Apr 16, 2025
2e14b7b
Upgrade system-configuration and libz-rs-sys
coolreader18 Apr 16, 2025
e73b4e9
Merge pull request #5705 from coolreader18/deps
youknowone Apr 17, 2025
55998c9
Merge pull request #5701 from arihant2math/more-tests
arihant2math Apr 17, 2025
b72f3a4
Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /wasm/demo (#5708)
dependabot[bot] Apr 17, 2025
c53908f
Merge pull request #5657 from arihant2math/fix-readme
coolreader18 Apr 17, 2025
10fd02e
Use constant_time_eq instead of our bespoke implementation
coolreader18 Apr 16, 2025
ecdb7d3
Merge pull request #5706 from coolreader18/constant_time_eq
coolreader18 Apr 17, 2025
fd665f6
fix _suggestions module init
arihant2math Apr 18, 2025
0d4faa0
Merge pull request #5700 from arihant2math/match-cleanup
coolreader18 Apr 18, 2025
dabd93c
Make stdio a feature (#5420)
danielstuart14 Apr 18, 2025
960954e
Fix CI
coolreader18 Apr 18, 2025
a4d1bba
Update tarfile to 3.12.3 (#5714)
coolreader18 Apr 19, 2025
974c54e
Updated test_baseexception from 3.13.2 (#5638)
hbina Apr 19, 2025
12ceb96
cleaner panic output
arihant2math Apr 19, 2025
fc331a1
fix errors and formatting
arihant2math Apr 19, 2025
783e45f
Apply review
arihant2math Apr 19, 2025
397a196
fix clippy
arihant2math Apr 19, 2025
e640487
Use libbz2-rs-sys for bzip2 implementation
coolreader18 Apr 17, 2025
e377e43
Remove bz2 feature
coolreader18 Apr 17, 2025
f0d46bf
Finish _bz2 implementation
coolreader18 Apr 17, 2025
e434ff5
basic wasip2 support
youknowone Apr 20, 2025
fbaeecc
Merge pull request #5709 from coolreader18/bz2
coolreader18 Apr 20, 2025
82a6238
add wave at 3.13.2
arihant2math Apr 20, 2025
320d745
update webbrowser and test_webbrowser to 3.13.3
arihant2math Apr 21, 2025
5ce8604
implement nt.getlogin
arihant2math Apr 21, 2025
ecbc6f7
Fix mmap aborting with invalid fd in debug mode
xbjfk Apr 21, 2025
3bfafb0
Merge pull request #5720 from youknowone/wasip2-build
coolreader18 Apr 21, 2025
494918d
Remove cfg_attr features for redox
coolreader18 Apr 21, 2025
a85a843
update pprint to 3.13.3
arihant2math Apr 22, 2025
a5214a0
update colorsys to 3.13.3
arihant2math Apr 22, 2025
6567d1d
update queue to 3.13.3
arihant2math Apr 22, 2025
70f3aec
update linecache to 3.13.3
arihant2math Apr 22, 2025
1c64bde
update sched to 3.13.3
arihant2math Apr 22, 2025
8603cd9
update heapq to 3.13.3
arihant2math Apr 22, 2025
92e72aa
update graphlib to 3.13.3
arihant2math Apr 22, 2025
7d2a7a0
Merge pull request #5731 from arihant2math/pprint-313
youknowone Apr 22, 2025
c97f4d1
Failure marker (#5695)
arihant2math Apr 24, 2025
7aad6e0
Update to malachite 0.6
coolreader18 Apr 25, 2025
ca496fb
Collect whats_left data with sqlite feature
arihant2math Apr 27, 2025
d46bcd9
typing upgrade to 3.13.2 (#5590)
arihant2math Apr 27, 2025
392d1c0
More overlapped implementation (#5748)
arihant2math Apr 27, 2025
5561b6e
Re-add ssl feature to cron-ci.yaml for whats-left (#5750)
arihant2math Apr 28, 2025
ff10a64
Fix test_poll::test_poll3 (#5718)
youknowone Apr 28, 2025
f55bf8f
fix openssl error reasons (#5739)
arihant2math Apr 28, 2025
1807464
Merge pull request #5744 from coolreader18/upd-malachite
coolreader18 Apr 28, 2025
b0991e2
Replace puruspe to pymath
youknowone Apr 22, 2025
d1b7dc5
skip flaky test_weakref
youknowone Apr 30, 2025
5e770e9
update getopt to 3.13.3
arihant2math Apr 23, 2025
dd40bf7
update getpass to 3.13.3
arihant2math Apr 23, 2025
1a4b035
update timeit to 3.13.3
arihant2math Apr 23, 2025
d73f03b
update reprlib to 3.13.3
arihant2math Apr 23, 2025
b84d6a3
update fileinput to 3.13.3
arihant2math Apr 23, 2025
02f120a
copilot-instructions
youknowone Apr 20, 2025
e8df065
bump dependencies
arihant2math Apr 30, 2025
e49e743
Support multiline function/class definitions in REPL and InteractiveC…
aneeshdurg Apr 30, 2025
6461a91
More stdlib updates (#5737)
youknowone Apr 30, 2025
cd1c9be
Fix Cargo.lock
youknowone Apr 30, 2025
301c32d
Increase numerical precision of log1p
Apr 29, 2025
431b900
Merge pull request #5716 from arihant2math/codegen-panic-reduction
coolreader18 Apr 30, 2025
253cc4e
Fix usize not using the same hash as PyInt when used as key into a di…
hbina May 1, 2025
94b38a5
Fix build (#5765)
youknowone May 1, 2025
85f7ba5
Enable test_mtestfile
May 1, 2025
6aa80aa
Update .gitignore, folder fix (#5762)
Undersk0re May 6, 2025
9c88475
Split out common compression routines into separate file (#5728)
coolreader18 May 6, 2025
48b08a2
Revert "Split out common compression routines into separate file (#57…
youknowone May 7, 2025
2a1ea45
add _lzma module with new dependency
arihant2math Apr 19, 2025
2042d87
add lzma.py and test_lzma.py at 3.13.2
arihant2math Apr 19, 2025
a501644
_lzma implementation and test marking
arihant2math Apr 19, 2025
acae154
more diff-friendly disabling xz
youknowone May 6, 2025
d9c18c5
flatten compression modules
youknowone May 7, 2025
79646fd
Merge pull request #5717 from arihant2math/lzma
youknowone May 7, 2025
06c4b15
Add radium patch to fix CI
youknowone May 7, 2025
ce5524d
Merge pull request #5769 from youknowone/radium-patch
youknowone May 8, 2025
dc75d20
chore: upgrade to `ruff==0.11.8`
rexledesma May 8, 2025
aee4c7a
chore: migrate settings to ruff.toml (#5773)
rexledesma May 8, 2025
9083860
feat: implement `zlib.__version__`
rexledesma May 8, 2025
b8095b8
chore: allow `uv run python -I ./whats_left.py`
rexledesma May 8, 2025
31e6cca
Update README.md
arihant2math May 1, 2025
9bd7f18
Update README.md
arihant2math May 5, 2025
df380bc
lzma FORMAT_ALONE implementation (#5777)
arihant2math May 9, 2025
4e2e0b4
chore: add `ruff format --check` (#5774)
rexledesma May 12, 2025
5c0f70c
add instructions
arihant2math May 10, 2025
d11d5c6
Bump streetsidesoftware/cspell-action in the github-actions group
dependabot[bot] May 12, 2025
b696e56
chore: rely on the default inclusions for `ruff`
rexledesma May 8, 2025
72dc495
dev container update
arihant2math May 12, 2025
2c02e27
Fix warnings for rust 1.87
coolreader18 May 15, 2025
1ae98ee
Fix panic with high precision
coolreader18 May 16, 2025
163296d
Fix test_memoryio
coolreader18 May 16, 2025
5e682e3
Merge pull request #5788 from coolreader18/fix-prec
coolreader18 May 17, 2025
1852129
Update dependencies
coolreader18 May 8, 2025
81a9002
Rename Dockerfile
youknowone May 20, 2025
e27d031
Remove getrandom 0.2 from dependencies
coolreader18 May 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
59 changes: 59 additions & 0 deletions .cspell.dict/cpython.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
argtypes
asdl
asname
augassign
badsyntax
basetype
boolop
bxor
cached_tsver
cellarg
cellvar
cellvars
cmpop
denom
dictoffset
elts
excepthandler
fileutils
finalbody
formatfloat
freevar
freevars
fromlist
heaptype
HIGHRES
IMMUTABLETYPE
kwonlyarg
kwonlyargs
lasti
linearise
maxdepth
mult
nkwargs
noraise
numer
orelse
pathconfig
patma
posonlyarg
posonlyargs
prec
preinitialized
PYTHREAD_NAME
SA_ONSTACK
stackdepth
stringlib
structseq
tok_oldval
unaryop
unparse
unparser
VARKEYWORDS
varkwarg
wbits
weakreflist
withitem
withs
xstat
XXPRIME
257 changes: 257 additions & 0 deletions .cspell.dict/python-more.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@
abiflags
abstractmethods
aenter
aexit
aiter
anext
appendleft
argcount
arrayiterator
arraytype
asend
asyncgen
athrow
backslashreplace
baserepl
basicsize
bdfl
bigcharset
bignum
breakpointhook
cformat
chunksize
classcell
closefd
closesocket
codepoint
codepoints
codesize
contextvar
cpython
cratio
dealloc
debugbuild
decompressor
defaultaction
descr
dictcomp
dictitems
dictkeys
dictview
digestmod
dllhandle
docstring
docstrings
dunder
endianness
endpos
eventmask
excepthook
exceptiongroup
exitfuncs
extendleft
fastlocals
fdel
fedcba
fget
fileencoding
fillchar
fillvalue
finallyhandler
firstiter
firstlineno
fnctl
frombytes
fromhex
fromunicode
fset
fspath
fstring
fstrings
ftruncate
genexpr
getattro
getcodesize
getdefaultencoding
getfilesystemencodeerrors
getfilesystemencoding
getformat
getframe
getnewargs
getpip
getrandom
getrecursionlimit
getrefcount
getsizeof
getweakrefcount
getweakrefs
getwindowsversion
gmtoff
groupdict
groupindex
hamt
hostnames
idfunc
idiv
idxs
impls
indexgroup
infj
instancecheck
instanceof
irepeat
isabstractmethod
isbytes
iscased
isfinal
istext
itemiterator
itemsize
iternext
keepends
keyfunc
keyiterator
kwarg
kwargs
kwdefaults
kwonlyargcount
lastgroup
lastindex
linearization
linearize
listcomp
longrange
lvalue
mappingproxy
maskpri
maxdigits
MAXGROUPS
MAXREPEAT
maxsplit
maxunicode
memoryview
memoryviewiterator
metaclass
metaclasses
metatype
mformat
mro
mros
multiarch
namereplace
nanj
nbytes
ncallbacks
ndigits
ndim
nldecoder
nlocals
NOARGS
nonbytes
Nonprintable
origname
ospath
pendingcr
phello
platlibdir
popleft
posixsubprocess
posonly
posonlyargcount
prepending
profilefunc
pycache
pycodecs
pycs
pyexpat
PYTHONBREAKPOINT
PYTHONDEBUG
PYTHONHASHSEED
PYTHONHOME
PYTHONINSPECT
PYTHONOPTIMIZE
PYTHONPATH
PYTHONPATH
PYTHONSAFEPATH
PYTHONVERBOSE
PYTHONWARNDEFAULTENCODING
PYTHONWARNINGS
pytraverse
PYVENV
qualname
quotetabs
radd
rdiv
rdivmod
readall
readbuffer
reconstructor
refcnt
releaselevel
reverseitemiterator
reverseiterator
reversekeyiterator
reversevalueiterator
rfloordiv
rlshift
rmod
rpow
rrshift
rsub
rtruediv
rvalue
scproxy
seennl
setattro
setcomp
setrecursionlimit
showwarnmsg
signum
slotnames
STACKLESS
stacklevel
stacksize
startpos
subclassable
subclasscheck
subclasshook
suboffset
suboffsets
SUBPATTERN
sumprod
surrogateescape
surrogatepass
sysconf
sysconfigdata
sysvars
teedata
thisclass
titlecased
tkapp
tobytes
tolist
toreadonly
TPFLAGS
tracefunc
unimportable
unionable
unraisablehook
unsliceable
urandom
valueiterator
vararg
varargs
varnames
warningregistry
warnmsg
warnoptions
warnopts
weaklist
weakproxy
weakrefs
winver
withdata
xmlcharrefreplace
xoptions
xopts
yieldfrom
Loading