summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-042-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
* bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)Miss Islington (bot)2021-04-021-3/+19
* Post 3.9.3Łukasz Langa2021-04-021-1/+1
* Merge tag 'v3.9.3' into 3.9Łukasz Langa2021-04-0237-89/+355
|\
| * Python 3.9.3v3.9.3Łukasz Langa2021-04-0237-89/+355
* | [3.9] bpo-26053: Fix args echoed by pdb run command (GH-25149)Irit Katriel2021-04-023-1/+15
|/
* bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)Miss Islington (bot)2021-04-021-3/+3
* bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (GH-25123) (#25140)Miss Islington (bot)2021-04-021-1/+1
* Doc: io: Remove "In-memory streams" section (GH-24927)Miss Islington (bot)2021-04-011-10/+0
* bpo-42840: Document providing kwargs to type. (GH-24173)Miss Islington (bot)2021-04-011-1/+8
* bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112)Miss Islington (bot)2021-03-312-1/+9
* bpo-42225: IDLE - document two unix-related problems. (GH-25078)Miss Islington (bot)2021-03-313-9/+39
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Miss Islington (bot)2021-03-304-1/+7
* [3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)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-304-4/+4
* bpo-43660: Fix crash when displaying exceptions with custom values for sys.st...Miss Islington (bot)2021-03-293-1/+20
* bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25046)Miss Islington (bot)2021-03-291-0/+2