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
...
*
GH-110109: Simplify pathlib test setup (#110308)
Barney Gale
2023-10-10
1
-76/+42
*
gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...
Radislav Chugunov
2023-10-10
4
-4/+30
*
gh-108303: Move all inspect test files to `test_inspect/` (#109607)
Nikita Sobolev
2023-10-10
11
-7/+15
*
gh-110525: Add tests for internal `set` CAPI (GH-110630)
Nikita Sobolev
2023-10-10
6
-3/+117
*
gh-110631: Set three-space indents for reST in EditorConfig (#110635)
Hugo van Kemenade
2023-10-10
1
-0/+3
*
gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)
Donghee Na
2023-10-10
1
-4/+3
*
GH-109408: Move the C file whitespace check from patchcheck to pre-commit (#1...
Adam Turner
2023-10-10
3
-90/+23
*
Don't doubly-parallelise sphinx-lint (#110617)
Adam Turner
2023-10-10
1
-0/+1
*
gh-110050: Adjust the newline position in the TypeError message of the random...
Yilei Yang
2023-10-10
1
-2/+2
*
gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207)
Nikita Sobolev
2023-10-10
2
-26/+52
*
gh-110388: Add tests for tty (GH-110394)
Serhiy Storchaka
2023-10-10
2
-0/+81
*
gh-81002: Add tests for termios (GH-110386)
Serhiy Storchaka
2023-10-10
2
-0/+221
*
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
Nikita Sobolev
2023-10-10
3
-0/+9
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
15
-11/+192
*
gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_as...
Serhiy Storchaka
2023-10-10
1
-9/+5
*
gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#11...
Alex Waygood
2023-10-10
4
-5/+20
*
gh-84570: Implement Waiting in SendChannel.send() (gh-110565)
Eric Snow
2023-10-10
4
-109/+182
*
gh-107652: Fix CIFuzz typo (#110602)
Nikita Sobolev
2023-10-10
1
-1/+1
*
GH-109408: Move the Python file whitespace check from patchcheck to pre-commi...
Adam Turner
2023-10-10
2
-25/+16
*
Remove an old macro from executor.c (#110597)
Brandt Bucher
2023-10-10
1
-3/+0
*
GH-104584: Fix refleak when tracing through calls (GH-110593)
Brandt Bucher
2023-10-10
2
-1/+2
*
Add some 'meta hooks' to our pre-commit config (#110587)
Alex Waygood
2023-10-10
1
-0/+5
*
gh-109408: Add the docs whitespace check from patchcheck to pre-commit (#109854)
Hugo van Kemenade
2023-10-10
2
-33/+13
*
gh-110558: Run ruff on Argument Clinic in CI (#110559)
Alex Waygood
2023-10-10
5
-4/+21
*
gh-110378: Close invalid generators in contextmanager and asynccontextmanager...
Serhiy Storchaka
2023-10-10
4
-7/+43
*
Fix CIFuzz build (#110576)
Nikita Sobolev
2023-10-10
1
-3/+7
*
gh-109693: Use pyatomic.h for signal module (gh-110480)
Donghee Na
2023-10-09
3
-27/+26
*
Remove unused `SPHINXLINT` var from `Doc/Makefile`. (#110570)
Ezio Melotti
2023-10-09
1
-1/+0
*
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
Jakub KulĂk
2023-10-09
4
-2/+23
*
gh-106765: Updates Windows installer build instructions to clarify system req...
Ashish Shirodkar
2023-10-09
2
-0/+10
*
gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)
Illia Volochii
2023-10-09
3
-0/+66
*
gh-110519: Improve deprecation warning in the gettext module (#110520)
Serhiy Storchaka
2023-10-09
3
-51/+144
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
13
-67/+467
*
gh-109191: Fix build with newer editline (gh-110239)
Bo Anderson
2023-10-09
5
-1/+31
*
gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of D...
Steve Dower
2023-10-09
2
-1/+6
*
gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544)
Nikita Sobolev
2023-10-09
1
-0/+37
*
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
Nikita Sobolev
2023-10-09
3
-6/+0
*
gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)
jtranquilli
2023-10-09
2
-3/+4
*
gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110...
Nikita Sobolev
2023-10-09
5
-9/+11
*
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
Nikita Sobolev
2023-10-09
6
-1/+383
*
gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)
Tian Gao
2023-10-09
3
-1/+27
*
gh-106670: Set convenience variable for post mortem debugging (#110493)
Tian Gao
2023-10-09
3
-0/+15
*
Remove unused imports in multiprocessing docs example (#109984)
Albert Villanova del Moral
2023-10-09
1
-1/+0
*
gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535)
partev
2023-10-09
1
-1/+1
*
gh-108277: Fix test_os TimerfdTests (#110515)
Victor Stinner
2023-10-08
1
-3/+11
*
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
Serhiy Storchaka
2023-10-08
4
-0/+29
*
gh-110378: Move to `IsolatedAsyncTestCase` in `test_contextlib_async.py` (#11...
Nikita Sobolev
2023-10-08
1
-51/+5
*
Update floatingpoint.rst (#110509)
zipperer
2023-10-08
1
-1/+1
*
gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)
denballakh
2023-10-08
2
-3/+12
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
17
-5/+1527
[prev]
[next]