summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)Dong-hee Na2021-07-051-0/+2
* bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-2...Ma Lin2021-07-051-0/+3
* bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAli...Ken Jin2021-07-041-0/+2
* bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)Irit Katriel2021-07-031-0/+1
* bpo-44553 : Implement GC methods for types.Union (GH-26993)Ken Jin2021-07-031-0/+2
* bpo-30256: [doc] Fix formatting error in news (GH-26994)Ken Jin2021-07-021-1/+1
* bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-...Irit Katriel2021-07-021-0/+1
* bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)finefoot2021-07-022-0/+3
* bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...Illia Volochii2021-07-011-0/+3
* bpo-43216: Remove @asyncio.coroutine (GH-26369)Illia Volochii2021-07-011-0/+6
* bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...Batuhan Taskaya2021-06-301-0/+4
* bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962)Steve Dower2021-06-301-0/+1
* bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...Steve Dower2021-06-301-0/+5
* bpo-43232: Remove previously deprecated methods on TransportSocket (GH-24538)Illia Volochii2021-06-301-0/+2
* bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...Pablo Galindo2021-06-291-0/+3
* bpo-38062: [doc] clarify that atexit uses equality comparisons internally. (G...Jack DeVries2021-06-291-0/+1
* bpo-44471: Change error type for bad objects in ExitStack.enter_context() (GH...Serhiy Storchaka2021-06-291-0/+5
* bpo-12022: Change error type for bad objects in "with" and "async with" (GH-2...Serhiy Storchaka2021-06-291-0/+4
* bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (...Jason R. Coombs2021-06-271-0/+2
* bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919)jdevries31332021-06-271-0/+2
* FIX rst issue in NEWS.d (GH-26923)Julien Palard2021-06-271-1/+1
* bpo-44110: Improve string's __getitem__ error message (GH-26042)Miguel Brito2021-06-271-0/+1
* bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with in...will-ca2021-06-261-0/+2
* Update vendored pip to 21.1.3 (GH-26912)Stéphane Bidoul2021-06-261-0/+1
* bpo-43977: Properly update the tp_flags of existing subclasses when their par...Brandt Bucher2021-06-251-0/+3
* bpo-44456: Improve the syntax error when mixing keyword and positional patter...Pablo Galindo2021-06-241-0/+2
* bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)Erlend Egeberg Aasland2021-06-241-0/+3
* bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)Petr Viktorin2021-06-241-0/+1
* bpo-39947: Remove old private trashcan C API functions (GH-26869)Victor Stinner2021-06-232-12/+20
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)Victor Stinner2021-06-231-0/+4
* bpo-44404: tkinter `after` support callable classes (GH-26812)E-Paine2021-06-231-0/+1
* bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementat...Serhiy Storchaka2021-06-231-0/+2
* bpo-44486: Make sure that modules always have a dictionary. (GH-26847)Mark Shannon2021-06-231-0/+2
* bpo-43918: document signature and default argument of `anext` builtin (#25551)Erik Welch2021-06-221-0/+1
* bpo-41621: Document defaultdict's default_factory parameter (GH-21945)Dennis Sweeney2021-06-221-0/+1
* bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)Ken Jin2021-06-221-0/+2
* bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctl...Ma Lin2021-06-221-0/+3
* bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)Russell Keith-Magee2021-06-221-0/+1
* bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)Victor Stinner2021-06-211-0/+4
* bpo-13814: Explain why generators are not context managers (GH-26835)Terry Jan Reedy2021-06-211-0/+1
* Reset DeprecationWarning filters in test_typing io and re (#26811)Ken Jin2021-06-211-1/+1
* bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)Pablo Galindo2021-06-211-0/+1
* bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)Dong-hee Na2021-06-211-0/+2
* bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)Victor Stinner2021-06-211-0/+4
* bpo-44466: Faulthandler now detects the GC (GH-26823)Victor Stinner2021-06-211-0/+2
* bpo-44297: Fix missing line number in generator expressions (GH-26801)Mark Shannon2021-06-211-0/+3
* bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)Georg Sauthoff2021-06-201-0/+3
* bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...Erlend Egeberg Aasland2021-06-201-0/+1
* bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)Sebastian Rittau2021-06-191-0/+1
* bpo-43298: Improved error message when building without the Windows SDK insta...Steve Dower2021-06-191-0/+1