aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Post release updates3.7Ned Deily2021-02-162-3/+3
* 3.7.10v3.7.10Ned Deily2021-02-1514-23/+103
* Add a warning block around the get_referrers() documentation (GH-24511) (GH-2...Miss Islington (bot)2021-02-151-4/+5
* [3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531)Senthil Kumaran2021-02-159-46/+152
* [3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...Benjamin Peterson2021-01-183-34/+66
* Bring Python into the new year. (GH-24036) (GH-24052)Miss Islington (bot)2021-01-019-10/+10
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-2403...Miss Islington (bot)2021-01-012-3/+9
* bpo-17140: Document multiprocessing's ThreadPool (GH-23812) (GH-23836)Miss Islington (bot)2020-12-182-0/+41
* [3.7] Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1...Benjamin Peterson2020-12-012-2/+2
* bpo-40791: Make compare_digest more constant-time. (GH-23438)Miss Islington (bot)2020-11-222-1/+2
* [3.7] bpo-42336: Improve PCbuild batch files (GH-23325) (GH-23373)Steve Dower2020-11-187-14/+47
* [3.7] bpo-42103: Improve validation of Plist files. (GH-22882) (#23117)Serhiy Storchaka2020-11-104-67/+367
* [3.7] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22890)larryhastings2020-10-222-2/+0
* bpo-41944: No longer call eval() on content received via HTTP in the CJK code...Miss Skeleton (bot)2020-10-192-14/+9
* bpo-42051: Reject XML entity declarations in plist files (#22760) (GH-22801)Ned Deily2020-10-193-0/+28
* [3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when usi...Pablo Galindo2020-10-083-8/+39
* Post release updatesNed Deily2020-08-172-3/+3
* 3.7.9v3.7.9Ned Deily2020-08-1513-19/+95
* bpo-41100: additional fixes for testing on macOS 11 Big Sur IntelNed Deily2020-08-156-5/+15
* bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...Miss Islington (bot)2020-08-145-9/+87
* bpo-41455: Provide a link to how the third generation is collected in the GC ...Miss Islington (bot)2020-08-121-3/+3
* bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21835)Miss Islington (bot)2020-08-121-1/+1
* bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538)Miss Islington (bot)2020-07-193-0/+39
* bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521) (GH-21524)Miss Islington (bot)2020-07-181-1/+1
* bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499)Steve Dower2020-07-153-3/+36
* bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21484)Miss Islington (bot)2020-07-154-0/+10
* bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21461)Miss Islington (bot)2020-07-133-8/+41
* closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-2...Miss Islington (bot)2020-07-072-2/+5
* [3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Pyt...Steve Dower2020-07-065-72/+81
* [3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...Tapas Kundu2020-06-303-2/+14
* Post release updatesNed Deily2020-06-282-3/+3
* 3.7.8v3.7.8Ned Deily2020-06-275-8/+26
* BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155)Miss Islington (bot)2020-06-253-2/+3
* [3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949)Christian Heimes2020-06-252-19/+21
* Update macOS installer reader for 3.7.8Ned Deily2020-06-251-5/+25
* Fix macOS installer build typosNed Deily2020-06-252-3/+2
* Post release updateNed Deily2020-06-172-3/+3
* 3.7.8rc1v3.7.8rc1Ned Deily2020-06-1797-660/+1490
* bpo-40204: Pin Sphinx version to 2.3.1 in Doc/MakefileNed Deily2020-06-172-2/+2
* Update missed Python.app copyright.Ned Deily2020-06-171-2/+2
* Update macOS Python Launcher defaults to python3.Ned Deily2020-06-171-15/+9
* bpo-39580: add check for CLI installation on macOSNed Deily2020-06-172-1/+4
* Update the macOS installer build scriptsNed Deily2020-06-174-230/+128
* Synchronize macOS installer with 3.9Ned Deily2020-06-161-14/+37
* bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)Miss Islington (bot)2020-06-156-7/+8
* bpo-40448: ensurepip: Do not use cache (GH-19812)Miss Islington (bot)2020-06-154-9/+12
* [3.7] bpo-34226: fix cgi.parse_multipart without content_length (GH-8530) (GH...Miss Islington (bot)2020-06-153-2/+21
* [3.7] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH...Miss Islington (bot)2020-06-131-1/+1
* bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)Steve Dower2020-06-125-8/+9
* bpo-40964: disable remote IMAP tests (GH-20836)Christian Heimes2020-06-122-0/+5