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
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
12
-11/+68
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
16
-55/+375
*
gh-107901: make compiler inline basic blocks with no line number and no fallt...
Irit Katriel
2024-02-02
3
-39/+108
*
GH-113655 Lower C recursion limit from 4000 to 3000 on Windows. (GH-114896)
Mark Shannon
2024-02-02
1
-1/+1
*
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...
Christopher Chavez
2024-02-02
4
-14/+25
*
Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103...
Michal Kaptur
2024-02-02
1
-1/+3
*
GH-114849: Set a 60-minute timeout for JIT CI jobs (GH-114850)
Nikita Sobolev
2024-02-02
1
-0/+1
*
gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)
Zachary Ware
2024-02-01
3
-2/+3
*
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
Donghee Na
2024-02-01
13
-75/+75
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
9
-26/+86
*
gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)
Oleg Iarygin
2024-02-01
1
-1/+1
*
GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)
Mark Shannon
2024-02-01
3
-0/+24
*
Fix comment in pycore_runtime.h (GH-110540)
He Weidong
2024-02-01
1
-1/+1
*
gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)
Nikita Sobolev
2024-02-01
3
-24/+36
*
Correct description of inheriting from another class (#114660)
Skip Montanaro
2024-02-01
4
-19/+18
*
gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)
Nicholas Hollander
2024-02-01
1
-3/+15
*
Update outdated info in ``Tools/cases_generator/README.md`` (#114844)
Kirill Podoprigora
2024-02-01
1
-7/+21
*
Write about Tier 2 and JIT in "what's new 3.13" (#114826)
Guido van Rossum
2024-02-01
1
-0/+47
*
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)
Anders Kaseorg
2024-02-01
1
-1/+0
*
gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)
Ayappan Perumal
2024-02-01
2
-1/+5
*
gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)
Tomas R
2024-02-01
1
-0/+11
*
build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 in /Tools ...
dependabot[bot]
2024-02-01
1
-1/+1
*
build(deps): bump actions/cache from 3 to 4 (#114856)
dependabot[bot]
2024-02-01
4
-12/+12
*
build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools (#114851)
dependabot[bot]
2024-02-01
1
-1/+1
*
build(deps-dev): bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 in /T...
dependabot[bot]
2024-02-01
1
-1/+1
*
Fix typos in ElementTree documentation (GH-108848)
Christophe Nanteuil
2024-02-01
1
-3/+3
*
gh-114746: Avoid quadratic behavior in free-threaded GC (GH-114817)
Sam Gross
2024-02-01
1
-73/+29
*
gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)
technillogue
2024-02-01
2
-5/+5
*
gh-114648: Add IndexError exception to tutorial datastructures list.pop entry...
srinivasan
2024-02-01
1
-4/+3
*
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)
Skip Montanaro
2024-02-01
1
-0/+4
*
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
Pradyot Ranjan
2024-02-01
1
-1/+1
*
CI: Test on macOS M1 (#114766)
Hugo van Kemenade
2024-02-01
1
-2/+9
*
gh-111112: Avoid potential confusion in TCP server example. (#111113)
Aidan Holm
2024-02-01
1
-3/+4
*
gh-109534: fix reference leak when SSL handshake fails (#114074)
Jamie Phan
2024-02-01
3
-0/+8
*
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)
Donghee Na
2024-01-31
3
-8/+21
*
Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)
Bradley Reynolds
2024-01-31
1
-1/+4
*
gh-114788: Do not run JIT workflow on unrelated changes (#114789)
Nikita Sobolev
2024-01-31
1
-2/+11
*
gh-113939: Frame clear, clear locals (#113940)
Albert Zeyer
2024-01-31
3
-0/+27
*
gh-111741: Recognise image/webp as a standard format in the mimetypes module ...
Nachtalb
2024-01-31
3
-3/+3
*
gh-59013: Set breakpoint on the first executable line of function when using ...
Tian Gao
2024-01-31
3
-22/+61
*
gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (#114791)
Nikita Sobolev
2024-01-31
1
-0/+1
*
Remove Alex Waygood as an Argument Clinic CODEOWNER (#114796)
Alex Waygood
2024-01-31
1
-2/+2
*
gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)
Sam Gross
2024-01-31
2
-1/+3
*
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
Serhiy Storchaka
2024-01-31
4
-2/+19
*
gh-101100: Fix class reference in library/test.rst (GH-114769)
Skip Montanaro
2024-01-31
1
-1/+1
*
gh-109653: Speedup import of threading module (#114509)
Daniel Hollas
2024-01-31
2
-3/+2
*
Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)
Erlend E. Aasland
2024-01-31
1
-61/+56
*
GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `te...
Brett Cannon
2024-01-31
2
-3/+5
*
pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114...
Barney Gale
2024-01-31
3
-21/+29
*
pathlib ABCs: raise `UnsupportedOperation` directly. (#114776)
Barney Gale
2024-01-31
2
-33/+31
[next]