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-111178: Avoid calling functions from incompatible pointer types in _tkinte...
Christopher Chavez
2024-01-02
1
-18/+26
*
gh-111178: Avoid calling functions from incompatible pointer types in dictobj...
Christopher Chavez
2024-01-02
1
-100/+126
*
gh-111178: Avoid calling functions from incompatible pointer types in descrob...
Christopher Chavez
2024-01-02
1
-106/+147
*
gh-111178: Avoid calling functions from incompatible pointer types in listobj...
Christopher Chavez
2024-01-02
1
-72/+92
*
gh-113602: Bail out when the parser tries to override existing errors (#113607)
Pablo Galindo Salgado
2024-01-02
3
-0/+8
*
gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)
John D. McDonald
2024-01-02
1
-1/+4
*
gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)
Hugo van Kemenade
2024-01-02
9
-22/+22
*
no-issue: Use the official term "free-threading" for GitHub Action (gh-113622)
Donghee Na
2024-01-02
3
-20/+20
*
GH-113633: Use module state structure for _testcapi. (GH-113634)
Neil Schemenauer
2024-01-01
2
-51/+65
*
gh-53502: Fixes for tests in gh-113363 (#113627)
Ronald Oussoren
2024-01-01
2
-5/+4
*
gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware...
AN Long
2024-01-01
4
-23/+134
*
gh-113536: Expose `os.waitid` on macOS (#113542)
Ronald Oussoren
2024-01-01
4
-13/+14
*
gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374)
Jeffrey Kintscher
2024-01-01
4
-7/+70
*
build(deps): bump hypothesis from 6.91.0 to 6.92.2 in /Tools (#113615)
dependabot[bot]
2024-01-01
1
-1/+1
*
build(deps): bump github/codeql-action from 2 to 3 (#113613)
dependabot[bot]
2024-01-01
1
-1/+1
*
build(deps): bump actions/setup-python from 4 to 5 (#113612)
dependabot[bot]
2024-01-01
5
-6/+6
*
# gh-111700: Fix syntax highlighting for C code in the "What's New In Python ...
Parth Doshi
2024-01-01
1
-1/+3
*
gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the ...
Irit Katriel
2023-12-31
1
-1/+1
*
gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)
Hugo van Kemenade
2023-12-31
11
-36/+35
*
Update ConfigParser docs defining valid section name (#110506)
Delgan
2023-12-30
1
-1/+1
*
gh-89414: Document that SIGCLD is not available on macOS (#113580)
Ronald Oussoren
2023-12-30
1
-0/+2
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
8
-10/+81
*
gh-103708: Make directory layout in sysconfig implementation configurable (#1...
Ankit Kumar Pandey
2023-12-29
3
-39/+52
*
gh-103092: Make ``pyexpat`` module importable in sub-interpreters (#113555)
Kirill Podoprigora
2023-12-29
1
-3/+1
*
GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)
Barney Gale
2023-12-28
2
-42/+43
*
GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556)
Barney Gale
2023-12-28
2
-5/+12
*
Doc/library/os.rst: `os.waitid` absent on MacOS (#104558)
John Hawkinson
2023-12-28
1
-0/+3
*
gh-101100: Fix Sphinx warnings in library/random.rst (#112981)
Hugo van Kemenade
2023-12-28
2
-16/+44
*
gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit eve...
Nikita Sobolev
2023-12-28
2
-0/+3
*
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH...
Zackery Spytz
2023-12-28
4
-4/+9
*
gh-103092: Make `_elementtree` module importable in sub-interpreters (#113434)
Kirill Podoprigora
2023-12-28
1
-3/+1
*
gh-110459: Make sure --with-openssl-rpath works on macOS (#113441)
Ronald Oussoren
2023-12-28
3
-2/+14
*
gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)
Inada Naoki
2023-12-28
4
-0/+21
*
gh-113299: Move cpp.py into libclinic (#113526)
Erlend E. Aasland
2023-12-27
3
-4/+7
*
gh-113317: Rework Argument Clinic cpp.py error handling (#113525)
Erlend E. Aasland
2023-12-27
5
-36/+44
*
gh-57795: Add news to idlelib/News3.txt (#113522)
Terry Jan Reedy
2023-12-27
1
-0/+4
*
gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile str...
Stanley
2023-12-27
2
-8/+11
*
bpo-26791: Update shutil.move() to provide the same symlink move behavior as ...
Jeffrey Kintscher
2023-12-27
3
-1/+34
*
GH-110109: pathlib ABCs: drop use of `warnings._deprecated()` (#113419)
Barney Gale
2023-12-27
1
-6/+4
*
GH-110109: pathlib ABCs: drop use of `io.text_encoding()` (#113417)
Barney Gale
2023-12-27
2
-3/+18
*
gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH...
Zackery Spytz
2023-12-27
2
-16/+8
*
gh-64020: Deprecate pydoc.ispackage() (GH-20908)
Zackery Spytz
2023-12-27
4
-2/+12
*
gh-101100: Fix Sphinx warnings in `library/cmd.rst` (#113502)
Hugo van Kemenade
2023-12-27
2
-12/+14
*
gh-101100: Fix Sphinx warnings in `library/calendar.rst` (#113500)
Hugo van Kemenade
2023-12-27
2
-4/+10
*
gh-111615: Fix regression in QueueHandler configuration. (GH-111638)
Vinay Sajip
2023-12-27
3
-17/+40
*
gh-113350: Improve the wording of python logging docs to remove an ambiguity ...
Vaishnavi Maheshwari
2023-12-27
2
-7/+6
*
gh-113332: Simplify calls to SSL_(CTX_)set_verify in _ssl.c (#113333)
David Benjamin
2023-12-26
1
-7/+2
*
gh-101100: Fix Sphinx warnings in `library/bisect.rst` (#113496)
Hugo van Kemenade
2023-12-26
2
-5/+4
*
gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493)
Hugo van Kemenade
2023-12-26
2
-3/+2
*
bpo-36959: Fix error messages for invalid ISO format string in _strptime() (G...
Gordon P. Hemsley
2023-12-26
3
-40/+61
[next]