summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: fix a rst tag. (GH-26965)Julien Palard2021-06-301-6/+6
* bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538)Illia Volochii2021-06-302-108/+2
* bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...Pablo Galindo2021-06-293-20/+15
* bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...Jack DeVries2021-06-292-5/+7
* bpo-44531: Fix type_repr() if tp_name is NULL (GH-26948)Victor Stinner2021-06-291-0/+6
* Doc: Remove trailing whitespaces. (GH-26953)Julien Palard2021-06-291-3/+3
* bpo-42588: Update the docs for the TopologicalSorter.static_order() method (G...andrei kulakov2021-06-291-4/+5
* bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...Serhiy Storchaka2021-06-296-8/+91
* bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...Serhiy Storchaka2021-06-296-26/+48
* bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)Victor Stinner2021-06-292-4/+0
* [doc] Fix typo in what's new in 3.10 (GH-26911)Rodrigo Girão Serrão2021-06-281-1/+1
* bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...Jason R. Coombs2021-06-273-10/+4
* bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919)jdevries31332021-06-272-14/+10
* Clarify the order of a stacked `abstractmethod` (GH-26892)Ram Rachum2021-06-271-3/+24
* bpo-40528: fix is_simple(sum)s behavior for attributes (GH-26918)Batuhan Taskaya2021-06-271-6/+10
* FIX rst issue in NEWS.d (GH-26923)Julien Palard2021-06-271-1/+1
* Add missing arg to DICT_MERGE opcode (GH-26859)andrei kulakov2021-06-271-1/+1
* bpo-44110: Improve string's __getitem__ error message (GH-26042)Miguel Brito2021-06-274-3/+13
* bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with in...will-ca2021-06-263-11/+21
* Update vendored pip to 21.1.3 (GH-26912)Stéphane Bidoul2021-06-263-1/+2
* bpo-43977: Properly update the tp_flags of existing subclasses when their par...Brandt Bucher2021-06-254-34/+129
* bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...Irit Katriel2021-06-249-16/+51
* bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import...Barry Warsaw2021-06-246-9/+40
* bpo-44321: Adds `os.EX_OK` for Windows (GH-26559)Samuel Marks2021-06-242-2/+7
* bpo-44456: Improve the syntax error when mixing keyword and positional patter...Pablo Galindo2021-06-246-464/+672
* bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)Erlend Egeberg Aasland2021-06-246-6/+33
* Make sure that line number is set correctly for call to __exit__ when handlin...Mark Shannon2021-06-245-4505/+4522
* Fix typo in whatsnew 3.10.rst (GH-26854)Arnon Yaari2021-06-241-1/+1
* bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)Petr Viktorin2021-06-245-98/+41
* bpo-40528: move asdl identifier collection to the new metadata system (GH-26858)Batuhan Taskaya2021-06-241-49/+51
* bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893)Erlend Egeberg Aasland2021-06-241-3/+8
* bpo-43553: Improve `sqlite3` test coverage (GH-26886)Erlend Egeberg Aasland2021-06-244-2/+100
* bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26...Erlend Egeberg Aasland2021-06-241-1/+1
* bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)Guido van Rossum2021-06-2310-260/+239
* bpo-42862: Strip stale sqlite3 cache ignores from c-analyzer (GH-26876)Erlend Egeberg Aasland2021-06-231-5/+0
* bpo-39947: Remove old private trashcan C API functions (GH-26869)Victor Stinner2021-06-235-78/+30
* bpo-43770: Cleanup PyModuleDef_Init() (GH-26879)Victor Stinner2021-06-231-2/+1
* bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745)Erlend Egeberg Aasland2021-06-238-49/+67
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)Victor Stinner2021-06-236-8/+85
* bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)Erlend Egeberg Aasland2021-06-236-24/+0
* bpo-44404: tkinter `after` support callable classes (GH-26812)E-Paine2021-06-233-1/+13
* bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementat...Serhiy Storchaka2021-06-232-2/+9
* bpo-28395: Remove unnecessary semicolons in tests (GH-26868)Dong-hee Na2021-06-238-31/+32
* bpo-44486: Make sure that modules always have a dictionary. (GH-26847)Mark Shannon2021-06-234-52/+66
* Fix typo in test_typing.py (GH-26853)Ikko Ashimine2021-06-221-1/+1
* bpo-43918: document signature and default argument of `anext` builtin (#25551)Erik Welch2021-06-223-4/+11
* [doc] Improve punctuation atexit docGéry Ogam2021-06-221-7/+8
* bpo-40528: Implement a metadata system for ASDL Generator (GH-20193)Batuhan Taskaya2021-06-221-24/+75
* bpo-41621: Document defaultdict's default_factory parameter (GH-21945)Dennis Sweeney2021-06-223-3/+4
* bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)Ken Jin2021-06-223-3/+25