summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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-301-5/+0
* gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)Miss Islington (bot)2022-07-304-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-291-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-271-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-261-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-254-23/+60
* gh-95212: make multiprocessing test case parallel-safe (GH-95213)Miss Islington (bot)2022-07-252-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
* gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)Miss Islington (bot)2022-07-243-3/+18
* Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317) (#95159)Miss Islington (bot)2022-07-231-1/+1
* Fix copy-friendliness of tutorial example (GH-93424)Miss Islington (bot)2022-07-221-0/+1
* Fix async method reference links in `compound_stmts` docs (GH-94935)Miss Islington (bot)2022-07-221-2/+2
* Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example (...Miss Islington (bot)2022-07-221-2/+2
* gh-81040: Improve sqlite3.Cursor.rowcount docs (GH-94940)Miss Islington (bot)2022-07-221-12/+5
* gh-95112: Fix What's New 3.10 contribution note periods (GH-95114)Miss Islington (bot)2022-07-221-25/+25
* gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)Miss Islington (bot)2022-07-211-2/+2
* GH-95029: Describe Windows Store package isolation and redirection in more de...Miss Islington (bot)2022-07-211-3/+31
* gh-94844: Add pathlib support to shutil archive management (GH-94846)Miss Islington (bot)2022-07-201-0/+2
* [3.10] gh-90654: Update maintenance NEWS header (#94355)Terry Jan Reedy2022-07-201-3/+2
* gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038)Miss Islington (bot)2022-07-201-0/+2
* [3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-...Miss Islington (bot)2022-07-194-8/+37
* [3.10] gh-94998: Remove incorrectly backported Lib/test/test_sqlite3 director...Erlend Egeberg Aasland2022-07-191-1892/+0
* GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...Miss Islington (bot)2022-07-194-11/+60
* [3.10] gh-94949: Disallow parsing parenthesised ctx mgr with old feature_vers...Shantanu2022-07-194-2/+11
* test_concurrent_futures: Fix unneeded/confusing format call (GH-93119)Miss Islington (bot)2022-07-191-1/+1
* [3.10] gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94...Shantanu2022-07-184-2/+10
* Fix incorrect double indent in ast doc (GH-94976)Miss Islington (bot)2022-07-181-1/+1