| 2024-03-15 |
Donghee Na | gh-112536: Add --tsan test for reasonable TSAN executio... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Nikita Sobolev | gh-116782: Mention `__type_params__` in `inspect.getmem... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Donghee Na | gh-116621: Specialize list.extend for dict keys/values... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Tian Gao | gh-116735: Use `MISSING` for `CALL` event if argument... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Zackery Spytz | gh-63283: IDNA prefix should be case insensitive (GH... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
mpage | gh-111926: Simplify proxy creation logic (#116844) |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
mpage | gh-111926: Simplify weakref creation logic (#116843) |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Mark Shannon | GH-116422: Modify a few uops so that they can be suppor... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Tian Gao | gh-90095: Ignore empty lines and comments in `.pdbrc... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Victor Stinner | gh-85283: Build pwd extension with the limited C API... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Raymond Hettinger | gh-116842: Improve test comment and fix a doctest ... |
commit | commitdiff | tree | snapshot |
| 2024-03-15 |
Barney Gale | GH-113838: Add "Comparison to os.path" section to pathl... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
vxiiduu | gh-116195: Implements a fast path for nt.getppid (GH... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-111696, PEP 737: Add %T and %N to PyUnicode_FromForm... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Jason R. Coombs | gh-116811: Ensure MetadataPathFinder.invalidate_caches... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Jason R. Coombs | gh-106531: Refresh zipfile._path with zipp 3.18. (... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Raymond Hettinger | Minor improvements to the itertools documentation ... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-111696, PEP 737: Add PyType_GetModuleName() function... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-113317, AC: Add libclinic.converter module (#116821) |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Jason R. Coombs | gh-112795: Move the test for ZipFile into the core... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Mark Shannon | GH-116422: Factor out eval breaker checks at end of... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-111696, PEP 737: Add PyType_GetFullyQualifiedName... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-113317, AC: Add libclinic.block_parser module (... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Petr Viktorin | gh-116731: libregrtest: Clear inspect & importlib.metad... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-88494: Use QueryPerformanceCounter() for time.monoto... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Hugo van Kemenade | CI: Only test free-threading with faster macOS M1 ... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-113317, AC: Add libclinic.function (#116807) |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-116646, AC: Always use PyObject_AsFileDescriptor... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-116646, AC: Add CConverter.use_converter() method... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-85283: Build fcntl extension with the limited C... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Nikita Sobolev | gh-116780: Fix `test_inspect` in `-OO` mode (#116788) |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Serhiy Storchaka | gh-90300: Fix undocumented envvars in the Python CLI... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Nikita Sobolev | gh-113308: Remove some internal parts of `uuid` module... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Nikita Sobolev | gh-116785: Fix direct invocation of `test_inspect`... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-116646: Add limited C API support to AC fildes conve... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Victor Stinner | gh-113317, AC: Move warn() and fail() to libclinic... |
commit | commitdiff | tree | snapshot |
| 2024-03-14 |
Brett Cannon | GH-114736: Use WASI SDK 21 (GH-116771) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Brett Cannon | GH-115983: skip building shared modules for testing... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Sergey B Kirpichev | Docs: PyUnstable_Long_IsCompact() docs now mention... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
guangwu | Docs: fix spelling of the word 'transferring' (#116641) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Michael Droettboom | gh-116760: Fix pystats for trace attempts (GH-116761) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Serhiy Storchaka | gh-90300: Document equivalent -X options for envvars... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Brett Cannon | GH-115979: update test_importlib to work under WASI... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Raymond Hettinger | Better presentation order for recipes. (gh-116755) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Serhiy Storchaka | gh-90300: Sort the -X options and some envvars in the... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Sam Gross | gh-116631: Fix race condition in `test_shutdown_immedia... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Nikita Sobolev | gh-100746: Improve `test_named_expressions.py` (#116713) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Nir Friedman | gh-98731: Improvements to the logging documentation... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Sam Gross | gh-116604: Fix test_gc on free-threaded build (#116662) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Vinay Sajip | [doc]: Update cookbook recipe for Qt6. (GH-116719) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Victor Stinner | gh-110918: Fix side effects of regrtest test_match_test... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Serhiy Storchaka | gh-90300: Fix cmdline.rst (GH-116721) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Ken Jin | gh-115419: Change default sym to not_null (GH-116562) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Nikita Sobolev | gh-116714: Handle errors correctly in `PyFloat_GetInfo... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Serhiy Storchaka | gh-116401: Fix blocking os.fwalk() and shutil.rmtree... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Tian Gao | gh-116626: Emit `CALL` events for all `INSTRUMENTED_CAL... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Laurie O | gh-96471: Add ShutDown to queue.py '__all__' (#116699) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Raymond Hettinger | Modernize roundrobin() recipe and improve variable... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Nikita Sobolev | gh-116491: Improve `test_win32_ver` (#116506) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Nikita Sobolev | gh-115264: Fix `test_functools` with `-00` mode (#115276) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Terry Jan Reedy | gh-111307: Update design FAQ 'switch' entry (#115899) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Mariusz Felisiak | Docs: fix broken links (#116651) |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Raymond Hettinger | Minor clarity improvement for the iter_index() recipe... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Tim Peters | GH-116554: Relax list.sort()'s notion of "descending... |
commit | commitdiff | tree | snapshot |
| 2024-03-13 |
Sam Gross | gh-116682: stdout may be empty in test_cancel_futures_w... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Thomas Wouters | Merge branch 'main' of https://github.com/python/cpython |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Thomas Wouters | Post 3.13.0a5 |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Tian Gao | GH-116098: Remove dead frame object creation code ... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Tushar Sadhwani | Add `typing.NamedTuple` in glossary section for named... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Donghee Na | gh-116621: Set manual critical section for list.extend... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Raymond Hettinger | Beef-up tests for the itertool docs. (gh-116679) |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Jelle Zijlstra | gh-89547: typing.rst: Add note about change in behavior... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Jason R. Coombs | gh-116307: Proper fix for 'mod' leaking across importli... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Thomas Wouters | Python 3.13.0a5 v3.13.0a5 |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Hugo van Kemenade | CI: Process stale issues twice per day (#116636) |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Victor Stinner | gh-116656: Fix test_capi test_py_config_isoloated_per_i... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Sam Gross | gh-116604: Check for `gcstate->enabled` in _Py_RunGC... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Nikita Sobolev | gh-116127: PEP-705: Add `ReadOnly` support for `TypedDi... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Matthias Diener | Fix code comment regarding DK_ENTRIES (GH-113960) |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Erlend E. Aasland | gh-116616: Use relaxed atomic ops to access socket... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Pablo Galindo... | gh-116604: Correctly honor the gc status when calling... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Nikita Sobolev | gh-110819: Fix ‘kind’ may be used uninitialized warning... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Nikita Sobolev | gh-116541: Handle errors correctly in `_pystatvfs_froms... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Mehdi Drissi | gh-89547: Support for nesting special forms like Final... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Christopher... | gh-116145: Update macOS installer to Tcl/Tk 8.6.14... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Victor Stinner | gh-85283: Convert grp extension to the limited C API... |
commit | commitdiff | tree | snapshot |
| 2024-03-12 |
Guido van Rossum | gh-113538: Revert "gh-113538: Add asycio.Server.{close... |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Victor Stinner | gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX ... |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Ethan Furman | gh-116600: [Enum] fix global Flag repr (GH-116615) |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Terry Jan Reedy | gh-116563: Update tutorial error example (#116569) |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Tian Gao | gh-90095: Make .pdbrc work properly and add some reason... |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Ethan Furman | gh-116040: [Enum] fix test_empty_names test (GH-116508) |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Malcolm Smith | gh-71052: Use `raise_signal` in `ThreadSignals.test_sig... |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Pierre Ossman... | gh-113538: Add asycio.Server.{close,abort}_clients... |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Malcolm Smith | gh-71052: Change Android's `sys.platform` from "linux... |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Sam Gross | gh-116515: Clear thread-local state before tstate_delet... |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Brett Cannon | GH-115976: Add WASI to CI (GH-116516) |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Victor Stinner | gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606) |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Brett Simmers | gh-116167: Allow disabling the GIL with `PYTHON_GIL... |
commit | commitdiff | tree | snapshot |
| 2024-03-11 |
Victor Stinner | gh-116417: Build _testinternalcapi with limited C API... |
commit | commitdiff | tree | snapshot |
| next |