summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a3v3.15.0a3Hugo van Kemenade10 days166-668/+2057
* gh-142754: Ensure that Element & Attr instances have the ownerDocument attrib...Petr Viktorin10 days3-1/+15
* gh-76007: Deprecate `__version__` attribute in `wsgiref.simple_server` (#142675)Hugo van Kemenade10 days5-5/+29
* gh-142019: Add description about the exponent of result formatted with presen...1nftf10 days1-0/+3
* gh-83926: BlockingIOError characters_written is byte count (#141215)Cody Maloney10 days1-2/+2
* gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `Internal...Mikhail Efimov10 days1-4/+5
* gh-141218: Fix inaccurate object comparison documentation (#141221)Mohsin Mehmood10 days1-1/+1
* Remove duplicate content in `Mapping types - dict` documentation (#141036)Owain Davies10 days1-3/+0
* Correct Glossary key function example to use str.casefold instead of str.lowe...Cameron Beck10 days1-1/+1
* decimal docs: specification link and examples (#128698)Sergey B Kirpichev10 days1-4/+26
* gh-106318: Add examples for str.ljust() method (#142719)Adorilson Bezerra10 days1-0/+13
* Clarify that PyStructSequence is different from collections.namedtuple (#142626)Petr Viktorin10 days1-2/+5
* gh-130536: Add details to `os.path` documentation (#130557)Arthur Wigo10 days1-9/+26
* gh-85204: Improve `locale.setlocale` example (#132683)Stan Ulbrych10 days1-13/+12
* gh-124864: Extends smtplib documentation on ESMTP options format (#132547)Patrick R10 days1-2/+4
* gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...Bartosz Sławecki10 days1-3/+5
* gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775)Sergey B Kirpichev10 days1-2/+3
* GH-134584: Remove redundant refcount from `_STORE_ATTR_SLOT` (#142729)Savannah Ostrowski10 days9-17/+70
* gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)Bartosz Sławecki10 days4-1/+35
* gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)Ken Jin11 days9-1246/+1050
* gh-85222: Document the global start method side effect in multiprocessing (GH...AN Long11 days1-14/+72
* Add Fidget-Spinner to more JIT CODEOWNERS (GH-142768)Ken Jin11 days1-2/+2
* gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` ...Nadeshiko Manju11 days10-16/+67
* gh-134584: Remove custom float decref ops (GH-142576)Ken Jin11 days15-3131/+2606
* gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)...Hugo van Kemenade11 days7-60/+2
* GH-142718: JIT: Fix crash due to incorrect caching on side exits when exiting...Mark Shannon11 days7-330/+982
* gh-116738: Make _bz2 module thread-safe (gh-142756)Alper11 days3-6/+38
* gh-142472: Clean-up _PyStackRef functions (gh-142479)Sam Gross11 days5-200/+57
* gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)Donghee Na11 days9-23/+74
* gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)Nadeshiko Manju11 days10-720/+910
* gh-142466: Pixi package definitions for downstream use (#142469)Lucas Colley11 days8-0/+216
* Move doc on structure from devguide to `InternalDocs` (GH-142237)Stan Ulbrych11 days2-0/+45
* gh-142020: ctypes docs: Note that find_library relies on the programs it runs...Petr Viktorin11 days1-0/+5
* gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)yihong11 days3-0/+21
* gh-142217: Recommend PyUnicode_InternFromString() to replace _PyUnicode_FromI...Victor Stinner11 days3-3/+3
* gh-142029: Raise `ModuleNotFoundError` instead of crashing on nonexsistent mo...dr-carlos11 days3-12/+34
* gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...Pablo Galindo Salgado11 days22-560/+2700
* gh-139871: Optimize bytearray construction with encoding (#142243)Cody Maloney11 days1-1/+16
* gh-142651: make `Mock.call_count` thread-safe (#142656)chaope11 days3-2/+27
* gh-76007: Deprecate `__version__` attribute in `ctypes` (#142679)Hugo van Kemenade11 days7-7/+53
* gh-140414: streamline thread state access in `asyncio` (#142742)Kumar Aditya11 days3-33/+36
* gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)Stan Ulbrych11 days7-2/+60
* gh-132657: Use stronger memory ordering for so->mask. (gh-142735)Neil Schemenauer11 days1-5/+5
* gh-142724: fix error path in `_PyPegen_raise_tokenizer_init_error` (#142725)AZero1312 days1-1/+1
* Use threading.Event rather than boolean flag. (gh-142722)Neil Schemenauer12 days1-9/+7
* gh-106318: Add examples for str.isnumeric() (#142680)Adorilson Bezerra12 days1-0/+15
* gh-138122: Add some screenshots to the profiling.sampling docs (#142676)Pablo Galindo Salgado12 days15-5/+7164
* gh-76007: `pydoc`: Catch `DeprecationWarning` for stdlib module `__version__`...Stan Ulbrych12 days3-18/+65
* gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_LIST_INT (gh-14...Donghee Na12 days9-21/+96
* gh-142681: Improve unicodedata tests (GH-142682)Serhiy Storchaka12 days2-91/+17456