Commit Graph

  • 516ced9a57 Mark failing tests ShaharNaveh 2026-02-14 13:39:02 +02:00
  • e94459d194 Update test_struct.py from 3.14.3 ShaharNaveh 2026-02-14 13:34:34 +02:00
  • ec0f3b4da8 Merge pull request #7120 from youknowone/hashlib Jeong, YunWon 2026-02-14 21:40:27 +09:00
  • 12db02eaf0 Fix _hashlib Jeong, YunWon 2026-02-14 12:52:21 +09:00
  • 1f290dccfe Update hashlib from v3.14.3 CPython Developers 2026-02-14 12:49:39 +09:00
  • 16c7439c35 Add SHA3 private attribute parity to hashlib hash objects (#7134) Lee Dogeon 2026-02-14 21:36:57 +09:00
  • 9e61458772 Merge pull request #7136 from RustPython/agent-wf Jeong, YunWon 2026-02-14 21:36:24 +09:00
  • 16bb1040b4 Update collections from v3.14.3 (#7135) github-actions[bot] 2026-02-14 21:35:25 +09:00
  • 2a2086014c Make HASH/HASHXOF types immutable (#7131) Lee Dogeon 2026-02-14 20:37:47 +09:00
  • 4a897e57df copilot fix again Jeong, YunWon 2026-02-14 20:10:30 +09:00
  • e3edba398e Update test_itertools.py from 3.14.3 (#7130) Shahar Naveh 2026-02-14 13:00:17 +02:00
  • 29e7f97ef9 Remove redundant patches from test_pickle.py (#7128) Shahar Naveh 2026-02-14 12:59:47 +02:00
  • 36df9eb288 Remove redundant patches from test_codecs.py (#7127) Shahar Naveh 2026-02-14 12:58:02 +02:00
  • 799ce31270 Fix SHAKE digest length overflow in hashlib (#7125) Lee Dogeon 2026-02-14 19:57:27 +09:00
  • adf9aea274 Fix object.__init__ excess-arg checks for heap types (#7116) Lee Dogeon 2026-02-14 19:56:49 +09:00
  • fe39ec184a Fix module selection (#7123) Jeong, YunWon 2026-02-14 14:56:55 +09:00
  • dd422a8c26 Fix copilot upgrade pylib (#7121) Jeong, YunWon 2026-02-14 13:47:41 +09:00
  • f960a0fbad Add gh-aw agentic workflow for upgrading Python libraries (#7117) Jeong, YunWon 2026-02-14 11:26:03 +09:00
  • 2e4517971f Auto-format: cargo fmt --all github-actions[bot] 2026-02-14 00:33:13 +00:00
  • 334936045d Implement missing unicodedata functions and fix lookup error type Jeong, YunWon 2026-02-13 20:40:49 +09:00
  • 9ec6d6c261 Update test_unicodedata from v3.14.2 CPython Developers 2026-02-13 14:16:24 +09:00
  • b9f693004a Update stat.py from 3.14.3 ShaharNaveh 2026-02-13 16:00:47 +02:00
  • abfa19fc42 Fix inspect.signature introspection for attrgetter/itemgetter/methodcaller (#7111) Lee Dogeon 2026-02-14 09:17:41 +09:00
  • 38283becaa Fix typing, typevar, genericalias, and symboltable (#7091) Jeong, YunWon 2026-02-14 09:15:57 +09:00
  • ad29b43ca6 Use CRT functions for time module on Windows (#7090) Jeong, YunWon 2026-02-14 09:13:06 +09:00
  • a5309f636e Merge pull request #7113 from ShaharNaveh/update-tests-2 Jeong, YunWon 2026-02-13 22:16:18 +09:00
  • 0c85306068 Update test_abc.py from 3.14.3 ShaharNaveh 2026-02-13 12:32:50 +02:00
  • e9582d1c4e Update pathlib, glob, fnmatch from 3.14.3 ShaharNaveh 2026-02-13 12:06:29 +02:00
  • 4b1ff4b003 Add float.from_number classmethod (#7107) Lee Dogeon 2026-02-13 20:47:12 +09:00
  • 23a26d2d13 Update test_print ShaharNaveh 2026-02-13 13:36:03 +02:00
  • 1499607df3 Add test_flufl.py ShaharNaveh 2026-02-13 13:33:29 +02:00
  • 0dd14d0bdf Update test_dictcomps, test_userdict ShaharNaveh 2026-02-13 13:31:55 +02:00
  • a9687f01ee Update test_buffer.py ShaharNaveh 2026-02-13 13:30:32 +02:00
  • 8b99358339 Update test_bool.py from 3.14.3 ShaharNaveh 2026-02-13 13:26:36 +02:00
  • 9c72e32874 Update posixpath.py from 3.14.3 ShaharNaveh 2026-02-13 12:27:21 +02:00
  • 578bc625fc Merge pull request #7106 from moreal/test_float Jeong, YunWon 2026-02-13 19:35:28 +09:00
  • a058c4f73d Update ruff to 0.15.1 (#7105) Shahar Naveh 2026-02-13 12:34:49 +02:00
  • d50cc5e842 Update pydoc.py from 3.14.3 (#7104) Shahar Naveh 2026-02-13 11:07:25 +02:00
  • 5124f8aca7 Mark failing test ShaharNaveh 2026-02-12 20:41:32 +02:00
  • 9d7387798c Update test_defaultdict.py from 3.14.3 ShaharNaveh 2026-02-12 19:26:43 +02:00
  • fb1514b6e8 Mark failing tests Lee Dogeon 2026-02-13 18:05:39 +09:00
  • 18a264882b Update test_float from v3.14.3 CPython Developers 2026-02-13 18:03:21 +09:00
  • 743780f868 Merge pull request #7089 from youknowone/io Jeong, YunWon 2026-02-13 15:20:32 +09:00
  • 718e74d5d4 Update scripts/update_lib/cmd_quick.py Jeong, YunWon 2026-02-13 15:20:19 +09:00
  • 8f0c6e9508 mark typing Jeong, YunWon 2026-02-13 14:01:11 +09:00
  • 18114a8b6e Fix BytesIO and add bytearray.resize Jeong, YunWon 2026-02-13 14:01:53 +09:00
  • 9924e2978a Update io from v3.14.3 CPython Developers 2026-02-12 00:22:43 +09:00
  • 190cecd7c8 [update_lib] _pyio deps Jeong, YunWon 2026-02-12 00:54:08 +09:00
  • 96a78a9f43 Update test_long.py from 3.14.3 ShaharNaveh 2026-02-12 17:52:57 +02:00
  • e02e813bf8 Update _pylong.py from 3.14.3 ShaharNaveh 2026-02-11 16:46:21 +02:00
  • 979b22f8d9 Update urllib from 3.14.3 ShaharNaveh 2026-02-12 21:08:26 +02:00
  • 29133131fb Update test_functools.py from 3.14.3 ShaharNaveh 2026-02-12 20:51:02 +02:00
  • 33921c2ac0 Update test_deque.py from 3.14.3 ShaharNaveh 2026-02-12 19:25:26 +02:00
  • 8939cb059f Update test_future_stmt from 3.14.3 ShaharNaveh 2026-02-12 19:21:12 +02:00
  • 44e1b22f4d Update test_positional_only_arg.py from 3.14.3 ShaharNaveh 2026-02-12 18:04:54 +02:00
  • 87cf6848a5 Update test_funcattrs.py from 3.14.3 ShaharNaveh 2026-02-12 18:01:09 +02:00
  • 4ab7c38c90 Update test_property.py from 3.14.3 ShaharNaveh 2026-02-12 17:57:00 +02:00
  • be43458579 Update test_sundry.py from 3.14.3 ShaharNaveh 2026-02-12 17:55:30 +02:00
  • d96c1f0a22 Update wave.py from 3.14.3 ShaharNaveh 2026-02-12 17:16:23 +02:00
  • 7f64acdd59 Merge pull request #7085 from youknowone/extcall Jeong, YunWon 2026-02-13 00:19:33 +09:00
  • 8459e9b053 fix miri ci (#7093) Shahar Naveh 2026-02-12 17:17:53 +02:00
  • 8303c7a48b Add non-iterability guard, deduplicate dict flush and missing args format Jeong, YunWon 2026-02-12 14:14:38 +09:00
  • cc8d9a2c53 Remove expectedFailure from test_bad_newobj_ex_args Jeong, YunWon 2026-02-12 01:49:31 +09:00
  • 542055580b fix Jeong, YunWon 2026-02-12 00:08:01 +09:00
  • b6d08fe371 Update test_unpack_ex from v3.14.2 CPython Developers 2026-02-11 18:32:52 +09:00
  • a144882948 Update test_extcall from v3.14.2 CPython Developers 2026-02-11 18:32:40 +09:00
  • 6e41e97468 Fix dict unpacking order and improve error messages Jeong, YunWon 2026-02-11 18:32:18 +09:00
  • 426019efc4 Fix annotation scope, deadlock, MRO, and HEAPTYPE issues (#7087) Jeong, YunWon 2026-02-12 00:30:18 +09:00
  • 151a11ec36 Update ruff to 0.15.0 (#7086) Shahar Naveh 2026-02-11 17:11:11 +02:00
  • ba6d7b5404 Unmark failing markers Jeong, YunWon 2026-02-11 18:35:54 +09:00
  • 34180d8248 Fix annotation scope, deadlock, MRO, and HEAPTYPE issues Jeong, YunWon 2026-02-11 18:35:38 +09:00
  • 0d1115464a Merge pull request #7078 from youknowone/typing Jeong, YunWon 2026-02-11 18:33:26 +09:00
  • bc35aa8f01 Merge pull request #7073 from youknowone/time Jeong, YunWon 2026-02-11 18:29:35 +09:00
  • a9c98d2666 Update statistics.py from 3.14.3 ShaharNaveh 2026-02-11 09:52:41 +02:00
  • fa59402def Merge pull request #7067 from youknowone/doctest Jeong, YunWon 2026-02-11 17:49:59 +09:00
  • a9995a7d61 Sync test_abstract_numbers with CPython v3.14.3 (#7080) Copilot 2026-02-11 17:42:16 +09:00
  • c904a91bef Update test_tabnanny.py from 3.14.3 (#7083) Shahar Naveh 2026-02-11 10:41:57 +02:00
  • 5242dd42e1 Rename constevaluator_alloc to const_evaluator_alloc, add to cspell dict Jeong, YunWon 2026-02-11 13:16:41 +09:00
  • 6a6e3755c7 Propagate can_see_class_scope to annotation scopes in type param blocks Jeong, YunWon 2026-02-11 11:44:40 +09:00
  • c91f27c2fa Fix nonlocal type param check, __class_getitem__, __set_name__ note, sre module names Jeong, YunWon 2026-02-11 11:38:09 +09:00
  • d1e81225bc Add _ConstEvaluator, evaluate_* getters, format validation Jeong, YunWon 2026-02-11 11:04:55 +09:00
  • c4f23295bf Update test_time from v3.14.3 CPython Developers 2026-02-11 01:13:00 +09:00
  • a41d4c5029 Updated libs status show datetime utc (#7082) Shahar Naveh 2026-02-11 09:57:36 +02:00
  • d55a2261fa Use libc time functions on unix for time module Jeong, YunWon 2026-02-11 01:11:39 +09:00
  • ad6e965ad3 apply tests Jeong, YunWon 2026-02-11 16:49:46 +09:00
  • cafde31502 Update test_generators from v3.14.2 CPython Developers 2026-02-11 16:47:11 +09:00
  • e616f250af Update doctest from v3.14.2 CPython Developers 2026-02-11 16:47:03 +09:00
  • 5c341efdf0 Implement generator/coroutine lifecycle, tracing, and error handling Jeong, YunWon 2026-02-11 16:45:38 +09:00
  • ccd3d4f964 Replace std::sync::LazyLock with common::lock::LazyLock (#7079) Jeong, YunWon 2026-02-11 16:09:42 +09:00
  • c06cf56c60 Replace once_cell with std::sync::OnceLock/core::cell::OnceCell (#7077) Jeong, YunWon 2026-02-11 11:08:16 +09:00
  • 36ff461d65 Add import_ensure_initialized to import_module_level (#7076) Jeong, YunWon 2026-02-11 10:57:10 +09:00
  • 6bfdfb1bea Upgrade typing from 3.14.2 and more impl (#7057) Jeong, YunWon 2026-02-11 09:39:04 +09:00
  • 2edab987fd Auto update lib status (#7074) Shahar Naveh 2026-02-10 18:48:50 +02:00
  • f594b0a400 Replace unsafe pointer cast with AtomicPtr in PyCode (#7063) Jeong, YunWon 2026-02-11 01:28:17 +09:00
  • 65d54e8d51 Merge pull request #7071 from youknowone/memoryview Jeong, YunWon 2026-02-11 00:13:48 +09:00
  • fde808e663 handle type annotations in nested functions correctly (#7072) Elmir 2026-02-10 16:08:57 +01:00
  • b521f76ca4 impl more memory Jeong, YunWon 2026-02-10 00:45:25 +09:00
  • 91b128a466 Update test_memoryview from v3.14.3 CPython Developers 2026-02-10 00:40:13 +09:00
  • 23cf16a283 Bump psm from 0.1.29 to 0.1.30 dependabot[bot] 2026-02-09 14:59:36 +00:00
  • ac5f77a9a8 Bump memchr from 2.7.6 to 2.8.0 dependabot[bot] 2026-02-09 14:59:18 +00:00