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-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
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
1
-0/+28
*
Docs: Fix duplicate object description warnings (#122068)
Adam Turner
2024-07-20
2
-0/+2
*
gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)
Rodrigo Oliveira
2024-07-19
1
-5/+12
*
gh-121160: Note that readline libraries using different history formats. (GH-...
Petr Viktorin
2024-07-19
1
-0/+4
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
23
-85/+85
*
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)
Kirill Podoprigora
2024-07-19
1
-1/+1
*
gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271)
Serhiy Storchaka
2024-07-19
1
-9/+18
*
gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666)
Vlastimil Zíma
2024-07-18
1
-0/+14
*
gh-121874: Define audit-event open parameters consistently (GH-121883)
Bernhard M. Wiedemann
2024-07-18
1
-1/+1
*
gh-83648: Use versionadded in 'deprecated' description (GH-121877)
Zachary Ware
2024-07-16
1
-1/+1
*
gh-121130: Fix f-string format specifiers with debug expressions (#121150)
Pablo Galindo Salgado
2024-07-16
1
-3/+1
*
gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)
Andreas Stocker
2024-07-16
1
-3/+3
*
gh-120522: Revert "Add a `--with-app-store-compliance` configure option to pa...
Ned Deily
2024-07-16
1
-9/+1
*
gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.rst (#11...
edson duarte
2024-07-16
1
-24/+24
*
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Serhiy Storchaka
2024-07-15
2
-0/+40
*
gh-117765: Improve documentation for `mocker.patch.dict` (#121755)
Dominic H
2024-07-15
1
-1/+2
*
gh-57141: Make shallow argument to filecmp.dircmp keyword-only (#121767)
Jelle Zijlstra
2024-07-14
1
-1/+1
*
gh-64308: Remove TestProgram from the unittest docs (GH-121675)
Jan Musílek
2024-07-14
1
-2/+2
*
gh-73159 Added clarifications in multiprocessing docs on that objects are pic...
Ulrik Södergren
2024-07-13
1
-0/+10
*
gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)
mirelagrigoras
2024-07-13
1
-1/+1
*
gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664)
Timon Viola
2024-07-13
1
-14/+44
*
gh-121333: Clarify what is the default executor for asyncio.run_in_executor (...
AN Long
2024-07-09
1
-0/+3
*
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
Hugo van Kemenade
2024-07-08
1
-1/+1
*
gh-121461: Fix os.path.normpath documentation indentation (#121466)
CBerJun
2024-07-08
1
-1/+1
*
GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806)
Barney Gale
2024-07-06
1
-6/+6
*
Update example of str.split, bytes.split (#121287)
Yuxin Wu
2024-07-05
1
-6/+10
*
gh-121149: improve accuracy of builtin sum() for complex inputs (gh-121176)
Sergey B Kirpichev
2024-07-05
1
-0/+4
*
gh-90437: Fix __main__.py documentation wording (GH-116309)
Ali Tavallaie
2024-07-04
1
-3/+3
*
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev
2024-07-03
1
-0/+20
*
Docs: Add `os.splice` flags argument (#109847)
Amin Alaee
2024-07-03
1
-1/+20
*
gh-111872: Document the max_children attribute for `socketserver.ForkingMixIn...
AN Long
2024-07-03
1
-0/+6
*
GH-73991: Support copying directory symlinks on older Windows (#120807)
Barney Gale
2024-07-03
1
-5/+0
*
gh-121196: Document `dict.fromkeys` params as pos-only (#121197)
sobolevn
2024-07-01
1
-1/+1
*
gh-120743: Soft deprecate os.popen() function (#120744)
Victor Stinner
2024-07-01
1
-1/+9
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
1
-0/+18
*
gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...
Kirill Podoprigora
2024-06-30
1
-0/+2
*
gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...
Russell Keith-Magee
2024-06-30
1
-1/+9
*
GH-119054: Add alt text to pathlib inheritance diagram (#121158)
Barney Gale
2024-06-29
1
-0/+6
*
GH-119054: Add "Expanding and resolving paths" section to pathlib docs. (#120...
Barney Gale
2024-06-29
1
-101/+101
[next]