summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-43856: Add a versionadded directive to the importlib.metadata docs ...backport-adf24bd-3.8Zackery Spytz2021-04-211-0/+2
* Fix typo in a dataclasses comment. (GH-25454)Miss Islington (bot)2021-04-171-1/+1
* [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...Christian Heimes2021-04-1718-709/+997
* bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) ...Miss Islington (bot)2021-04-163-0/+8
* bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)...Victor Stinner2021-04-162-2/+9
* [3.9] bpo-43723: Revert IDLE doc change (GH-25174)Miss Islington (bot)2021-04-160-0/+0
* [3.8] bpo-43723: Backport IDLE doc change (GH-25174)Terry Jan Reedy2021-04-161-1/+1
* bpo-37741: make importlib.metadata docs discoverable through a module directi...Miss Islington (bot)2021-04-141-0/+5
* bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)Miss Islington (bot)2021-04-131-13/+2
* [3.8] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25392)Miss Islington (bot)2021-04-133-2/+64
* bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)Miss Islington (bot)2021-04-131-0/+6
* [3.8] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (...Christian Heimes2021-04-133-20/+24
* [3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are release...Ethan Furman2021-04-123-13/+51
* bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)Miss Islington (bot)2021-04-121-1/+4
* Fix description of behaviour of an exception class in 'from' clause (GH-24303...Miss Islington (bot)2021-04-111-4/+7
* bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25332)Miss Islington (bot)2021-04-102-1/+2
* Add ignore file for the abidump check (GH-25322)Pablo Galindo2021-04-092-1/+11
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-099-2743/+3016
* bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)Miss Islington (bot)2021-04-091-2/+2
* [3.8] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25311)Christian Heimes2021-04-097-83/+15092
* bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)Miss Islington (bot)2021-04-094-1/+20
* [3.8] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case...Miss Islington (bot)2021-04-092-0/+9
* [3.8] bpo-43791: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) (GH-25...Miss Islington (bot)2021-04-092-0/+7
* Add CI step to check changes in the exported ABI (GH-25232)Pablo Galindo2021-04-093-0/+16046
* bpo-39674: Fix collections ABC deprecation notice (GH-25281)Markus Gerstel2021-04-091-1/+1
* [3.8] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)Miss Islington (bot)2021-04-081-2/+2
* Fix broken test for MutableSet.pop() (GH-25209) (GH-25270)Miss Islington (bot)2021-04-071-2/+6
* [3.8] bpo-36540: Improve doc of function definition regarding positional-only...Saiyang Gou2021-04-071-2/+8
* bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)Steve Dower2021-04-072-17/+30
* Improve CDN purge script (GH-25251)Miss Islington (bot)2021-04-071-0/+3
* bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391)Miss Islington (bot)2021-04-072-1/+2
* bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)Miss Islington (bot)2021-04-063-2/+4
* [3.8] Fix blurb for bpo-43176. (GH-25215) (GH-25218)Miss Islington (bot)2021-04-061-1/+1
* bpo-43176: Fix processing of empty dataclasses (GH-24484)Miss Islington (bot)2021-04-053-1/+26
* bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...Miss Islington (bot)2021-04-053-1/+21
* Fix typo in turtledemo.two_canvases. (GH-25194)Miss Islington (bot)2021-04-051-1/+1
* bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)Miss Islington (bot)2021-04-021-3/+19
* Post 3.8.9Łukasz Langa2021-04-021-1/+1
* Merge tag 'v3.8.9' into 3.8Łukasz Langa2021-04-0230-75/+285
|\
| * Python 3.8.9v3.8.9Łukasz Langa2021-04-0230-75/+285
* | [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)Miss Islington (bot)2021-04-023-1/+15
|/
* bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)Miss Islington (bot)2021-04-011-3/+3
* Doc: io: Remove "In-memory streams" section (GH-24927)Miss Islington (bot)2021-04-011-10/+0
* Fix grammar in enum documentation. (GH-24689)Miss Islington (bot)2021-03-311-1/+1
* bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)Miss Islington (bot)2021-03-312-1/+9
* bpo-42225: IDLE - document two unix-related problems. (GH-25078)Miss Islington (bot)2021-03-303-9/+39
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Miss Islington (bot)2021-03-304-1/+7
* [3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)Christian Heimes2021-03-3011-17/+18
* bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)Miss Islington (bot)2021-03-301-0/+1
* bpo-33164: blake2: Fix Coverity scan (GH-25060)Miss Islington (bot)2021-03-294-4/+4