Semyon Moroz
23f1888037
Update {code,codop}.compile_command in 3.14 ( #14049 )
2025-05-13 14:29:35 +02:00
A5rocks
54e1817439
Make code.InteractiveInterpreter#locals a dict not a mapping ( #13775 )
2025-04-02 17:31:41 +02:00
Avasam
352cfc9773
Add missing 3.13 source kw-only param to code.InteractiveInterpreter.showsyntaxerror ( #12792 )
2024-10-12 21:10:00 +01:00
Shantanu
bb28ef882f
code: update for py313 ( #11962 )
2024-05-18 16:22:22 -04:00
Jelle Zijlstra
ddfaca3200
stdlib: add argument default values ( #9501 )
2023-01-18 09:37:34 +01:00
Alex Waygood
97a74bc1aa
Import from collections.abc wherever possible ( #7635 )
2022-04-18 12:50:37 +02:00
Alex Waygood
6cd02c2aa8
Add code.__all__ ( #7293 )
2022-02-19 12:24:09 -08:00
Oleg Höfling
836690e150
Add attribute types to code.InteractiveInterpreter and code.InteractiveConsole ( #5830 )
...
* mark undocumented attributes
* use pep 585 generics, replace optional types with pep 604-style hints
2021-08-02 14:04:42 +02:00
Akuli
17dcea4a68
Akuli and srittau: Remove Python 2 branches from Python 3 stubs ( #5461 )
...
* run script and do some manual changes (Akuli)
* do the whole thing manually (srittau)
* merge changes (Akuli)
Co-authored-by: Sebastian Rittau <srittau@rittau.biz >
2021-05-15 15:33:39 +03:00
Ivan Levkivskyi
16ae4c6120
Re-organize directory structure ( #4971 )
...
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com >
2021-01-27 12:00:39 +00:00