summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103...Dong-hee Na2023-04-082-3/+10
* gh-103373: Improve documentation for `__mro_entries__` (#103374)Alex Waygood2023-04-081-5/+9
* gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2 (#10...Hugo van Kemenade2023-04-081-42/+54
* gh-100574: add examples/links to the `strptime`/`strftime` docs (#100575)Ezio Melotti2023-04-081-21/+26
* Docs: use Node.findall to avoid a deprecation warning (#99403)Adam Turner2023-04-081-1/+12
* gh-75729: Fix os.spawn tests not handling spaces on Windows (#99150)C.A.M. Gerlach2023-04-082-45/+59
* gh-102809: Remove gdbinit mention in Misc/README (#103269)Tomáš Hrnčiar2023-04-081-1/+0
* gh-103329: Add regression test for PropertyMock with side effect (#103358)Russell Keith-Magee2023-04-082-1/+23
* gh-83004: Harden _socket init (GH-103261)Erlend E. Aasland2023-04-071-537/+581
* gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348)Alex Waygood2023-04-074-9/+64
* gh-103272: regression test for getattr exception in property (#103336)sunmy20192023-04-071-0/+13
* gh-100220: Fix error handling in make rules (GH-100328)Michał Górny2023-04-072-1/+5
* gh-103225: Fixed zero lineno issue for pdb (#103265)Tian Gao2023-04-073-2/+38
* gh-74690: Add more tests for runtime-checkable protocols (#103347)Alex Waygood2023-04-071-2/+39
* gh-103193: Celebrate performance improvements to `inspect.getattr_static` in ...Alex Waygood2023-04-071-0/+4
* GH-88013: Fix TypeError raised by ntpath.realpath in some cases (GH-102813)AN Long2023-04-073-1/+10
* bpo-46523: fix tests rerun when `setUp[Class|Module]` fails (#30895)Nikita Sobolev2023-04-073-3/+184
* gh-102213: Revert "gh-102213: Optimize the performance of `__getattr__` (GH-...Nikita Sobolev2023-04-073-13/+3
* gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)Dong-hee Na2023-04-073-1/+17
* gh-103266: Fix a typo in example code for bisect() function (#103267)Oleg Iarygin2023-04-071-4/+4
* gh-93121: fix test_mailbox where some test cases were accidentally dropped (#...AGZain2023-04-061-22/+23
* GH-102700: allow built-in modules to be submodules (GH-103162)Brett Cannon2023-04-063-19/+1
* gh-103193: Speedup and inline `inspect._is_type` (#103321)Alex Waygood2023-04-061-9/+4
* gh-103193: Use LBYL idioms rather than EAFP in `inspect.getattr_static` (#103...Alex Waygood2023-04-061-15/+10
* gh-103186: assert in tests that UnsafeMailcapInput warnings are provided (#10...Ijtaba Hussain2023-04-061-4/+24
* gh-100227: Use an Array for _PyRuntime's Set of Locks During Init (gh-103315)Eric Snow2023-04-061-60/+48
* gh-99202: Fix extension type from documentation for compiling in C++20 mode ...Jeffrey Newman2023-04-066-10/+11
* gh-48330: assert warning is emitted on unittest.TestResult with no addDuratio...Irit Katriel2023-04-061-1/+2
* gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)Irit Katriel2023-04-0612-71/+68
* [Enum] unchain exception property.__get__ (GH-103305)Ethan Furman2023-04-061-1/+1
* gh-103207: Fix Welcome formatting issues when macOS Installer is run in dark ...Ned Deily2023-04-061-29/+22
* gh-101659: Add _Py_AtExit() (gh-103298)Eric Snow2023-04-0613-68/+269
* gh-93910: [Enum] remove member.member deprecation (GH-103236)Ethan Furman2023-04-064-50/+37
* GH-88691: Shrink the CALL caches (GH-103230)Brandt Bucher2023-04-0512-281/+285
* gh-101659: Use the Raw Allocator in the _xxinterpchannels Module (gh-103287)Eric Snow2023-04-051-22/+93
* gh-74690: Further optimise `typing._ProtocolMeta.__instancecheck__` (#103280)Alex Waygood2023-04-051-1/+1
* gh-99069: Consolidate checks for static_assert (#94766)Joshua Root2023-04-052-13/+17
* gh-102899: Fix doc link for getting filesystem error handler (#102901)Olivier Gayot2023-04-051-1/+1
* gh-89058: remove skip from test_no_hang_on_context_chain_cycle2 (#102903)Irit Katriel2023-04-051-1/+0
* gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)Yeojin Kim2023-04-054-13/+67
* gh-100408: Fix a traceback in multiprocessing example (#100409)Serhiy Storchaka2023-04-051-4/+4
* gh-74690: typing: Call `_get_protocol_attrs` and `_callable_members_only` at ...Alex Waygood2023-04-051-11/+14
* gh-81762: Clarify and simplify description of print's flush param (#103264)C.A.M. Gerlach2023-04-051-2/+3
* gh-74690: typing: Simplify and optimise `_ProtocolMeta.__instancecheck__` (#1...Alex Waygood2023-04-051-11/+3
* gh-103193: Micro-optimise helper functions for `inspect.getattr_static` (#103...Alex Waygood2023-04-052-4/+5
* gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions...Nikita Sobolev2023-04-057-16/+16
* gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)Michael Handler2023-04-055-21/+167
* gh-101525: Disable peephole optimization process of BOLT (gh-103187)Dong-hee Na2023-04-052-2/+2
* gh-102660: Fix is_core_module() (gh-103257)Eric Snow2023-04-041-1/+13
* Improve some grammar in the socket docs (#103254)Tim Burke2023-04-041-4/+4