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-121035: Update PNG image for logging flow diagram. (GH-121323)
Vinay Sajip
2024-07-03
1
-0/+0
*
gh-121245: a regression test for site.register_readline() (#121259)
Sergey B Kirpichev
2024-07-03
1
-0/+27
*
gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)
Ken Jin
2024-07-03
1
-58/+30
*
gh-121272: set ste_coroutine during symtable construction (#121297)
Irit Katriel
2024-07-03
2
-3/+15
*
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev
2024-07-03
11
-10/+135
*
gh-106597: Add more offsets to _Py_DebugOffsets (#121311)
Gabriele N. Tornetta
2024-07-03
2
-0/+18
*
Docs: Add `os.splice` flags argument (#109847)
Amin Alaee
2024-07-03
1
-1/+20
*
docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)
da-woods
2024-07-03
1
-2/+2
*
build(deps): bump hypothesis from 6.100.2 to 6.104.2 in /Tools (#121218)
dependabot[bot]
2024-07-03
1
-1/+1
*
updated tp_flags initialization to use inplace or (#120625)
byundojin
2024-07-03
1
-1/+1
*
gh-111872: Document the max_children attribute for `socketserver.ForkingMixIn...
AN Long
2024-07-03
1
-0/+6
*
gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingt...
AN Long
2024-07-03
1
-5/+0
*
gh-121027: Make the functools.partial object a method descriptor (GH-121089)
Serhiy Storchaka
2024-07-03
6
-40/+28
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
6
-29/+40
*
gh-121035: Further improve logging flow diagram with respect to dark/light mo...
Vinay Sajip
2024-07-02
2
-2/+14
*
gh-115773: Add sizes to debug offset structure (#120112)
Pablo Galindo Salgado
2024-07-02
2
-0/+19
*
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Sam Gross
2024-07-02
8
-33/+28
*
gh-121272: move __future__ import validation from compiler to symtable (#121273)
Irit Katriel
2024-07-02
2
-16/+24
*
gh-121165: protect macro expansion of `ADJUST_INDICES` with do-while(0) (#121...
Bénédikt Tran
2024-07-02
2
-26/+36
*
gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121...
Bénédikt Tran
2024-07-02
3
-4/+36
*
gh-121245: Amend d611c4c8e9 (correct import) (#121255)
Sergey B Kirpichev
2024-07-02
2
-2/+3
*
Move get_signal_name() to test.support (#121251)
Victor Stinner
2024-07-02
6
-58/+65
*
gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254)
Vinay Sajip
2024-07-02
2
-11/+62
*
Fix phrasing in paragraphs with leading "similar" (#121135)
Rafael Fontenelle
2024-07-02
1
-2/+2
*
GH-119726: Use LDR for AArch64 trampolines (GH-121001)
Diego Russo
2024-07-01
2
-22/+11
*
gh-121196: Document `dict.fromkeys` params as pos-only (#121197)
sobolevn
2024-07-01
1
-1/+1
*
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher
2024-07-01
16
-337/+246
*
gh-117657: Fix data races reported by TSAN in some set methods (#120914)
AN Long
2024-07-01
6
-121/+81
*
gh-121110: Temporarily Skip test_basic_multiple_interpreters_reset_each (gh-1...
Eric Snow
2024-07-01
1
-0/+7
*
gh-114104: clarify asynchronous comprehension docs to match runtime behavior ...
Danny Yang
2024-07-01
1
-4/+6
*
gh-120743: Soft deprecate os.popen() function (#120744)
Victor Stinner
2024-07-01
3
-1/+17
*
gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)
Victor Stinner
2024-07-01
2
-3/+11
*
gh-117657: Use critical section to make _socket.socket.close thread safe (GH-...
AN Long
2024-07-01
3
-10/+41
*
gh-121220: Mark test_threaded_weak_value_dict_copy() as CPU-heavy (#121221)
Kirill Podoprigora
2024-07-01
1
-0/+2
*
gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-...
Will Childs-Klein
2024-07-01
2
-11/+18
*
build(deps-dev): bump types-setuptools from 70.0.0.20240524 to 70.1.0.2024062...
dependabot[bot]
2024-07-01
1
-1/+1
*
build(deps-dev): bump mypy from 1.10.0 to 1.10.1 in /Tools (#121216)
dependabot[bot]
2024-07-01
1
-1/+1
*
build(deps-dev): bump types-psutil from 5.9.5.20240516 to 6.0.0.20240621 in /...
dependabot[bot]
2024-07-01
1
-1/+1
*
gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)
Victor Stinner
2024-07-01
1
-6/+7
*
gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)
Victor Stinner
2024-07-01
1
-3/+7
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
17
-17/+316
*
gh-121199: Use _Py__has_attribute() in timemodule.c (#121203)
Victor Stinner
2024-07-01
2
-2/+2
*
gh-121188: Sanitize invalid XML characters in regrtest (#121195)
Victor Stinner
2024-07-01
4
-5/+91
*
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland
2024-07-01
7
-716/+550
*
gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)
Kumar Aditya
2024-07-01
3
-9/+42
*
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...
Kirill Podoprigora
2024-06-30
5
-43/+49
*
[doc] Update element positions and styles in logging flow diagram. (GH-121182)
Vinay Sajip
2024-06-30
1
-132/+155
*
gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178)
Yureka
2024-06-30
1
-7/+3
*
gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...
Russell Keith-Magee
2024-06-30
9
-2/+238
*
GH-119054: Add alt text to pathlib inheritance diagram (#121158)
Barney Gale
2024-06-29
1
-0/+6
[next]