Commit Graph

  • bb08398957 Update test_userlist.py ShaharNaveh 2025-07-25 15:47:32 +02:00
  • 0d1a68dfab mark failing tests in test_picklebuffer.py ShaharNaveh 2025-07-25 15:41:37 +02:00
  • 7f97034055 Mark failing tests ShaharNaveh 2025-07-25 12:07:42 +02:00
  • 409f5dda9f Add more code to support/__init__.py ShaharNaveh 2025-07-25 12:00:22 +02:00
  • 68cd33f37e Update pickle tests from 3.13.5 ShaharNaveh 2025-07-25 11:39:52 +02:00
  • 4fb5736694 Add run_doctest ShaharNaveh 2025-07-25 11:21:45 +02:00
  • b51f6de0c8 Reapply RustPython patches ShaharNaveh 2025-07-25 11:06:32 +02:00
  • 3058d99fd5 Copy parts of old code to make libregtest work ShaharNaveh 2025-07-25 10:57:29 +02:00
  • 74201365c6 Update Lib/test/support/__init__.py from 3.13.5 ShaharNaveh 2025-07-25 10:44:14 +02:00
  • c232b7f1f8 Update csv.py from 3.13.5 (#6035) Shahar Naveh 2025-07-25 12:08:01 +02:00
  • ae03bacb39 Update {_py,}decimal.py from 3.13.5 (#6034) Shahar Naveh 2025-07-25 12:04:49 +02:00
  • fb9147736d stdlib(sqlite3): Raise ProgrammingError for missing named parameter (#6036) Jiseok CHOI 2025-07-25 19:02:56 +09:00
  • 9499d39f55 Update html from 3.13.5 (#6031) Shahar Naveh 2025-07-25 03:58:21 +02:00
  • 6a9579efc7 Update trace.py from 3.13.5 (#6029) Shahar Naveh 2025-07-25 03:50:41 +02:00
  • 8621b3d7da Added pyclbr from 3.13.5 (#6028) Shahar Naveh 2025-07-25 03:50:17 +02:00
  • 24f2524e6e Added "os.wait" tests from 3.13.5 (#6027) Shahar Naveh 2025-07-25 03:49:05 +02:00
  • 74bee7cbbe Update codeop.py from 3.13.5 (#6026) Shahar Naveh 2025-07-25 03:47:20 +02:00
  • 01edb93957 Resolve libc::RLIM_NLIMITS warning on android (#6025) Shahar Naveh 2025-07-25 03:46:32 +02:00
  • bcf56279ec Raise UnicodeEncodeError for surrogates in sqlite.executescript (#6024) Jiseok CHOI 2025-07-25 10:45:33 +09:00
  • 6bce5e1616 Cleanup vm/src/stdlib/stat.rs (#6018) Shahar Naveh 2025-07-25 03:44:49 +02:00
  • b7336366cb Update test_enumerate.py from 3.13.5 (#6032) Shahar Naveh 2025-07-25 03:43:16 +02:00
  • 96f47a415e Export ruff_source_file types in rustpython_compiler_core (#6020) Shahar Naveh 2025-07-23 05:28:38 +02:00
  • 582e25b11b Update tabnanny.py from 3.13.5 (#6021) Shahar Naveh 2025-07-23 05:27:56 +02:00
  • d897f9e0e0 Unpin Rust nightly in CI (#6022) Shahar Naveh 2025-07-23 05:27:41 +02:00
  • 9995cc60b5 Update warnings from 3.13.5 (#6019) Shahar Naveh 2025-07-23 05:27:26 +02:00
  • ba22ad2c0c Replace compiler::source module with ruff_source_file (#6016) Shahar Naveh 2025-07-22 13:52:25 +02:00
  • 57bdf35ee6 Enforce valid UTF-8 encoding for sqlite collation names (#6015) Jiseok CHOI 2025-07-21 23:42:47 +09:00
  • bbe98ddd86 Construct detailed message on text decode failure (#6014) Jiseok CHOI 2025-07-21 22:33:09 +09:00
  • 52395497dd Update test_typing from Python 3.13.5 (#6013) Jeong, YunWon 2025-07-21 21:14:25 +09:00
  • bd7947ec8f Fix test_typing.test_args_kwargs (#6012) 2025-07-21-main-39 Jeong, YunWon 2025-07-21 16:54:27 +09:00
  • a1ee7f5461 Fix __dict__ getset type (#6010) Jeong, YunWon 2025-07-21 16:13:17 +09:00
  • cd58d154cf Type alias type (#6011) Jeong, YunWon 2025-07-21 14:42:18 +09:00
  • 3bce41baab Fix test_typing.test_unpack_wrong_type (#6009) Jeong, YunWon 2025-07-21 00:54:14 +09:00
  • 99c1afe0be compile_subscript (#6008) Jeong, YunWon 2025-07-21 00:53:36 +09:00
  • c497061290 Update json from 3.13.5 (#6007) Shahar Naveh 2025-07-20 11:44:46 +02:00
  • 8177525d49 Update ast.py from 3.13.5 (#6006) Shahar Naveh 2025-07-20 11:37:38 +02:00
  • 4e0c1aa83d compile_type_param_bound_or_default (#6005) Jeong, YunWon 2025-07-20 17:12:56 +09:00
  • ff35dcd95a feat(vm/slot): implement Py_TPFLAGS_MANAGED_DICT for class objects (#5949) Jiseok CHOI 2025-07-20 14:11:36 +09:00
  • 5284b73320 Refactor compile_function Jeong YunWon 2025-07-15 21:32:14 +09:00
  • 7736df030a Fix scope error Jeong YunWon 2025-07-15 21:32:07 +09:00
  • 6b773f6e14 Fix is_optimized Jeong YunWon 2025-07-15 18:27:52 +09:00
  • 6f80ac0edd Align SQL comment parsing with CPython (#5996) Jiseok CHOI 2025-07-20 10:51:42 +09:00
  • d7a9b69995 Update stat from 3.13.5 (#5992) Shahar Naveh 2025-07-20 03:37:43 +02:00
  • 4f9dd41041 Update _weakrefset.py from 3.13.5 (#6004) Shahar Naveh 2025-07-20 03:33:22 +02:00
  • 9739592798 Update logging from 3.13.5 (#6003) Shahar Naveh 2025-07-20 03:33:02 +02:00
  • cb6057a50c Update selector.py from 3.13.5 (#6002) Shahar Naveh 2025-07-20 03:31:58 +02:00
  • 11b8e73566 Merge pull request #6000 from ShaharNaveh/update-mp Shahar Naveh 2025-07-20 03:31:30 +02:00
  • da5a44ee01 Pin rustc nightly to nightly-2025-07-18 for miri tests (#5999) Jeong, YunWon 2025-07-20 00:33:49 +09:00
  • 95880cee72 Set the miri rustc channel via env var ShaharNaveh 2025-07-19 11:42:49 +02:00
  • 6b1e4a7964 Fix indent ShaharNaveh 2025-07-19 11:30:43 +02:00
  • fa7849d43f Pin rustc nightly to nightly-2025-07-18 for miri tests Shahar Naveh 2025-07-19 11:21:29 +02:00
  • bd8e557b70 test(importlib): Enable bad bytecode tests for PEP451 loaders (#5997) Jiseok CHOI 2025-07-19 12:16:19 +09:00
  • f8d03fd680 Correctly implement isolation_level setter to handle deletion (#5983) Jiseok CHOI 2025-07-18 23:08:51 +09:00
  • 799f38baea Merge pull request #5978 from ShaharNaveh/update-test-exception Jeong, YunWon 2025-07-17 13:55:25 +09:00
  • 1fcb656363 Set {min,max}_arity (#5994) Shahar Naveh 2025-07-17 07:49:25 +03:00
  • 80a9e0ed54 Update rlcompleter from 3.13.5 (#5990) Shahar Naveh 2025-07-17 07:44:18 +03:00
  • 559a7a56e5 Update _colorize.py from 3.13.5 (#5988) Shahar Naveh 2025-07-17 07:43:32 +03:00
  • 5f1290d86e Implement properties on _TextIOBase and StringIO (#5987) Jiseok CHOI 2025-07-17 13:42:38 +09:00
  • 63e6c01924 CI: Increase windows timeout from 40 -> 45 (#5993) Shahar Naveh 2025-07-16 18:04:51 +03:00
  • 04407be6b2 Update secrets from 3.13.5 (#5991) Shahar Naveh 2025-07-16 18:04:12 +03:00
  • a0a6f735a1 Update quopri from 3.13.5 (#5989) Shahar Naveh 2025-07-16 18:03:25 +03:00
  • 4515c614bf mark more tests ShaharNaveh 2025-07-16 13:12:30 +03:00
  • 9e22580a95 Update test_faulthandler from 3.13.5 ShaharNaveh 2025-07-16 13:01:38 +03:00
  • 058c76cee8 mark a failing test ShaharNaveh 2025-07-15 17:53:06 +03:00
  • 323b2da2dd Remove duplicated class name ShaharNaveh 2025-07-15 17:20:13 +03:00
  • 55e2c97154 Don't require debug_ranges ShaharNaveh 2025-07-15 17:14:01 +03:00
  • 2c87988f8d Update test_traceback.py from 3.13.5 ShaharNaveh 2025-07-15 16:26:19 +03:00
  • f6d755b4ff mark failing tests ShaharNaveh 2025-07-15 15:43:26 +03:00
  • 0fbe6ce268 Update test_exceptions from 3.13.5 ShaharNaveh 2025-07-15 14:42:21 +03:00
  • e064f8cef2 Update test_exception_variations.py from 3.13.5 ShaharNaveh 2025-07-15 14:07:49 +03:00
  • f53a8d919a Don't skip passing test ShaharNaveh 2025-07-15 14:04:24 +03:00
  • 966d6d2d26 Update test_exception_group.py from 3.13.5 ShaharNaveh 2025-07-15 14:03:54 +03:00
  • 6a3dff63bb Downcastable (#5986) Jeong, YunWon 2025-07-16 18:00:18 +09:00
  • 177bfb7077 Remove deleter attribute from pygetset (#5984) Jiseok CHOI 2025-07-16 09:44:14 +09:00
  • 5309e8c7c4 Fix invalid args count msg (#5960) Shahar Naveh 2025-07-15 19:54:51 +03:00
  • 5957f5d31a Fix off-by-one error in SQL length limit check (#5982) Jiseok CHOI 2025-07-16 01:53:20 +09:00
  • f465af3a7c Reject SQL queries containing null characters (#5981) Jiseok CHOI 2025-07-16 01:52:28 +09:00
  • 6d2152cafe Correctly handle None for protocol in adapt(..) (#5979) Jiseok CHOI 2025-07-16 01:49:53 +09:00
  • a54873d302 Update shlex from 3.13.5 (#5977) Shahar Naveh 2025-07-15 15:27:05 +03:00
  • b965ce7392 Remove misplaced SymbolScope::TypeParams (#5975) Jeong, YunWon 2025-07-15 17:56:19 +09:00
  • 2dd0ce54f9 remove ellipsis() (#5973) Jeong, YunWon 2025-07-15 16:10:40 +09:00
  • 1d3603419e SetFunctionAttribute (#5968) Jeong, YunWon 2025-07-15 03:12:23 +09:00
  • d4f85cf073 Provide detailed error for circular from imports (#5972) Jiseok CHOI 2025-07-15 01:45:42 +09:00
  • ed433837b3 Introduce PyUtf8Str and fix(sqlite): validate surrogates in SQL statements (#5969) Jiseok CHOI 2025-07-15 00:54:42 +09:00
  • fd35c7a706 Impl Drop for PyAtomicRef (#5970) Jeong, YunWon 2025-07-14 22:54:44 +09:00
  • dd4f0c3a9f fix lint Jeong YunWon 2025-07-14 20:21:31 +09:00
  • 406be9cd15 Upgrade radium to 1.1.1 Jeong YunWon 2025-07-14 20:12:22 +09:00
  • eef8890f32 Integrate PyTupleTyped into PyTuple (#5959) Jeong, YunWon 2025-07-14 18:43:18 +09:00
  • 6342ad4fa7 Fully integrate PyTupleTyped into PyTuple Jeong YunWon 2025-07-14 14:27:31 +09:00
  • 14ce76e6c8 PyTupleTyped as alias of PyTuple Jeong YunWon 2025-07-13 14:39:42 +09:00
  • 09489712e6 PyPayload::payload_type_of Jeong YunWon 2025-07-13 14:34:46 +09:00
  • 635b4afff1 Fix derive(Traverse) Jeong YunWon 2025-07-13 12:56:59 +09:00
  • 36f4d30e01 Update test_tuple.py from 3.13.5 (#5966) 2025-07-14-main-38 Shahar Naveh 2025-07-14 08:26:08 +03:00
  • 4fe4ff4f99 Update test_{list,listcomps}.py from 3.13.5 (#5965) Shahar Naveh 2025-07-14 08:24:00 +03:00
  • 5ab64b7002 fix(sqlite): align adaptation protocol with CPython (#5964) Jiseok CHOI 2025-07-14 14:22:52 +09:00
  • 97e85b220e Update test_{dict,weakref}.py from 3.13.5 (#5963) Shahar Naveh 2025-07-14 08:21:59 +03:00
  • d42e8f0042 fix(sqlite): produce correct error for surrogate characters (#5962) Jiseok CHOI 2025-07-14 14:21:36 +09:00
  • ed8d7157d9 Update test_{complex,float}.py from 3.13.5 (#5961) Shahar Naveh 2025-07-14 08:20:28 +03:00
  • 04d8d69a8c upgrade parts of test.support (#5686) Ashwin Naren 2025-07-13 22:19:33 -07:00
  • 8ab7aa2c6b type.__dict__ (#5957) Jeong, YunWon 2025-07-13 13:12:03 +09:00