summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.0b5v3.11.0b5Pablo Galindo2022-07-2539-69/+353
* [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...Pablo Galindo Salgado2022-07-255-0/+58
* gh-95235: Document undocumented parameters in sqlite3 functions and methods (...Miss Islington (bot)2022-07-251-13/+17
* gh-93610: Improve docs for importlib.resources (GH-93611) (GH-95247)Miss Islington (bot)2022-07-254-281/+328
* [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)Mark Shannon2022-07-255-52/+213
* gh-95205: Improve wasm README (GH-95206)Miss Islington (bot)2022-07-251-2/+6
* 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-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (GH-95176)Miss Islington (bot)2022-07-242-71/+13
* 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-95174: Handle missing waitpid and gethostbyname in WASI (GH-95181)Miss Islington (bot)2022-07-232-6/+19
* gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)Miss Islington (bot)2022-07-233-3/+18
* [3.11] gh-93351: Add news entry and what's new entry for changes in gh-93351 ...Pablo Galindo Salgado2022-07-232-0/+7
* gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165)Miss Islington (bot)2022-07-231-1/+1
* gh-90473: Fix more tests on platforms without umask (GH-95164)Miss Islington (bot)2022-07-233-2/+18
* gh-89758: Track all socket module dependencies (GH-95157)Miss Islington (bot)2022-07-231-1/+1
* Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)Miss Islington (bot)2022-07-231-1/+1
* [3.11] gh-95132: Correctly relay *args and **kwds from sqlite3.connect to fac...Erlend Egeberg Aasland2022-07-235-147/+59
* [3.11] GH-94036: Fix more attribute location quirks (GH-95028) (GH-95156)Brandt Bucher2022-07-223-20/+85
* GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...Miss Islington (bot)2022-07-223-4/+49
* Fix copy-friendliness of tutorial example (GH-93424)Miss Islington (bot)2022-07-221-0/+1
* [3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...Brandt Bucher2022-07-228-198/+20
* Fix async method reference links in `compound_stmts` docs (GH-94935)Miss Islington (bot)2022-07-221-2/+2
* Fix scheme count in `sysconfig` whatsnew entry (GH-94110)Miss Islington (bot)2022-07-221-1/+1
* Fix incorrect directive in multiprocessing module documentation (GH-93517)Miss Islington (bot)2022-07-221-1/+1
* 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.11 contribution note periods (GH-95115)Miss Islington (bot)2022-07-211-5/+5
* gh-95112: Fix What's New 3.10 contribution note periods (GH-95114)Miss Islington (bot)2022-07-211-25/+25
* gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (GH-95106)Miss Islington (bot)2022-07-212-2/+3
* gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)Miss Islington (bot)2022-07-211-2/+2
* [3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)Miss Islington (bot)2022-07-212-0/+3
* gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_i...Miss Islington (bot)2022-07-211-20/+26
* GH-95029: Describe Windows Store package isolation and redirection in more de...Miss Islington (bot)2022-07-201-3/+31
* gh-90654: Remove unneeded blank line (GH-95044) (#95047)Miss Islington (bot)2022-07-201-1/+0
* [3.11] GH-91409: Don't overwrite valid locations with NOP locations (GH-95067...Brandt Bucher2022-07-203-1/+44
* gh-54781: Move NEWS item to Tests, and improve wording (GH-95063)Miss Islington (bot)2022-07-201-10/+10
* gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052)Miss Islington (bot)2022-07-201-2/+1
* gh-94844: Add pathlib support to shutil archive management (GH-94846)Miss Islington (bot)2022-07-201-0/+2
* GH-94851: fix immortal objects refcounting in compiler (gh-95040)Miss Islington (bot)2022-07-201-1/+1
* gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038)Miss Islington (bot)2022-07-201-0/+2
* gh-93939: Use new MODULE_name_STATE in wasm_assets script (GH-95035)Miss Islington (bot)2022-07-201-7/+6
* GH-90699: fix ref counting of static immortal strings (gh-94850)Miss Islington (bot)2022-07-193-2/+4
* [3.11] Remove blurb boilerplate from news item(#95033) (#95036)Terry Jan Reedy2022-07-201-5/+0
* gh-91256: Ensure help text has the program name even before getpath is called...Miss Islington (bot)2022-07-192-0/+4
* GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...Miss Islington (bot)2022-07-194-11/+60
* Remove out of date reference to YIELD_FROM from docs. (GH-94966) (GH-94975)Miss Islington (bot)2022-07-191-6/+0
* test_concurrent_futures: Fix unneeded/confusing format call (GH-93119)Miss Islington (bot)2022-07-181-1/+1
* gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH...Miss Islington (bot)2022-07-184-2/+11