Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/python/cpython
The Python programming language
https://github.com/python/cpython
5914a211ef5542edd1f792c2684e373a42647b04 authored 11 months ago by adang1345 <[email protected]>
ed1a8daf10bc471f929c14c2d1e0474d44a63b00 authored 11 months ago by Tomas R <[email protected]>
17689e3c41d9f61bcd1928b24d3c50c37ceaf3f2 authored 11 months ago by Shantanu <[email protected]>
Signed-off-by: Artem Chernyshev <[email protected]>
9e90313320a2af2d9ff7049ed3842344ed236630 authored 11 months ago by Artem Chernyshev <[email protected]>4a7f63869aa61b24a7cc2d33f8a5e5a7fd0d76a4 authored 11 months ago by Justin Applegate <[email protected]>
This allows us to catch bugs beyond memory corruption and assertions.
38b970dfcc3cdebc87a456f17ef1e0f06dde7375 authored 11 months ago by Alex Gaynor <[email protected]>8f0998e844c2fd8c0c94681d0a6331c34ee31562 authored 11 months ago by Carl Meyer <[email protected]>
This changes a number of internal usages of `PyDict_SetDefault` to use `PyDict_SetDefaultRef`.
...
fedbf77191ea9d6515b39f958cc9e588d23517c9 authored 11 months ago by Carl Meyer <[email protected]>
Revert "GH-108362: Incremental GC implementation (GH-108038)"
This reverts commit 36518e69d74...
8a3c499ffe7e15297dd4c0b446a0b97b4d32108a authored 11 months ago by Mark Shannon <[email protected]>d0322fdf2c1a7292a43959fe5a572d783b88a1c4 authored 11 months ago by Skip Montanaro <[email protected]>
Also move PYTHON_HEADERS up and make _testembed.o depend on it.
2afc7182e66635b3ec7efb59d2a6c18a7ad1f215 authored 11 months ago by Skip Montanaro <[email protected]>Add missing slash to file URI prefix `file:/`
60375a38092b4d4dec9a826818a20adc5d4ff2f7 authored 11 months ago by Edgar Ramírez Mondragón <[email protected]>change versionchanged to versionadded
3f71c416c085cfaed49ef325f70eb374a4966256 authored 11 months ago by Finite State Machine <[email protected]>11ac6f5354ec7a4da2a7e052d27d636b5a41c714 authored 11 months ago by Erlend E. Aasland <[email protected]>
Starts adding thread safety to dict objects.
Use @critical_section for APIs which are expos...
92abb0124037e5bc938fa870461a26f64c56095b authored 11 months ago by Dino Viehland <[email protected]>
This marks dead ThreadHandles as non-joinable earlier in
`PyOS_AfterFork_Child()` before we exe...
To pass tests when executed through a Python symlink.
Co-authored-by: Miro Hrončok <miro@hron...
71239d50b54c90afd3fdde260848e0c6d73a5c27 authored 11 months ago by Artem Mukhin <[email protected]>76108b8b05040fc49a6bc50eb2e990576595c57c authored 11 months ago by Matthieu Caneill <[email protected]>
We do not want to add locking in `tp_traverse` slot implementations.
Instead, stop the world wh...
f7a22a7055d97c05406512577bdfcb6d3f134b91 authored 11 months ago by Donghee Na <[email protected]>
The `PyDict_SetDefaultRef` function is similar to `PyDict_SetDefault`,
but returns a strong ref...
Update FAQ section on removing the GIL to reflect recent progress on PEP 703 and PEP 684.
Co-...
0e2ab73dc31e0b8ea1827ec24bae93ae2644c617 authored 11 months ago by da-woods <[email protected]>d7334e2c2012defaf7aae920d6a56689464509d1 authored 11 months ago by Nikita Sobolev <[email protected]>
Add optional 'filter' parameter to iterdump() that allows a "LIKE"
pattern for filtering databa...
4bf41879d03b1da3c6d38c39a04331e3ae2e7545 authored 11 months ago by Seth Michael Larson <[email protected]>
Co-authored-by: Ned Deily <[email protected]>
13eb5215c9de9dd302f116ef0bca4ae23b02842b authored 11 months ago by Erlend E. Aasland <[email protected]>
When expanding `**` wildcards, ensure we add a trailing slash to the
topmost directory path. Th...
Also update multissltests to use 1.1.1w, 3.0.13, 3.1.5, and 3.2.1.
299e16ca0f303a1e00bd0e04679862a5d4db5ab2 authored 11 months ago by Ned Deily <[email protected]>638e811a3c54a81d8af5a4c08b9497d210823f78 authored 11 months ago by Ned Deily <[email protected]>
01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3 authored 11 months ago by Zachary Ware <[email protected]>
bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac authored 11 months ago by Serhiy Storchaka <[email protected]>
Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll` when handling interrupts
...
c32bae52904723d99e1f98e2ef54570268d86467 authored 11 months ago by mpage <[email protected]>652fbf88c4c422ff17fefd4dcb5e06b5c0e26e74 authored 11 months ago by Serhiy Storchaka <[email protected]>
09096a1647913526a3d4fa69a9d2056ec82a8f37 authored 11 months ago by Erlend E. Aasland <[email protected]>
For example "--option=--".
4aa4f0906df9fc9c6c6f6657f2c521468c6b1688 authored 11 months ago by Serhiy Storchaka <[email protected]>Change the somewhat vague "listed below" to "listed in this chapter" in Doc/library/exceptions.r...
750489cc774df44daa2c0d23e8a404fe62be93d1 authored 11 months ago by HarryLHW <[email protected]>Add GC shared flags for objects to the GC bit states in free-threaded builds
bcccf1fb63870c1b7f8abe246e27b7fff343abd7 authored 11 months ago by Dino Viehland <[email protected]>36518e69d74607e5f094ce55286188e4545a947d authored 11 months ago by Mark Shannon <[email protected]>
* When called with a single argument to get a value, it allow to omit
the minus prefix.
* It...
992446dd5bd3fff92ea0f8064fb19eebfe105cef authored 11 months ago by Mark Shannon <[email protected]>
87cd20a567aca56369010689e22a524bc1f1ac03 authored 11 months ago by Nikita Sobolev <[email protected]>
f71bdd34085d31a826148b2e5da57e0302655056 authored 11 months ago by Kirill Podoprigora <[email protected]>
39ec7fbba84663ab760853da2ac422c2e988d189 authored 11 months ago by Terry Jan Reedy <[email protected]>
When cvs.Error is raised when TypeError is caught,
the TypeError display and 'During handling' ...
Add test annotations required to run the test suite on iOS (PEP 730).
The majority of the cha...
391659b3da570bfa28fed5fbdb6f2d9c26ab3dd0 authored 11 months ago by Russell Keith-Magee <[email protected]>
Test all integer member types with extreme values and values outside of
the valid range. Test s...
929d44e15a5667151beadb2d3a2528cd641639d6 authored 11 months ago by Nikita Sobolev <[email protected]>
* fix the usage of dst and destination in shutil.move doc
* update shutil.move doc
d466052ad48091a00a50c5298f33238aff591028 authored 11 months ago by Serhiy Storchaka <[email protected]>
Previously, "tag_unbind(tag, sequence, funcid)" methods of Text and
Canvas widgets destroyed th...
* Fix a RuntimeWarning emitted when assign an integer-like value that
is not an instance of i...
Co-authored-by: Thomas Grainger <[email protected]>
0ea366240b75380ed7568acbe95d72e481a734f7 authored 11 months ago by Serhiy Storchaka <[email protected]>This reverts commit 8fc071345b50dd3de61ebeeaa287ccef21d061b2.
ecabff98c41453f15ecd26ac255d531b571b9bc1 authored 11 months ago by Serhiy Storchaka <[email protected]>ca715e56a13feabc15c368898df6511613d18987 authored 11 months ago by Serhiy Storchaka <[email protected]>
The directory file for a newly created database is now created
immediately after opening instea...
Update documentation with `__new__` and `__init__` entries.
Support use of `auto()` in tuple ...
ff7588b729a2a414ea189a2012904da3fbd1401c authored 11 months ago by Ethan Furman <[email protected]>Co-authored-by: Alex Waygood <[email protected]>
ec69e1d0ddc9906e0fb755a5234aeabdc96450ab authored 11 months ago by Skip Montanaro <[email protected]>* Fix Sphinx warnings from PEP 3108 stdblib re-organisation
* Apply suggestions from code rev...
848c86786be588312bff948441929816cdd19e28 authored 11 months ago by Hugo van Kemenade <[email protected]>Trivial edit
Co-authored-by: Carol Willing <[email protected]>
80734a6872105de874a424478cd0001e23286098 authored 11 months ago by Skip Montanaro <[email protected]>1032326fe46afaef57c3e01160a4f889dadfee95 authored 11 months ago by Zachary Ware <[email protected]>
Co-authored-by: Kirill Podoprigora <[email protected]>
Co-authored-by: Ethan Furman <ethan@s...
Co-authored-by: Alex Waygood <[email protected]>
ab76d37948fd506af44762dc1c3e32f27d1327a8 authored 11 months ago by Skip Montanaro <[email protected]>Updated bundled pip to 24.0
a4c298c1494b602a9650b597aad50b48e3fa1f41 authored 11 months ago by Stéphane Bidoul <[email protected]>Also improve exception message.
Co-authored-by: Donghee Na <[email protected]>
94ec2b9c9ce898723c3fe61fbc64d6c8f4f68700 authored 11 months ago by Travis Howse <[email protected]>Also did a general cleanup of asyncio locks.py comments and docstrings.
6b53d5fe04eadad76fb3706f0a4cc42d8f19f948 authored 11 months ago by Kristján Valur Jónsson <[email protected]>Also, add tests common to tarfile and zipfile.
96bce033c4a4da7112792ba335ef3eb9a3eb0da0 authored 11 months ago by Serhiy Storchaka <[email protected]>b4240fd68ecd2c22ec82ac549eabfe5fd35fab2a authored 11 months ago by AN Long <[email protected]>
_PyObject_LookupSpecial() now ensures that the type is ready.
efc489021c2a5dba46979bd304563aee0c479a31 authored 11 months ago by Jason Zhang <[email protected]>For example, Django no longer provides a custom NullHandler
https://github.com/django/django/...
28bb2961ba2f650452c949fcfc75ccfe0b5517e9 authored 11 months ago by Mariusz Felisiak <[email protected]>This gets rid of the mildly confusing `>>>>>>>' underlines which look vaguely like `diff` punctu...
00d7109075dfaadf438362c084e8a1890c53d4c8 authored 11 months ago by Skip Montanaro <[email protected]>f3cdd64de8a9d5bad122cc0b285b5c44cd9b202b authored 11 months ago by Kirill Podoprigora <[email protected]>
Co-authored-by: Erlend E. Aasland <[email protected]>
f35c7c070ca6b49c5d6a97be34e6c02f828f5873 authored 11 months ago by Malcolm Smith <[email protected]>
*creationflags* is a separate topic from *startupinfo*.
Start sentence with 'If given', like pr...
If the option with argument has short and long names,
output argument only once, after the long...
It only represents the difference between two datetime or
date objects, not between two time ob...
b27812d6320e35d62d91f1b3714be1e38021101a authored 11 months ago by Serhiy Storchaka <[email protected]>
920b89f62751e64a35fa1bebc03701af6d6f31f2 authored 11 months ago by Alex Waygood <[email protected]>
7e2703bbff09c3c72c225790e5c71f423351b2d1 authored 11 months ago by GILGAMESH <[email protected]>
c12240ed28aac6494750e00143bc550c4d6d8ad1 authored 11 months ago by Serhiy Storchaka <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Adam Turner <9087854+AA...
ee66c333493105e014678be118850e138e3c62a8 authored 11 months ago by Steven Ward <[email protected]>
b3f0b698daf2438a6e59d5d19ccb34acdba0bffc authored 11 months ago by Andrew Rogers <[email protected]>
d29f57f6036353b4e705a42637177442bf7e07e5 authored 11 months ago by Justin Williams <[email protected]>
The new `PyList_GetItemRef` is similar to `PyList_GetItem`, but returns
a strong reference inst...
Converts specializations of `LOAD_GLOBAL` into constants during tier 2 optimization.
0e71a295e9530c939a5efcb45db23cf31e0303b4 authored 11 months ago by Mark Shannon <[email protected]>2091fb2a85c1aa2d9b22c02736b07831bd875c2a authored 11 months ago by Irit Katriel <[email protected]>
41fde89e471003b3e70fdd76d6726fba9982a1eb authored 11 months ago by Mark Shannon <[email protected]>
Also fix test_mousewheel: do not skip a check which was broken due to incorrect
delta on Aqua a...
53339a0ef72fcfc15221792b117c4670b07a0b20 authored 11 months ago by Michal Kaptur <[email protected]>
1aec0644447e69e981d582449849761b23702ec8 authored 11 months ago by Nikita Sobolev <[email protected]>
618d7256e78da8200f6e2c6235094a1ef885dca4 authored 11 months ago by Zachary Ware <[email protected]>
13907968d73b3b602c81e240fb7892a2627974d6 authored 11 months ago by Donghee Na <[email protected]>
* gh-112529: Remove PyGC_Head from object pre-header in free-threaded build
This avoids alloc...
587d4802034749e2aace9c00b00bd73eccdae1e7 authored 11 months ago by Sam Gross <[email protected]>It only uses POSIX API.
500ede01178a8063bb2a3c664172dffa1b40d7c9 authored 11 months ago by Oleg Iarygin <[email protected]>e66d0399cc2e78fcdb6a0113cd757d2ce567ca7c authored 11 months ago by Mark Shannon <[email protected]>
97cc58f9777ee8b8e91f4ca8726cdb9f79cf906c authored 11 months ago by He Weidong <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
dc01b919c721f43ad024ba444a5d19541370e581 authored 11 months ago by Nikita Sobolev <[email protected]>"inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>".
c9c6e04380ffedd25ea2e582f9057ab9612960c9 authored 11 months ago by Skip Montanaro <[email protected]>e9dab656380ec03d628979975646748330b76b9b authored 11 months ago by Nicholas Hollander <[email protected]>