An open API service providing commit metadata for open source projects.

GitHub / zerointensity/cpython-meth-async / commits

Prototype of METH_ASYNC for CPython.

SHA Message Author Date Stats
f4414478 Update README.rst Peter <4****y@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2a2f6091 Delete .github/dependabot.yml Peter <4****y@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3e3f9857 remove workflows Peter <4****y@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b5349d0a update README ZeroIntensity <z****v@g****m> over 2 years ago
b9ce81a3 remove build files ZeroIntensity <z****v@g****m> over 2 years ago
02750a68 fix library problems ZeroIntensity <z****v@g****m> over 2 years ago
78279564 add METH_ASYNC prototype ZeroIntensity <z****v@g****m> over 2 years ago
6bc0b33a gh-117531: Unblock getters after non-immediate queue shutdown (#117532) Laurie O <l****n@h****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
dfcae437 gh-115142: Skip ``test_capi.test_dict.py`` if ``_testcapi`` and ``_testlimite... Kirill Podoprigora <k****9@m****u>
Committed by: GitHub <n****y@g****m>
over 2 years ago
79eec66e gh-112536: Define `_Py_THREAD_SANITIZER` on GCC when TSan is enabled (#117702) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ef411822 gh-117142: Port _ctypes to multi-phase init (GH-117181) neonene <5****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4bb7d121 gh-117692: Fix `AttributeError` in `DocTestFinder` on wrapped `builtin_or_met...
Co-authored-by: Alex Waygood <A****d@G****m>
Nikita Sobolev <m****l@s****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f90ff036 gh-117686: Improve the performance of ntpath.expanduser() (#117690) Nice Zombies <n****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0d42ac94 gh-117431: Argument Clinic: copy forced text signature when cloning (#117591) Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
73906d5c gh-117360: Clearer wording in os.path.lexists() docs (#117679)
Co-authored-by: Zachary Ware <z****h@p****g>
Nice Zombies <n****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a05068db gh-117597: Clarify exception handling in the tutorial (#117681) Nice Zombies <n****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ca759157 gh-117648: Amend NEWS entry (#117697) Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d0f93d13 merge Merge branch 'main' of https://github.com/python/cpython Thomas Wouters <t****s@p****g> over 2 years ago
54084e2f Post 3.13.0a6 Thomas Wouters <t****s@p****g> over 2 years ago
e5521bcc gh-117663: [Enum] fix _simple_enum's detection of aliases (GH-117664) Ethan Furman <e****n@s****s>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d5f1139c gh-117534: Add checking for input parameter in iso_to_ymd (#117543)
Co-authored-by: blurb-it[bot] <4****]@u****m>
Vlad4896 <1****6@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a25c02ea Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)"... Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6edde8a9 gh-117658: Fix check_dump_traceback_threads in free-threaded build (#117659) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fa58e75a gh-116720: Fix corner cases of taskgroups (#117407)
Co-authored-by: Tin Tvrtković <t****r@g****m>
Guido van Rossum <g****o@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
22b25d1e gh-116622: Enable `test_doctest` on platforms that don't support subprocesses...
Co-authored-by: Nikita Sobolev <m****l@s****e>
Malcolm Smith <s****h@c****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f2132fcd gh-117516: Implement typing.TypeIs (#117517)
Co-authored-by: Carl Meyer <c****l@o****t>, Bénédikt Tran <1****z@u****m>
Jelle Zijlstra <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
57aee2a0 Python 3.13.0a6 Thomas Wouters <t****s@p****g> over 2 years ago
57183241 gh-107674: Remove some unnecessary code in instrumentation code (GH-117393) Tian Gao <g****n@h****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
99852d9e gh-117648: Improve performance of os.join (#117654)
Co-authored-by: Pieter Eendebak <p****k@g****m>
Nice Zombies <n****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
19a22020 gh-117182: Allow lazily loaded modules to modify their own __class__ Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ac457666 gh-117645: Skip test_dynamic global specialization on WASI (#117646) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ed785c08 Enhance regrtest get_signal_name(): support shell exit code (#117647) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
775912a5 gh-81322: support multiple separators in StreamReader.readuntil (#16429) Bruce Merry <1****y@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
24a2bd04 gh-117642: Fix PEP 737 implementation (GH-117643) Serhiy Storchaka <s****a@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1a6594f6 gh-117439: Make refleak checking thread-safe without the GIL (#117469) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2067da25 gh-117547: Fix mimalloc compile error on OpenBSD (#117548) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
df731790 gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168) mpage <m****e@m****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e16062dd gh-96471: Correct documentation for asyncio queue shutdown (#117621) Laurie O <l****n@h****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
26a680a5 gh-117293: Fix race condition in run_workers.py (#117298) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
59864edd gh-117552: Add timeout in HTTPHandlerTest (#117553) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ca62ffd1 gh-116303: Skip tests if C recursion limit is unavailable (GH-117368) Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9a12f5d1 gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a7702663 gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)
Co-authored-by: Erlend E. Aasland <e****d@p****g>
Nikita Sobolev <m****l@s****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e338e1a4 gh-111726: Remove some doctests from sqlite3 docs (#117623) Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e1eeb990 gh-113317: Remove unused INVALID constant in Argument Clinic (#117624) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a453f5ef gh-111726: Cleanup test files after running sqlite3 doctest (#117604) Hugo van Kemenade <1****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
784623c6 gh-117594: Require cpu resource to test_search_anchor_at_beginning (gh-117595) Donghee Na <d****a@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fd367902 Fix reference in code.rst (#117615)
Co-authored-by: Alex Waygood <A****d@G****m>
Anita Hammer <1****r@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
375425ab Cases generator: Remove type_prop and passthrough (#117614) Ken Jin <k****n@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
733e56ef gh-117584: Raise TypeError for non-paths in posixpath.relpath() (GH-117585) Nice Zombies <n****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
62aeb0ee GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527) Brandt Bucher <b****r@m****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
df4d84c3 gh-96471: Add asyncio queue shutdown (#104228)
Co-authored-by: Duprat <y****t@g****m>
Laurie O <l****n@h****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1d3225ae gh-116622: Test updates for Android (#117299) Malcolm Smith <s****h@c****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6150bb24 GH-77609: Add recurse_symlinks argument to `pathlib.Path.glob()` (#117311) Barney Gale <b****e@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4d4a6f1b gh-116608: Ignore UTF-16 BOM in importlib.resources._functional tests (GH-117... Petr Viktorin <e****u@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
68761687 gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne... Steve Dower <s****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
abfa16b4 GH-114847: Speed up `posixpath.realpath()` (#114848)
Co-authored-by: Petr Viktorin <e****u@g****m>
Barney Gale <b****e@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9ceaee74 gh-116608: importlib.resources: Un-deprecate functional API & add subdirector... Petr Viktorin <e****u@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
757b6249 gh-117457: Regen executor cases post PR #117477 (#117559) Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9c1dfe21 gh-116303: Don't build xxlimited and xxlimited_35 if --disable-test-modules i... Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0edde64a GH-117457: Correct pystats uop "miss" counts (GH-117477) Michael Droettboom <m****m@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b5e60918 gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551) Michael Droettboom <m****m@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
63998a13 gh-117474: Skip GIL test in free-threaded build (#117475) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
434bc593 gh-112075: Make _PyDict_LoadGlobal thread safe (#117529) Dino Viehland <d****d@m****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
42205143 gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Co-authored-by: Kirill Podoprigora <k****9@m****u>
Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
de5ca0bf gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
04697bcf gh-117494: extract the Instruction Sequence data structure into a separate fi... Irit Katriel <1****l@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
060a96f1 gh-116968: Reimplement Tier 2 counters (#117144) Guido van Rossum <g****o@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
63bbe77d gh-109802: Add coverage test for complex_abs() (GH-117449) Sergey B Kirpichev <s****v@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
df912c91 [doc] Update logging documentation to improve grammar and elucidate an exampl... Vinay Sajip <v****p@y****k>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b32789cc gh-117521: Improve typing.TypeGuard docstring (#117522) Jelle Zijlstra <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3f5bcc86 gh-117467: Add preserving of mailbox owner on flush (GH-117510)
Co-authored-by: Serhiy Storchaka <s****a@g****m>
Tony Mountifield <t****y@m****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
dc547140 gh-113317: Finish splitting Argument Clinic into sub-files (#117513) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
85843348 gh-117459: Keep the traceback in _convert_future_exc (#117460) rsp4jack <r****k@o****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b4fe02f5 gh-117205: Increase chunksize when compiling pyc in parallel (#117206) Shantanu <1****a@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
985917dc gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin... Steve Dower <s****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2057c921 gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c43f6a4d gh-113317: Argument Clinic: Add libclinic.clanguage (#117455) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1c434688 gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242) Peter Lazorchak <l****p@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
976bcb23 gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489) Eric Snow <e****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7ecd55d6 gh-117431: Adapt str.find and friends to Argument Clinic (#117468) Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
345194de GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachable)' (#11...
Co-authored-by: Petr Viktorin <e****u@g****m>
Barney Gale <b****e@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
03f7aaf9 gh-117215 Make the fromskey() signature match dict.fromkeys(). (gh-117493) Raymond Hettinger <r****r@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fc5f68e5 gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242) Zackery Spytz <z****z@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ea94b3b1 gh-116303: Skip test module dependent tests if test modules are unavailable (... Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2ec6bb41 gh-117381: Improve error messages for ntpath.commonpath() (GH-117382) Nice Zombies <n****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a214f55b gh-117483: Accept "Broken pipe" as valid error message in `test_wrong_cert_tl... Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
33ee5cb3 GH-70647: Deprecate strptime day of month parsing without a year present to a... Gregory P. Smith <g****g@k****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
595bb496 gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argumen... Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1dc15210 gh-117431: Fix str.endswith docstring (#117499) Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8ef98924 gh-117281: Change weakref repr() to fully qualified name (#117285) Victor Stinner <v****r@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8987a5c8 gh-91565: Update issue tracker URL in error message. (#117450) Ezio Melotti <e****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
444156ed gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466) Erlend E. Aasland <e****d@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
65524ab3 gh-76785: Fix a Refleak in _interpreters.new_config() (gh-117491) Eric Snow <e****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
857d3151 gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485) Eric Snow <e****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f341d601 gh-76785: Add PyInterpreterConfig Helpers (gh-117170) Eric Snow <e****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cae4cdd0 gh-117349: Micro-optimize a few `os.path` functions (#117350)
Co-authored-by: Alex Waygood <A****d@G****m>, Barney Gale <b****e@g****m>, Pieter Eendebak <p****k@g****m>
Nice Zombies <n****0@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8eda146e Fix successor opcode name printing in Tier 2 DEOPT debug message (#117471) Guido van Rossum <g****o@p****g>
Committed by: GitHub <n****y@g****m>
over 2 years ago
027fa2ec gh-112087: Make `list.extend(dict)` behave atomically (#117438) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
954d616b gh-117440: Make `syslog` thread-safe in free-threaded builds (#117441) Sam Gross <c****y@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago

← Back to repository