FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-110222: Add support of PyStructSequence in copy.replace() by XuehaiPan · Pull Request #110223 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-110222: Add support of PyStructSequence in copy.replace()
- #110223
#110223
Merged
serhiy-storchaka
merged 30 commits into
python:main
python/cpython:main
from
XuehaiPan:copy-replace-structseq
XuehaiPan/cpython:copy-replace-structseq
Copy head branch name to clipboard
Oct 4, 2023
Conversation
Commits
30
(30)
Checks
Files changed
Merged
gh-110222: Add support of PyStructSequence in copy.replace()
#110223
serhiy-storchaka
merged 30 commits into
python:main
python/cpython:main
from
XuehaiPan:copy-replace-structseq
XuehaiPan/cpython:copy-replace-structseq
Copy head branch name to clipboard
Commits
Commits on Oct 2, 2023
Add support of PyStructSequence in copy.replace()
XuehaiPan
committed
6af4757
View commit details
Copy full SHA for 6af4757
Browse repository at this point
Correct error message for `namedtuple._replace`
XuehaiPan
committed
1960d8d
View commit details
Copy full SHA for 1960d8d
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
5ee97a8
View commit details
Copy full SHA for 5ee97a8
Browse repository at this point
Add test for `copy.replace()` for struct sequence objects
XuehaiPan
committed
e8e6be4
View commit details
Copy full SHA for e8e6be4
Browse repository at this point
Move test for `copy.replace(structseq)` to test_structseq.py
XuehaiPan
committed
43324a4
View commit details
Copy full SHA for 43324a4
Browse repository at this point
Fix refcnt for temp variables
XuehaiPan
committed
9e6cd98
View commit details
Copy full SHA for 9e6cd98
Browse repository at this point
Change copy.replace() to raise TypeError for unkown fields for named tuples
XuehaiPan
committed
350a3d0
View commit details
Copy full SHA for 350a3d0
Browse repository at this point
Make copy.replace() to raise TypeError for PyStructSequence with unnamed fields
XuehaiPan
committed
c4655ca
View commit details
Copy full SHA for c4655ca
Browse repository at this point
Revert copy.replace() to raise ValueError for unkown fields for namedtuples
XuehaiPan
committed
a9dba93
View commit details
Copy full SHA for a9dba93
Browse repository at this point
Change comment in tests
XuehaiPan
committed
83fd01b
View commit details
Copy full SHA for 83fd01b
Browse repository at this point
Add more tests for PyStructSequence with invisible fields
XuehaiPan
committed
73e5e65
View commit details
Copy full SHA for 73e5e65
Browse repository at this point
Change test function names to match code style
XuehaiPan
committed
7abaf64
View commit details
Copy full SHA for 7abaf64
Browse repository at this point
Refactor implementation with copy and replacement
XuehaiPan
committed
26eedbc
View commit details
Copy full SHA for 26eedbc
Browse repository at this point
Fix missing assertHasAttr
XuehaiPan
committed
d74b449
View commit details
Copy full SHA for d74b449
Browse repository at this point
Fix test cases
XuehaiPan
committed
5186c35
View commit details
Copy full SHA for 5186c35
Browse repository at this point
Fix error handling
XuehaiPan
committed
0f74efa
View commit details
Copy full SHA for 0f74efa
Browse repository at this point
Remove unused variable
XuehaiPan
committed
43a81b0
View commit details
Copy full SHA for 43a81b0
Browse repository at this point
Cast return type to `PyObject*`
XuehaiPan
committed
d90e5ae
View commit details
Copy full SHA for d90e5ae
Browse repository at this point
Merge branch 'main' into copy-replace-structseq
XuehaiPan
committed
287f8b0
View commit details
Copy full SHA for 287f8b0
Browse repository at this point
Update news entry
XuehaiPan
committed
5722773
View commit details
Copy full SHA for 5722773
Browse repository at this point
Prefer ++i over i++
XuehaiPan
committed
c23165b
View commit details
Copy full SHA for c23165b
Browse repository at this point
Commits on Oct 3, 2023
Limit the length of typename to 500 in error message
XuehaiPan
committed
38f331b
View commit details
Copy full SHA for 38f331b
Browse repository at this point
Merge branch 'main' into copy-replace-structseq
XuehaiPan
committed
30758ba
View commit details
Copy full SHA for 30758ba
Browse repository at this point
Prefer PyDict_GET_SIZE over PyDict_Size
XuehaiPan
committed
2a6259c
View commit details
Copy full SHA for 2a6259c
Browse repository at this point
Apply suggestions from code review
XuehaiPan
committed
a6b0292
View commit details
Copy full SHA for a6b0292
Browse repository at this point
Apply suggestions from code review
XuehaiPan
committed
d76bb4e
View commit details
Copy full SHA for d76bb4e
Browse repository at this point
Update test code style
XuehaiPan
committed
3ae391f
View commit details
Copy full SHA for 3ae391f
Browse repository at this point
Merge branch 'main' into copy-replace-structseq
XuehaiPan
committed
3664109
View commit details
Copy full SHA for 3664109
Browse repository at this point
Apply suggestions from code review
serhiy-storchaka
authored
4a606ad
View commit details
Copy full SHA for 4a606ad
Browse repository at this point
Merge branch 'main' into copy-replace-structseq
XuehaiPan
committed
8504345
View commit details
Copy full SHA for 8504345
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL