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
*
[3.12] gh-110631: Fix reST indentation (GH-110724) (#110738)
Ezio Melotti
2023-10-11
7
-53/+51
*
[3.12] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110736)
Miss Islington (bot)
2023-10-11
34
-926/+933
*
[3.12] gh-108826: Document `dis` module CLI and rename `_test` function to `m...
Hugo van Kemenade
2023-10-11
12
-3/+95
*
[3.12] gh-65052: Prevent pdb from crashing when trying to display objects (GH...
Miss Islington (bot)
2023-10-11
3
-7/+62
*
[3.12] gh-109408: Revert pre-commit whitespace checks pending portable soluti...
Miss Islington (bot)
2023-10-11
2
-34/+110
*
[3.12] gh-76106: Remove the cleanup lock in test_socket (GH-110539) (GH-110699)
Miss Islington (bot)
2023-10-11
1
-24/+2
*
[3.12] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632)...
Ezio Melotti
2023-10-11
6
-191/+191
*
[3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)
Miss Islington (bot)
2023-10-11
2
-0/+117
*
[3.12] GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (GH-...
Barney Gale
2023-10-11
3
-6/+15
*
[3.12] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-1...
Miss Islington (bot)
2023-10-11
1
-1/+1
*
[3.12] gh-110666: Fix multiprocessing test_terminate() elapsed (GH-110667) (#...
Miss Islington (bot)
2023-10-11
1
-20/+15
*
[3.12] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-...
Miss Islington (bot)
2023-10-11
4
-10/+15
*
[3.12] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#1...
Miss Islington (bot)
2023-10-11
2
-2/+4
*
[3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (...
Miss Islington (bot)
2023-10-10
42
-29/+32
*
[3.12] gh-110631: Set three-space indents for reST in EditorConfig (GH-110635...
Miss Islington (bot)
2023-10-10
1
-0/+3
*
[3.12] GH-109408: Move the C file whitespace check from patchcheck to pre-com...
Adam Turner
2023-10-10
3
-90/+23
*
[3.12] GH-109408: Move the Python file whitespace check from patchcheck to pr...
Miss Islington (bot)
2023-10-10
2
-25/+16
*
[3.12] Don't doubly-parallelise sphinx-lint (GH-110617) (#110626)
Miss Islington (bot)
2023-10-10
1
-0/+1
*
[3.12] gh-110388: Add tests for tty (GH-110394) (#110621)
Miss Islington (bot)
2023-10-10
2
-0/+81
*
[3.12] gh-81002: Add tests for termios (GH-110386) (GH-110619)
Miss Islington (bot)
2023-10-10
2
-0/+221
*
[3.12] gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-11020...
Miss Islington (bot)
2023-10-10
2
-26/+52
*
[3.12] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contex...
Miss Islington (bot)
2023-10-10
1
-9/+5
*
[3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...
Miss Islington (bot)
2023-10-10
3
-0/+9
*
[3.12] gh-110558: Enable ruff's pyupgrade rules when running on Argument Clin...
Miss Islington (bot)
2023-10-10
4
-5/+20
*
[3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110...
Miss Islington (bot)
2023-10-10
4
-2/+23
*
[3.12] gh-110378: Close invalid generators in contextmanager and asynccontext...
Miss Islington (bot)
2023-10-10
4
-7/+43
*
[3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598)
Alex Waygood
2023-10-10
5
-3/+21
*
[3.12] gh-109408: Add the docs whitespace check from patchcheck to pre-commit...
Miss Islington (bot)
2023-10-10
2
-33/+13
*
[3.12] Add some 'meta hooks' to our pre-commit config (GH-110587) (#110599)
Miss Islington (bot)
2023-10-10
1
-0/+5
*
[3.12] Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570) (#110585)
Miss Islington (bot)
2023-10-10
1
-1/+0
*
[3.12] gh-110519: Improve deprecation warning in the gettext module (GH-11052...
Miss Islington (bot)
2023-10-09
3
-51/+144
*
[3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)
Miss Islington (bot)
2023-10-09
5
-1/+31
*
[3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-11055...
Serhiy Storchaka
2023-10-09
3
-6/+0
*
[3.12] gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated li...
Miss Islington (bot)
2023-10-09
2
-1/+6
*
[3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-1105...
Miss Islington (bot)
2023-10-09
1
-0/+37
*
[3.12] gh-109286: Update macOS installer to use SQLite 3.43.1 (GH-110482) (#1...
Miss Islington (bot)
2023-10-09
2
-3/+4
*
[3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...
Nikita Sobolev
2023-10-09
6
-1/+383
*
[3.12] gh-110497: Add note about `OSError` being an alias to `IOError` in doc...
Miss Islington (bot)
2023-10-09
5
-9/+11
*
[3.12] gh-109151: Revert readline support in the sqlite3 CLI (#110542)
Serhiy Storchaka
2023-10-09
2
-5/+0
*
[3.12] gh-109286: Update Windows installer to use SQLite 3.43.1 (GH-110403) (...
Miss Islington (bot)
2023-10-09
4
-3/+4
*
[3.12] gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524) (#110541)
Miss Islington (bot)
2023-10-09
3
-1/+27
*
[3.12] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers...
Miss Islington (bot)
2023-10-09
1
-1/+1
*
[3.12] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (G...
Miss Islington (bot)
2023-10-08
2
-3/+12
*
[3.12] Update floatingpoint.rst (GH-110509) (#110513)
Miss Islington (bot)
2023-10-08
1
-1/+1
*
[3.12] gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)...
Miss Islington (bot)
2023-10-07
1
-1/+2
*
[3.12] gh-109864: Make test_gettext tests order independent (GH-109866) (GH-1...
Miss Islington (bot)
2023-10-07
1
-2/+13
*
[3.12] GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_...
Miss Islington (bot)
2023-10-06
2
-2/+5
*
[3.12] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110473)
Miss Islington (bot)
2023-10-06
1
-1/+1
*
[3.12] gh-110184: Fix subprocess test_pipesize_default() (GH-110465) (#110471)
Miss Islington (bot)
2023-10-06
1
-18/+23
*
[3.12] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110456)
Miss Islington (bot)
2023-10-06
2
-14/+22
[next]