summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix minor typo in 3.10.rst (GH-28253) (GH-28259)Miss Islington (bot)2021-09-091-1/+1
* bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255)Miss Islington (bot)2021-09-093-2/+20
* bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235) (GH-28251)Miss Islington (bot)2021-09-093-1/+14
* Fix small mistake in fileinput documentation (GH-28241)Miss Islington (bot)2021-09-091-1/+1
* [3.10] bpo-20499: Rounding error in statistics.pvariance (GH-28230) (GH-28248)Raymond Hettinger2021-09-093-52/+51
* [3.10] bpo-45083: Include the exception class qualname when formatting an exc...Miss Islington (bot)2021-09-087-36/+78
* [3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) ...Łukasz Langa2021-09-087-4616/+4654
* bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)Miss Islington (bot)2021-09-081-4/+7
* [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...Serhiy Storchaka2021-09-0835-13/+139
* bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...Miss Islington (bot)2021-09-083-0/+17
* bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)Miss Islington (bot)2021-09-082-2/+6
* Remove documentation for non-existing socket class attributes (GH-28029)Miss Islington (bot)2021-09-071-3/+0
* bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...Miss Islington (bot)2021-09-071-0/+2
* Add more itertool recipes (GH-28165)Miss Islington (bot)2021-09-072-2/+43
* bpo-45104: Clarify when __init__ is called (GH-28210)Miss Islington (bot)2021-09-071-1/+1
* Post 3.10.0rc2Pablo Galindo2021-09-071-1/+1
* Python 3.10.0rc2v3.10.0rc2Pablo Galindo2021-09-0770-152/+695
* bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...Miss Islington (bot)2021-09-0711-10793/+5870
* bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...Miss Islington (bot)2021-09-072-2/+9
* bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...Miss Islington (bot)2021-09-072-1/+3
* bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...Miss Islington (bot)2021-09-073-22/+270
* Update idlelib/help.html to include idle.rst spelling fix (GH-28191)Miss Islington (bot)2021-09-071-13/+7
* Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...Miss Islington (bot)2021-09-061-1/+1
* bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)Miss Islington (bot)2021-09-062-2/+7
* More useful OrderedDict LRU recipes (GH-28164)Miss Islington (bot)2021-09-051-19/+76
* Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)Miss Islington (bot)2021-09-051-0/+2
* bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)Miss Islington (bot)2021-09-051-0/+138
* bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)Miss Islington (bot)2021-09-052-1/+77
* bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...Miss Islington (bot)2021-09-044-6/+22
* bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)Miss Islington (bot)2021-09-043-18/+27
* [3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159)Miss Islington (bot)2021-09-041-0/+80
* Add What's New for dataclass keyword-only parameters. (GH-28158) (GH-28163)Miss Islington (bot)2021-09-041-1/+60
* [3.10] Regenerate autoconf files with version 2.69 (GH-28151)Pablo Galindo Salgado2021-09-041-7260/+4992
* [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH...Serhiy Storchaka2021-09-049-13/+13
* bpo-42255: Update webbrowser doc for macOS (GH-28144)Dong-hee Na2021-09-031-2/+2
* bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...Miss Islington (bot)2021-09-033-13/+47
* [doc] Reword sentinel object summary in dataclasses (GH-27792)Miss Islington (bot)2021-09-021-4/+3
* [3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning docum...Łukasz Langa2021-09-021-0/+4
* bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)Miss Islington (bot)2021-09-021-6/+9
* bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101)Miss Islington (bot)2021-09-011-31/+2
* bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)Miss Islington (bot)2021-08-311-0/+9
* bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(...Miss Islington (bot)2021-08-311-2/+4
* bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)Miss Islington (bot)2021-08-311-1/+1
* bpo-44135: [docs] Fix inline markup (GH-28095)Miss Islington (bot)2021-08-311-1/+1
* bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)Miss Islington (bot)2021-08-311-1/+1
* bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...Miss Islington (bot)2021-08-311-3/+3
* bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)Miss Islington (bot)2021-08-311-4/+4
* bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)Miss Islington (bot)2021-08-304-70/+719
* bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)Miss Islington (bot)2021-08-303-24/+34
* bpo-44449: faulthandler don't modify frame refcnt (GH-27850)Victor Stinner2021-08-302-5/+7