summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...Miss Islington (bot)2020-12-043-1/+21
* bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)Miss Islington (bot)2020-12-044-4/+49
* bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)Miss Islington (bot)2020-12-042-5/+3
* bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)Miss Islington (bot)2020-12-032-3/+3
* bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23...Miss Islington (bot)2020-12-031-0/+9
* bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)Miss Islington (bot)2020-12-011-3/+0
* build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)Miss Islington (bot)2020-12-012-2/+2
* build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)Miss Islington (bot)2020-12-011-1/+1
* Fix bz2 examples markup (GH-23580)Miss Islington (bot)2020-12-011-8/+0
* bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)Miss Islington (bot)2020-12-013-3/+25
* bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)Miss Islington (bot)2020-11-301-1/+1
* bpo-42142: Try to fix timeouts in ttk tests (GH-23474)Miss Islington (bot)2020-11-302-19/+7
* [3.8] bpo-42474: test TracebackException comparison to non-equal instances (G...Irit Katriel2020-11-301-1/+51
* bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)Miss Islington (bot)2020-11-292-1/+6
* bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-235...Miss Islington (bot)2020-11-291-12/+31
* Fix multiprocessing markup (GH-23525)Miss Islington (bot)2020-11-281-3/+3
* bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)Miss Islington (bot)2020-11-281-1/+1
* bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...Miss Islington (bot)2020-11-283-4/+9
* bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)Miss Islington (bot)2020-11-271-5/+10
* bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)Miss Islington (bot)2020-11-253-3/+10
* bpo-42370: Check element before making mouse click in ttk tests (GH-23491)Miss Islington (bot)2020-11-241-3/+11
* bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)Miss Islington (bot)2020-11-241-0/+28
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Miss Islington (bot)2020-11-234-28/+111
* Doc: fix typo in typing.Type docs (GH-23460)Miss Islington (bot)2020-11-221-1/+1
* bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)Miss Islington (bot)2020-11-221-2/+1
* bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)Miss Islington (bot)2020-11-224-9/+11
* bpo-38443: Check that the specified universal architectures work (GH-22910)Miss Islington (bot)2020-11-223-0/+34
* Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426)Miss Islington (bot)2020-11-211-1/+1
* bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...Miss Islington (bot)2020-11-212-7/+22
* bpo-40791: Make compare_digest more constant-time. (GH-20444)Miss Islington (bot)2020-11-212-1/+2
* bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)Miss Islington (bot)2020-11-211-1/+1
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Miss Islington (bot)2020-11-204-6/+13
* [3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure ...Miss Islington (bot)2020-11-181-5/+6
* bpo-42336: Improve PCbuild batch files (GH-23325)Steve Dower2020-11-188-21/+57
* bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)Miss Islington (bot)2020-11-183-26/+58
* bpo-41561: skip test_min_max_version_mismatch (GH-22308)Miss Islington (bot)2020-11-182-0/+2
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (G...Victor Stinner2020-11-174-30/+55
* [3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (G...Miss Islington (bot)2020-11-171-7/+0
* bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)Miss Islington (bot)2020-11-162-1/+1
* bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322)Steve Dower2020-11-161-0/+6
* bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)Miss Islington (bot)2020-11-162-3/+4
* fix typo in ThreadedChildWatcher docs (GH-23277)Miss Islington (bot)2020-11-141-1/+1
* bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)Miss Islington (bot)2020-11-132-2/+3
* bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-2...Miss Islington (bot)2020-11-131-1/+3
* bpo-42042: Use ids attribute instead of names attribute (GH-22739)Miss Islington (bot)2020-11-131-2/+2
* [3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246)Jakub Stasiak2020-11-122-0/+19
* bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)Miss Islington (bot)2020-11-102-1/+2
* bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...Miss Islington (bot)2020-11-103-3/+44
* bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)...Miss Islington (bot)2020-11-082-1/+2
* Minor wording change in concurrent.futures. (GH-23194)Miss Islington (bot)2020-11-081-3/+3