aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...gentoo-3.10.6_p2Pascal Wittmann2022-08-103-2/+34
* gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)gentoo-3.10.6_p1Petr Viktorin2022-08-104-4/+46
* bpo-45433: Do not link libpython against libcryptgentoo-3.10.6Mike Gilbert2022-08-021-0/+3
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2022-08-021-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2022-08-021-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2022-08-021-0/+2
* Install shared libs in LIBDESTMike Gilbert2022-08-021-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2022-08-022-10/+10
* Disable nisMike Gilbert2022-08-021-1/+0
* Improve distutils C++ supportMike Gilbert2022-08-026-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2022-08-021-0/+5
* Override libdirMike Gilbert2022-08-021-14/+10
* Disable modules and SSLMike Gilbert2022-08-021-2/+13
* Python 3.10.6v3.10.6Pablo Galindo2022-08-0186-151/+832
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-07-314-15/+19
* IDLE: Fix docs URL in the About window (GH-28417)Miss Islington (bot)2022-07-311-2/+3
* [3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)Thomas Klausner2022-07-313-0/+82
* [3.10] gh-94635: Add Reference, How-to, and Explanation headings to sqlite3 d...Erlend Egeberg Aasland2022-07-311-96/+120
* gh-95471: IDLE - Tweak Edit menu (GH-95481)Miss Islington (bot)2022-07-303-1/+7
* [3.10] gh-90654: IDLE - Insert blank line in NEWS.txt (#95479)Terry Jan Reedy2022-07-301-0/+1
* gh-94938: Fix test (GH-95396)Miss Islington (bot)2022-07-291-5/+0
* gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)Miss Islington (bot)2022-07-294-9/+31
* gh-95273: Relocate sqlite3 enable load extension note (GH-95430)Miss Islington (bot)2022-07-291-12/+8
* gh-95432: Fixup sqlite3 tutorial example (GH-95431)Miss Islington (bot)2022-07-291-5/+5
* [3.10] gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95375)Łukasz Langa2022-07-293-2/+42
* gh-95273: Improve sqlite3 class descriptions (GH-95379)Miss Islington (bot)2022-07-291-8/+34
* gh-95273: Condense sqlite3 executescript example (GH-95383) (#95419)Miss Islington (bot)2022-07-292-27/+9
* gh-95273: Move sqlite3 executemany examples from reference to tutorial (GH-95...Miss Islington (bot)2022-07-293-54/+26
* Improve documentation for adding datetime and timedelta (gh-95403) (gh-95409)Miss Islington (bot)2022-07-281-2/+2
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)2022-07-283-0/+5
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...Miss Islington (bot)2022-07-282-0/+8
* gh-95355: Check tokens[0] after allocating memory (GH-95356)Miss Islington (bot)2022-07-282-1/+2
* Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' (#95358)Miss Islington (bot)2022-07-281-2/+3
* [3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345)Kumar Aditya2022-07-283-10/+15
* [3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...Serhiy Storchaka2022-07-284-56/+110
* gh-95339: update bundled pip to 22.2.1 (gh-95340)Miss Islington (bot)2022-07-273-1/+2
* [3.10] gh-95273: Normalise sqlite3 reference wording (GH-95274) (#95330)Erlend Egeberg Aasland2022-07-271-42/+43
* gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (G...Miss Islington (bot)2022-07-271-5/+5
* GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)Miss Islington (bot)2022-07-272-0/+2
* gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)Miss Islington (bot)2022-07-272-2/+16
* gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (GH-95269)Miss Islington (bot)2022-07-261-1/+11
* gh-95291: Use import helper to improve sqlite3 audit tests (GH-95292)Miss Islington (bot)2022-07-261-4/+1
* gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-9...Miss Islington (bot)2022-07-261-1/+7
* [3.10] gh-95235: Add explicit parameter list to some sqlite3 methods (GH-9524...Erlend Egeberg Aasland2022-07-261-45/+87
* gh-95041: Fix several minor issues in syslog.openlog() (GH-95058)Miss Islington (bot)2022-07-251-24/+33
* gh-95235: Document undocumented parameters in sqlite3 functions and methods (...Miss Islington (bot)2022-07-251-13/+17
* gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)Miss Islington (bot)2022-07-244-23/+60
* gh-95212: make multiprocessing test case parallel-safe (GH-95213)Miss Islington (bot)2022-07-242-1/+3
* gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)Miss Islington (bot)2022-07-244-1/+2
* gh-95194: upgrade bundled pip to 22.2 (gh-95195)Miss Islington (bot)2022-07-244-1/+2