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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-105376: Remove logging.Logger.warn() method (#105377)
Victor Stinner
2023-06-06
2
-4/+10
*
gh-94172: Update keyfile removal documentation (#105392)
Victor Stinner
2023-06-06
5
-51/+7
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Nikita Sobolev
2023-06-06
1
-1/+1
*
gh-102304: Document Py_INCREF() change in What's New in Python 3.12 (#105389)
Victor Stinner
2023-06-06
2
-9/+9
*
gh-105156: Update Unicode C API: remove deprecation (#105379)
Victor Stinner
2023-06-06
1
-9/+0
*
gh-104783: Remove locale.resetlocale() function (#104784)
Victor Stinner
2023-06-06
3
-10/+5
*
build(deps): bump requests from 2.29.0 to 2.31.0 in /Doc (#105368)
dependabot[bot]
2023-06-06
1
-1/+1
*
gh-102304: Fix up Simple ABI doc (GH-105351)
Victor Stinner
2023-06-06
1
-4/+4
*
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
2
-7/+20
*
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
10
-32/+45
*
gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...
Jakub Kuczys
2023-06-05
1
-0/+14
*
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
3
-10/+21
*
gh-104882: Docs: fix description of relationship between `socket.getblocking(...
Joe Geisbauer
2023-06-04
1
-1/+1
*
Fix typo in Python 3.12 What's New (#105278)
Shantanu
2023-06-04
1
-2/+2
*
gh-104690 Disallow thread creation and fork at interpreter finalization (#104...
chgnrdv
2023-06-04
1
-0/+10
*
gh-89415: Mention new `IP_*` constants in `socket` module in the docs (#105266)
Nikita Sobolev
2023-06-03
1
-1/+2
*
gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() r...
Irit Katriel
2023-06-02
2
-7/+11
*
gh-105184: document that marshal functions can fail and need to be checked wi...
Irit Katriel
2023-06-02
1
-0/+4
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
5
-75/+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
3
-0/+36
*
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner
2023-06-01
4
-84/+17
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
2
-1/+1
*
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner
2023-06-01
1
-40/+20
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
10
-323/+105
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
2
-0/+7
*
Clarify that error messages are better with PEP 701 (#105150)
Pablo Galindo Salgado
2023-05-31
1
-0/+25
*
gh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SA...
Irit Katriel
2023-05-31
1
-0/+34
*
gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)
Victor Stinner
2023-05-31
1
-1/+1
*
gh-105096: Deprecate wave getmarkers() method (#105098)
Victor Stinner
2023-05-31
2
-0/+12
*
gh-62948: IOBase finalizer logs close() errors (#105104)
Victor Stinner
2023-05-31
1
-0/+9
*
gh-105096: Reformat wave documentation (#105136)
Victor Stinner
2023-05-31
2
-100/+106
*
gh-105107: Remove PyEval_CallFunction() function (#105108)
Victor Stinner
2023-05-31
2
-3/+15
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
3
-12/+19
*
gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (#105126)
Carl Meyer
2023-05-31
1
-0/+3
*
gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (#105125)
Carl Meyer
2023-05-31
1
-0/+7
*
GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)
Barney Gale
2023-05-30
2
-0/+14
*
gh-105071: add missing versionadded directive (#105097)
Irit Katriel
2023-05-30
1
-0/+2
*
gh-103921: Minor PEP-695 fixes to the `ast` module docs (#105093)
Alex Waygood
2023-05-30
1
-5/+5
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
1
-0/+10
*
GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...
Jakub Kuczys
2023-05-29
1
-1/+18
*
GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)
Barney Gale
2023-05-29
2
-2/+24
*
gh-97908: CAPI docs: Remove repeated struct names from member docs (GH-100054)
Petr Viktorin
2023-05-29
2
-8/+23
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Steve Dower
2023-05-29
1
-0/+18
*
Document PEP 698 and other new typing features in What's New (#104957)
Jelle Zijlstra
2023-05-28
1
-6/+37
*
gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's dep...
Hugo van Kemenade
2023-05-28
1
-1/+2
*
gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)
Hugo van Kemenade
2023-05-27
1
-0/+5
[prev]
[next]