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-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
*
gh-112532: Fix peg generator build.py for mimalloc build (gh-113492)
Donghee Na
2023-12-26
1
-0/+1
*
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross
2023-12-26
9
-23/+161
*
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
Donghee Na
2023-12-26
2
-3/+11
*
Docs: make htmllive: open browser when ready (#113288)
Hugo van Kemenade
2023-12-26
1
-3/+7
*
gh-113468: Remove the "_new_ suffix from class names in pydocfodder (GH-113469)
Serhiy Storchaka
2023-12-26
1
-8/+8
*
gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH...
Serhiy Storchaka
2023-12-26
4
-3/+26
*
Misc minor improvements to the itertools recipes (gh-113477)
Raymond Hettinger
2023-12-25
1
-81/+83
*
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...
Yilei Yang
2023-12-25
4
-339/+412
*
bpo-21360: mailbox.Maildir now ignores files with a leading dot (GH-11833)
Zackery Spytz
2023-12-25
5
-0/+23
*
fix bullet-list in `LOAD_SUPER_ATTR` documentation on `dis` page (#113461)
denballakh
2023-12-24
1
-3/+4
*
GH-111485: Fix handling of FOR_ITER in Tier 2 (GH-113394)
Mark Shannon
2023-12-24
1
-12/+5
[prev]
[next]