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
path:
root
/
Misc
/
NEWS.d
/
next
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein
2024-03-21
1
-0/+3
*
gh-85283: Build _testconsole extension with limited C API (#117125)
Victor Stinner
2024-03-21
1
-2/+3
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
2
-0/+8
*
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
Malcolm Smith
2024-03-21
1
-0/+1
*
gh-116987: Support class code objects in inspect.findsource() (GH-117025)
Tian Gao
2024-03-21
1
-0/+1
*
GH-109653: Defer import of ``importlib.metadata._adapters`` (#109829)
Adam Turner
2024-03-21
1
-0/+2
*
gh-117089: Move importlib.metadata tests to their own package (#117092)
Jason R. Coombs
2024-03-20
1
-0/+1
*
gh-114314: ctypes: remove stgdict and switch to heap types (GH-116458)
Petr Viktorin
2024-03-20
1
-0/+3
*
gh-116773: Ensure overlapped objects on Windows are not deallocated too early...
jkriegshauser
2024-03-20
1
-0/+1
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
1
-0/+2
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
1
-0/+12
*
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross
2024-03-19
1
-0/+2
*
gh-116647: Fix recursive child in dataclasses (#116790)
et-repositories
2024-03-19
1
-0/+1
*
gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)
Victor Stinner
2024-03-19
1
-0/+3
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
1
-0/+2
*
gh-116957: configparser: Do post-process values after DuplicateOptionError (G...
David Röthlisberger
2024-03-19
1
-0/+3
*
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk
2024-03-19
1
-0/+3
*
gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)
Aviel Boag
2024-03-19
1
-0/+1
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
1
-0/+3
*
gh-116869: Make C API compatible with ISO C90 (#116950)
Victor Stinner
2024-03-18
1
-0/+2
*
gh-116869: Add test_cext test: build a C extension (#116954)
Victor Stinner
2024-03-18
1
-0/+2
*
gh-115119: Switch Windows build to mpdecimal external (GH-115182)
Zachary Ware
2024-03-18
1
-0/+3
*
gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)
Victor Stinner
2024-03-18
1
-0/+4
*
gh-71765: Fix inspect.getsource() on empty file (GH-20809)
kernc
2024-03-18
1
-0/+3
*
gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)
AN Long
2024-03-18
1
-0/+2
*
gh-85283: Build _statistics extension with the limited C API (#116927)
Victor Stinner
2024-03-17
1
-1/+1
*
gh-85283: Build termios extension with the limited C API (#116928)
Victor Stinner
2024-03-17
1
-2/+2
*
gh-73468: Add math.fma() function (#116667)
Victor Stinner
2024-03-17
1
-0/+2
*
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...
John Sloboda
2024-03-17
1
-0/+2
*
gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)
Victor Stinner
2024-03-16
1
-0/+2
*
gh-114271: Fix race in `Thread.join()` (#114839)
mpage
2024-03-16
1
-0/+7
*
gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default nam...
Serhiy Storchaka
2024-03-16
1
-0/+3
*
gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)
Serhiy Storchaka
2024-03-16
1
-0/+4
*
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-1...
Serhiy Storchaka
2024-03-16
1
-0/+3
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
1
-0/+2
*
gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)
Tian Gao
2024-03-15
1
-0/+1
*
gh-63283: IDNA prefix should be case insensitive (GH-17726)
Zackery Spytz
2024-03-15
1
-0/+2
*
gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)
Tian Gao
2024-03-15
1
-0/+1
*
gh-85283: Build pwd extension with the limited C API (#116841)
Victor Stinner
2024-03-15
1
-1/+1
*
gh-116195: Implements a fast path for nt.getppid (GH-116205)
vxiiduu
2024-03-14
1
-0/+1
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
1
-0/+4
*
gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when dele...
Jason R. Coombs
2024-03-14
1
-0/+2
*
gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)
Jason R. Coombs
2024-03-14
1
-0/+5
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
1
-0/+3
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
1
-0/+4
*
gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)
Victor Stinner
2024-03-14
1
-0/+4
*
gh-85283: Build fcntl extension with the limited C API (#116791)
Victor Stinner
2024-03-14
1
-0/+2
*
gh-113308: Remove some internal parts of `uuid` module (#115934)
Nikita Sobolev
2024-03-14
1
-0/+4
*
GH-114736: Use WASI SDK 21 (GH-116771)
Brett Cannon
2024-03-14
1
-0/+1
*
GH-115983: skip building shared modules for testing under WASI (GH-116528)
Brett Cannon
2024-03-13
1
-0/+1
[prev]
[next]