index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Miss Islington (bot)
2020-12-04
3
-1/+21
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Miss Islington (bot)
2020-12-04
4
-4/+49
*
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
Miss Islington (bot)
2020-12-04
2
-5/+3
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Miss Islington (bot)
2020-12-03
2
-3/+3
*
bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23...
Miss Islington (bot)
2020-12-03
1
-0/+9
*
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Miss Islington (bot)
2020-12-01
1
-3/+0
*
build(deps): bump actions/cache from v2.1.2 to v2.1.3 (23582)
Miss Islington (bot)
2020-12-01
2
-2/+2
*
build(deps): bump actions/upload-artifact from v2.2.0 to v2.2.1 (GH-23583)
Miss Islington (bot)
2020-12-01
1
-1/+1
*
Fix bz2 examples markup (GH-23580)
Miss Islington (bot)
2020-12-01
1
-8/+0
*
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Miss Islington (bot)
2020-12-01
3
-3/+25
*
bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)
Miss Islington (bot)
2020-11-30
1
-1/+1
*
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
Miss Islington (bot)
2020-11-30
2
-19/+7
*
[3.8] bpo-42474: test TracebackException comparison to non-equal instances (G...
Irit Katriel
2020-11-30
1
-1/+51
*
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
Miss Islington (bot)
2020-11-29
2
-1/+6
*
bpo-39096: Improve description of 'e', 'f' and 'g' presentation types (GH-235...
Miss Islington (bot)
2020-11-29
1
-12/+31
*
Fix multiprocessing markup (GH-23525)
Miss Islington (bot)
2020-11-28
1
-3/+3
*
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Miss Islington (bot)
2020-11-28
1
-1/+1
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Miss Islington (bot)
2020-11-28
3
-4/+9
*
bpo-17852: Doc: Fix the tutorial about closing files (GH-23135)
Miss Islington (bot)
2020-11-27
1
-5/+10
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Miss Islington (bot)
2020-11-25
3
-3/+10
*
bpo-42370: Check element before making mouse click in ttk tests (GH-23491)
Miss Islington (bot)
2020-11-24
1
-3/+11
*
bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)
Miss Islington (bot)
2020-11-24
1
-0/+28
*
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
Miss Islington (bot)
2020-11-23
4
-28/+111
*
Doc: fix typo in typing.Type docs (GH-23460)
Miss Islington (bot)
2020-11-22
1
-1/+1
*
bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)
Miss Islington (bot)
2020-11-22
1
-2/+1
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Miss Islington (bot)
2020-11-22
4
-9/+11
*
bpo-38443: Check that the specified universal architectures work (GH-22910)
Miss Islington (bot)
2020-11-22
3
-0/+34
*
Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...
Miss Islington (bot)
2020-11-21
2
-7/+22
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Miss Islington (bot)
2020-11-21
2
-1/+2
*
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Miss Islington (bot)
2020-11-20
4
-6/+13
*
[3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure ...
Miss Islington (bot)
2020-11-18
1
-5/+6
*
bpo-42336: Improve PCbuild batch files (GH-23325)
Steve Dower
2020-11-18
8
-21/+57
*
bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)
Miss Islington (bot)
2020-11-18
3
-26/+58
*
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
Miss Islington (bot)
2020-11-18
2
-0/+2
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (G...
Victor Stinner
2020-11-17
4
-30/+55
*
[3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (G...
Miss Islington (bot)
2020-11-17
1
-7/+0
*
bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)
Miss Islington (bot)
2020-11-16
2
-1/+1
*
bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322)
Steve Dower
2020-11-16
1
-0/+6
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Miss Islington (bot)
2020-11-16
2
-3/+4
*
fix typo in ThreadedChildWatcher docs (GH-23277)
Miss Islington (bot)
2020-11-14
1
-1/+1
*
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Miss Islington (bot)
2020-11-13
2
-2/+3
*
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-2...
Miss Islington (bot)
2020-11-13
1
-1/+3
*
bpo-42042: Use ids attribute instead of names attribute (GH-22739)
Miss Islington (bot)
2020-11-13
1
-2/+2
*
[3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246)
Jakub Stasiak
2020-11-12
2
-0/+19
*
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
Miss Islington (bot)
2020-11-10
2
-1/+2
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Miss Islington (bot)
2020-11-10
3
-3/+44
*
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)...
Miss Islington (bot)
2020-11-08
2
-1/+2
*
Minor wording change in concurrent.futures. (GH-23194)
Miss Islington (bot)
2020-11-08
1
-3/+3
[next]