Commit Graph

  • 2da102fab8 FromArgs with error_msg (#6804) Jeong, YunWon 2026-01-20 02:10:19 +09:00
  • e5720232e1 Bump chrono from 0.4.42 to 0.4.43 (#6803) dependabot[bot] 2026-01-20 01:43:11 +09:00
  • aff85c87ce Bump junction from 1.3.0 to 1.4.1 (#6801) dependabot[bot] 2026-01-20 01:42:55 +09:00
  • b7f55decbd Bump cranelift-jit from 0.127.1 to 0.127.2 (#6800) dependabot[bot] 2026-01-20 01:06:56 +09:00
  • 82a8f67c71 Replace custom opcodes with CPython standard sequences (#6794) Jeong, YunWon 2026-01-20 00:34:46 +09:00
  • d7a885cea8 sys._clear_type_descriptors (#6795) Jeong, YunWon 2026-01-19 16:43:20 +09:00
  • 6a064aad3b Drop for PySSLSocket (#6791) Jeong, YunWon 2026-01-19 10:01:11 +09:00
  • 4ab6a45405 Use stdlib native modules in benchmarks (#6792) Lee Dogeon 2026-01-19 08:43:25 +09:00
  • 00440b179a Update sqlite3 and the tests to CPython 3.14.2 (#6787) Jiseok CHOI 2026-01-19 02:45:47 +09:00
  • 130bb82a43 LoadClosure as pseudo op (#6789) Jeong, YunWon 2026-01-19 02:45:00 +09:00
  • 9b5eefbb7b Replace _compression with compression and update related too (#6788) Lee Dogeon 2026-01-19 00:38:51 +09:00
  • 0717b53123 Align CallFunctionEx to 3.14 (#6786) Jeong, YunWon 2026-01-19 00:37:18 +09:00
  • ed785e3d86 Bump base64 to 3.14.2 (#6776) Lee Dogeon 2026-01-19 00:04:06 +09:00
  • 3a9f020234 update test_sys from 3.14.2 (#6781) Jeong, YunWon 2026-01-18 23:58:39 +09:00
  • 050db4725f sqlite3: fix Connection.cursor() factory argument handling (#6783) Jiseok CHOI 2026-01-18 23:37:47 +09:00
  • 9301ae2746 traverse and clear (#6780) Jeong, YunWon 2026-01-18 23:23:11 +09:00
  • 2b8fac3af3 auto mark parent tests (#6778) Jeong, YunWon 2026-01-18 22:06:07 +09:00
  • 252fa816d6 sys._jit (#6779) Jeong, YunWon 2026-01-18 21:54:44 +09:00
  • 4b5e73577a Add metadata when uploading benchmark data (#6759) Lee Dogeon 2026-01-18 21:51:39 +09:00
  • d3d63ea2d3 enable test_bytes (#6777) Jeong, YunWon 2026-01-18 21:33:37 +09:00
  • 6f266651c0 better ssl write handling (#6763) Jeong, YunWon 2026-01-18 21:10:35 +09:00
  • e0479fe197 Merge pull request #6768 from youknowone/support Jeong, YunWon 2026-01-18 20:36:04 +09:00
  • e0b19c833c skip flaky test Jeong, YunWon 2026-01-18 20:33:12 +09:00
  • 8f7b1343bc mark and unmark successful/failing tests Jeong, YunWon 2026-01-18 14:00:21 +09:00
  • 3836958eaa Make ready_to_import always remove tempdir from sys.path (re-apply #6687) Jeong, YunWon 2026-01-10 16:32:26 +09:00
  • 005014a3f9 Update test.support from 3.14.2 CPython Devleopers 2026-01-18 13:39:54 +09:00
  • e0185aefb1 mark failing tests Jeong, YunWon 2026-01-18 13:54:15 +09:00
  • dfed341ec8 Upgrade unittest from 3.14.2 CPython Devleopers 2026-01-18 13:49:21 +09:00
  • 5242ff5243 Bump json to 3.14.2 (#6774) Lee Dogeon 2026-01-18 19:16:48 +09:00
  • e8dd5826e6 init warnings before site (#6771) Jeong, YunWon 2026-01-18 19:16:02 +09:00
  • f8a78e6ab6 stack soft limit (#6754) Jeong, YunWon 2026-01-18 18:09:55 +09:00
  • 941a7bb784 setup ndk on CI (#6773) Jeong, YunWon 2026-01-18 18:02:57 +09:00
  • 1ccd99ea20 use ast namespace (#6769) Jeong, YunWon 2026-01-18 17:30:36 +09:00
  • eb50246b41 fix annotation (#6767) Jeong, YunWon 2026-01-18 15:24:17 +09:00
  • 7c7b824aa9 fix asyncgen finalizer (#6761) Jeong, YunWon 2026-01-18 14:18:30 +09:00
  • e4ce70bbda Update Lib/warnings to CPython 3.14 (#6762) fanninpm 2026-01-17 23:59:49 -05:00
  • 96e08a425e Initialize warnings module during interpreter startup to process (#6766) Jeong, YunWon 2026-01-18 13:15:40 +09:00
  • 6616961d08 skip flaky tests (#6764) Jeong, YunWon 2026-01-18 11:16:25 +09:00
  • abea6bd114 traverse for generator (#6760) Jeong, YunWon 2026-01-18 09:36:09 +09:00
  • ca76cb7bb0 thread_inherit_context, upgrade threading & contextvar (#6727) Jeong, YunWon 2026-01-18 08:53:41 +09:00
  • 11c9b0e783 fix finalizing and atexit timing (#6626) Jeong, YunWon 2026-01-18 01:54:16 +09:00
  • 8ce5f49908 Update graphlib, heapq, ipaddress to 3.14.2 (#6758) Shahar Naveh 2026-01-17 18:23:34 +02:00
  • 6df3753229 Py 3.14 changes fix (#6755) Jeong, YunWon 2026-01-18 01:02:40 +09:00
  • 892116c009 Add some compiler tests from 3.13.11 (#6752) Shahar Naveh 2026-01-17 17:26:06 +02:00
  • 6dd5e36d02 Remove misleading placeholder comments (#6757) Shahar Naveh 2026-01-17 15:53:00 +02:00
  • 3d86b26caf Complement upgrade-pylib Claude Code command (#6742) Lee Dogeon 2026-01-17 21:54:16 +09:00
  • 4eb49491a3 Change dockerfile to be available on aarch64 (#6751) Jeong, YunWon 2026-01-17 21:53:13 +09:00
  • c490a357fd relocate scripts (#6753) Jeong, YunWon 2026-01-17 21:52:53 +09:00
  • 273c5a349b Merge pull request #6718 from youknowone/py-3.14 Jeong, YunWon 2026-01-17 20:58:23 +09:00
  • 60fb4384e1 Auto-format: ruff check --select I --fix github-actions[bot] 2026-01-17 10:34:53 +00:00
  • faeed2cdcc clean up Jeong, YunWon 2026-01-17 19:05:29 +09:00
  • 133bdf655e auto_mark_test uses regex to check Run tests? sequentially Jeong, YunWon 2026-01-17 19:21:45 +09:00
  • 314a61562c Update calendar from CPython 3.14.2 CPython Devleopers 2026-01-16 21:13:34 +09:00
  • d75f272c8b Update argparse from CPython 3.14.2 CPython Devleopers 2026-01-16 20:10:26 +09:00
  • ef22bf4774 Update _colorize from CPython 3.14.2 CPython Devleopers 2026-01-16 20:06:23 +09:00
  • 65e08c02b6 Update ensurepip from 3.14.2 CPython Devleopers 2026-01-16 20:01:09 +09:00
  • 33689c1d0f Fix jit failure Jeong, YunWon 2026-01-15 00:16:37 +09:00
  • 522793850a mark and unmark unittest functions Jeong, YunWon 2026-01-17 19:21:38 +09:00
  • 076d692b42 Upgrade string from CPython 3.14.2 CPython Devleopers 2026-01-16 00:12:45 +09:00
  • 346481d95e partially patch Lib/typing to 3.14 Jeong, YunWon 2026-01-15 22:40:22 +09:00
  • 96038e48c5 partially patch inspect for PEP 649 in 3.13 Jeong, YunWon 2026-01-15 00:44:20 +09:00
  • 37cc6b44f9 fix whats_left to support __annotate__ Jeong, YunWon 2026-01-16 21:47:45 +09:00
  • dc93614f5a Add annotationlib,ann_module from 3.14.2 Jeong, YunWon 2026-01-16 00:36:21 +09:00
  • 566b6f438b PEP 649 annotation phase 4 Jeong, YunWon 2026-01-14 23:43:45 +09:00
  • a78b569d92 PEP 649 annotation phase 3 Jeong, YunWon 2026-01-13 23:49:40 +09:00
  • 353a9f6104 PEP 649 annotation phase 2 Jeong, YunWon 2026-01-13 23:16:02 +09:00
  • 51b628642c PEP 649 annotation phase 1 Jeong, YunWon 2026-01-13 23:03:57 +09:00
  • fdfede7545 fix win clippy Jeong, YunWon 2026-01-16 13:07:12 +09:00
  • 0793bd3d08 co_consts Jeong, YunWon 2026-01-13 23:46:37 +09:00
  • f5b44f505a Fix Exception.__init__ Jeong, YunWon 2026-01-13 23:24:12 +09:00
  • 24bff8d5bf fix unsigned validation Jeong, YunWon 2026-01-13 23:34:53 +09:00
  • eafa0c0149 Fix int rounding Jeong, YunWon 2026-01-13 23:23:22 +09:00
  • db01a1d653 Remove pickle from itertools Jeong, YunWon 2026-01-13 23:18:08 +09:00
  • 2fe140fdb9 Fix bytes/bytearray fromhex Jeong, YunWon 2026-01-13 22:54:49 +09:00
  • 8d901a7300 Implement bool(NotImplemented) Jeong, YunWon 2026-01-13 18:42:52 +09:00
  • 280caea579 upgrade venvlauncher Jeong, YunWon 2026-01-13 18:37:37 +09:00
  • 7594ef5121 upgrade site to 3.14.2 Jeong, YunWon 2026-01-13 18:37:31 +09:00
  • ea1e60e9ca mark version to 3.14 Jeong, YunWon 2026-01-13 18:24:30 +09:00
  • 299f1ea0aa skip flaky test_concurrent_futures.test_process_pool.test_ressources_gced_in_workers (#6750) Jeong, YunWon 2026-01-17 19:18:54 +09:00
  • f4363a6b27 PEP 750 tstring (#6744) Jeong, YunWon 2026-01-17 18:41:40 +09:00
  • 02cc257b42 Support pickle better with __getnewargs_ex__ (#6749) Jeong, YunWon 2026-01-17 18:37:16 +09:00
  • 833f7343c8 Update email library v3.13.11 (#6642) Terry Tianlin Luan 2026-01-17 04:15:35 -05:00
  • c934265304 rename fix_test and support removing unexpected success (#6748) Jeong, YunWon 2026-01-17 00:11:20 +09:00
  • e9a57d172b correct builtins type under function (#6745) Jeong, YunWon 2026-01-17 00:00:16 +09:00
  • 380fa39eba Bytecode instrumented placeholder (#6741) Shahar Naveh 2026-01-16 16:08:06 +02:00
  • 4cb3b9d8f0 Updated the urllib + http libraries + test libraries (#6672) Terry Tianlin Luan 2026-01-16 09:03:49 -05:00
  • ef871d227e Update json module to 3.13.11 (#6743) Lee Dogeon 2026-01-16 21:38:15 +09:00
  • 746e71af87 reject SemLock reduce (#6738) Jeong, YunWon 2026-01-16 10:18:31 +09:00
  • a0ace054f3 Fix asyncio compile (#6739) Jeong, YunWon 2026-01-16 09:12:16 +09:00
  • 609dbb1439 Downgraded skips in tests (#6716) Terry Tianlin Luan 2026-01-15 07:43:22 -05:00
  • 3a702ac772 Improve json.loads performance (#6704) Lee Dogeon 2026-01-15 19:53:46 +09:00
  • c5deb740ac Update asyncio library (#6601) Terry Tianlin Luan 2026-01-15 03:35:01 -05:00
  • a3d1b5e7ac Bump xml from 1.2.0 to 1.2.1 (#6730) dependabot[bot] 2026-01-15 17:21:22 +09:00
  • 2a2caa1897 Bump rand_core from 0.9.4 to 0.9.5 (#6731) dependabot[bot] 2026-01-15 17:20:34 +09:00
  • c06701abc8 skip test_multiprocessing_{fork,spawn}.test_threads.py (#6735) Jeong, YunWon 2026-01-15 14:29:41 +09:00
  • b214362ca1 remove polluting tests (#6733) Jeong, YunWon 2026-01-15 08:36:56 +09:00
  • e3890f9b4a Bytecode pseudo opcodes (#6715) Shahar Naveh 2026-01-14 19:52:25 +02:00
  • 13a875f609 fix backslash handling in fix_test.py (#6729) Jeong, YunWon 2026-01-15 00:01:14 +09:00
  • 7a516c44c9 Update AI docs (#6728) Jeong, YunWon 2026-01-14 23:51:41 +09:00
  • 3d4aaaa6c1 thread.setname and context (#6726) Jeong, YunWon 2026-01-14 17:20:52 +09:00