Shahar Naveh
3ed8c91fef
Update test/support to 3.14.5 ( #7896 )
...
* Update `test/support` to 3.14.5
* Adjuat test markers
* Add `test_set` to env polluting tests
2026-05-18 00:23:06 +09:00
Shahar Naveh
7273d76cf2
Update email to 3.14.5 ( #7880 )
...
* Update `email` to 3.14.5
* Update `test_email`
* mark failing tests
* Remove ExtraAssertions
2026-05-17 01:57:05 +09:00
Jeong, YunWon
6950baf687
more algorithm-independent GC infra ( #7194 )
...
* mark poluting tests
* GC-infra independent to EBR
* trashcan
* add overflow guard to inc(), #[must_use] on dec()/safe_inc(), trashcan debug_assert, weakref generic re-check
2026-02-22 21:31:42 +09:00
ShaharNaveh
bb39d2e1ce
Update support.__init__.py from 3.14.3
2026-02-10 11:40:38 +02:00
Shahar Naveh
23a89663e0
Update tomllib from 3.14.3 ( #7048 )
2026-02-08 12:51:38 +00:00
Shahar Naveh
87289fd904
Update tests with deprecated get_c_recursion_limit ( #7039 )
2026-02-08 09:59:14 +09:00
Shahar Naveh
3d283bb91f
Update some libs&tests to 3.14.3 ( #7006 )
...
* Update some libs&tests to 3.14.3
* Update argparse from 3.14.3
* Update inspect
* Update `configparser.py` from 3.14.3
2026-02-07 19:09:42 +09:00
Shahar Naveh
e2ee2067f8
Update pickle.py from 3.14.2 ( #6982 )
...
* Update `_compat_pickle.py` from 3.14.2
* Update `pickle.py` from 3.14.2
* Update pickletools and tests
* Update all other pickle related files
* Make `test_extcall` to use modified doctest checker
2026-02-05 19:27:10 +09:00
Jeong, YunWon
252fa816d6
sys._jit ( #6779 )
2026-01-18 21:54:44 +09:00
Jeong, YunWon
3836958eaa
Make ready_to_import always remove tempdir from sys.path (re-apply #6687 )
2026-01-18 20:00:14 +09:00
CPython Devleopers
005014a3f9
Update test.support from 3.14.2
2026-01-18 19:56:55 +09:00
Jeong, YunWon
e835ce9275
Make ready_to_import always remove tempdir from sys.path ( #6687 )
2026-01-10 16:32:26 +09:00
Jeong, YunWon
44327a8ee4
Upgrade test/support from CPython 3.13.11 ( #6556 )
...
* Upgrade test/support from CPython 3.13.11
* fix test_support
2025-12-28 16:30:44 +09:00
Shahar Naveh
be559ae453
Update support/import_helper.py from 3.13.11 ( #6451 )
...
* Update `support/import_helper.py` from 3.13.11
* Unmark passing test
2025-12-17 08:15:25 +09:00
ShaharNaveh
9b400a9b6f
Reapply some patches
2025-10-22 10:57:47 +03:00
ShaharNaveh
19b6241ef9
Update changed files from 3.13.7 -> 3.13.8
2025-10-22 10:57:47 +03:00
Shahar Naveh
3a6fda4daf
Update opcode from 3.13.7 ( #6156 )
...
* Update `opcode` from 3.13.7
* Base `_opcode`
* Add `test__opcode.py` from 3.13.7
* Impl `has_*` methods
* Add more methods
* Update `dis.py` from 3.13.7
* Update `support/bytecode_helper.py` from 3.13.7
* correct is_valid
* Patch failing tests
* Unpatch `support/__init__.py`
* clippy
* Make comments to doc
* impl `_varname_from_oparg` for code
* Unmark passing tests
* Revert changes to `dis`
* Mark failing tests
2025-10-05 11:14:33 +09:00
ShaharNaveh
2de20539a9
Update support/hypothesis_helper.py from 3.13.7
2025-08-23 21:46:28 +03:00
Jeong YunWon
36cc6d1945
Backport CPython gh-137195
...
https://github.com/python/cpython/pull/137195
2025-08-01 09:16:34 +09:00
Ashwin Naren
1c55f9eee2
Add test.support.interpreters at 3.13.2 ( #5684 )
2025-07-30 20:20:07 +09:00
ShaharNaveh
cbe975818e
Remove extra spaces
2025-07-26 17:47:53 +02:00
ShaharNaveh
b829333f1d
Fix patch of gc_threshold
2025-07-25 16:59:37 +02:00
ShaharNaveh
0e3ff8ae5f
Fix patch of disable_gc
2025-07-25 16:58:25 +02:00
ShaharNaveh
17e60754f6
Fix patching of support
2025-07-25 15:47:48 +02:00
ShaharNaveh
409f5dda9f
Add more code to support/__init__.py
2025-07-25 14:53:03 +02:00
ShaharNaveh
4fb5736694
Add run_doctest
2025-07-25 14:53:03 +02:00
ShaharNaveh
b51f6de0c8
Reapply RustPython patches
2025-07-25 14:53:03 +02:00
ShaharNaveh
3058d99fd5
Copy parts of old code to make libregtest work
2025-07-25 14:53:03 +02:00
ShaharNaveh
74201365c6
Update Lib/test/support/__init__.py from 3.13.5
2025-07-25 14:53:03 +02:00
ShaharNaveh
4515c614bf
mark more tests
2025-07-16 13:37:18 +03:00
ShaharNaveh
0fbe6ce268
Update test_exceptions from 3.13.5
2025-07-16 13:37:18 +03:00
Shahar Naveh
97e85b220e
Update test_{dict,weakref}.py from 3.13.5 ( #5963 )
...
* Update test_dict.py from 3.13.5
* Update `test_weakref.py` from 3.13.5
2025-07-14 14:21:59 +09:00
Shahar Naveh
ed8d7157d9
Update test_{complex,float}.py from 3.13.5 ( #5961 )
2025-07-14 14:20:28 +09:00
Ashwin Naren
04d8d69a8c
upgrade parts of test.support ( #5686 )
2025-07-14 14:19:33 +09:00
Shahar Naveh
cbd9b30bd1
Update compileall from 3.13.5 ( #5914 )
2025-07-10 08:36:37 +09:00
Shahar Naveh
f0cf9e6492
Update cmd from 3.13.5 ( #5920 )
...
* Update cmd from 3.13.5
* Add `test.support.pty_helepr` from 3.13.5
2025-07-09 19:03:53 +09:00
Jeong YunWon
0a6e1e80d7
docs
2025-06-23 01:05:54 +09:00
Jeong YunWon
acae154f1b
more diff-friendly disabling xz
2025-05-07 15:01:23 +09:00
Ashwin Naren
a5016446f4
_lzma implementation and test marking
...
Signed-off-by: Ashwin Naren <arihant2math@gmail.com >
2025-05-07 15:01:23 +09:00
Ashwin Naren
5e770e9c9e
update getopt to 3.13.3
2025-04-30 14:33:52 +09:00
Ashwin Naren
d46bcd9291
typing upgrade to 3.13.2 ( #5590 )
2025-04-27 15:26:37 +09:00
Ashwin Naren
662d3a1b4a
fix test_zlib
2025-04-15 16:16:06 -07:00
Ashwin Naren
213506d9ae
update part of test.support.__init__ to 3.13.2
2025-04-15 14:48:09 -07:00
Ashwin Naren
02533ace81
remove nntplib
2025-04-11 09:28:43 +09:00
Ashwin Naren
396df1a506
update test_listcomps.py to 3.12.8
2025-01-19 20:05:35 -08:00
Ashwin Naren
16d8bab61a
Update Logging to 3.12.7 ( #5478 )
...
* updated logging to 3.12, added logging tests, and added smtplib and tests
* fix expected failures on test_smtplib.py
* mark all rustpython fails on test_logging.py
2025-01-17 19:44:06 +09:00
Ashwin Naren
2d83a67bd6
Update zlib from 3.12.6 and _ZlibDecompressor implementation ( #5476 )
...
* add is_s390x and skip_on_s390x to test support
* update zlib tests to 3.12
* _ZlibDecompressor implementation
2025-01-16 13:28:09 +09:00
0cf4534c5c
copy new file "Lib/test/support/testcase.py" for test_float.py
2024-12-05 15:29:35 +09:00
Ricardo Robles
b5c1fd95dc
Add zoneinfo from Python 3.12.6 ( #5400 )
2024-09-19 11:18:48 +09:00
Jeong YunWon
8ed79bd1af
add a dummy parameter for support.skip_if_sanitizer
2024-07-28 20:24:15 +09:00