summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)Victor Stinner2021-09-154-166/+228
* bpo-45152: refactor the dis module to make handling of hasconst opcodes more ...Irit Katriel2021-09-151-19/+35
* bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)Terry Jan Reedy2021-09-151-1/+1
* bpo-45020: Don't test IDLE with frozen module. (GH-28344)Terry Jan Reedy2021-09-151-2/+2
* bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...Eric Snow2021-09-1416-117/+359
* bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.1...Pablo Galindo Salgado2021-09-141-0/+6
* bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)junyixie2021-09-142-3/+20
* closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336)Benjamin Peterson2021-09-1411-31934/+33027
* bpo-45195: Fix test_readline.test_nonascii() (GH-28329)Victor Stinner2021-09-142-1/+6
* bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)Nikita Sobolev2021-09-143-6/+70
* bpo-45168: change dis output to omit missing values rather than replacing the...Irit Katriel2021-09-144-19/+28
* bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28...Irit Katriel2021-09-143-7/+53
* bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)Hugo van Kemenade2021-09-132-1/+4
* bpo-45019: Do some cleanup related to frozen modules. (gh-28319)Eric Snow2021-09-1312-137/+339
* bpo-45173 Remove configparser deprecations (GH-28292)Hugo van Kemenade2021-09-135-94/+18
* bpo-21302: Update time.sleep() doc for clock_nanosleep() (GH-28311)Victor Stinner2021-09-132-19/+32
* bpo-21302: Add clock_nanosleep() implementation for time.sleep() (GH-28111)Livius2021-09-135-5/+100
* 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-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231)Erlend Egeberg Aasland2021-09-122-13/+49
* bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...Serhiy Storchaka2021-09-1226-67/+285
* bpo-44987: Fix typo whatsnew 3.11 (GH-28293)Dong-hee Na2021-09-111-1/+1
* bpo-44987: Speed up unicode normalization of ASCII strings (GH-28283)Dong-hee Na2021-09-113-0/+9
* bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...Serhiy Storchaka2021-09-113-8/+20
* bpo-45163: Haiku build fix. (GH-28269)David CARLIER2021-09-113-2/+7
* 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-9811: [doc] strftime handling of unsupported format specifiers is platfor...Irit Katriel2021-09-101-1/+2
* bpo-25894: Always report skipped and failed subtests separately (GH-28082)Serhiy Storchaka2021-09-103-49/+189
* bpo-44964: Correct the note about the f_lasti field (GH-28208)Pablo Galindo Salgado2021-09-102-4/+4
* bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261)Łukasz Langa2021-09-101-1/+2
* Fix typos in pep384_macrocheck.py (GH-28220)Ikko Ashimine2021-09-101-2/+2
* bpo-45132: Fix the reStructuredText markup error. (GH-28270)Serhiy Storchaka2021-09-101-1/+1
* bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)Henry-Joseph Audéoud2021-09-1014-68/+124
* bpo-45024 and bpo-23864: Document how interface testing works with the collec...Raymond Hettinger2021-09-102-63/+168
* bpo-45067 - Verify the version of ncurses for extended color support feature ...Senthil Kumaran2021-09-092-2/+7
* Fix minor typo in 3.10.rst (GH-28253)D.Lintin2021-09-091-1/+1
* bpo-44219: Release the GIL during isatty syscalls (GH-28250)Vincent Michel2021-09-093-2/+20
* 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-093-1/+14
* Specify default order in memoryview.tobytes() docs (GH-27936)andrei kulakov2021-09-091-1/+1
* Fix small mistake in fileinput documentation (GH-28241)Jean-Abou-Samra2021-09-091-1/+1
* bpo-20499: Rounding error in statistics.pvariance (GH-28230)Raymond Hettinger2021-09-093-56/+51
* bpo-38371: Remove deprecated `tkinter` split() method (GH-28237)Erlend Egeberg Aasland2021-09-085-264/+6
* bpo-44340: Update whatsnews for ThinLTO (GH-28229)Dong-hee Na2021-09-081-0/+3
* bpo-45129 Remove deprecated reuse_address (GH-28207)Hugo van Kemenade2021-09-085-70/+33
* bpo-19113: Remove unused test_errors from ctypes tests (GH-28008)andrei kulakov2021-09-081-9/+0
* bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-2...Florin Spătar2021-09-082-1/+2
* bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...Yurii Karabas2021-09-083-0/+17