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-107932: Fix dis module for bytecode that does not have an associated sourc...
Corvin
2023-08-25
1
-0/+1
*
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...
Peeyush Aggarwal
2023-08-25
1
-0/+1
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-0/+4
*
gh-108447: Detect platform triplets for x86_64 GNU/Hurd (#108045)
Samuel Thibault
2023-08-24
1
-0/+1
*
gh-108388: Convert test_concurrent_futures to package (#108401)
Victor Stinner
2023-08-24
1
-0/+2
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-0/+4
*
gh-95855: Refactor platform triplet detection code, add detection for MIPS so...
Jeffery To
2023-08-24
1
-0/+2
*
gh-108111: Flush gzip write buffer before seeking, fixing bad writes (#108341)
Chris Markiewicz
2023-08-24
1
-0/+2
*
gh-108388: Split test_multiprocessing_spawn (#108396)
Victor Stinner
2023-08-24
1
-0/+4
*
gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process bef...
albanD
2023-08-23
1
-0/+1
*
gh-107811: tarfile: treat overflow in UID/GID as failure to set it (#108369)
Petr Viktorin
2023-08-23
1
-0/+3
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
1
-0/+2
*
gh-107298: Fix a few more refs in the C API docs (GH-108361)
Serhiy Storchaka
2023-08-23
3
-4/+4
*
gh-50002: xml.dom.minidom now preserves whitespaces in attributes (GH-107947)
Serhiy Storchaka
2023-08-23
2
-0/+2
*
gh-108294: Add time.sleep audit event (GH-108298)
Petr Viktorin
2023-08-23
1
-0/+1
*
gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)
Victor Stinner
2023-08-23
1
-0/+2
*
gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108...
Ćukasz Langa
2023-08-22
1
-0/+7
*
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka
2023-08-22
6
-18/+18
*
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...
Erlend E. Aasland
2023-08-22
1
-0/+3
*
gh-106242: Make ntpath.realpath errors consistent with abspath when there are...
Steve Dower
2023-08-22
1
-0/+4
*
gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop ...
Irit Katriel
2023-08-21
1
-0/+1
*
gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)
Serhiy Storchaka
2023-08-21
1
-3/+3
*
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
1
-0/+8
*
Run sphinx-lint on Misc/NEWS.d/next/ (#108212)
Hugo van Kemenade
2023-08-21
13
-17/+17
*
gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
balmeida-nokia
2023-08-21
1
-0/+1
*
gh-107916: Save the error code before decoding the filename in PyErr_SetFromE...
Serhiy Storchaka
2023-08-21
1
-0/+4
*
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
Petr Viktorin
2023-08-21
1
-0/+3
*
gh-105736: Sync pure python version of OrderedDict with the C version (#108098)
Raymond Hettinger
2023-08-21
1
-0/+3
*
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC...
Nikita Sobolev
2023-08-21
1
-0/+2
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
1
-0/+4
*
gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)
Serhiy Storchaka
2023-08-19
1
-0/+3
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
1
-0/+4
*
gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)
Ned Deily
2023-08-18
1
-0/+1
*
gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v...
Ned Deily
2023-08-18
1
-0/+2
*
gh-107995: Fix doctest collection of functools.cached_property objects (#107996)
Tyler Smart
2023-08-18
1
-0/+5
*
gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .clos...
Erlend E. Aasland
2023-08-18
1
-0/+3
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
1
-0/+2
*
gh-107944: Improve error message for function calls with bad keyword argument...
Pablo Galindo Salgado
2023-08-17
1
-0/+2
*
gh-102029: Deprecate passing arguments to `_PyRLock` in `threading` (#102071)
Nikita Sobolev
2023-08-17
1
-0/+1
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
1
-0/+4
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
1
-0/+2
*
gh-56166: Deprecate passing confusing positional arguments in re functions (#...
Serhiy Storchaka
2023-08-16
1
-0/+3
*
gh-105724: Add location information to `assert` errors (GH-105935)
Nikita Sobolev
2023-08-16
1
-0/+1
*
gh-100061: Proper fix of the bug in the matching of possessive quantifiers (G...
SKO
2023-08-16
1
-0/+2
*
gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 behavior (G...
6t8k
2023-08-16
1
-0/+5
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
1
-0/+1
*
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack
2023-08-15
1
-0/+1
*
gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)
Dong-hee Na
2023-08-15
1
-0/+2
*
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...
Erlend E. Aasland
2023-08-15
1
-0/+3
*
gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)
Romuald Brunet
2023-08-15
1
-0/+1
[next]