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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109109: Expose retrieving certificate chains in SSL module (#109113)
Mateusz Nowak
2023-09-20
1
-0/+5
*
gh-109033: Return filename with os.utime errors (#109034)
Ronan Pigott
2023-09-19
1
-0/+2
*
gh-109580: Skip test_perf_profiler on ASAN build (#109584)
Victor Stinner
2023-09-19
1
-0/+3
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-0/+1
*
gh-102757: fix function signature mismatch for `functools.reduce` between cod...
Xuehai Pan
2023-09-18
1
-0/+2
*
gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)
Victor Stinner
2023-09-18
1
-0/+5
*
gh-109371: Fix monitoring with instruction events set (gh-109385)
Tian Gao
2023-09-18
1
-0/+1
*
gh-108843: fix ast.unparse for f-string with many quotes (#108981)
Shantanu
2023-09-18
1
-0/+1
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-0/+4
*
GH-83417: Allow `venv` to add a `.gitignore` file to environments via a new `...
Brett Cannon
2023-09-15
1
-0/+3
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
1
-0/+2
*
gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)
Gregory P. Smith
2023-09-15
1
-0/+3
*
gh-109425: regrtest decodes worker stdout with backslashreplace (#109428)
Victor Stinner
2023-09-14
1
-0/+3
*
gh-109375: Fix bug where pdb registers an alias without an associated command...
buermarc
2023-09-14
1
-0/+1
*
gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (#109423)
Victor Stinner
2023-09-14
1
-0/+3
*
gh-109219: propagate free vars through type param scopes (#109377)
Carl Meyer
2023-09-14
1
-0/+2
*
gh-105658: fix excess trace events for except block ending with a conditional...
Irit Katriel
2023-09-14
1
-0/+2
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
1
-0/+3
*
gh-109341: Fix crash on compiling invalid AST including TypeAlias (#109349)
Jelle Zijlstra
2023-09-13
1
-0/+1
*
gh-109351: Fix crash when compiling AST with invalid NamedExpr (#109352)
Jelle Zijlstra
2023-09-13
1
-0/+2
*
gh-109156: Add tests for de-instrumenting instructions with instrumented line...
Tian Gao
2023-09-13
1
-0/+1
*
gh-104736: Fix test_gdb tests on ppc64le with clang (#109360)
Victor Stinner
2023-09-13
1
-0/+4
*
gh-109319: deprecate dis.HAVE_ARGUMENT (#109320)
Irit Katriel
2023-09-12
1
-0/+1
*
gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)
Nikita Sobolev
2023-09-12
1
-0/+2
*
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel
2023-09-12
1
-0/+2
*
gh-109216: Fix possible memory leak in `BUILD_MAP` (#109257)
Nikita Sobolev
2023-09-12
1
-0/+1
*
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner
2023-09-12
1
-0/+6
*
GH-106734: Disable tab completion in pdb's multiline mode (GH-106735)
Tian Gao
2023-09-12
1
-0/+1
*
gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)
Jelle Zijlstra
2023-09-12
1
-0/+2
*
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
Carl Meyer
2023-09-11
1
-0/+4
*
gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)
Irit Katriel
2023-09-11
1
-0/+1
*
gh-109276: libregrtest: use separated file for JSON (#109277)
Victor Stinner
2023-09-11
1
-0/+3
*
gh-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner
2023-09-11
1
-0/+4
*
GH-108976. Keep monitoring data structures valid during de-optimization durin...
Mark Shannon
2023-09-11
1
-0/+2
*
gh-107219: Fix concurrent.futures terminate_broken() (#109244)
Victor Stinner
2023-09-11
1
-0/+5
*
gh-109230: test_pyexpat no longer depends on the current directory (#109233)
Victor Stinner
2023-09-10
1
-0/+5
*
gh-109237: Fix test_site for non-ASCII working directory (#109238)
Victor Stinner
2023-09-10
1
-0/+4
*
gh-50644: Forbid pickling of codecs streams (GH-109180)
Serhiy Storchaka
2023-09-10
1
-0/+4
*
gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)
δΊ‘line
2023-09-10
1
-0/+1
*
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
[next]