Commit Graph

  • 527111bc98 PyWrapperDescrObject and rewrite toggle_slot (#6536) Jeong, YunWon 2025-12-28 11:44:36 +09:00
  • 7edc3bba5d tp_itemsize (#6544) Jeong, YunWon 2025-12-28 10:27:58 +09:00
  • 012799f560 Fix enum and os.read related to signal (#6552) Jeong, YunWon 2025-12-28 10:13:03 +09:00
  • fd6c548766 no redundant venvlauncher targets (#6554) Jeong, YunWon 2025-12-28 09:08:16 +09:00
  • ce00640b22 fix input to check pty child (#6553) Jeong, YunWon 2025-12-28 09:08:03 +09:00
  • 9b2ad34a08 check surrogates (#6547) Jeong, YunWon 2025-12-28 00:06:29 +09:00
  • 5b20c458af Implement more except* (#6545) Jeong, YunWon 2025-12-27 23:03:23 +09:00
  • 8d9002800e Update test_dis.py from 3.13.11 (#6528) Shahar Naveh 2025-12-27 14:53:37 +01:00
  • 75ecd72428 test_builtin.test_import (#6546) Jeong, YunWon 2025-12-27 21:38:12 +09:00
  • 27ab62de48 Prevent __class__ reassignment across incompatible layouts (#6521) Copilot 2025-12-27 01:16:09 +09:00
  • a7d7f81ca7 Handle unions with GenericAlias subclasses without TypeError (#6540) Copilot 2025-12-27 01:13:20 +09:00
  • b704f42158 Reduce usage JumpIfTrueOrPop & JumpIfFalseOrPop opcdes. Refactor compile_compare (#6524) Shahar Naveh 2025-12-26 16:16:16 +01:00
  • 7f4d308efc Implement maybe_pyc_file and .pyc file execution (#6539) Jeong, YunWon 2025-12-26 22:13:00 +09:00
  • 4a6e8fb29e Add except* support (#6530) Jeong, YunWon 2025-12-26 21:54:23 +09:00
  • 57b4b4ae45 fix sys path (#6537) Jeong, YunWon 2025-12-26 21:43:00 +09:00
  • 1856415196 Fix f-string conversion flag ValueError when compiling AST (#6533) (#6534) Jeong, YunWon 2025-12-26 21:38:05 +09:00
  • 72a90da13b increase timeout-minutes to 45 (#6541) Jeong, YunWon 2025-12-26 20:39:48 +09:00
  • c9bf8df19c copyslot for init (#6515) Jeong, YunWon 2025-12-26 09:46:33 +09:00
  • ae39b132e4 impl more ntpath (#6531) Jeong, YunWon 2025-12-26 09:43:01 +09:00
  • 21f24cdcc7 impl more winapi (#6529) Jeong, YunWon 2025-12-26 01:37:21 +09:00
  • 40acd55290 venvlauncher (#6527) Jeong, YunWon 2025-12-26 01:29:58 +09:00
  • 2063c1e0bc Implement winapi.GetLongPathName (#6525) Jeong, YunWon 2025-12-25 22:37:59 +09:00
  • bcdf37bef1 Align opcode names in dis (#6526) Shahar Naveh 2025-12-25 14:17:31 +01:00
  • 61ddd98b89 Handle missing type_params on AST Function/Class/TypeAlias nodes (#6512) Copilot 2025-12-25 19:08:23 +09:00
  • a5a1173c3f Disallow rebinding __module__ on immutable builtins and add regression snippet (#6513) Copilot 2025-12-25 18:27:19 +09:00
  • 151f0746a3 Implement copyslot (#6505) Jeong, YunWon 2025-12-25 16:56:41 +09:00
  • aaecdd1747 repr for getset (#6514) Jeong, YunWon 2025-12-25 16:55:19 +09:00
  • 7eb0fe4984 Fix potential deadlock (#6509) Jeong, YunWon 2025-12-25 15:49:44 +09:00
  • 8443b2c97e Add POSIX shared memory module for multiprocessing on Unix (#6498) Copilot 2025-12-25 14:54:44 +09:00
  • 92acf339a1 fix pyexpat hang (#6507) Jeong, YunWon 2025-12-25 13:31:29 +09:00
  • 49dbbbd5b9 Fix SSL test_preauth_data_to_tls_server (#6508) Jeong, YunWon 2025-12-25 13:28:50 +09:00
  • aae6bf566f Add tp_str (#6495) Jeong, YunWon 2025-12-25 11:00:53 +09:00
  • 6dbc8f0cfa Set SourceFileLoader for script execution in run_simple_file (#6496) Copilot 2025-12-25 10:33:22 +09:00
  • 5122aed738 Fix install ujson (#6502) Jeong, YunWon 2025-12-25 10:32:51 +09:00
  • ebdc033c59 Bundle Lib directory in GitHub releases (#6497) Copilot 2025-12-25 09:48:20 +09:00
  • 7ebb0f0c5c impl path_converter and os functions (#6484) Jeong, YunWon 2025-12-25 09:21:09 +09:00
  • 72cf6c36d5 Add missing xmlparser attributes: namespace_prefixes, ordered_attributes, specified_attributes, intern (#6494) Copilot 2025-12-25 09:09:58 +09:00
  • be9e44aafb Allow SyntaxError.msg to be writable and reflected in string formatting (#6493) Copilot 2025-12-25 09:08:18 +09:00
  • cbde5ce321 iter with slot-wrapper (#6488) Jeong, YunWon 2025-12-24 23:35:35 +09:00
  • c2a7393191 uniform __str__ Jeong YunWon 2025-12-24 21:36:42 +09:00
  • a4e60f569e repr Jeong YunWon 2025-12-24 17:48:41 +09:00
  • 7c3bc5ed8d Update test_http_cookies.py from 3.13.11 (#6481) Shahar Naveh 2025-12-24 11:45:48 +01:00
  • 9d1477699c Update test_threading_local.py from 3.13.11 (#6482) Shahar Naveh 2025-12-24 10:57:00 +01:00
  • c4e77287d1 __hash__ to slot_wrapper (#6480) Jeong, YunWon 2025-12-24 18:56:47 +09:00
  • 3d7e521acd introduce slot_wrapper (#4884) Jeong, YunWon 2025-12-24 17:29:47 +09:00
  • 4f0b940b16 impl preexec_fn (#6479) Jeong, YunWon 2025-12-24 17:02:21 +09:00
  • 309b2ad32d Fix ast end_location (#6478) Jeong, YunWon 2025-12-24 16:54:54 +09:00
  • 014622ac34 Fix os.access not to raise exception when path doesn't exist (#6477) Jeong, YunWon 2025-12-24 14:23:33 +09:00
  • c763d67ef4 Fix dict.keys behavior (#6476) Jeong, YunWon 2025-12-24 13:50:26 +09:00
  • 215c5c6d7b signal.pthread_sigmask (#6475) Jeong, YunWon 2025-12-24 13:15:33 +09:00
  • 00205aad14 Bump libsqlite3-sys from 0.28 to 0.36 (#6472) Jiseok CHOI 2025-12-24 13:10:57 +09:00
  • c35cb89f91 Merge pull request #6473 from youknowone/libffi Jeong, YunWon 2025-12-24 10:35:52 +09:00
  • 7c7e55ffc4 Upgrade libffi Jeong YunWon 2025-12-23 16:39:04 +09:00
  • 2785bd8224 Merge pull request #6457 from youknowone/ctypes Jeong, YunWon 2025-12-24 08:40:19 +09:00
  • 4a352344b6 mark failing test_ctypes Jeong YunWon 2025-12-20 17:46:05 +09:00
  • 7e6e0f66c8 test_ctypes from CPython 3.13.11 Jeong YunWon 2025-12-20 14:32:07 +09:00
  • 03d6f4634f Upgrade ctypes to Python v3.13.11 Jeong YunWon 2025-12-20 14:31:01 +09:00
  • 987216bcb8 enable ctypes Jeong YunWon 2025-12-16 20:38:32 +09:00
  • 79abbf0b29 fix ctypes Jeong YunWon 2025-12-23 23:36:38 +09:00
  • 4bf0bac52d debuggable whats_left Jeong YunWon 2025-12-23 23:29:15 +09:00
  • 286a5b5b8f msc_info in get_version Jeong YunWon 2025-12-23 23:28:58 +09:00
  • fc0a34a5a5 Remove unused ctypes/field.rs Jeong YunWon 2025-12-20 14:31:33 +09:00
  • b44229f7ca debug whats_left Jeong, YunWon 2025-12-23 21:57:05 +09:00
  • 9760249a75 fix multiarch Jeong YunWon 2025-12-23 15:24:07 +09:00
  • ec7588841f Merge pull request #6470 from youknowone/common-fix Jeong, YunWon 2025-12-23 16:09:57 +09:00
  • df523cb58c skip spawnve on windows Jeong, YunWon 2025-12-23 14:58:42 +09:00
  • a84452ab45 fix sysconfigdata Jeong YunWon 2025-12-23 11:52:31 +09:00
  • 73e1c3816e fix ssl Jeong YunWon 2025-12-23 11:55:59 +09:00
  • d919fe516e mark test_threading Jeong YunWon 2025-12-19 16:49:07 +09:00
  • 2342006b37 Bump aws-lc-rs from 1.15.1 to 1.15.2 (#6469) dependabot[bot] 2025-12-23 08:57:03 +09:00
  • 5925f1483c Bump insta from 1.44.3 to 1.45.0 (#6468) dependabot[bot] 2025-12-22 22:25:09 +09:00
  • fdd2ac3b30 disallow __new__, __init__ (#6446) Jeong, YunWon 2025-12-22 21:10:43 +09:00
  • 569bee103f Use ruff_python_ast::visitor::Visitor for detecting await (#6466) Shahar Naveh 2025-12-22 04:43:58 +01:00
  • 8b3bf558fc Introduce PyConfig to implement Paths correctly (#6461) Jeong, YunWon 2025-12-21 08:25:17 +09:00
  • 09fa97d1b9 CI to test Apple Intel (#6465) Jeong, YunWon 2025-12-21 00:54:05 +09:00
  • 898fe85f40 More openssl impl (#6464) Jeong, YunWon 2025-12-21 00:38:50 +09:00
  • 6660170bf8 Share more ssl consts and fix openssl (#6462) Jeong, YunWon 2025-12-20 22:06:22 +09:00
  • 7bfa5d9ced Buffer LongDouble + ndim (#6460) Jeong, YunWon 2025-12-20 18:31:00 +09:00
  • 46c61a65a6 Upgrade venv to v3.13.11 (#6459) Jeong, YunWon 2025-12-20 12:17:11 +09:00
  • ab1105a61d Fix fix_test.py (#6415) Jeong, YunWon 2025-12-20 09:55:28 +09:00
  • 6c186e3893 Update smptlib and test_smtpnet.py from 3.13.11 (#6435) Shahar Naveh 2025-12-19 14:51:09 +01:00
  • 70b93898d4 ctypes overhaul (#6450) Jeong, YunWon 2025-12-19 14:10:55 +09:00
  • 100b043fb6 Merge pull request #6453 from ShaharNaveh/skip-flakey-subprocess-test fanninpm 2025-12-18 10:49:02 -05:00
  • 9e439667da Fix openssl build and shared ssl/error.rs (#6456) Jeong, YunWon 2025-12-18 10:44:56 +09:00
  • a4c93dfbbf Remove useless &PyRef patterns (#6455) Jeong, YunWon 2025-12-17 20:58:00 +09:00
  • 0412dfdb3b Fix winerror handling (#6454) Jeong, YunWon 2025-12-17 20:57:34 +09:00
  • 9d2dd17455 Add regression test (#6452) Shahar Naveh 2025-12-17 11:02:44 +01:00
  • be559ae453 Update support/import_helper.py from 3.13.11 (#6451) Shahar Naveh 2025-12-17 00:15:25 +01:00
  • f3916950bf Skip flakey test ShaharNaveh 2025-12-16 21:35:55 +01:00
  • adc2b0dbbe Update test_zipfile64.py from 3.13.11 (#6433) Shahar Naveh 2025-12-16 16:28:06 +01:00
  • 9aa1f18998 Unraiseable traceback (#6449) Jeong, YunWon 2025-12-17 00:16:51 +09:00
  • 246fab63f7 flag: DISALLOW_INSTANTIATION (#6445) Jeong, YunWon 2025-12-17 00:12:03 +09:00
  • aef4de4ab8 fix buffer (#6447) Jeong, YunWon 2025-12-16 23:27:21 +09:00
  • 65bdfc3d4e Integrate OSError creations into OSErrorBuilder (#6443) Jeong, YunWon 2025-12-16 23:11:35 +09:00
  • 272b36daa5 small fixes (#6444) Jeong, YunWon 2025-12-16 11:16:38 +09:00
  • 30cc772454 sys.set_asyncgen_hook (#6439) Jeong, YunWon 2025-12-16 10:11:17 +09:00
  • e6d9a9aef0 Bump actions/download-artifact from 6.0.0 to 7.0.0 (#6441) dependabot[bot] 2025-12-15 23:54:53 +09:00
  • 78d2e5bdf1 Bump actions/upload-artifact from 5.0.0 to 6.0.0 dependabot[bot] 2025-12-15 13:15:37 +00:00
  • 550497eb79 Use parking_lot in faulthandler (#6438) Jeong, YunWon 2025-12-15 17:56:48 +09:00
  • 8e21db11d6 Update architecture/architecture.md (#6437) Lee Dogeon 2025-12-15 09:57:06 +09:00