summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28779)Miss Islington (bot)2021-10-072-39/+38
* [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28772)Miss Islington (bot)2021-10-061-0/+4
* bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...Miss Islington (bot)2021-10-062-1/+8
* bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...Miss Islington (bot)2021-10-061-5/+4
* [3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)Christian Clauss2021-10-0612-16/+16
* bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (...Miss Islington (bot)2021-10-055-4/+5
* sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)Miss Islington (bot)2021-10-052-4/+4
* [doc] Fix gethostbyname_ex description (GH-28700) (GH-28742)Miss Islington (bot)2021-10-051-2/+2
* bpo-44050: Extension modules can share state when they don't support sub-inte...Miss Islington (bot)2021-10-054-1/+59
* bpo-45354: Skip obsolete device name tests on Windows 11 (GH-28712)Miss Islington (bot)2021-10-051-4/+7
* [3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)Miss Islington (bot)2021-10-052-1/+5
* [3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...John Belmonte2021-10-054-4/+76
* Post 3.10.0Pablo Galindo2021-10-041-1/+1
* Merge tag 'v3.10.0' into 3.10Pablo Galindo2021-10-044-96/+166
|\
| * Python 3.10.0v3.10.0Pablo Galindo2021-10-0415-597/+169
| * bpo-45310: Fix parrallel shared memory tests (GH-28661)Miss Islington (bot)2021-10-041-16/+24
| * hashlib: Fix old message about unicode objects. (GH-28653)Miss Islington (bot)2021-10-031-1/+1
| * bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566) (GH-...Miss Islington (bot)2021-10-031-0/+1
| * bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (GH-28687)Miss Islington (bot)2021-10-032-7/+7
| * bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...Miss Islington (bot)2021-10-033-6/+6
| * [3.10] Remove trailing spaces (GH-28709)Serhiy Storchaka2021-10-0315-17/+17
| * bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707)Pablo Galindo Salgado2021-10-033-5/+484
| * bpo-45249: Ensure the traceback module prints correctly syntax errors with ra...Miss Islington (bot)2021-09-292-6/+34
| * bpo-45067 - Verify the version of ncurses for extended color support feature ...Miss Islington (bot)2021-09-291-2/+2
| * bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)Miss Islington (bot)2021-09-293-1/+14
| * bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)Miss Islington (bot)2021-09-291-4/+7
| * [3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)Łukasz Langa2021-09-2929-31/+38
| * [doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433)Miss Islington (bot)2021-09-291-1/+2
| * bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428)Miss Islington (bot)2021-09-291-6/+6
| * [doc] Add a missing apostrophe in a code example in venv.rst (GH-28391) (GH-2...Miss Islington (bot)2021-09-291-1/+1
| * bpo-45217: adds note that `allow_no_value` in `configparser` is optional (GH-...Miss Islington (bot)2021-09-291-1/+2
| * Fix typo and add a module prefix (GH-28401)Miss Islington (bot)2021-09-291-2/+2
| * docs: correct references to __isub__ etc (GH-28297)Miss Islington (bot)2021-09-291-132/+132
| * bpo-45089: Improve sqlite3 trace callback docs (GH-28238) (GH-28371)Miss Islington (bot)2021-09-291-5/+13
| * bpo-9811: [doc] strftime handling of unsupported format specifiers is platfor...Miss Islington (bot)2021-09-291-1/+2
| * bpo-44964: Correct the note about the f_lasti field (GH-28208) (GH-28276)Miss Islington (bot)2021-09-292-4/+4
| * bpo-45024 and bpo-23864: Document how interface testing works with the collec...Miss Islington (bot)2021-09-292-63/+168
| * Fix small mistake in fileinput documentation (GH-28241)Miss Islington (bot)2021-09-291-1/+1
| * [3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)Miss Islington (bot)2021-09-291-1/+1
| * bpo-45198: __set_name__ documentation not clear about its usage with non-desc...Miss Islington (bot)2021-09-292-30/+36
| * Docs: Clarify the before_and_after() example (GH-28458) (#28464)Miss Islington (bot)2021-09-292-6/+8
| * [3.10] bpo-45246: Document that sorted() only uses "<" comparisons (GH-28494)...Łukasz Langa2021-09-291-0/+9
| * bpo-45216: Remove extraneous method docs from `difflib` (GH-28445) (GH-28505)Miss Islington (bot)2021-09-292-40/+2
| * Fix legacy logging module URL (GH-28528)Miss Islington (bot)2021-09-291-1/+1
| * bpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)Miss Islington (bot)2021-09-291-0/+3
| * bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)Miss Islington (bot)2021-09-2929-69/+69
| * [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...Miss Islington (bot)2021-09-291-1/+7
| * bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543)Miss Islington (bot)2021-09-291-1/+1
| * bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536)Miss Islington (bot)2021-09-291-1/+2
| * bpo-45277: Fix typo in codecs doc (GH-28555)Miss Islington (bot)2021-09-291-1/+1