summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-124068: Fix reference leak with generators in the free-threaded build (#12...Sam Gross2024-09-141-0/+13
* gh-121607: Edited source file import recipe to make it more clear (#121519)Chris Barker2024-09-131-12/+25
* Minor edits to the descriptor guide (GH-123928)Raymond Hettinger2024-09-131-4/+6
* gh-123974: Fix time.get_clock_info() on NetBSD (#123975)Furkan Onder2024-09-131-1/+5
* Revert "gh-112301: Enable warning emitting options and ignore warnings in CI ...Hugo van Kemenade2024-09-138-779/+91
* gh-100554: Fix formatting of type.rst modifications (#124066)Oleg Iarygin2024-09-131-6/+5
* gh-122957: Fix test flakiness in asyncio test in free-thread build (#124039)Loïc Estève2024-09-131-2/+4
* gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error (GH-124031)Furkan Onder2024-09-131-1/+1
* gh-121459: Deferred LOAD_GLOBAL (GH-123128)Ken Jin2024-09-138-29/+108
* gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...Wenzel Jakob2024-09-138-10/+147
* Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)utkonos2024-09-131-1/+1
* Update to 3.13 the output of exceptions raised (#123888)Rafael Fontenelle2024-09-131-3/+42
* gh-124022: add missing #include (#124052)Irit Katriel2024-09-131-0/+2
* gh-119802: Update memory management docs for free-threaded build (gh-124006)Donghee Na2024-09-132-12/+24
* closes gh-124016: update Unicode to 16.0.0 (#124017)Benjamin Peterson2024-09-1312-20691/+22581
* gh-124022: Fix bug where class docstring is removed in interactive mode (#124...Irit Katriel2024-09-135-12/+37
* gh-112301: Enable warning emitting options and ignore warnings in CI (#123020)Nate Ohlson2024-09-138-91/+779
* gh-123811: Test that round(Decimal) can return signed zero (GH-124007)Sergey B Kirpichev2024-09-131-0/+2
* gh-123961: Add `curses` prefix to global variables in `_cursesmodule.c` (#124...Bénédikt Tran2024-09-132-18/+18
* gh-124044: protect macros expansions in `_cursesmodules.c` using `do { ... } ...Bénédikt Tran2024-09-131-19/+28
* gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)Petr Viktorin2024-09-134-43/+34
* gh-108303: Remove the non-test `Lib/test/reperf.py` (GH-114356)sobolevn2024-09-133-28/+15
* gh-123961: Remove global variable `ModDict` in `_cursesmodule.c` (#123962)Bénédikt Tran2024-09-132-38/+44
* GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)Savannah Ostrowski2024-09-131-1/+1
* gh-116622: Mock the passage of time in Android logcat rate limit tests (#124015)Malcolm Smith2024-09-132-7/+30
* gh-123614: Add save function to turtle.py (#123617)Yngve Mardal Moe2024-09-134-1/+122
* gh-116622: Android test script improvements (#124012)Malcolm Smith2024-09-132-17/+34
* gh-123976: Refresh docs around custom providers. (#123977)Jason R. Coombs2024-09-132-23/+28
* gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028)Miro Hrončok2024-09-133-0/+5
* gh-124019: do not call codegen_annotations_in_scope if there are no annotatio...Irit Katriel2024-09-121-14/+10
* gh-123085: Fix issue in inferred caller when resources package has no source ...Jason R. Coombs2024-09-123-4/+43
* gh-124013: remove _PyCompile_IsTopLevelAwait (#124014)Irit Katriel2024-09-123-29/+0
* gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...Sam Gross2024-09-1218-99/+177
* GH-123996: Explicitly mark 'self_or_null' as an array of size 1 to ensure tha...Mark Shannon2024-09-127-327/+344
* gh-123994: Generate utf-16 file using little endian and BOM. (#123995)Jason R. Coombs2024-09-121-2/+2
* gh-123968: Fix lower bound for `python -m random --float` (#123971)Anders Kaseorg2024-09-123-5/+6
* gh-118577: Clarify that inspect.BoundArguments prefers to put values in args ...Nice Zombies2024-09-121-1/+2
* Docs: Drop letter PDF (#123912)Hugo van Kemenade2024-09-122-16/+1
* gh-111997: update what's new in 3.13 re C API for monitoring events (#123822)Irit Katriel2024-09-121-0/+4
* gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (#123941)sobolevn2024-09-123-1/+22
* gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (...Malcolm Smith2024-09-122-6/+25
* gh-121735: Fix module-adjacent references in zip files (#123037)Jason R. Coombs2024-09-1240-261/+223
* Fix "The Matrix" movie release year in `typing.rst` (#123965)sobolevn2024-09-111-1/+1
* Update Sphinx Lint and fix unnecessary parentheses in `:func:`s (#123960)Hugo van Kemenade2024-09-113-6/+6
* gh-123958: apply docstring removal optimization in ast_opt instead of codegen...Irit Katriel2024-09-115-23/+47
* gh-123290: fix reference leaks in the error-branches of `_cursesmodule.c` (#1...Bénédikt Tran2024-09-111-147/+211
* gh-108951: Document how to terminate an asyncio.TaskGroup (#123837)Bénédikt Tran2024-09-111-0/+47
* gh-119180: Documentation for PEP 649 and 749 (#122235)Jelle Zijlstra2024-09-1111-104/+680
* gh-123942: add missing test for docstring-handling code in ast_opt.c (#123943)Irit Katriel2024-09-111-0/+26
* gh-123919: Fix null handling in `_freeze_module.c` (#123920)sobolevn2024-09-111-0/+11