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
*
Docs: replace Harry Potter reference with Monty Python (#118130)
Clément Robert
2024-04-21
1
-3/+3
*
gh-115961: Add name and mode attributes for compressed file-like objects (GH-...
Serhiy Storchaka
2024-04-21
17
-37/+246
*
gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122)
Nikita Sobolev
2024-04-21
1
-1/+16
*
gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing...
Andrew Cassidy
2024-04-21
2
-6/+8
*
gh-114099: Formalize Tier 3 status of iOS (GH-118020)
Russell Keith-Magee
2024-04-21
2
-0/+17
*
``Objects/typeobject.c``: Fix typo (#118126)
Kirill Podoprigora
2024-04-21
1
-1/+1
*
Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is ...
Quazi Irfan
2024-04-21
1
-2/+3
*
GH-112855: Speed up `pathlib.PurePath` pickling (#112856)
Barney Gale
2024-04-20
2
-3/+3
*
GH-115874: Fix segfault in FutureIter_dealloc (GH-117741)
Savannah Ostrowski
2024-04-19
2
-2/+17
*
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...
Dino Viehland
2024-04-19
18
-61/+528
*
[gh-117657] _Py_MergeZeroLocalRefcount isn't loading ob_ref_shared with stron...
Dino Viehland
2024-04-19
1
-1/+1
*
Fix a typo in dictobject.c documentation (#117515)
Noah Kim
2024-04-19
1
-1/+1
*
gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...
Russell Keith-Magee
2024-04-19
4
-4/+12
*
gh-118100: Improve links in `ast.rst` (#118101)
Nikita Sobolev
2024-04-19
1
-2/+3
*
gh-117657: use relaxed loads for checking dict keys immortality (#118067)
Dino Viehland
2024-04-19
2
-4/+2
*
gh-118079: Fix ``requires_singlephase_init`` helper (#118081)
Kirill Podoprigora
2024-04-19
1
-3/+2
*
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...
Alex Waygood
2024-04-19
5
-10/+81
*
gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)
lyc8503
2024-04-19
4
-9/+25
*
setobject: remove out of date docstring info (GH-118048)
Rostyslav Lobov
2024-04-19
1
-1/+1
*
gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076)
lit
2024-04-19
1
-2/+2
*
gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)
Irit Katriel
2024-04-19
3
-0/+17
*
gh-116935: Document that heap types need to support garbage collection (GH-11...
Savannah Ostrowski
2024-04-19
1
-1/+2
*
gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)
Victor Stinner
2024-04-19
1
-0/+6
*
GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)
Mark Shannon
2024-04-19
5
-4/+10
*
GH-115419: Improve list of escaping functions (GH-118054)
Mark Shannon
2024-04-19
4
-25/+37
*
gh-64588: Clarify the difference between mu and xbar in statistics docs (#117...
Mariusz Felisiak
2024-04-19
1
-7/+7
*
build(deps): bump hypothesis from 6.98.15 to 6.100.0 in /Tools (#117416)
dependabot[bot]
2024-04-19
1
-1/+1
*
Docs: Fix CVE link (#118077)
Jelle Zijlstra
2024-04-19
1
-1/+1
*
gh-117535: Change unknown filename of warnings from `sys` to `<sys>` (#118018)
Tian Gao
2024-04-19
4
-6/+7
*
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)
Rafael Fontenelle
2024-04-19
1
-3/+3
*
gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)
Donghee Na
2024-04-18
2
-1/+4
*
gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak (#117...
Victor Stinner
2024-04-18
1
-17/+15
*
gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with / (GH-11...
Serhiy Storchaka
2024-04-18
1
-0/+1
*
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na
2024-04-18
9
-34/+76
*
GH-118036: Fix a bug with CALL_STAT_INC (#117933)
Guido van Rossum
2024-04-18
1
-2/+0
*
gh-87969: Align docs and docstrings with implementation for ctypes' [w]string...
Shreyan Avigyan
2024-04-18
2
-12/+12
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
10
-18/+163
*
gh-116932: Remove redundant NEWS entry (#118040)
lyc8503
2024-04-18
1
-1/+0
*
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-1...
Mark Shannon
2024-04-18
3
-132/+169
*
gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)
Miro Hrončok
2024-04-18
2
-0/+7
*
fix formatting of literal in docstring of int.from_bytes and int.to_bytes (#1...
Jens Hedegaard Nielsen
2024-04-18
2
-7/+7
*
gh-116932: Add note on how to report python documentation theme bugs (GH-117989)
lyc8503
2024-04-18
2
-0/+5
*
Fix two typos in `typeobject.c` (#118024)
Nikita Sobolev
2024-04-18
1
-2/+2
*
gh-118023: Fix reference leak (#118025)
Kirill Podoprigora
2024-04-18
1
-0/+2
*
gh-117641: Improve the perfornance of posixpath.commonpath() (#117652)
Nice Zombies
2024-04-18
2
-1/+2
*
gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
Serhiy Storchaka
2024-04-17
7
-1/+235
*
gh-117613: Argument Clinic: disallow defining class parameter at module level...
neonene
2024-04-17
2
-0/+11
*
gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)
Steve Dower
2024-04-17
1
-2/+10
*
gh-94673: Fix compiler warning in typeobject.c (#117980)
Erlend E. Aasland
2024-04-17
1
-0/+2
*
gh-117657: Quiet erroneous TSAN reports of data races in `_PySeqLock` (#117955)
mpage
2024-04-17
2
-5/+3
[next]