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
*
bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156)
Gregory Beauregard
2022-02-06
1
-0/+1
*
bpo-46640: Py_NAN now uses the C99 NAN constant (GH-31134)
Victor Stinner
2022-02-06
1
-0/+4
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-0/+9
*
bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)
andrei kulakov
2022-02-05
1
-0/+2
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
1
-0/+2
*
Merge remote-tracking branch 'upstream/main'
Pablo Galindo
2022-02-03
2
-0/+2
|
\
|
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Terry Jan Reedy
2022-02-03
1
-0/+1
|
*
closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)
Benjamin Peterson
2022-02-03
1
-0/+1
*
|
Python 3.11.0a5
v3.11.0a5
Pablo Galindo
2022-02-03
96
-198/+986
|
/
*
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...
Géry Ogam
2022-02-03
1
-0/+3
*
bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...
Miro Hrončok
2022-02-03
1
-0/+1
*
bpo-45885: Add more stats for COMPARE_OP in specialize.c (GH-31040)
Dennis Sweeney
2022-02-03
1
-0/+1
*
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Brandt Bucher
2022-02-03
1
-0/+1
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
1
-0/+3
*
bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
Nikita Sobolev
2022-02-03
2
-2/+1
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
1
-0/+1
*
Restrict use of Mock objects as specs (GH-31090)
Matthew Suozzo
2022-02-03
1
-0/+1
*
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator...
Gregory P. Smith
2022-02-02
1
-0/+3
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Steve Dower
2022-02-02
1
-0/+2
*
bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)
Hugo van Kemenade
2022-02-02
1
-0/+1
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
1
-0/+2
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-0/+2
*
bpo-43012: remove `pathlib._Accessor` (GH-25701)
Barney Gale
2022-02-02
1
-0/+2
*
bpo-46414: Add typing.reveal_type (#30646)
Jelle Zijlstra
2022-02-02
1
-0/+1
*
bpo-46602: Do not append conftest.c (GH-31062)
adanhawth
2022-02-02
1
-0/+1
*
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
Victor Stinner
2022-02-02
1
-0/+2
*
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Wes
2022-02-02
1
-0/+1
*
bpo-14916: use specified tokenizer fd for file input (GH-31006)
Paul m. p. P
2022-02-01
1
-0/+1
*
bpo-46600: Fix test_gdb.test_pycfunction() for clang -Og (GH-31058)
Victor Stinner
2022-02-01
1
-0/+2
*
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...
Emiya
2022-02-01
1
-0/+1
*
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)
Kumar Aditya
2022-02-01
1
-0/+1
*
bpo-46600: ./configure --with-pydebug uses -Og with clang (GH-31052)
Victor Stinner
2022-02-01
1
-0/+3
*
bpo-46564: do not create frame object for super object (GH-31002)
Kumar Aditya
2022-02-01
1
-0/+1
*
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
Victor Stinner
2022-01-31
1
-0/+2
*
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)
Barney Gale
2022-01-28
1
-0/+1
*
bpo-43112: detect musl as a separate SOABI (GH-24502)
Natanael Copa
2022-01-28
1
-0/+1
*
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...
Kumar Aditya
2022-01-28
1
-0/+1
*
bpo-46553: allow bare typing.ClassVar annotations (#30983)
Gregory Beauregard
2022-01-28
1
-0/+1
*
bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)
Steve Dower
2022-01-28
1
-0/+2
*
bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)
Kumar Aditya
2022-01-28
1
-0/+1
*
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon
2022-01-28
1
-0/+12
*
bpo-46407: Optimizing some modulo operations (GH-30653)
Crowthebird
2022-01-28
1
-0/+1
*
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
Victor Stinner
2022-01-28
1
-0/+2
*
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
Victor Stinner
2022-01-27
1
-0/+4
*
bpo-46458: emit code for else of a try block immediately after the try body (...
Irit Katriel
2022-01-27
1
-0/+4
*
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya
2022-01-27
1
-0/+1
*
bpo-44791: Fix substitution of ParamSpec in Concatenate with different parame...
Serhiy Storchaka
2022-01-27
1
-0/+5
*
bpo-46544: Do not leak `x` and `uspace` in textwrap.TextWrapper (GH-30955)
Nikita Sobolev
2022-01-27
1
-0/+2
*
bpo-40280: Use presence of msvcrt module to detect Windows (GH-30930)
Christian Heimes
2022-01-27
1
-2/+2
*
bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)
Gregory P. Smith
2022-01-27
1
-0/+3
[next]