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-93627: Align Python implementation of pickle with C implementation of pick...
Pieter Eendebak
2023-09-10
1
-0/+1
*
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Serhiy Storchaka
2023-09-10
1
-0/+1
*
gh-109118: Fix runtime crash when NameError happens in PEP 695 function (#109...
Jelle Zijlstra
2023-09-09
1
-0/+2
*
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Tian Gao
2023-09-09
1
-0/+1
*
gh-108996: add tests for msvcrt (#109004)
AN Long
2023-09-08
1
-0/+1
*
gh-109054: configure checks if libatomic is needed (#109101)
Victor Stinner
2023-09-08
1
-0/+6
*
gh-109114: Relax the check for invalid lambdas inside f-strings to avoid fals...
Pablo Galindo Salgado
2023-09-08
1
-0/+3
*
gh-106922: Fix error location for constructs with spaces and parentheses (#10...
Pablo Galindo Salgado
2023-09-08
1
-0/+2
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
1
-0/+2
*
gh-109022: [Enum] require `names=()` to create empty enum type (GH-109048)
Ethan Furman
2023-09-08
1
-0/+2
*
gh-108732: include comprehension locals in frame.f_locals (#109026)
Carl Meyer
2023-09-07
1
-0/+2
*
gh-102823: Document return type of floor division on floats (#102824)
Mark Dickinson
2023-09-07
1
-0/+2
*
gh-88943: Improve syntax error for non-ASCII character that follows a numeric...
Serhiy Storchaka
2023-09-07
1
-0/+3
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
1
-0/+2
*
gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_settrace ...
Ijtaba Hussain
2023-09-07
1
-0/+1
*
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner
2023-09-06
1
-0/+6
*
GH-104584: Restore frame->stacktop on optimizer error (GH-108953)
Brandt Bucher
2023-09-06
1
-0/+2
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-0/+2
*
gh-108740: Fix "make regen-all" race condition (#108741)
Victor Stinner
2023-09-06
1
-0/+4
*
gh-108851: Fix tomllib recursion tests (#108853)
Victor Stinner
2023-09-06
2
-0/+5
*
gh-91960: Add FreeBSD build and test using Cirrus-CI (#91961)
Ed Maste
2023-09-06
1
-0/+1
*
gh-91960: Skip test_gdb if gdb cannot retrive Python frames (#108999)
Victor Stinner
2023-09-06
1
-0/+7
*
gh-108962: Skip test_tempfile.test_flags() if not supported (#108964)
Victor Stinner
2023-09-05
1
-0/+3
*
gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12] ...
Anthony Shaw
2023-09-05
1
-0/+3
*
gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)
Zachary Ware
2023-09-05
4
-4/+1
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
1
-0/+4
*
gh-89392: Remove support of test_main() in libregrtest (GH-108876)
Serhiy Storchaka
2023-09-05
1
-0/+2
*
gh-108463: Make expressions/statements work as expected in pdb (#108464)
Tian Gao
2023-09-04
1
-0/+1
*
Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#10...
Victor Stinner
2023-09-04
1
-1/+0
*
gh-108834: regrtest reruns failed tests in subprocesses (#108839)
Victor Stinner
2023-09-03
3
-0/+11
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
1
-0/+5
*
gh-63760: Don't declare gethostname() on Solaris (#108817)
Victor Stinner
2023-09-02
1
-0/+3
*
gh-108822: Add Changelog entry for regrtest statistics (#108821)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
1
-0/+6
*
GH-78722: Raise exceptions from `pathlib.Path.iterdir()` without delay. (#107...
Barney Gale
2023-09-02
1
-0/+2
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-108794: doctest counts skipped tests (#108795)
Victor Stinner
2023-09-02
1
-0/+3
*
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Victor Stinner
2023-09-02
1
-0/+4
*
gh-105509: Simplify implementation of `typing.Annotated` (#105510)
Alex Waygood
2023-09-01
1
-0/+3
*
gh-108727: Fix segfault due to missing tp_dealloc definition for CounterOptim...
Irit Katriel
2023-09-01
1
-0/+2
*
gh-107805: Fix signatures of module-level generated functions in `turtle` (#1...
Nikita Sobolev
2023-09-01
1
-0/+1
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
1
-0/+1
*
gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...
Ethan Furman
2023-08-31
1
-0/+2
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
2
-0/+6
*
gh-108654: restore comprehension locals before handling exception (#108659)
Carl Meyer
2023-08-30
1
-0/+2
*
gh-108520: Fix bad fork detection in nested multiprocessing use case (#108568)
albanD
2023-08-30
1
-0/+3
*
gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)
Erlend E. Aasland
2023-08-30
1
-1/+0
*
gh-108494: Argument Clinic: Document how to generate code that uses the limit...
Victor Stinner
2023-08-30
1
-1/+2
*
gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (#108657)
Corvin
2023-08-30
1
-0/+1
*
gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...
Erlend E. Aasland
2023-08-29
1
-0/+10
[next]