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

Link to the glossary for "magic methods" in ``MagicMock`` (#111292)

The MagicMock documentation mentions magic methods several times without
actually pointing to t...

e97da8677f7bbc6d970e230d334cd646ab662af1 authored 12 months ago by Pierre Equoy <[email protected]>
Tutorial: Clarify 'nonzero exit status' in the appendix (#112039)

32f3684b8f18d757945eee67a697cb4a95c697db authored 12 months ago by Andrew Zipperer <[email protected]>
Fix a grammatical error in `pycore_pymem.h` (#112993)

9a71750a2930ebeac4080a378966aa7fdd4a9b34 authored 12 months ago by Joseph Pearson <[email protected]>
gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)

Fix Sphinx Lint warnings in Misc/

794983cd610958f44147664b6ab31071c6107ffb authored 12 months ago by Hugo van Kemenade <[email protected]>
gh-95649: Document that asyncio contains uvloop code (#107536)

Some of the asyncio SSL changes in GH-31275 [1] were taken from
v0.16.0 of the uvloop project [...

dce30c9cbc212e5455e100f35ac6afeb30dfd23e authored 12 months ago by Alois Klink <[email protected]>
GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickletester` (GH-113996)

8aa126354d93d7c928fb35b842cb3a4bd6e1881f authored 12 months ago by Brett Cannon <[email protected]>
gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969)

Make zipfile.ZipInfo.compress_level public.

A property is used to retain the behavior of the ...

b44b9d99004f096619c962a8b42a19322f6a441b authored 12 months ago by Gregory P. Smith <[email protected]>
gh-113710: Add types to the interpreter DSL (#113711)

Co-authored-by: Jules <[email protected]>
Co-authored-by: blurb-it[bot...

ac92527c08d917dffdb9c0a218d06f21114614a2 authored 12 months ago by Ken Jin <[email protected]>
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)

The new flags were extracted from the macOS 14.2 SDK.

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

79970792fd2c70f77c38e08c7b3a9daf6a11bde1 authored 12 months ago by Ronald Oussoren <[email protected]>
gh-107901: duplicate blocks with no lineno that have an eval break and multiple predecessors (#113950)

8aa0088ea2422ed6b95076fe48a13df7562a4355 authored 12 months ago by Irit Katriel <[email protected]>
gh-113980: Fix resource warnings in test_asyncgen (GH-113984)

e02c15b3f13d9d83032ada72c6773f8a3b2d34dc authored 12 months ago by Serhiy Storchaka <[email protected]>
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)

ed066481c76c6888ff5709f5b9f93b92c232a4a6 authored 12 months ago by Steve Dower <[email protected]>
Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970)

The end number should be exclusive, not inclusive.

e68806c7122070078507b370b13bb225f8501ff8 authored 12 months ago by Ned Batchelder <[email protected]>
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)

30e6cbdba22d946dacc3f2e19c884b2e1891d58c authored 12 months ago by Brandt Bucher <[email protected]>
gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835)

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

29e2839cd6af5c90cfd7abe800b045b6dcee0c05 authored 12 months ago by Pablo Galindo Salgado <[email protected]>
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)

sqlite3.Connection.iterdump now ensures that foreign key support is
disabled before dumping the...

de777e490fb356d7bcc7c907141c20a5135d97df authored 12 months ago by Mariusz Felisiak <[email protected]>
gh-113858: Cut down ccache size (GH-113945)

Cut down ccache size

- Only save the ccache in the main reusable builds, not on builds that
...

fcb4c8d31a4b1c60ed9990db3eacd1db9cac4df2 authored 12 months ago by Petr Viktorin <[email protected]>
gh-113937 Fix failures in type cache tests due to re-running (GH-113953)

e58334e4c9ccbebce6858da1985c1f75a6063d05 authored 12 months ago by Peter Lazorchak <[email protected]>
gh-113903: Fix an IDLE configdialog test (#113973)

test_configdialog.HighPageTest.test_highlight_target_text_mouse fails
if a line of the Highligh...

c4992f4106aa509375f5beca8dc044a7f6c36a72 authored 12 months ago by Terry Jan Reedy <[email protected]>
gh-111968: Explicit handling for finalized freelist (gh-113929)

efa738e862da26f870ca659b01ff732649f400a7 authored 12 months ago by Donghee Na <[email protected]>
Improve kde graph with better caption and number formatting (gh-113967)

53d2e1f26c3fca88a9217f1935cb288f4ba78464 authored 12 months ago by Raymond Hettinger <[email protected]>
GH-107678: Improve Unicode handling clarity in ``library/re.rst`` (#107679)

c9b8a22f3404d59e2c4950715f8c29413a349b8e authored 12 months ago by Adam Turner <[email protected]>
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)

Co-authored-by: Erlend E. Aasland <[email protected]>

b4d4aa9e8d61476267951c72321fadffc2d82227 authored 12 months ago by Zackery Spytz <[email protected]>
Update KDE recipe to match the standard use of the h parameter (gh-#113958)

2f126a70f36e36dd90db53ebdcdff9b990cf3452 authored 12 months ago by Raymond Hettinger <[email protected]>
gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)

2e7577b622616ef5ff2d1460fb5bebf845f0edf3 authored 12 months ago by Donghee Na <[email protected]>
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)

8717f7b495c8c33fd37017f4e7684609c304c556 authored 12 months ago by Serhiy Storchaka <[email protected]>
GH-113853: Guarantee forward progress in executors (GH-113854)

55824d01f866d1fa0f21996d897fba0e07d09ac8 authored 12 months ago by Mark Shannon <[email protected]>
gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943)

0d8fec79ca30e67870752c6ad4e299f591271e69 authored 12 months ago by Irit Katriel <[email protected]>
gh-91960: Remove Cirrus CI configuration (#113938)

Remove .cirrus.yml which was already disabled by being renamed to
.cirrus-DISABLED.yml. In tota...

7ed76fc368c340307290cde9f183dc0ba6dd920c authored 12 months ago by Victor Stinner <[email protected]>
gh-113932: assert ``SyntaxWarning`` in test_compile.TestSpecifics.test_… (#113933)

9f088336b268dfe9011a7cb550f4e488ccd7e8f5 authored 12 months ago by Kirill Podoprigora <[email protected]>
gh-112419: Document removal of sys.meta_path's 'find_module' fallback (#112421)

Co-authored-by: Erlend E. Aasland <[email protected]>

ec23e90082ffdedc7f0bdd2dfadfc4983ddc0712 authored 12 months ago by AN Long <[email protected]>
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)

2ac4cf4743a65ac54c7ac6a762bed636800598fe authored 12 months ago by Nikita Sobolev <[email protected]>
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)

f653caa5a88d3b5027a8f286ff3a3ccd9e6fe4ed authored 12 months ago by Peter Lazorchak <[email protected]>
gh-111968: Unify naming scheme for freelist (gh-113919)

c65ae26f2b46ca616a7ca000bbfcdf63b9bdd779 authored 12 months ago by Donghee Na <[email protected]>
gh-113896: Fix test_builtin.BuiltinTest.test___ne__() (#113897)

Fix DeprecationWarning in test___ne__().

Co-authored-by: Nikita Sobolev <[email protected]>

9d33c23857cfd952bf3e1e7f34c77b7c9a5accc3 authored 12 months ago by Kirill Podoprigora <[email protected]>
gh-87868: Skip `test_one_environment_variable` in `test_subprocess` when the platform or build cannot do that (#113867)

* improve the assert for test_one_environment_variable
* skip some test in test_subprocess when...

fafb3275f25e116e51ff0b867aec597cb3de840f authored 12 months ago by AN Long <[email protected]>
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)

On Windows, set _O_NOINHERIT flag on file descriptors
created by os.pipe() and io.WindowsConsol...

1d75fa43a25e5f3c33f2aaaec28fab9430834792 authored 12 months ago by Victor Stinner <[email protected]>
gh-112302: Point core developers to SBOM devguide on errors (#113490)

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

e82b096335dcf31aedd2d265cbcc2f87ad971bfe authored 12 months ago by Seth Michael Larson <[email protected]>
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free list (#113754)

73ae2023a76f199ff854f8da14bd9ff8e93ee7fd authored 12 months ago by Sam Gross <[email protected]>
gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894)

901a971e161e060bd95f3cf3aeebe8b48d6e6dac authored 12 months ago by Raymond Hettinger <[email protected]>
Add @requires_zlib() decorator for gh-109858 tests (GH-113918)

70497218351ba44bffc8b571201ecb5652d84675 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)

f728f7242c6008a16daaa5dde8e1db786857c50e authored almost 1 year ago by Donghee Na <[email protected]>
GH-113860: All executors are now defined in terms of micro ops. Convert counter executor to use uops. (GH-113864)

a0c9cf9456c2ee7a89d9bd859c07afac8cf5e893 authored almost 1 year ago by Mark Shannon <[email protected]>
gh-111139: Optimize math.gcd(int, int) (#113887)

Add a fast-path for the common case.

Benchmark:

python -m pyperf timeit \
-s ...

93930eaf0acd64dc0d08d58321d2682cb019bc1a authored almost 1 year ago by Victor Stinner <[email protected]>
gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016)

Raise BadZipFile when try to read an entry that overlaps with other entry or
central directory.

66363b9a7b9fe7c99eba3a185b74c5fdbf842eba authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-111789: Use PyDict_GetItemRef() in Modules/_zoneinfo.c (GH-112078)

183b97bb9db075197153ad82b8ffdfce8e913250 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-66515: Fix locking of an MH mailbox without ".mh_sequences" file (GH-113482)

Guarantee that it either open an existing ".mh_sequences" file or create
a new ".mh_sequences" ...

be5e65fdf67b1817e173e73443564c7c146b09a4 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-89850: Add default C implementations of persistent_id() and persistent_load() (GH-113579)

Previously the C implementation of pickle.Pickler and pickle.Unpickler
classes did not have suc...

89cee94b315c88d3cd4c9ffc051e7abd6a5f2196 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)

Open and close files manually. It prevents from leaking files,
preliminary creation of output f...

b3d2427f2280fa8dae3515036c518d74ba43ebd1 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-113664: Improve style of Big O notation (GH-113695)

Use cursive to make it looking like mathematic formulas.

a8629816c6c0e6770248a60529fd7c9ba08aad55 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)

It occurred when try to re-encode an unknown-8bit part combined with non-unknown-8bit part.

e9d5b6ea2d68564f176fdf70c2d7028e060c62b5 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-70835: Clarify error message for CSV file opened with wrong newline (GH-113786)

Based on patch by SilentGhost.

568d220993fa9b4b812ff1b425edd80dbe17dda9 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() block (GH-113819)

If other exception was raised during exiting an expired
asyncio.timeout() block, insert Timeout...

aef4a1203c06efde8505aefc9cf994e9a23f398d authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-113879: Fix ResourceWarning in test_asyncio.test_server (GH-113881)

ab0ad62038317a3d15099c23d2b0f03bee9f8fa7 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)

winfo_id() converts the result of "winfo id" command to integer, but
"winfo pathname" command r...

1b7e0024a16c1820f61c04a8a100498568410afd authored almost 1 year ago by Serhiy Storchaka <[email protected]>
GH-113858: GitHub Actions config: Only save ccache on pushes (GH-113859)

5d384b0468b35b393f8ae2d3149d13ff607c9501 authored almost 1 year ago by Petr Viktorin <[email protected]>
gh-112182: Replace StopIteration with RuntimeError for future (#113220)

When an `StopIteration` raises into `asyncio.Future`, this will cause
a thread to hang. This co...

4826d52338396758b2d6790a498c2a06eec19a86 authored almost 1 year ago by Jamie Phan <[email protected]>
pathlib ABCs: Require one or more initialiser arguments (#113885)

Refuse to guess what a user means when they initialise a pathlib ABC
without any positional arg...

5d8a3e74b51a59752f24cb869e7daa065b673f83 authored almost 1 year ago by Barney Gale <[email protected]>
GH-113528: Deoptimise `pathlib._abc.PurePathBase` (#113559)

Apply pathlib's normalization and performance tuning in `pathlib.PurePath`, but not `pathlib._ab...

beb80d11ec0ddaf00a97f8a38ec9eae68e07c28e authored almost 1 year ago by Barney Gale <[email protected]>
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)

57bdc6c30d2665c2760ff5a88487e57c8b3c397a authored almost 1 year ago by Donghee Na <[email protected]>
GH-113528: Deoptimise `pathlib._abc.PurePathBase.relative_to()` (again) (#113882)

Restore full battle-tested implementations of `PurePath.[is_]relative_to()`. These were recently...

cdca0ce0ad47604b7007229415817a7a152f7f9a authored almost 1 year ago by Barney Gale <[email protected]>
GH-113528: Deoptimise `pathlib._abc.PurePathBase.parts` (#113883)

Implement `parts` using `_stack`, which itself calls `pathmod.split()`
repeatedly. This avoids ...

5c7bd0e39839b27bc524e1790fe4936d987f384a authored almost 1 year ago by Barney Gale <[email protected]>
gh-66060: Use actual class name in _io type's __repr__ (#30824)

Use the object's actual class name in the following _io type's __repr__:
- FileIO
- TextIOWrap...

623b338adf2645b09c546e7a17f2648d3a900620 authored almost 1 year ago by AN Long <[email protected]>
GH-113528: Deoptimise `pathlib._abc.PathBase.resolve()` (#113782)

Replace use of `_from_parsed_parts()` with `with_segments()` in
`resolve()`.

No effect on `P...

1092cfb20179ac7dd6a2c3c6f8a57ecc1732c777 authored almost 1 year ago by Barney Gale <[email protected]>
GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856)

The intention of exiting 5 was to detect issues where the test suite
wasn't discovered at all. ...

3a9096c337c16c9335e0d4eba8d1d4196258af72 authored almost 1 year ago by Stefano Rivera <[email protected]>
gh-113781: Silence AttributeError in warning module during Python finalization (GH-113813)

The tracemalloc module can already be cleared.

0297418cacf998e778bc0517aa11eaac827b8c0f authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeout() (GH-113850)

a5db6a3351b440a875a5af84a8b2447981356e34 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
gh-113848: Use PyErr_GivenExceptionMatches() for check for CancelledError (GH-113849)

5273655bea050432756098641b9fda72361bf983 authored almost 1 year ago by Serhiy Storchaka <[email protected]>
GH-113528: Deoptimise `pathlib._abc.PathBase._make_child_relpath()` (#113532)

Call straight through to `joinpath()` in `PathBase._make_child_relpath()`.
Move optimised/cachi...

9100fc407e8c7038e7214b600b4ae568ae5510e3 authored almost 1 year ago by Barney Gale <[email protected]>
Simplify binomial approximation example with random.binomialvariate() (gh-113871)

2fd2e747930987eb8ed4929cf0132e85db759dab authored almost 1 year ago by Raymond Hettinger <[email protected]>
Fix opcode name printing in debug mode (#113870)

Fix a few places where the lltrace debug output printed ``(null)`` instead of an opcode name, be...

65f8eb71190f870c66fb00da29a670ee232a3fd5 authored almost 1 year ago by Guido van Rossum <[email protected]>
gh-113650: Add workaround option for MSVC ARM64 bug affecting string encoding (GH-113836)

ad849b4ba008bf4ff97151651e619259ddb4fc18 authored almost 1 year ago by Steve Dower <[email protected]>
gh-103092: Test _ctypes type hierarchy and features (#113727)

Test the following features for _ctypes types:
- disallow instantiation
- inheritance (MRO)
-...

be89ee5649031e08f191bf596fa20a09c5698079 authored almost 1 year ago by AN Long <[email protected]>
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)

Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Pieter Eendebak <pieter.e...

c31be58da8577ef140e83d4e46502c7bb1eb9abf authored about 1 year ago by AN Long <[email protected]>
gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH-113843)

fda901a1ff94ea6cc338b74928acdbc5ee165ed7 authored about 1 year ago by Yan Yanchii <[email protected]>
gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752)

2e17cad2b8899126eb2024bf75db331b871bd5bc authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-113692: skip a test if multiprocessing isn't available. (GH-113704)

842b738129021f52293dc053e014ecb4fe095baa authored about 1 year ago by Vinay Sajip <[email protected]>
Docs: Link tokens in the format string grammars (#108184)

Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Sergey...

f3d5d4aa8f0388217aeff69e28d078bdda464b38 authored about 1 year ago by William Andrea <[email protected]>
gh-112087: Update list.{pop,clear,reverse,remove} to use CS (gh-113764)

a023bc252dc744736bd21897c5a23a25b800df92 authored about 1 year ago by Donghee Na <[email protected]>
gh-112808: Fix mimalloc build on Solaris (#112809)

10d3f04aec745c6676ef31611549b970a78338b3 authored about 1 year ago by Jakub Kulík <[email protected]>
gh-112806: Remove unused function warnings during mimalloc build on Solaris (#112807)

ae968d10326165b1114568ab1ca0a7776ea9c234 authored about 1 year ago by Jakub Kulík <[email protected]>
readme: fix displaying issue of command (#113719)

Avoid line break in command as this causes displaying issues on GH.

0b2340263172ad0fdd95aed6266496b7f4db4de3 authored about 1 year ago by mara004 <[email protected]>
gh-113027: Fix test_variable_tzname in test_email (#113821)

Determine the support of the Kyiv timezone by checking the result of
astimezone() which uses th...

931d7e052e22aa01e18fcc67ed71b6ea305aff71 authored about 1 year ago by Serhiy Storchaka <[email protected]>
gh-113827: Move Windows frozen modules directory to allow PGO builds (GH-113828)

92f96240d713a5a36c54515e44445b3cd0947163 authored about 1 year ago by Steve Dower <[email protected]>
GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.Condition.wait() (#111694)

Also fix a race condition in `asyncio.Semaphore.acquire()` when cancelled.

52161781a6134a4b846500ad68004fe9027a233c authored about 1 year ago by Kristján Valur Jónsson <[email protected]>
gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on macOS in the time module (#113792)

c6ca562138a0916192f9c3100cae678c616aed29 authored about 1 year ago by Ronald Oussoren <[email protected]>
GH-113528: Speed up pathlib ABC tests. (#113788)

- Add `__slots__` to dummy path classes.
- Return namedtuple rather than `os.stat_result` from ...

b3dba18eab96dc95653031863bb2a222af912f2b authored about 1 year ago by Barney Gale <[email protected]>
gh-113688: fix dtrace build on Solaris (#113814)

(the gcmodule -> gc refactoring broke it)

bc71ae2b97bb59b1796be056fb821d9abdee840b authored about 1 year ago by Jakub Kulík <[email protected]>
GH-113528: Move a few misplaced pathlib tests (#113527)

`PurePathBase` does not define `__eq__()`, and so we have no business checking path equality in ...

a9df076d7d5e113aab4dfd32118a14b62537a8a2 authored about 1 year ago by Barney Gale <[email protected]>
Minor algebraic simplification for the totient() recipe (gh-113822)

aef375f56ec93740f0a9b5031c3d2063c553fc12 authored about 1 year ago by Raymond Hettinger <[email protected]>
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)

Adapt the following functions to Argument Clinic:

- gc.set_threshold
- gc.get_referrers
- g...

35fa13d48b3247ea5e83b17c05a98163904e5a0b authored about 1 year ago by Erlend E. Aasland <[email protected]>
gh-113787: Fix refleaks in test_capi (gh-113816)

Fix refleaks and a typo.

ace4d7ff9a247cbe7350719b996a1c7d88a57813 authored about 1 year ago by neonene <[email protected]>
gh-113391: fix outdated PyObject_HasAttr docs (#113420)

After #53875: PyObject_HasAttr is not an equivalent of hasattr.
PyObject_HasAttrWithError is; i...

61dd77b04ea205f492498d30637f2d516d8e2a8b authored about 1 year ago by Sergey B Kirpichev <[email protected]>
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display to use the traceback module (#113712)

a03ec20bcdf757138557127689405b3a525b3c44 authored about 1 year ago by Pablo Galindo Salgado <[email protected]>
gh-74678: Increase base64 test coverage (GH-21913)

Ensure the character y is disallowed within an Ascii85 5-tuple.

Co-authored-by: Lee Cannon <l...

802d4954f12541ba28dd7f18bf4a65054941a80d authored about 1 year ago by Zackery Spytz <[email protected]>
gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535)

io.TextIOWrapper was dropping the internal decoding buffer
during read() and write() calls.

73c93265634257b1488262097e024c1727260cfd authored about 1 year ago by Zackery Spytz <[email protected]>
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)

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

e5d0316f35a62df05e1b196689f6998662631836 authored about 1 year ago by Hugo van Kemenade <[email protected]>
gh-73965: New environment variable PYTHON_HISTORY (#13208)

It can be used to set the location of a .python_history file

---------

Co-authored-by: Lev...

f19b93fce04fb0bc9b59071915a6aa6b01860d8a authored about 1 year ago by Zackery Spytz <[email protected]>
gh-112795: Allow `/` folder in a zipfile (#112932)

Allow extraction (no-op) of a "/" folder in a zipfile, they are commonly added by some archive c...

541c5dbb81c784afd587406be2cc82645979a107 authored about 1 year ago by AN Long <[email protected]>
gh-89532: Remove LibreSSL workarounds (#28728)

Remove LibreSSL specific workaround ifdefs from `_ssl.c` and delete the non-version-specific `_s...

84d1f76092c24c4d6614797cc10eb8a231397646 authored about 1 year ago by Rami <[email protected]>