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
/
Doc
/
whatsnew
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ...
Gregory P. Smith
2023-07-21
1
-8/+0
*
[3.12] gh-103968: What's New: Add porting hints for PyType_From with metaclas...
Miss Islington (bot)
2023-07-11
1
-1/+25
*
[3.12] gh-102988: Detect email address parsing errors and return empty tuple ...
Miss Islington (bot)
2023-07-10
1
-0/+8
*
[3.12] gh-105256: What's New note for comprehension over locals() (GH-106378)...
Miss Islington (bot)
2023-07-06
1
-0/+6
*
[3.12] gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (GH-106272) (#106274)
Miss Islington (bot)
2023-06-30
1
-0/+1
*
[3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...
Miss Islington (bot)
2023-06-26
1
-8/+0
*
[3.12] gh-104212: Explain how to port imp.load_source() (GH-105978) (#106083)
Miss Islington (bot)
2023-06-25
1
-1/+15
*
[3.12] gh-104212: Explain how to port imp code to importlib (GH-105905) (#105...
Miss Islington (bot)
2023-06-20
1
-1/+32
*
[3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#...
Miss Islington (bot)
2023-06-14
1
-0/+5
*
[3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754)
Miss Islington (bot)
2023-06-13
1
-0/+2
*
[3.12] gh-105713: Document that tokenize raises when mixing tabs/spaces (GH-1...
Miss Islington (bot)
2023-06-13
1
-0/+3
*
[3.12] gh-102304: Fix Py_INCREF() for limited C API 3.9 (#105553)
Victor Stinner
2023-06-09
1
-9/+0
*
[3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...
Miss Islington (bot)
2023-06-07
1
-5/+6
*
[3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) (#105352)
Victor Stinner
2023-06-06
1
-0/+9
*
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...
Victor Stinner
2023-06-06
2
-2/+2
*
[3.12] What's New in 3.12: List 'Improved Modules' alphabetically (GH-105315)...
Hugo van Kemenade
2023-06-05
1
-107/+107
*
[3.12] Clarify that error messages are better with PEP 701 (GH-105150) (#105169)
Miss Islington (bot)
2023-06-05
1
-0/+25
*
[3.12] Fix typo in Python 3.12 What's New (GH-105278) (#105282)
Miss Islington (bot)
2023-06-04
1
-2/+2
*
[3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)
Erlend E. Aasland
2023-06-01
1
-0/+4
*
[3.12] gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (GH-105125) (#105143)
Miss Islington (bot)
2023-05-31
1
-0/+7
*
[3.12] gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section ...
Miss Islington (bot)
2023-05-31
1
-0/+3
*
[3.12] Document PEP 698 and other new typing features in What's New (GH-10495...
Miss Islington (bot)
2023-05-28
1
-6/+37
*
[3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExi...
Miss Islington (bot)
2023-05-28
1
-1/+2
*
[3.12] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...
Miss Islington (bot)
2023-05-27
1
-0/+4
*
[3.12] GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104...
Miss Islington (bot)
2023-05-26
1
-0/+6
*
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot)
2023-05-26
1
-2/+73
*
[3.12] Misc updates to Whatsnew 3.12 (GH-104912) (GH-104915)
Miss Islington (bot)
2023-05-25
1
-1/+34
*
[3.12] gh-102856: Add missing quote to fix doctest (GH-104852) (#104854)
Miss Islington (bot)
2023-05-24
1
-1/+1
*
[3.12] gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (GH-...
Miss Islington (bot)
2023-05-24
1
-16/+135
*
[3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760)
Miss Islington (bot)
2023-05-23
1
-0/+9
*
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Serhiy Storchaka
2023-05-22
1
-0/+11
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-0/+6
*
gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#...
Hugo van Kemenade
2023-05-21
1
-0/+10
*
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...
Nikita Sobolev
2023-05-19
1
-0/+5
*
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
thirumurugan
2023-05-18
1
-0/+3
*
gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)
Erlend E. Aasland
2023-05-15
1
-0/+2
*
gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)
Alex Waygood
2023-05-13
1
-2/+2
*
gh-91896: Fixup some docs issues following ByteString deprecation (#104422)
Alex Waygood
2023-05-12
1
-0/+3
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
1
-0/+24
*
gh-97696: Move around and update the whatsnew entry for asyncio eager task fa...
Itamar Ostricher
2023-05-09
1
-5/+5
*
gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)
Zhang Na
2023-05-09
1
-0/+8
*
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static...
Alex Waygood
2023-05-07
1
-3/+4
*
gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3...
Alex Waygood
2023-05-06
1
-0/+13
*
GH-100479: Add `pathlib.PurePath.with_segments()` (GH-103975)
Barney Gale
2023-05-05
1
-0/+5
*
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
Hugo van Kemenade
2023-05-04
1
-2/+6
*
gh-91896: Deprecate collections.abc.ByteString (#102096)
Shantanu
2023-05-04
1
-0/+5
*
gh-102500: Document PEP 688 (#102571)
Jelle Zijlstra
2023-05-04
1
-1/+13
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-0/+15
*
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev
2023-05-03
1
-0/+5
*
gh-103590: mention that the change is included in 3.11.4 and clarify except* ...
Irit Katriel
2023-05-03
1
-1/+2
[next]