Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/cpython

The Python programming language
https://github.com/python/cpython

GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (#113529)

Replace use of `_from_parsed_parts()` with `with_segments()` in
`PurePathBase.relative_to()`, a...

a15a7735e69862fdfc0ed21bc1ade3a32833a01d authored about 1 year ago by Barney Gale <[email protected]>
GH-113528: Deoptimise `pathlib._abc.PurePathBase.parent` (#113530)

Replace use of `_from_parsed_parts()` with `with_segments()`, and move
assignments to `_drv`, `...

37bd893a22b784d573b71df5417d855dc32dee62 authored about 1 year ago by Barney Gale <[email protected]>
GH-113528: Deoptimise `pathlib._abc.PurePathBase.name` (#113531)

Replace usage of `_from_parsed_parts()` with `with_segments()` in
`with_name()`, and take a sim...

1e914ad89de707b8a69b03d7b36f5022f4c07c78 authored about 1 year ago by Barney Gale <[email protected]>
GH-113528: Slightly improve `pathlib.Path.glob()` tests for symlink loop handling (#113763)

Slightly improve `pathlib.Path.glob()` tests for symlink loop handling

When filtering results...

2205510e7b32eb4c7bbe1982d7b5dfcbfb85cffe authored about 1 year ago by Barney Gale <[email protected]>
GH-113528: Split up pathlib tests for invalid basenames. (#113776)

Split test cases for invalid names into dedicated test methods. This will
make it easier to ref...

f1526356b1be31071222683c9f09fa271d0203ce authored about 1 year ago by Barney Gale <[email protected]>
GH-113528: pathlib ABC tests: add repr to dummy path classes. (#113777)

The `DummyPurePath` and `DummyPath` test classes are simple subclasses of
`PurePathBase` and `P...

d429a5a8e76e3013b35d60c78fcb891556ad9a7c authored about 1 year ago by Barney Gale <[email protected]>
gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker (#113721)

d36a36511899bd8dc9adf5fc354e8ff7c611c51d authored about 1 year ago by Irit Katriel <[email protected]>
gh-111488: Changed error message in case of no 'in' keyword after 'for' in cmp (#113656)

bb4c16706059f2b10f077dce6a9f9f04e146d424 authored about 1 year ago by Grigoriev Semyon <[email protected]>
gh-113537: support loads str in plistlib.loads (#113582)

Add support for loading XML plists from a string value instead of a only bytes value.

bbf214df23be3ee5daead119e8a2506d810d7d1f authored about 1 year ago by AN Long <[email protected]>
gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113731)

Co-authored-by: Terry Jan Reedy <[email protected]>

66f39648154214621d388f519210442d5fce738f authored about 1 year ago by Ronald Oussoren <[email protected]>
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)

gh-113750: Fix object resurrection on free-threaded builds

This avoids the undesired re-initi...

d0f0308a373298a8906ee5a7546275e1b2e906ea authored about 1 year ago by Sam Gross <[email protected]>
GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)

3375dfed400494ba5cc1b744d52f6fb8b7796059 authored about 1 year ago by Barney Gale <[email protected]>
gh-113360: Fix the documentation of module's attribute __test__ (GH-113393)

It can only be a dict since Python 2.4.

d99d8712253c3affc54cf7f6e71f161dea8347ce authored about 1 year ago by Serhiy Storchaka <[email protected]>
gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618)

Explicitly open and close files instead of using FileType.

bd754b93ca837aa1f239252437a211271d068b71 authored about 1 year ago by Serhiy Storchaka <[email protected]>
GH-113568: Stop raising auditing events from pathlib ABCs (#113571)

Raise auditing events in `pathlib.Path.glob()`, `rglob()` and `walk()`,
but not in `pathlib._ab...

3c4e972d6d0945a5401377bed25b307a88b19c75 authored about 1 year ago by Barney Gale <[email protected]>
gh-113688: Split up gcmodule.c (gh-113715)

This splits part of Modules/gcmodule.c of into Python/gc.c, which
now contains the core garbage...

99854ce1701ca4d1a0d153e501a29f9eec306ce5 authored about 1 year ago by Sam Gross <[email protected]>
gh-112532: Tag mimalloc heaps and pages (#113742)

* gh-112532: Tag mimalloc heaps and pages

Mimalloc pages are data structures that contain con...

0b7476080b58ea2ee71c6c1229994a3bb62fe4fa authored about 1 year ago by Sam Gross <[email protected]>
gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)

Co-authored-by: Alex Waygood <[email protected]>

eb53750757062255b1793969ca4cb12ef82b91c6 authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-80532: Do not set ipv6type when cross-compiling (#17956)

Co-authored-by: Xavier de Gaye <[email protected]>

5e1916ba1bf521d6ff9d2c553c057f3ef7008977 authored about 1 year ago by Zackery Spytz <[email protected]>
gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)

Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Hugo van Kemenade <hugovk...

e56c53334f1adf5b4ea940036c76d18e80fe809d authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-113703: Correctly identify incomplete f-strings in the codeop module (#113709)

3003fbbf00422bce6e327646063e97470afa9091 authored about 1 year ago by Pablo Galindo Salgado <[email protected]>
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680)

0ae60b66dea5140382190463a676bafe706608f5 authored about 1 year ago by Mark Shannon <[email protected]>
gh-113320: Reduce the number of dangerous `getattr()` calls when constructing protocol classes (#113401)

- Only attempt to figure out whether protocol members are "method members" or not if the class i...

ed6ea3ea79fac68b127c7eb457c7ecb996461010 authored about 1 year ago by Alex Waygood <[email protected]>
gh-112532: Isolate abandoned segments by interpreter (#113717)

* gh-112532: Isolate abandoned segments by interpreter

Mimalloc segments are data structures ...

fcb3c2a444709d2a53faa20c5b43541674064018 authored about 1 year ago by Sam Gross <[email protected]>
GH-113225: Speed up `pathlib.Path.glob()` (#113226)

Use `os.DirEntry.path` as the string representation of child paths, unless
the parent path is e...

c2e8298eba3f8d75a58e5b3636f8edc8d60e68da authored about 1 year ago by Barney Gale <[email protected]>
gh-113538: Don't error in stream reader protocol callback when task is cancelled (#113690)

4681a5271a8598b46021cbc556ac8098ab8a1d81 authored about 1 year ago by Guido van Rossum <[email protected]>
gh-113569: Display calls in Mock.assert_has_calls failure when empty (GH-113573)

1600d78e2d090319930c6538b496ffcca120a696 authored about 1 year ago by wookie184 <[email protected]>
gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as returning a strong reference (#113697)

1ae7ceba29771baf8f2e8d2d4c50a0355cb6b5c8 authored about 1 year ago by Jamie Phan <[email protected]>
GH-113689: Fix broken handling of invalid executors (GH-113694)

35ef8cb25917bfd6cbbd7c2bb55dd4f82131c9cf authored about 1 year ago by Brandt Bucher <[email protected]>
gh-52161: Enhance Cmd support for docstrings (#110987)

In `cmd.Cmd.do_help` call `inspect.cleandoc()`,
to clean indentation and remove leading/trailin...

4c4b08dd2bd5f2cad4e41bf29119a3daa2956f6e authored about 1 year ago by Filip Łapkiewicz <[email protected]>
Document the `co_lines` method on code objects (#113682)

Co-authored-by: Hugo van Kemenade <[email protected]>

f1f839243251fef7422c31d6a7c3c747e0b5e27c authored about 1 year ago by Alex Waygood <[email protected]>
gh-113258: Write frozen modules to the build tree on Windows (GH-113303)

This ensures the source directory is not modified at build time, and different builds (e.g. diff...

178919cf2132a67bc03ae5994769d93cfb7e2cd3 authored about 1 year ago by Itamar Oren <[email protected]>
gh-113603: Compiler no longer tries to maintain the no-empty-block invariant (#113636)

7d01fb48089872155e1721ba0a8cc27ee5c4fecd authored about 1 year ago by Irit Katriel <[email protected]>
gh-111926: Set up basic sementics of weakref API for freethreading (gh-113621)

---------

Co-authored-by: Sam Gross <[email protected]>

0c3455a9693cfabcd991c4c33db7cccb1387de58 authored about 1 year ago by Donghee Na <[email protected]>
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)

Co-authored-by: Alex Waygood <[email protected]>

fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f authored about 1 year ago by Hugo van Kemenade <[email protected]>
`functools.partial` docs: Use the more common spelling for "referenceable" (#113675)

4de468cce106221968d7ac08ddd94571b903c194 authored about 1 year ago by Rodrigo Girão Serrão <[email protected]>
gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (#113638)

ea978c645edd7bc29d811c61477dff766d7318b6 authored about 1 year ago by Ege Akman <[email protected]>
GH-113595: Don't enter invalid executor (GH-113596)

dc8df6e84024b79aa96e85a64f354bf8e827bcba authored about 1 year ago by Mark Shannon <[email protected]>
gh-113628: Fix test_site test with long stdlib paths (#113640)

5dc79e3d7f26a6a871a89ce3efc9f1bcee7bb447 authored about 1 year ago by Itamar Oren <[email protected]>
GH-113657: Add back missing _SET_IP uops in tier two (GH-113662)

b0fb074d5983f07517cec76a37268f13c986d314 authored about 1 year ago by Brandt Bucher <[email protected]>
gh-110824 Temporarily skip test_sysconfig.test_library on macOS framework builds. (GH-113298)

Co-authored-by: Ned Deily <[email protected]>

bab0758ea4a1d4666a973ae2d65f21a09e4478ba authored about 1 year ago by Skip Montanaro <[email protected]>
gh-53502: Fix plistlib.dump() for naive datetime with aware_datetime option (GH-113645)

50b093f5c7060c0b44c264808411346cee7becf0 authored about 1 year ago by Serhiy Storchaka <[email protected]>
build(deps): bump actions/upload-artifact from 3 to 4 (#113614)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

fff1e8a50b4eeea83090f4c11e21b4577e8d09e3 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump actions/stale from 8 to 9 (#113611)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

ce7a8eef79c1f81358e00aa84b906540edd91458 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gh-111178: Avoid calling functions from incompatible pointer types in _tkinter.c (GH-112893)

Fix undefined behavior warnings (UBSan -fsanitize=function).

f637b44dd279a7e42d34dc3a00959315b1778072 authored about 1 year ago by Christopher Chavez <[email protected]>
gh-111178: Avoid calling functions from incompatible pointer types in dictobject.c (#112892)

Fix undefined behavior warnings (UBSan -fsanitize=function).

a1eea1d032d4436131716aec3d8936042bcbfa9d authored about 1 year ago by Christopher Chavez <[email protected]>
gh-111178: Avoid calling functions from incompatible pointer types in descrobject.c (GH-112861)

Fix undefined behavior warnings (UBSan -fsanitize=function), for example:

Python/generated_c...

acf4cf5ca5ef62407e35609fb365e7dfaa362648 authored about 1 year ago by Christopher Chavez <[email protected]>
gh-111178: Avoid calling functions from incompatible pointer types in listobject.c (GH-112820)

Fix undefined behavior warnings (UBSan -fsanitize=function), for example:

Objects/object.c:6...

5d36a95e64e30606e8f8e332edf6bde91ac344cf authored about 1 year ago by Christopher Chavez <[email protected]>
gh-113602: Bail out when the parser tries to override existing errors (#113607)

Signed-off-by: Pablo Galindo <[email protected]>

9ed36d533ab8b256f0a589b5be6d7a2fdcf4aff2 authored about 1 year ago by Pablo Galindo Salgado <[email protected]>
gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)

Co-authored-by: Hugo van Kemenade <[email protected]>

8ff44f855450244d965dbf82c7f0a31de666007c authored about 1 year ago by John D. McDonald <[email protected]>
gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)

Co-authored-by: Alex Waygood <[email protected]>

7595380347610598a3f5529214a449660892537b authored about 1 year ago by Hugo van Kemenade <[email protected]>
no-issue: Use the official term "free-threading" for GitHub Action (gh-113622)

3aadb9508592877c429083f213fa03bda1045ca1 authored about 1 year ago by Donghee Na <[email protected]>
GH-113633: Use module state structure for _testcapi. (GH-113634)

Use module state structure for _testcapi.

b2566d89ce50e9924bb2fccb87dcfa3ceb6cc0d6 authored about 1 year ago by Neil Schemenauer <[email protected]>
gh-53502: Fixes for tests in gh-113363 (#113627)

* gh-53502: Fixes for tests in gh-113363

* Use 32-bit compatible date in test_dump_naive_date...

8e4ff5c7885abb04a66d079499335c4d46106aff authored about 1 year ago by Ronald Oussoren <[email protected]>
gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware datetime. (#113363)

* add options to loads and dumps aware datetime in plistlib

b4b2cc101216ae1017898dfbe43c90da2fd0a308 authored about 1 year ago by AN Long <[email protected]>
gh-113536: Expose `os.waitid` on macOS (#113542)

* gh-113536: Expose `os.waitid` on macOS

This API has been available on macOS for a long time...

d0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5 authored about 1 year ago by Ronald Oussoren <[email protected]>
gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374)

The length field of StgDictObject for Structure class contains now
the total number of items in...

5f3cc90a12d6df404fd6f48a0df1334902e271f2 authored about 1 year ago by Jeffrey Kintscher <[email protected]>
build(deps): bump hypothesis from 6.91.0 to 6.92.2 in /Tools (#113615)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.91.0 to 6.92.2.
- [Rel...

4036e48d59b0f9e8057e01458ab7df3dfd323a10 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump github/codeql-action from 2 to 3 (#113613)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release n...

9132f4287bf022a2fa79b2cc5f130df5188801ed authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump actions/setup-python from 4 to 5 (#113612)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release n...

686d65aec1fa47ccc0e20f60d17c1b961183f8ea authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# gh-111700: Fix syntax highlighting for C code in the "What's New In Python 3.12" documentation (#113609)

Fix PEP 684 syntax highlighting in what's new Python 3.12

9ce6c01e38a2fc7a5ce832f1f8c8d9097132556d authored about 1 year ago by Parth Doshi <[email protected]>
gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the error indicator is not set (#113369)

2849cbb53afc8c6a4465f1b3490c67c2455caf6f authored about 1 year ago by Irit Katriel <[email protected]>
gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)

Co-authored-by: Alex Waygood <[email protected]>

30a6d79fb8bc1ef96600c290c016720103b74b2d authored about 1 year ago by Hugo van Kemenade <[email protected]>
Update ConfigParser docs defining valid section name (#110506)

471aa752415029c508693fa7971076f5148022a6 authored about 1 year ago by Delgan <[email protected]>
gh-89414: Document that SIGCLD is not available on macOS (#113580)

Document that SIGCLD is not available on macOS

f48a1bcb2914addee971814fd014e4d8075ea6a9 authored about 1 year ago by Ronald Oussoren <[email protected]>
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)

88cb9720001295f82c7771ab4ebf20f3cd0b31fb authored about 1 year ago by Samet YASLAN <[email protected]>
gh-103708: Make directory layout in sysconfig implementation configurable (#103709)

f46987b8281148503568516c29a4a04a75aaba8d authored about 1 year ago by Ankit Kumar Pandey <[email protected]>
gh-103092: Make ``pyexpat`` module importable in sub-interpreters (#113555)

cf34b7704be4c97d0479c04df0d9cd8fe210e5f4 authored about 1 year ago by Kirill Podoprigora <[email protected]>
GH-113528: Remove a couple of expensive pathlib ABC tests (#113534)

Run expensive tests for walking and globbing from `test_pathlib` but not
`test_pathlib_abc`. Th...

6ca0e6754eedf4c9cf48794fa6c27281668b8d7c authored about 1 year ago by Barney Gale <[email protected]>
GH-113225: Speed up `pathlib._abc.PathBase.glob()` (#113556)

`PathBase._scandir()` is implemented using `iterdir()`, so we can use its
results directly, rat...

b664d9159964f0609d50dabd02f71af0227d8718 authored about 1 year ago by Barney Gale <[email protected]>
Doc/library/os.rst: `os.waitid` absent on MacOS (#104558)

* Doc/library/os.rst: `os.waitid` absent on MacOS

Co-authored-by: AN Long <[email protected]...

db1c88223986efe3076eb3b229a8b6db59bae284 authored about 1 year ago by John Hawkinson <[email protected]>
gh-101100: Fix Sphinx warnings in library/random.rst (#112981)

Co-authored-by: Alex Waygood <[email protected]>

8e5d70f4b6bc1d0321f4290f8a2d350706bce8b7 authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-113543: Make sure that `MacOSXOSAScript` sends `webbrowser.open` audit event (#113544)

fba324154e65b752e42aa59dea287d639935565f authored about 1 year ago by Nikita Sobolev <[email protected]>
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856)

Always include <sys/types.h> before <sys/sysmacros.h>.

Co-authored-by: Serhiy Storchaka <stor...

f108468970bf4e70910862476900f924fb701399 authored about 1 year ago by Zackery Spytz <[email protected]>
gh-103092: Make `_elementtree` module importable in sub-interpreters (#113434)

Enable imports of _elementtree module in sub-interpreters

f1676867b52f8b6c7f70bf32e2a53f7edd6700a7 authored about 1 year ago by Kirill Podoprigora <[email protected]>
gh-110459: Make sure --with-openssl-rpath works on macOS (#113441)

* gh-110459: Make sure --with-openssl-rpath works on macOS

On macOS the `-rpath` linker flag ...

cc13eabc7ce08accf49656e258ba500f74a1dae8 authored about 1 year ago by Ronald Oussoren <[email protected]>
gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)

bfee2f77e16f01a718c1044564ee624f1f2bc328 authored about 1 year ago by Inada Naoki <[email protected]>
gh-113299: Move cpp.py into libclinic (#113526)

7ab9efdd6a2fb21cddca1ccd70175f1ac6bd9168 authored about 1 year ago by Erlend E. Aasland <[email protected]>
gh-113317: Rework Argument Clinic cpp.py error handling (#113525)

Rework error handling in the C preprocessor helper. Instead of monkey-
patching the cpp.Monitor...

87295b4068762f9cbdfcae5fed5ff54aadd3cb62 authored about 1 year ago by Erlend E. Aasland <[email protected]>
gh-57795: Add news to idlelib/News3.txt (#113522)

6c98fce33a4c2d6671978f6286377af0d6e22182 authored about 1 year ago by Terry Jan Reedy <[email protected]>
gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile stream (GH-31610)

0651936ae2bc6999f488f8c519b8d07a06a11557 authored about 1 year ago by Stanley <[email protected]>
bpo-26791: Update shutil.move() to provide the same symlink move behavior as the mv shell when moving a symlink into a directory that is the target of the symlink (GH-21759)

c66b577d9f7a11ffab57985fd6fb22e9dfd4f245 authored about 1 year ago by Jeffrey Kintscher <[email protected]>
GH-110109: pathlib ABCs: drop use of `warnings._deprecated()` (#113419)

The `pathlib._abc` module will be made available as a PyPI backport
supporting Python 3.8+. The...

1b19d7376818d14ab865fa22cb66baeacdb88277 authored about 1 year ago by Barney Gale <[email protected]>
GH-110109: pathlib ABCs: drop use of `io.text_encoding()` (#113417)

Do not use the locale-specific default encoding in `PathBase.read_text()`
and `write_text()`. L...

f8b6e171ad79bf3e57e39ebc0d96ad097a310cbf authored about 1 year ago by Barney Gale <[email protected]>
gh-57795: IDLE: Enter the selected text when opening the "Replace" dialog (GH-17593)

Co-authored-by: Roger Serwy <[email protected]>
Co-authored-by: Serhiy Storchaka <storchaka...

712afab5acbe27ceb1eddde5aa559078ae7eaa3b authored about 1 year ago by Zackery Spytz <[email protected]>
gh-64020: Deprecate pydoc.ispackage() (GH-20908)

Co-authored-by: Serhiy Storchaka <[email protected]>

1ddd773293bd692b9dbeba9be54403a7b1e95dbf authored about 1 year ago by Zackery Spytz <[email protected]>
gh-101100: Fix Sphinx warnings in `library/cmd.rst` (#113502)

Co-authored-by: Serhiy Storchaka <[email protected]>
Co-authored-by: Alex Waygood <Alex.Way...

4acf825058a7785ed3d66d4f5a4991298c011f64 authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-101100: Fix Sphinx warnings in `library/calendar.rst` (#113500)

fb02b6696002fc3dedbcf7c58aa40301650936ba authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-111615: Fix regression in QueueHandler configuration. (GH-111638)

67655d8ad5de8666c97b0a377c6141a6abf66350 authored about 1 year ago by Vinay Sajip <[email protected]>
gh-113350: Improve the wording of python logging docs to remove an ambiguity around use of the word "higher". (GH-113491)

Co-authored-by: Wei-Hsiang (Matt) Wang <[email protected]>

00cdd416fc60876ff21d9eafdc5d5d7a91737db5 authored about 1 year ago by Vaishnavi Maheshwari <[email protected]>
gh-113332: Simplify calls to SSL_(CTX_)set_verify in _ssl.c (#113333)

_ssl.c currently tries to preserve the verification callback, but at no
point does it ever set ...

af2b8f6845e31dd6ab3bb0bac41b19a0e023fd61 authored about 1 year ago by David Benjamin <[email protected]>
gh-101100: Fix Sphinx warnings in `library/bisect.rst` (#113496)

2b53c767de0a7afd29598a87da084d0e125e1c34 authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493)

4e67644d367673bbacc40a0d8efb777410437b93 authored about 1 year ago by Hugo van Kemenade <[email protected]>
bpo-36959: Fix error messages for invalid ISO format string in _strptime() (GH-13408)

Previously some error messages complained about incompatible
combinations of directives that ar...

4b2c3e8e436b5191039cbe8cd9932654a60803e6 authored about 1 year ago by Gordon P. Hemsley <[email protected]>
gh-112532: Fix peg generator build.py for mimalloc build (gh-113492)

gh-112532: Fix peg generator for mimalloc build

e5cce70df71b5d89c045d4712203f54198188b65 authored about 1 year ago by Donghee Na <[email protected]>
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)

* gh-112532: Use separate mimalloc heaps for GC objects

In `--disable-gil` builds, we now use...

acf3bcc8861983dcd6896682283a480450f9a1e3 authored about 1 year ago by Sam Gross <[email protected]>
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)

8f5b9987066f46daa67b622d913ff2c51c949ed4 authored about 1 year ago by Donghee Na <[email protected]>
Docs: make htmllive: open browser when ready (#113288)

36adc79041f4d2764e1daf7db5bb478923e89a1f authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-113468: Remove the "_new_ suffix from class names in pydocfodder (GH-113469)

8a3d0e4a661e6c27e4c17c818ce4187a36579e5f authored about 1 year ago by Serhiy Storchaka <[email protected]>
gh-66515: mailbox.MH now supports folders withou the ".mh_sequences" file (GH-804)

(for example Claws Mail IMAP-cache folders).

e87cadc1ce194aae2c076e81298d6e8074f1bb45 authored about 1 year ago by Serhiy Storchaka <[email protected]>