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-65056: Improve the IP address' is_global/is_private documentation (GH-113186)
Jakub Stasiak
2024-03-18
2
-17/+68
*
gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)
Erlend E. Aasland
2024-03-18
2
-6/+12
*
gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)
AN Long
2024-03-18
3
-0/+15
*
CI: Pass environment variables directly to configure in JIT CI (#116156)
Erlend E. Aasland
2024-03-18
1
-6/+6
*
gh-116664: Ensure thread-safe dict access in _warnings (#116768)
Erlend E. Aasland
2024-03-18
1
-29/+32
*
gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)
Terry Jan Reedy
2024-03-18
1
-1/+1
*
Bump GitHub Actions (#116944)
Hugo van Kemenade
2024-03-18
3
-3/+3
*
gh-116915: Make `_thread._ThreadHandle` support GC (#116934)
mpage
2024-03-18
1
-3/+13
*
gh-85283: Build _statistics extension with the limited C API (#116927)
Victor Stinner
2024-03-17
4
-37/+20
*
GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)
Barney Gale
2024-03-17
4
-26/+18
*
gh-85283: Build termios extension with the limited C API (#116928)
Victor Stinner
2024-03-17
4
-32/+42
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
6
-1/+371
*
GH-112536: Add more TSan tests (#116911)
Antoine Pitrou
2024-03-17
2
-2/+8
*
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...
John Sloboda
2024-03-17
9
-81/+306
*
Update titles and subtitles on landing page template (#116914)
Carol Willing
2024-03-17
1
-31/+31
*
gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)
Victor Stinner
2024-03-16
3
-3/+6
*
CI: Process stale issues four times per day (#116857)
Hugo van Kemenade
2024-03-16
1
-1/+1
*
gh-116879: Add new optimizer pystats to tables (GH-116880)
Michael Droettboom
2024-03-16
1
-4/+30
*
gh-112536: Add more TSAN tests (#116896)
Donghee Na
2024-03-16
1
-0/+2
*
gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)
jnchen
2024-03-16
1
-1/+0
*
gh-114271: Fix race in `Thread.join()` (#114839)
mpage
2024-03-16
12
-639/+767
*
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou
2024-03-16
3
-10/+19
*
gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default nam...
Serhiy Storchaka
2024-03-16
3
-2/+30
*
gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)
Serhiy Storchaka
2024-03-16
3
-1/+33
*
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-1...
Serhiy Storchaka
2024-03-16
3
-35/+173
*
gh-112536: Add TSAN builds on Github Actions (#116872)
Donghee Na
2024-03-16
6
-0/+93
*
gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (#116859)
Nikita Sobolev
2024-03-16
1
-0/+10
*
Minor kde() docstring nit: make presentation order match the function signatu...
Raymond Hettinger
2024-03-15
1
-1/+1
*
GH-115802: Reduce the size of _INIT_CALL_PY_EXACT_ARGS. (GH-116856)
Mark Shannon
2024-03-15
3
-72/+54
*
gh-116868: Avoid locking in PyType_IsSubtype (#116829)
Dino Viehland
2024-03-15
1
-32/+48
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
5
-0/+39
*
gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)
Nikita Sobolev
2024-03-15
1
-0/+10
*
gh-116621: Specialize list.extend for dict keys/values (gh-116816)
Donghee Na
2024-03-15
1
-0/+37
*
gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)
Tian Gao
2024-03-15
4
-3/+7
*
gh-63283: IDNA prefix should be case insensitive (GH-17726)
Zackery Spytz
2024-03-15
3
-3/+12
*
gh-111926: Simplify proxy creation logic (#116844)
mpage
2024-03-15
1
-16/+3
*
gh-111926: Simplify weakref creation logic (#116843)
mpage
2024-03-15
1
-15/+5
*
GH-116422: Modify a few uops so that they can be supported by tier 2 with hot...
Mark Shannon
2024-03-15
4
-55/+52
*
gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)
Tian Gao
2024-03-15
4
-2/+26
*
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner
2024-03-15
5
-12/+16
*
gh-116842: Improve test comment and fix a doctest (gh-116846)
Raymond Hettinger
2024-03-15
1
-2/+2
*
GH-113838: Add "Comparison to os.path" section to pathlib docs (#115926)
Barney Gale
2024-03-15
1
-19/+44
*
gh-116195: Implements a fast path for nt.getppid (GH-116205)
vxiiduu
2024-03-14
2
-2/+85
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
7
-2/+135
*
gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when dele...
Jason R. Coombs
2024-03-14
3
-0/+6
*
gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)
Jason R. Coombs
2024-03-14
5
-54/+159
*
Minor improvements to the itertools documentation (gh-116833)
Raymond Hettinger
2024-03-14
1
-84/+94
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
15
-27/+48
*
gh-113317, AC: Add libclinic.converter module (#116821)
Victor Stinner
2024-03-14
4
-601/+621
*
gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)
Jason R. Coombs
2024-03-14
2
-12/+11
[next]