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-95196: Disable incorrect pickling of the C implemented classmethod descrip...
Serhiy Storchaka
2022-10-05
1
-0/+1
*
gh-74696: Pass root_dir to custom archivers which support it (GH-94251)
Serhiy Storchaka
2022-10-05
1
-0/+2
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
1
-0/+1
*
gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...
andrei kulakov
2022-10-05
1
-0/+1
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
1
-0/+3
*
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH...
Brandt Bucher
2022-10-05
1
-0/+1
*
gh-97837: Change deprecation warning message in `unittest` (#97838)
Nikita Sobolev
2022-10-05
1
-0/+7
*
gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...
Ev2geny
2022-10-04
1
-0/+1
*
gh-97008: Add a Python implementation of AttributeError and NameError suggest...
Ćukasz Langa
2022-10-04
1
-0/+5
*
gh-96142: add missing params to `dataclass._DataclassParams` (gh-96382)
Nikita Sobolev
2022-10-04
1
-0/+2
*
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner
2022-10-04
1
-0/+6
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
2
-3/+3
*
gh-97639: Remove `tokenize.NL` check from `tabnanny` (#97640)
Nikita Sobolev
2022-10-04
1
-0/+1
*
GH-97752: Clear the `previous` member of newly-created generator/coroutine fr...
Brandt Bucher
2022-10-03
1
-0/+2
*
gh-97799: use inspect.get_annotations in dataclass (#97800)
larryhastings
2022-10-03
1
-0/+2
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
1
-0/+2
*
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner
2022-10-03
1
-0/+3
*
gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...
Serhiy Storchaka
2022-10-03
1
-0/+3
*
gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741)
C.A.M. Gerlach
2022-10-03
1
-0/+2
*
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...
Koki Saito
2022-10-03
1
-0/+1
*
gh-97591: In `Exception.__setstate__()` acquire strong references before call...
Ofey Chan
2022-10-02
1
-0/+2
*
gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)
Gregory P. Smith
2022-10-02
1
-0/+6
*
GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
Guido van Rossum
2022-09-30
1
-0/+1
*
GH-96827: Don't touch closed loops from executor threads (#96837)
Guido van Rossum
2022-09-30
1
-0/+1
*
gh-94526: getpath_dirname() no longer encodes the path (#97645)
Victor Stinner
2022-09-30
1
-0/+4
*
gh-90989: Install Windows launcher per-user, and clarify some installer text ...
Steve Dower
2022-09-30
1
-0/+2
*
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
Steve Dower
2022-09-30
1
-0/+1
*
Use SyntaxError invalid range in tutorial introduction example (GH-93031)
Eddie Hebert
2022-09-30
1
-0/+1
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
1
-0/+2
*
gh-91212: Fixed flickering when the tracer is turned off (#95129)
Shin-myoung-serp
2022-09-29
1
-0/+1
*
gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
Victor Stinner
2022-09-28
1
-0/+3
*
gh-97616: list_resize() checks for integer overflow (#97617)
Victor Stinner
2022-09-28
1
-0/+3
*
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
Kumar Aditya
2022-09-28
1
-0/+3
*
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
LiarPrincess
2022-09-28
1
-0/+1
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
1
-0/+2
*
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
Serhiy Storchaka
2022-09-27
1
-0/+4
*
gh-97545: Make Semaphore run faster. (#97549)
Cyker Way
2022-09-26
1
-0/+1
*
gh-96848: Fix -X int_max_str_digits option parsing (#96988)
Victor Stinner
2022-09-26
1
-0/+3
*
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Kumar Aditya
2022-09-25
1
-0/+1
*
gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)
Mark Dickinson
2022-09-25
1
-0/+1
*
gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)
Oscar Benjamin
2022-09-25
1
-0/+2
*
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
Steve Dower
2022-09-23
1
-0/+1
*
gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-9...
Dong-hee Na
2022-09-23
1
-0/+2
*
GH-85760: Fix race in calling process_exited callback too early (#97009)
Kumar Aditya
2022-09-22
1
-0/+1
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)
Cyker Way
2022-09-22
1
-0/+1
*
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher
2022-09-22
1
-0/+2
*
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Dong-hee Na
2022-09-22
1
-0/+1
*
GH-95921: Fix positions for some chained comparisons (GH-96968)
Brandt Bucher
2022-09-20
1
-0/+2
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-14/+0
*
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Gregory P. Smith
2022-09-19
1
-0/+3
[next]