summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-45168: change dis output to omit missing values rather than replacing the...Irit Katriel2021-09-142-17/+24
* bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)Hugo van Kemenade2021-09-131-1/+1
* bpo-45019: Do some cleanup related to frozen modules. (gh-28319)Eric Snow2021-09-132-28/+22
* bpo-45173 Remove configparser deprecations (GH-28292)Hugo van Kemenade2021-09-132-72/+1
* bpo-45181: Simplify loading sqlite3 tests (GH-28304)Serhiy Storchaka2021-09-1310-146/+14
* bpo-45182: Fix incorrect use of requires_zlib in test_bdist_rpm (GH-28305)Serhiy Storchaka2021-09-131-2/+2
* bpo-5846: Do not use obsolete unittest functions. (GH-28303)Serhiy Storchaka2021-09-1349-93/+80
* bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...Serhiy Storchaka2021-09-126-18/+190
* bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...Serhiy Storchaka2021-09-112-8/+17
* IDLE: adjust Python version in doc url for 3.10+ (GH-28228)giovanniwijaya2021-09-101-5/+7
* bpo-45144: use subTests in test_peepholer (GH-28247)Irit Katriel2021-09-101-43/+53
* bpo-25894: Always report skipped and failed subtests separately (GH-28082)Serhiy Storchaka2021-09-102-49/+185
* bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)Henry-Joseph Audéoud2021-09-107-44/+94
* bpo-45017: move opcode-related logic from modulefinder to dis (GH-28246)Irit Katriel2021-09-093-26/+76
* bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235)Victor Stinner2021-09-092-1/+12
* bpo-20499: Rounding error in statistics.pvariance (GH-28230)Raymond Hettinger2021-09-092-56/+50
* bpo-38371: Remove deprecated `tkinter` split() method (GH-28237)Erlend Egeberg Aasland2021-09-081-53/+0
* bpo-45129 Remove deprecated reuse_address (GH-28207)Hugo van Kemenade2021-09-082-51/+2
* bpo-19113: Remove unused test_errors from ctypes tests (GH-28008)andrei kulakov2021-09-081-9/+0
* bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...Yurii Karabas2021-09-082-0/+15
* bpo-45132 Remove deprecated __getitem__ methods (GH-28225)Hugo van Kemenade2021-09-086-123/+12
* Add more itertool recipes (GH-28165)Raymond Hettinger2021-09-071-0/+23
* bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)Victor Stinner2021-09-071-4/+7
* bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2...Nikita Sobolev2021-09-071-0/+18
* Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)"...Pablo Galindo Salgado2021-09-071-3/+3
* bpo-45124: Remove the bdist_msi command (GH-28195)Hugo van Kemenade2021-09-075-791/+6
* bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...Pablo Galindo Salgado2021-09-071-0/+172
* bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)Tzu-ping Chung2021-09-071-3/+3
* Make sysconfig posix_user not depend on platlibdir (GH-27655)Tzu-ping Chung2021-09-071-1/+1
* Update idlelib/help.html to include idle.rst spelling fix (GH-28191)Terry Jan Reedy2021-09-071-13/+7
* bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)Nikita Sobolev2021-09-061-2/+0
* bpo-41031: Match C and Python code formatting of unprintable exceptions and e...Irit Katriel2021-09-053-12/+48
* Extract visitors from the grammar nodes and call makers in the peg generator ...Pablo Galindo Salgado2021-09-051-8/+8
* bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)Serhiy Storchaka2021-09-051-0/+138
* bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)Raymond Hettinger2021-09-051-0/+49
* bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...Nikita Sobolev2021-09-043-6/+21
* bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)Serhiy Storchaka2021-09-041-2/+8
* bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154)Serhiy Storchaka2021-09-041-0/+79
* Handle different string hash algorithms correctly (#28147)Brandt Bucher2021-09-041-6/+9
* bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...Irit Katriel2021-09-032-34/+38
* bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837)Dong-hee Na2021-09-031-0/+3
* bpo-43950: support positions for dis.Instructions created through dis.Bytecod...Batuhan Taskaya2021-09-032-1/+7
* bpo-45083: Include the exception class qualname when formatting an exception ...Irit Katriel2021-09-032-0/+27
* bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129)Victor Stinner2021-09-022-93/+2
* bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...Yurii Karabas2021-09-022-13/+45
* bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)Ruben Vorderman2021-09-022-53/+115
* bpo-45056: Remove trailing unused constants from co_consts (GH-28109)Inada Naoki2021-09-022-5/+12
* bpo-37330: open() no longer accept 'U' in file mode (GH-28118)Victor Stinner2021-09-026-53/+32
* bpo-45085: Remove the binhex module (GH-28117)Victor Stinner2021-09-023-631/+5
* bpo-40360: Deprecate the lib2to3 package (GH-28116)Victor Stinner2021-09-022-2/+2