index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a3
v3.15.0a3
Hugo van Kemenade
10 days
166
-668/+2057
*
gh-142754: Ensure that Element & Attr instances have the ownerDocument attrib...
Petr Viktorin
10 days
3
-1/+15
*
gh-76007: Deprecate `__version__` attribute in `wsgiref.simple_server` (#142675)
Hugo van Kemenade
10 days
5
-5/+29
*
gh-142019: Add description about the exponent of result formatted with presen...
1nftf
10 days
1
-0/+3
*
gh-83926: BlockingIOError characters_written is byte count (#141215)
Cody Maloney
10 days
1
-2/+2
*
gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `Internal...
Mikhail Efimov
10 days
1
-4/+5
*
gh-141218: Fix inaccurate object comparison documentation (#141221)
Mohsin Mehmood
10 days
1
-1/+1
*
Remove duplicate content in `Mapping types - dict` documentation (#141036)
Owain Davies
10 days
1
-3/+0
*
Correct Glossary key function example to use str.casefold instead of str.lowe...
Cameron Beck
10 days
1
-1/+1
*
decimal docs: specification link and examples (#128698)
Sergey B Kirpichev
10 days
1
-4/+26
*
gh-106318: Add examples for str.ljust() method (#142719)
Adorilson Bezerra
10 days
1
-0/+13
*
Clarify that PyStructSequence is different from collections.namedtuple (#142626)
Petr Viktorin
10 days
1
-2/+5
*
gh-130536: Add details to `os.path` documentation (#130557)
Arthur Wigo
10 days
1
-9/+26
*
gh-85204: Improve `locale.setlocale` example (#132683)
Stan Ulbrych
10 days
1
-13/+12
*
gh-124864: Extends smtplib documentation on ESMTP options format (#132547)
Patrick R
10 days
1
-2/+4
*
gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` ...
Bartosz Sławecki
10 days
1
-3/+5
*
gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775)
Sergey B Kirpichev
10 days
1
-2/+3
*
GH-134584: Remove redundant refcount from `_STORE_ATTR_SLOT` (#142729)
Savannah Ostrowski
10 days
9
-17/+70
*
gh-142737: Handle lost `io.open` in `_Py_FindSourceFile` (GH-142747)
Bartosz Sławecki
10 days
4
-1/+35
*
gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)
Ken Jin
11 days
9
-1246/+1050
*
gh-85222: Document the global start method side effect in multiprocessing (GH...
AN Long
11 days
1
-14/+72
*
Add Fidget-Spinner to more JIT CODEOWNERS (GH-142768)
Ken Jin
11 days
1
-2/+2
*
gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` ...
Nadeshiko Manju
11 days
10
-16/+67
*
gh-134584: Remove custom float decref ops (GH-142576)
Ken Jin
11 days
15
-3131/+2606
*
gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)...
Hugo van Kemenade
11 days
7
-60/+2
*
GH-142718: JIT: Fix crash due to incorrect caching on side exits when exiting...
Mark Shannon
11 days
7
-330/+982
*
gh-116738: Make _bz2 module thread-safe (gh-142756)
Alper
11 days
3
-6/+38
*
gh-142472: Clean-up _PyStackRef functions (gh-142479)
Sam Gross
11 days
5
-200/+57
*
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)
Donghee Na
11 days
9
-23/+74
*
gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)
Nadeshiko Manju
11 days
10
-720/+910
*
gh-142466: Pixi package definitions for downstream use (#142469)
Lucas Colley
11 days
8
-0/+216
*
Move doc on structure from devguide to `InternalDocs` (GH-142237)
Stan Ulbrych
11 days
2
-0/+45
*
gh-142020: ctypes docs: Note that find_library relies on the programs it runs...
Petr Viktorin
11 days
1
-0/+5
*
gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)
yihong
11 days
3
-0/+21
*
gh-142217: Recommend PyUnicode_InternFromString() to replace _PyUnicode_FromI...
Victor Stinner
11 days
3
-3/+3
*
gh-142029: Raise `ModuleNotFoundError` instead of crashing on nonexsistent mo...
dr-carlos
11 days
3
-12/+34
*
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...
Pablo Galindo Salgado
11 days
22
-560/+2700
*
gh-139871: Optimize bytearray construction with encoding (#142243)
Cody Maloney
11 days
1
-1/+16
*
gh-142651: make `Mock.call_count` thread-safe (#142656)
chaope
11 days
3
-2/+27
*
gh-76007: Deprecate `__version__` attribute in `ctypes` (#142679)
Hugo van Kemenade
11 days
7
-7/+53
*
gh-140414: streamline thread state access in `asyncio` (#142742)
Kumar Aditya
11 days
3
-33/+36
*
gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)
Stan Ulbrych
11 days
7
-2/+60
*
gh-132657: Use stronger memory ordering for so->mask. (gh-142735)
Neil Schemenauer
11 days
1
-5/+5
*
gh-142724: fix error path in `_PyPegen_raise_tokenizer_init_error` (#142725)
AZero13
12 days
1
-1/+1
*
Use threading.Event rather than boolean flag. (gh-142722)
Neil Schemenauer
12 days
1
-9/+7
*
gh-106318: Add examples for str.isnumeric() (#142680)
Adorilson Bezerra
12 days
1
-0/+15
*
gh-138122: Add some screenshots to the profiling.sampling docs (#142676)
Pablo Galindo Salgado
12 days
15
-5/+7164
*
gh-76007: `pydoc`: Catch `DeprecationWarning` for stdlib module `__version__`...
Stan Ulbrych
12 days
3
-18/+65
*
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_LIST_INT (gh-14...
Donghee Na
12 days
9
-21/+96
*
gh-142681: Improve unicodedata tests (GH-142682)
Serhiy Storchaka
12 days
2
-91/+17456
[next]