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-101860: document `property.__name__` (GH-123399)
Bénédikt Tran
2024-08-28
2
-0/+10
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-1/+1
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
4
-0/+80
*
gh-123254: Improve `tuple` C API docs with more info about errors (#123255)
sobolevn
2024-08-28
1
-8/+16
*
gh-109975: Fix a typo in What's New in Python 3.13 (#123393)
Daniel Hollas
2024-08-27
1
-1/+1
*
GH-117759: Document incremental GC (GH-123266)
Mark Shannon
2024-08-27
2
-15/+53
*
gh-120426: Reword the glossary term "immortal" (GH-123191)
Petr Viktorin
2024-08-27
1
-7/+5
*
GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)
Barney Gale
2024-08-26
1
-12/+2
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
2
-40/+4
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
2
-4/+25
*
gh-82378: Document the difference between sys.tracebacklimit and the limit ar...
CF Bolz-Tereick
2024-08-25
1
-0/+8
*
gh-122982: Extend the deprecation period for bool inversion by two years (#12...
Kirill Podoprigora
2024-08-25
4
-3/+5
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
2
-3/+23
*
GH-109975: Copyedit 3.13 What's New: Optimizations (#123301)
Adam Turner
2024-08-25
1
-14/+25
*
GH-123299: Move ctypes What's New entry to 3.14 (#123300)
Adam Turner
2024-08-25
2
-14/+24
*
GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)
Adam Turner
2024-08-24
2
-355/+480
*
Docs: Fix Makefile syntax (#123287)
Adam Turner
2024-08-24
1
-2/+2
*
gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no lo...
Bar Harel
2024-08-23
1
-1/+1
*
gh-123165: make `dis` functions render positions on demand (#123168)
Bénédikt Tran
2024-08-21
2
-8/+56
*
gh-123084: Turn `shutil.ExecError` into a deprecated alias of `RuntimeError` ...
Peter Bierma
2024-08-21
1
-0/+5
*
gh-109975: Copyedit What's New in Python 3.13 (#123150)
Jelle Zijlstra
2024-08-19
1
-16/+16
*
gh-123049: configparser: Allow to create the unnamed section from scratch. (#...
Pedro Lacerda
2024-08-18
1
-4/+16
*
gh-123110: correct note about _Bool in the struct module docs (GH-123111)
Sergey B Kirpichev
2024-08-18
1
-3/+3
*
Docs: Run ``latexmk`` in parallel when creating PDFs (#123113)
Adam Turner
2024-08-17
1
-17/+32
*
GH-109975: Copyedit 3.13 What's New: Other Language Changes (#123086)
Adam Turner
2024-08-17
1
-102/+156
*
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121...
Sergey B Kirpichev
2024-08-17
1
-3/+3
*
fix typo in dis.rst (#121612)
mathysEthical
2024-08-17
1
-1/+1
*
Remove unneeded verb in the phrase in sys.rst (#122718)
Rafael Fontenelle
2024-08-17
1
-1/+1
*
gh-122519: Adding socket module shutdown() constants description (#122543)
Damien
2024-08-17
1
-0/+7
*
mention pypy somewhat more prominently in the pyrepl section of whatsnew (#12...
CF Bolz-Tereick
2024-08-16
1
-1/+3
*
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
Eddie Elizondo
2024-08-15
2
-6/+22
*
GH-109975: Copyedit 3.13 What's New: New Features (#122990)
Adam Turner
2024-08-15
2
-181/+199
*
GH-103484: Tell linkcheck to ignore debian manpage redirects (#123019)
Rafael Fontenelle
2024-08-14
1
-0/+2
*
gh-123005: Add version added in enum.Flag.__len__ (GH-123007)
Damien
2024-08-14
1
-0/+2
*
Fix doctrees directory for the gettext builder (#122997)
Rafael Fontenelle
2024-08-14
1
-1/+1
*
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner
2024-08-13
3
-13/+23
*
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Adam Turner
2024-08-13
4
-58/+119
*
gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)
Damien
2024-08-12
4
-10/+10
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
2
-39/+20
*
gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (#122702)
sobolevn
2024-08-11
1
-5/+4
*
Docs: Standardise versionchanged text in weakref.rst (#122898)
Rafael Fontenelle
2024-08-11
1
-1/+1
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
2
-1/+6
*
GH-120794: Use example paths with multiple parts in pathlib docs (#122887)
Barney Gale
2024-08-10
1
-8/+8
*
gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)
Adam Turner
2024-08-10
1
-9/+11
*
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis
2024-08-10
2
-0/+27
*
gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)
Adam Turner
2024-08-09
1
-3/+3
*
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner
2024-08-09
3
-23/+7
*
gh-112301: Update documentation for configure options (``--disable-safety`` a...
Nate Ohlson
2024-08-08
1
-4/+17
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
4
-28/+24
*
Docs: Change `remove` to `removes` for consistency (#121072)
smij720
2024-08-07
1
-2/+3
[next]