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-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs ...
Miss Islington (bot)
2024-01-05
1
-0/+7
*
[3.12] gh-113538: Don't error in stream reader protocol callback when task is...
Miss Islington (bot)
2024-01-04
3
-7/+21
*
[3.12] Document the `co_lines` method on code objects (#113682) (#113686)
Alex Waygood
2024-01-03
5
-11/+49
*
[3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) ...
Hugo van Kemenade
2024-01-03
19
-49/+49
*
[3.12] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...
Miss Islington (bot)
2024-01-03
3
-12/+14
*
[3.12] `functools.partial` docs: Use the more common spelling for "referencea...
Miss Islington (bot)
2024-01-03
1
-1/+1
*
[3.12] gh-113628: Fix test_site test with long stdlib paths (GH-113640) (#113...
Miss Islington (bot)
2024-01-03
1
-22/+21
*
[3.12] gh-113602: Bail out when the parser tries to override existing errors ...
Miss Islington (bot)
2024-01-02
3
-0/+8
*
[3.12] Use the official term "free-threading" for GitHub Action (g… (#113646)
Donghee Na
2024-01-02
2
-6/+6
*
[3.12] gh-101100: Fix Sphinx warnings from removed `~!` references (GH-113629...
Hugo van Kemenade
2024-01-02
2
-4/+4
*
[3.12] gh-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) (#11...
Miss Islington (bot)
2024-01-02
1
-1/+4
*
[3.12] GH- gh-111700: Fix syntax highlighting for C code in the "What's New I...
Miss Islington (bot)
2024-01-01
1
-1/+3
*
[3.12] gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL wh...
Miss Islington (bot)
2023-12-31
1
-1/+1
*
[3.12] gh-101100: Fix Sphinx warnings in `library/configparser.rst` (GH-11359...
Hugo van Kemenade
2023-12-31
11
-36/+35
*
[3.12] Update ConfigParser docs defining valid section name (GH-110506) (#113...
Miss Islington (bot)
2023-12-30
1
-1/+1
*
[3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (...
Miss Islington (bot)
2023-12-30
1
-0/+2
*
[3.12] gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` au...
Miss Islington (bot)
2023-12-29
2
-0/+3
*
[3.12] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113553)
Miss Islington (bot)
2023-12-29
1
-0/+3
*
[3.12] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113...
Miss Islington (bot)
2023-12-28
2
-16/+44
*
[3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...
Miss Islington (bot)
2023-12-28
4
-4/+9
*
[3.12] gh-110459: Make sure --with-openssl-rpath works on macOS (GH-113441) (...
Miss Islington (bot)
2023-12-28
3
-2/+14
*
[3.12] gh-57795: Add news to idlelib/News3.txt (GH-113522) (#113523)
Miss Islington (bot)
2023-12-27
1
-0/+4
*
[3.12] gh-67641: Clarify documentation on bytes vs text with non-seeking tarf...
Miss Islington (bot)
2023-12-27
2
-8/+11
*
[3.12] bpo-26791: Update shutil.move() to provide the same symlink move behav...
Miss Islington (bot)
2023-12-27
3
-1/+34
*
[3.12] gh-57795: IDLE: Enter the selected text when opening the "Replace" dia...
Miss Islington (bot)
2023-12-27
2
-16/+8
*
[3.12] gh-111615: Fix regression in QueueHandler configuration. (GH-111638) (...
Miss Islington (bot)
2023-12-27
3
-17/+40
*
[3.12] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113511)
Hugo van Kemenade
2023-12-27
2
-12/+14
*
[3.12] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) (...
Hugo van Kemenade
2023-12-27
2
-4/+10
*
[3.12] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) (#1...
Miss Islington (bot)
2023-12-26
2
-5/+4
*
[3.12] bpo-36959: Fix error messages for invalid ISO format string in _strpti...
Miss Islington (bot)
2023-12-26
3
-40/+61
*
[3.12] gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (GH...
Miss Islington (bot)
2023-12-26
2
-3/+2
*
[3.12] Docs: make htmllive: open browser when ready (GH-113288) (#113484)
Miss Islington (bot)
2023-12-26
1
-3/+7
*
[3.12] gh-113468: Remove the "_new_ suffix from class names in pydocfodder (G...
Miss Islington (bot)
2023-12-26
1
-8/+8
*
[3.12] Misc minor improvements to the itertools recipes (gh-113477) (gh-113478)
Miss Islington (bot)
2023-12-25
1
-81/+83
*
[3.12] gh-106905: Use separate structs to track recursion depth in each PyAST...
Serhiy Storchaka
2023-12-25
4
-328/+420
*
[3.12] gh-112252: Fix error on unset $OSNAME in venv/activate (GH-112253) (GH...
Miss Islington (bot)
2023-12-25
1
-1/+1
*
[3.12] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...
Miss Islington (bot)
2023-12-25
3
-5/+27
*
[3.12] gh-76785: Make test.test_interpreters executable (GH-112982) (GH-113470)
Jeff Allen
2023-12-25
1
-0/+4
*
[3.12] [doc] Make subprocess.wait documentation more precise (GH-98700) (GH-1...
Miss Islington (bot)
2023-12-25
1
-3/+4
*
[3.12] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-11...
Miss Islington (bot)
2023-12-25
1
-0/+1
*
[3.12] gh-113407: Fix import of unittest.mock when CPython is built without d...
Miss Islington (bot)
2023-12-24
2
-5/+12
*
[3.12] gh-113440: Ignore the "ver" command failure with exit code 0xc0000142 ...
Miss Islington (bot)
2023-12-24
1
-0/+2
*
[3.12] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (...
Miss Islington (bot)
2023-12-24
3
-4/+28
*
[3.12] gh-113028: Correctly memoize str in pickle when escapes added (GH-1134...
Miss Islington (bot)
2023-12-24
3
-7/+21
*
[3.12] gh-111784: Fix two segfaults in the elementtree module (GH-113405) (GH...
Miss Islington (bot)
2023-12-24
2
-2/+19
*
[3.12] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...
Miss Islington (bot)
2023-12-24
4
-2/+51
*
[3.12] gh-109989: Fix test_c_locale_coercion when PYTHONIOENCODING is set (GH...
Miss Islington (bot)
2023-12-23
1
-5/+49
*
[3.12] gh-113297: Fix segfault in compiler for with statement with 19 context...
Irit Katriel
2023-12-23
4
-1/+29
*
[3.12] gh-74573: document that ndbm can silently corrupt databases on macOS (...
Miss Islington (bot)
2023-12-23
3
-0/+13
*
[3.12] gh-81682: Fix test failures when CPython is built without docstrings (...
Serhiy Storchaka
2023-12-23
12
-16/+43
[next]