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-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-081-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-063-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-021-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-04-011-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-313-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-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-25047)Miss Islington (bot)2021-03-291-0/+2
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...Miss Islington (bot)2021-03-294-69/+148
* bpo-43659: Fix test_curses on AIX (GH-25074)Miss Islington (bot)2021-03-291-0/+1
* bpo-35930: Raising an exception raised in a "future" instance will create ref...Miss Islington (bot)2021-03-292-15/+25
* bpo-42988: Remove the pydoc getfile feature (GH-25015)Miss Islington (bot)2021-03-293-24/+4
* [3.8] bpo-31907: [doc] clarify that str.format() does not support arbitrary e...Miss Islington (bot)2021-03-281-2/+2
* [3.8] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (G...Christian Heimes2021-03-276-233/+299
* bpo-39231: correct tutorial annotations section (GH-25029)Miss Islington (bot)2021-03-271-1/+1
* bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)Miss Islington (bot)2021-03-271-1/+1
* bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025, GH-5...Miss Islington (bot)2021-03-261-5/+4
* Clarify attribute docs on types.ModuleType (GH-24974)Miss Islington (bot)2021-03-231-2/+30
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Miss Islington (bot)2021-03-214-0/+29
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Miss Islington (bot)2021-03-183-1/+31