summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-43856: Add a versionadded directive to the importlib.metadata docs ...backport-adf24bd-3.9Zackery Spytz2021-04-211-0/+2
* Improve the error message for choices(population, 10) (GH-25267) (GH-25477)Miss Islington (bot)2021-04-191-1/+9
* bpo-43837: Reverse order of precedence table to show tightly binding operator...Miss Islington (bot)2021-04-191-29/+29
* Fix typo in a dataclasses comment. (GH-25454)Miss Islington (bot)2021-04-171-1/+1
* [3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...Christian Heimes2021-04-1718-709/+997
* 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)Terry Jan Reedy2021-04-161-1/+1
* bpo-20364: Improve sqlite3 placeholder docs (GH-25003)Miss Islington (bot)2021-04-143-48/+48
* bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)Miss Islington (bot)2021-04-131-13/+2
* Revert "Add ignore file for the abidump check (GH-25323)" (GH-25394)Pablo Galindo2021-04-142-11/+1
* [3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391)Miss Islington (bot)2021-04-133-2/+64
* bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) (GH-25387)Miss Islington (bot)2021-04-131-0/+6
* [3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (...Miss Islington (bot)2021-04-123-24/+26
* [3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are release...Ethan Furman2021-04-123-13/+51
* bpo-41661: Document os.path.relpath() exception on Windows with different dri...Miss Islington (bot)2021-04-121-1/+2
* bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355)Miss Islington (bot)2021-04-121-1/+4
* bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818)Miss Islington (bot)2021-04-113-0/+8
* 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-25333)Miss Islington (bot)2021-04-102-1/+2
* Add ignore file for the abidump check (GH-25323)Pablo Galindo2021-04-092-1/+11
* bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319)Miss Islington (bot)2021-04-091-2/+2
* [3.9] bpo-43779: Fix possible refleak involving _PyArena_AddPyObject (GH-2528...Erlend Egeberg Aasland2021-04-091-1/+4
* [3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)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
* bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)Miss Islington (bot)2021-04-092-0/+7
* bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-2...Miss Islington (bot)2021-04-092-0/+9
* Add CI step to check changes in the exported ABI (GH-25230)Pablo Galindo2021-04-093-0/+13872
* [3.9] bpo-39702: Remove dotted_name from decorator documentation (GH-25234) (...Miss Islington (bot)2021-04-081-1/+0
* [3.9] 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-25269)Miss Islington (bot)2021-04-071-2/+6
* [3.9] bpo-36540: Improve doc of function definition regarding positional-only...Saiyang Gou2021-04-071-2/+8
* bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` sin...Miss Islington (bot)2021-04-073-3/+8
* bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)Steve Dower2021-04-072-15/+28
* bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25247)Miss Islington (bot)2021-04-072-1/+2
* bpo-43105: Importlib now resolves relative paths when creating module spec ob...Steve Dower2021-04-079-2767/+3031
* Fix blurb for bpo-43176. (GH-25215) (GH-25217)Miss Islington (bot)2021-04-061-1/+1
* bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213)Steve Dower2021-04-063-2/+4
* bpo-43176: Fix processing of empty dataclasses (GH-24484) (GH-25205)Miss Islington (bot)2021-04-063-1/+26
* bpo-17305: Link to the third-party idna package. (GH-25208)Miss Islington (bot)2021-04-061-0/+3
* bpo-20503: Show how isinstance() works with ABC registered classes. (GH-25175...Miss Islington (bot)2021-04-051-0/+35
* bpo-36470: Allow dataclasses.replace() to handle InitVars with default values...Miss Islington (bot)2021-04-053-1/+21
* [3.9] Fix typo in turtledemo.two_canvases. (GH-25194)Miss Islington (bot)2021-04-051-1/+1
* Post 3.9.4Łukasz Langa2021-04-041-1/+1
* Merge tag 'v3.9.4' into 3.9Łukasz Langa2021-04-046-9/+25
|\
| * Python 3.9.4v3.9.4Łukasz Langa2021-04-046-9/+25
* | [3.9] bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs ...Miss Islington (bot)2021-04-041-2/+7
|/
* [3.9] bpo-43710: Rollback the 3.9 bpo-42500 fix, it broke the ABI in 3.9.3 (#...Gregory P. Smith2021-04-049-74/+79
* bpo-43325: Add FAQ entry for identity tests (GH-25168) (GH-25178)Miss Islington (bot)2021-04-032-3/+89
* Replace broken example code with correct simpler code. (GH-25162) (GH-25166)Miss Islington (bot)2021-04-031-2/+2
* Add more tests for the descriptor tutorial (GH-25164) (#25165)Miss Islington (bot)2021-04-031-7/+57