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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix indentation in `__post_init__` documentation. (gh-114666)
Bhushan Mohanraj
2024-01-28
1
-2/+2
*
Correction Skip Montanaro's email address (#114677)
Skip Montanaro
2024-01-28
4
-5/+5
*
Use bool in fileinput.input() docstring and tests for the inplace argument (G...
Ville Skyttä
2024-01-27
2
-3/+3
*
GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#114623)
Barney Gale
2024-01-27
3
-5/+6
*
gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647)
Serhiy Storchaka
2024-01-27
1
-1/+21
*
gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646)
Nikita Sobolev
2024-01-27
2
-4/+4
*
gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)
Hugo van Kemenade
2024-01-27
15
-70/+70
*
gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113...
Charlie Zhao
2024-01-27
1
-2/+10
*
gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)
Nikita Sobolev
2024-01-27
2
-9/+8
*
Fix `c-api/file.rst` indexes (GH-114608)
Nikita Sobolev
2024-01-27
1
-2/+3
*
Simplify concurrent.futures.process code by using itertools.batched() (GH-114...
NewUserHa
2024-01-27
1
-11/+1
*
gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891)
Sergey B Kirpichev
2024-01-27
1
-6/+2
*
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer
2024-01-27
9
-24/+157
*
Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)
Barney Gale
2024-01-27
2
-627/+625
*
Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)
Barney Gale
2024-01-27
1
-70/+128
*
pathlib tests: annotate tests needing symlinks with decorator (#114625)
Barney Gale
2024-01-26
2
-48/+55
*
gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491)
Aiden Fox Ivey
2024-01-26
2
-0/+3
*
gh-114494: Change logging docstring to bool for exec_info (GH=114558)
Tristan Pank
2024-01-26
1
-6/+6
*
Add More Entries to CODEOWNERS (#114617)
Eric Snow
2024-01-26
1
-1/+40
*
gh-88569: add `ntpath.isreserved()` (#95486)
Barney Gale
2024-01-26
8
-72/+154
*
Docs: rework the dbm.dumb introduction (#114550)
Erlend E. Aasland
2024-01-26
1
-30/+36
*
Document PyOS_strtoul and PyOS_strtol (GH-114048)
Sergey B Kirpichev
2024-01-26
1
-0/+36
*
gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...
Steve Dower
2024-01-26
1
-4/+3
*
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
Steve Dower
2024-01-26
2
-13/+17
*
gh-112087: Make list_repr and list_length to be thread-safe (gh-114582)
Donghee Na
2024-01-26
2
-10/+21
*
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
Donghee Na
2024-01-26
8
-25/+25
*
gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold...
Rito Takeuchi
2024-01-26
3
-1/+27
*
Docs: mark up dbm.open() with param list (#114601)
Erlend E. Aasland
2024-01-26
1
-26/+26
*
gh-114272: Allow _wmi audit test to succeed even if it times out (GH-114602)
Steve Dower
2024-01-26
1
-1/+7
*
Docs: 'still' is a better word than 'nonetheless' (#114598)
Ned Batchelder
2024-01-26
3
-3/+3
*
Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (#114594)
Erlend E. Aasland
2024-01-26
1
-5/+5
*
Docs: reword dbm.ndbm introduction (#114549)
Erlend E. Aasland
2024-01-26
1
-21/+26
*
Docs: rework dbm introduction (#114551)
Erlend E. Aasland
2024-01-26
1
-10/+11
*
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Erlend E. Aasland
2024-01-26
7
-33/+36
*
gh-114312: Fix rare event counter tests on aarch64 (GH-114554)
Michael Droettboom
2024-01-26
1
-5/+5
*
Docs: reword dbm.gnu introduction (#114548)
Erlend E. Aasland
2024-01-26
1
-20/+21
*
gh-101100: Fix sphinx warnings in `c-api/file.rst` (#114546)
Nikita Sobolev
2024-01-26
3
-4/+15
*
gh-114250: Fetch metadata for pip and its vendored dependencies from PyPI (#1...
Seth Michael Larson
2024-01-26
2
-50/+837
*
gh-112451: Prohibit subclassing of datetime.timezone. (#114190)
Mariusz Felisiak
2024-01-26
3
-0/+9
*
GH-73435: Add `pathlib.PurePath.full_match()` (#114350)
Barney Gale
2024-01-26
6
-72/+155
*
Add CODEOWNERS for dbm (gh-114555)
Donghee Na
2024-01-25
1
-0/+3
*
gh-107901: compiler replaces POP_BLOCK instruction by NOPs before optimisatio...
Irit Katriel
2024-01-25
1
-1/+2
*
gh-114561: Mark some tests in ``test_wincosoleio`` with `requires_resource('c...
Kirill Podoprigora
2024-01-25
1
-1/+4
*
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
Nikita Sobolev
2024-01-25
5
-14/+52
*
gh-112529: Implement GC for free-threaded builds (#114262)
Sam Gross
2024-01-25
18
-22/+1952
*
gh-112075: Add try-incref functions from nogil branch for use in dict thread ...
Dino Viehland
2024-01-25
1
-0/+136
*
gh-111051: Check if file is modifed during debugging in `pdb` (#111052)
Tian Gao
2024-01-25
3
-0/+103
*
Doc/library/sys.monitoring.rst: remove contradictory paragraph. (GH-113619)
Ned Batchelder
2024-01-25
1
-3/+0
*
gh-77465: Increase test coverage for the numbers module (GH-111738)
AN Long
2024-01-25
1
-1/+157
*
gh-114265: remove i_loc_propagated, jump threading does not consider line num...
Irit Katriel
2024-01-25
2
-42/+49
[next]