Commit Graph

15053 Commits

Author SHA1 Message Date
Jeong, YunWon
aaecdd1747 repr for getset (#6514) 2025-12-25 16:55:19 +09:00
Jeong, YunWon
7eb0fe4984 Fix potential deadlock (#6509) 2025-12-25 15:49:44 +09:00
Copilot
8443b2c97e Add POSIX shared memory module for multiprocessing on Unix (#6498)
---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 14:54:44 +09:00
Jeong, YunWon
92acf339a1 fix pyexpat hang (#6507) 2025-12-25 13:31:29 +09:00
Jeong, YunWon
49dbbbd5b9 Fix SSL test_preauth_data_to_tls_server (#6508) 2025-12-25 13:28:50 +09:00
Jeong, YunWon
aae6bf566f Add tp_str (#6495)
* clean up hash

* __str__ slot wrapper
2025-12-25 11:00:53 +09:00
Copilot
6dbc8f0cfa Set SourceFileLoader for script execution in run_simple_file (#6496)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
2025-12-25 10:33:22 +09:00
Jeong, YunWon
5122aed738 Fix install ujson (#6502) 2025-12-25 10:32:51 +09:00
Copilot
ebdc033c59 Bundle Lib directory in GitHub releases (#6497)
* Initial plan

* Add Lib directory archives to release workflow

Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>

* Add release notes explaining users need both binary and Lib archive

Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>

* Remove unnecessary --notes-start-tag parameter

Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>

* Only create zip archive, remove tar.gz

Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
2025-12-25 09:48:20 +09:00
Jeong, YunWon
7ebb0f0c5c impl path_converter and os functions (#6484)
* os.setpgrp

* tcgetpgrp

* impl more os functions

* impl PathConverter
2025-12-25 09:21:09 +09:00
Copilot
72cf6c36d5 Add missing xmlparser attributes: namespace_prefixes, ordered_attributes, specified_attributes, intern (#6494)
* Add namespace_prefixes and other missing xmlparser attributes

- Added namespace_prefixes, ordered_attributes, specified_attributes (boolean attributes)
- Added intern dictionary attribute
- Added stub handlers for all missing handler types to ensure compatibility
- Created bool_property macro to ensure boolean attributes are converted correctly

* Remove expectedFailure decorators from passing tests

- Tests for buffer_text, namespace_prefixes, ordered_attributes, and specified_attributes now pass

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 09:09:58 +09:00
Copilot
be9e44aafb Allow SyntaxError.msg to be writable and reflected in string formatting (#6493)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
2025-12-25 09:08:18 +09:00
Jeong, YunWon
cbde5ce321 iter with slot-wrapper (#6488) 2025-12-24 23:35:35 +09:00
Jeong YunWon
c2a7393191 uniform __str__ 2025-12-24 22:23:43 +09:00
Jeong YunWon
a4e60f569e repr 2025-12-24 22:23:43 +09:00
Shahar Naveh
7c3bc5ed8d Update test_http_cookies.py from 3.13.11 (#6481)
* Update `test_http_cookies.py` from 3.13.11

* Mark failing test

* Update `http/cookies.py` from 3.13.11

* Unmark passing test

* Lower amount
2025-12-24 19:45:48 +09:00
Shahar Naveh
9d1477699c Update test_threading_local.py from 3.13.11 (#6482)
* Update `test_threading_local.py` from 3.13.11

* Mark failing test
2025-12-24 18:57:00 +09:00
Jeong, YunWon
c4e77287d1 __hash__ to slot_wrapper (#6480) 2025-12-24 18:56:47 +09:00
Jeong, YunWon
3d7e521acd introduce slot_wrapper (#4884) 2025-12-24 17:29:47 +09:00
Jeong, YunWon
4f0b940b16 impl preexec_fn (#6479) 2025-12-24 17:02:21 +09:00
Jeong, YunWon
309b2ad32d Fix ast end_location (#6478) 2025-12-24 16:54:54 +09:00
Jeong, YunWon
014622ac34 Fix os.access not to raise exception when path doesn't exist (#6477)
* Fix os.access not to raise exception when path doesn't exist

* add test
2025-12-24 14:23:33 +09:00
Jeong, YunWon
c763d67ef4 Fix dict.keys behavior (#6476) 2025-12-24 13:50:26 +09:00
Jeong, YunWon
215c5c6d7b signal.pthread_sigmask (#6475) 2025-12-24 13:15:33 +09:00
Jiseok CHOI
00205aad14 Bump libsqlite3-sys from 0.28 to 0.36 (#6472)
* Bump libsqlite3-sys from 0.28 to 0.36

Update libsqlite3-sys to version 0.36 and adapt to API changes by
replacing sqlite3_close_v2 with sqlite3_close. The v2 variant is no
longer directly exported in the newer version.

Fixes #6471

* Fix clippy
2025-12-24 13:10:57 +09:00
Jeong, YunWon
c35cb89f91 Merge pull request #6473 from youknowone/libffi
Upgrade libffi 5
2025-12-24 10:35:52 +09:00
Jeong YunWon
7c7e55ffc4 Upgrade libffi 2025-12-24 08:44:13 +09:00
Jeong, YunWon
2785bd8224 Merge pull request #6457 from youknowone/ctypes
Enable ctypes
2025-12-24 08:40:19 +09:00
Jeong YunWon
4a352344b6 mark failing test_ctypes 2025-12-24 00:13:30 +09:00
Jeong YunWon
7e6e0f66c8 test_ctypes from CPython 3.13.11 2025-12-24 00:13:30 +09:00
Jeong YunWon
03d6f4634f Upgrade ctypes to Python v3.13.11 2025-12-24 00:13:30 +09:00
Jeong YunWon
987216bcb8 enable ctypes 2025-12-24 00:13:30 +09:00
Jeong YunWon
79abbf0b29 fix ctypes 2025-12-24 00:13:30 +09:00
Jeong YunWon
4bf0bac52d debuggable whats_left 2025-12-23 23:29:15 +09:00
Jeong YunWon
286a5b5b8f msc_info in get_version 2025-12-23 23:28:58 +09:00
Jeong YunWon
fc0a34a5a5 Remove unused ctypes/field.rs 2025-12-23 21:58:51 +09:00
Jeong, YunWon
b44229f7ca debug whats_left 2025-12-23 21:58:51 +09:00
Jeong YunWon
9760249a75 fix multiarch 2025-12-23 16:41:28 +09:00
Jeong, YunWon
ec7588841f Merge pull request #6470 from youknowone/common-fix
Mark unrunnable test_threading. Fix SSL args names. Add args to sysconfigdata
2025-12-23 16:09:57 +09:00
Jeong, YunWon
df523cb58c skip spawnve on windows 2025-12-23 15:01:40 +09:00
Jeong YunWon
a84452ab45 fix sysconfigdata 2025-12-23 13:12:56 +09:00
Jeong YunWon
73e1c3816e fix ssl 2025-12-23 11:56:26 +09:00
Jeong YunWon
d919fe516e mark test_threading 2025-12-23 11:55:40 +09:00
dependabot[bot]
2342006b37 Bump aws-lc-rs from 1.15.1 to 1.15.2 (#6469)
Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](https://github.com/aws/aws-lc-rs/compare/v1.15.1...v1.15.2)

---
updated-dependencies:
- dependency-name: aws-lc-rs
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 08:57:03 +09:00
dependabot[bot]
5925f1483c Bump insta from 1.44.3 to 1.45.0 (#6468)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.44.3 to 1.45.0.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.44.3...1.45.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-22 22:25:09 +09:00
Jeong, YunWon
fdd2ac3b30 disallow __new__, __init__ (#6446)
* disallow __new__, __init__

* migrate to Initializer

* apply review
2025-12-22 21:10:43 +09:00
Shahar Naveh
569bee103f Use ruff_python_ast::visitor::Visitor for detecting await (#6466) 2025-12-22 12:43:58 +09:00
Jeong, YunWon
8b3bf558fc Introduce PyConfig to implement Paths correctly (#6461)
* getpath

* introduce PyConfig

* landmark in getpath
2025-12-21 08:25:17 +09:00
Jeong, YunWon
09fa97d1b9 CI to test Apple Intel (#6465) 2025-12-21 00:54:05 +09:00
Jeong, YunWon
898fe85f40 More openssl impl (#6464)
* Add openssl build to CI

* more openssl impls
2025-12-21 00:38:50 +09:00