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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101860: document `property.__name__` (GH-123399)
Bénédikt Tran
2024-08-28
1
-0/+7
*
GH-117759: Document incremental GC (GH-123266)
Mark Shannon
2024-08-27
1
-15/+40
*
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
1
-37/+2
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
1
-0/+21
*
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
1
-1/+1
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
1
-2/+19
*
GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)
Adam Turner
2024-08-24
1
-0/+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
1
-8/+40
*
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
*
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
*
gh-123005: Add version added in enum.Flag.__len__ (GH-123007)
Damien
2024-08-14
1
-0/+2
*
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner
2024-08-13
2
-13/+19
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
1
-35/+18
*
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
1
-1/+1
*
GH-120794: Use example paths with multiple parts in pathlib docs (#122887)
Barney Gale
2024-08-10
1
-8/+8
*
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis
2024-08-10
1
-0/+18
*
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner
2024-08-09
1
-13/+4
*
Docs: Change `remove` to `removes` for consistency (#121072)
smij720
2024-08-07
1
-2/+3
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
1
-21/+28
*
gh-121103: Update site module docs for free-threaded installs (#122737)
Sam Gross
2024-08-06
1
-4/+13
*
gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, ...
Kirill Podoprigora
2024-08-06
1
-0/+25
*
gh-121367: [doc] BUILD_TUPLE arg can be 0 (#122663)
Irit Katriel
2024-08-05
1
-4/+8
*
Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (#122646)
scottwoodall
2024-08-03
1
-1/+1
*
Doc: Improve wording of ``os.path.commonpath()`` (#122627)
Matth-M
2024-08-03
1
-1/+1
*
gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...
Bénédikt Tran
2024-08-02
1
-3/+6
*
Fix typos in docs, error messages and comments (#122502)
jianghuyiyuan
2024-08-01
1
-1/+1
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
1
-20/+5
*
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin
2024-07-30
2
-0/+25
*
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...
Petr Viktorin
2024-07-30
1
-0/+9
*
GH-121462: pathlib docs: improve table of corresponding os/os.path functions ...
Barney Gale
2024-07-27
1
-36/+51
*
Document ``mimetypes.MimeTypes.add_type()`` (#122301)
Subrahmanya Gaonkar
2024-07-26
1
-0/+10
*
gh-122300: Preserve AST nodes for format specifiers with single elements (#12...
Pablo Galindo Salgado
2024-07-26
1
-1/+3
*
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson
2024-07-26
2
-32/+55
*
GH-116090: Fix test and clarify behavior for exception events when exhausting...
Mark Shannon
2024-07-26
1
-0/+4
*
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon
2024-07-25
1
-9/+0
*
Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083)
Ville Skyttä
2024-07-23
1
-1/+1
*
gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)
Bénédikt Tran
2024-07-22
1
-0/+16
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
1
-2/+13
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
18
-25/+25
*
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee
2024-07-21
1
-1/+9
*
Delete stale note about mp.Lock.acquire/SIGINT (#120929)
Andrey Mishchenko
2024-07-21
1
-11/+0
*
gh-121977: Add tips for handling unhashable data (#122075)
Raymond Hettinger
2024-07-21
1
-0/+6
*
GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)
Barney Gale
2024-07-20
1
-1/+9
[next]