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
*
gh-102988: Detect email address parsing errors and return empty tuple to indi...
Thomas Dwyer
2023-07-10
1
-0/+8
*
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade
2023-07-10
1
-1/+2
*
gh-105733: Fix ctypes What's New entry (#106576)
Victor Stinner
2023-07-10
1
-1/+1
*
gh-105373: Doc lists pending removals (#106540)
Victor Stinner
2023-07-09
1
-3/+296
*
gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)
Victor Stinner
2023-07-09
1
-4/+5
*
gh-105373: Remove C API global config vars in Python 3.14 (#106538)
Victor Stinner
2023-07-07
1
-28/+31
*
gh-105373: Doc lists pending C API removals (#106537)
Victor Stinner
2023-07-07
1
-0/+80
*
gh-105256: What's New note for comprehension over locals() (#106378)
Carl Meyer
2023-07-06
1
-0/+6
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
1
-0/+7
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-0/+3
*
gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (#106272)
Victor Stinner
2023-06-30
1
-0/+1
*
gh-106023: Remove _PyObject_FastCall() function (#106265)
Victor Stinner
2023-06-30
1
-0/+5
*
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner
2023-06-28
1
-0/+6
*
Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...
Ćukasz Langa
2023-06-26
1
-8/+0
*
GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...
Barney Gale
2023-06-26
1
-3/+4
*
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
Victor Stinner
2023-06-26
1
-1/+9
*
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner
2023-06-26
1
-0/+14
*
GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)
Barney Gale
2023-06-22
1
-0/+4
*
gh-104212: Explain how to port imp.load_source() (#105978)
Victor Stinner
2023-06-21
1
-1/+15
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
1
-0/+4
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-0/+5
*
gh-104212: Explain how to port imp code to importlib (#105905)
Victor Stinner
2023-06-19
1
-1/+32
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
1
-0/+3
*
gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)
Alex Waygood
2023-06-14
1
-6/+9
*
gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...
Alex Waygood
2023-06-14
1
-0/+11
*
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
Jelle Zijlstra
2023-06-14
1
-0/+8
*
gh-105687: Remove deprecated objects from `re` module (#105688)
Nikita Sobolev
2023-06-14
1
-0/+4
*
gh-105387: Limited C API implements Py_INCREF() as func (#105388)
Victor Stinner
2023-06-14
1
-0/+5
*
gh-98040: Fix importbench: use types.ModuleType() (#105743)
Victor Stinner
2023-06-13
1
-0/+2
*
gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)
Victor Stinner
2023-06-13
1
-0/+6
*
gh-105713: Document that tokenize raises when mixing tabs/spaces (#105723)
Lysandros Nikolaou
2023-06-13
1
-0/+3
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
1
-0/+5
*
gh-102304: Remove Py_INCREF() doc change (#105552)
Victor Stinner
2023-06-09
1
-9/+0
*
gh-105545: Remove deprecated `MacOSXOSAScript._name` (gh-105546)
Nikita Sobolev
2023-06-09
1
-0/+5
*
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)
Victor Stinner
2023-06-09
1
-0/+5
*
gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...
Pablo Galindo Salgado
2023-06-07
1
-5/+6
*
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner
2023-06-06
1
-0/+8
*
gh-105376: Remove logging.Logger.warn() method (#105377)
Victor Stinner
2023-06-06
1
-0/+6
*
gh-102304: Document Py_INCREF() change in What's New in Python 3.12 (#105389)
Victor Stinner
2023-06-06
2
-9/+9
*
gh-104783: Remove locale.resetlocale() function (#104784)
Victor Stinner
2023-06-06
2
-0/+5
*
gh-105268: Remove _PyGC_FINALIZED() macro (#105350)
Victor Stinner
2023-06-06
1
-0/+7
*
gh-105292: Add option to make traceback.TracebackException.format_exception_o...
Irit Katriel
2023-06-06
1
-0/+7
*
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Victor Stinner
2023-06-06
1
-0/+9
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
2
-2/+2
*
What's New in 3.12: List 'Improved Modules' alphabetically (#105315)
Hugo van Kemenade
2023-06-05
1
-107/+107
*
gh-80480: array: Add 'w' typecode. (#105242)
Inada Naoki
2023-06-04
1
-0/+7
*
Fix typo in Python 3.12 What's New (#105278)
Shantanu
2023-06-04
1
-2/+2
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
1
-0/+36
*
GH-89886: Bump to GNU Autoconf v2.71 (#104925)
Erlend E. Aasland
2023-06-01
2
-0/+8
*
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner
2023-06-01
1
-0/+14
[next]