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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Python 3.8.7rc1
v3.8.7rc1
Ćukasz Langa
2020-12-07
1
-541/+717
*
|
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23672)
Miss Islington (bot)
2020-12-07
2
-3/+34
*
|
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Brandt Bucher
2020-12-07
5
-1/+104
*
|
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...
Miss Islington (bot)
2020-12-07
2
-2/+5
|
/
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Miss Islington (bot)
2020-12-04
2
-1/+17
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Miss Islington (bot)
2020-12-04
3
-4/+48
*
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
Miss Islington (bot)
2020-12-04
1
-5/+0
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Miss Islington (bot)
2020-12-03
1
-3/+0
*
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-42482: remove reference to exc_traceback from TracebackException (GH-23531)
Miss Islington (bot)
2020-12-01
2
-3/+24
*
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
1
-1/+3
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Miss Islington (bot)
2020-11-28
2
-4/+7
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Miss Islington (bot)
2020-11-25
2
-3/+6
*
bpo-42370: Check element before making mouse click in ttk tests (GH-23491)
Miss Islington (bot)
2020-11-24
1
-3/+11
*
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
Miss Islington (bot)
2020-11-23
3
-28/+107
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Miss Islington (bot)
2020-11-22
3
-9/+10
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Miss Islington (bot)
2020-11-20
3
-6/+12
*
bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)
Miss Islington (bot)
2020-11-18
1
-7/+19
*
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
Miss Islington (bot)
2020-11-18
1
-0/+1
*
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
Miss Islington (bot)
2020-11-10
1
-1/+1
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Miss Islington (bot)
2020-11-10
2
-3/+40
*
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)...
Miss Islington (bot)
2020-11-08
1
-1/+1
*
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
Miss Skeleton (bot)
2020-11-03
1
-1/+1
*
[3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116)
Serhiy Storchaka
2020-11-03
2
-61/+361
*
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23...
Miss Skeleton (bot)
2020-11-02
1
-2/+5
*
[3.8] bpo-42230: Improve asyncio documentation regarding accepting sets vs it...
Jakub Stasiak
2020-11-02
1
-2/+2
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Miss Skeleton (bot)
2020-11-02
3
-7/+141
*
[3.8] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...
Miss Skeleton (bot)
2020-11-01
2
-2/+14
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Miss Skeleton (bot)
2020-10-26
2
-1/+26
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Miss Skeleton (bot)
2020-10-25
3
-14/+22
*
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Miss Skeleton (bot)
2020-10-25
1
-5/+7
*
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
Miss Skeleton (bot)
2020-10-24
1
-2/+1
*
[3.8] bpo-40592: shutil.which will not return None anymore if ; is the last c...
Miss Skeleton (bot)
2020-10-23
2
-1/+23
*
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22900)
Miss Skeleton (bot)
2020-10-22
2
-5/+9
*
[3.8] bpo-39524: Fixed doc-string in ast._pad_whitespace (GH-18340) (GH-22857)
Irit Katriel
2020-10-21
1
-1/+1
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Miss Skeleton (bot)
2020-10-21
2
-1/+15
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miss Skeleton (bot)
2020-10-20
2
-0/+4
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot)
2020-10-20
1
-0/+4
*
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...
Miss Skeleton (bot)
2020-10-20
2
-1/+18
*
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...
Miss Skeleton (bot)
2020-10-20
2
-0/+17
*
bpo-42051: Reject XML entity declarations in plist files (GH-22760)
Miss Skeleton (bot)
2020-10-20
2
-0/+25
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Miss Skeleton (bot)
2020-10-20
1
-0/+2
*
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...
Miss Skeleton (bot)
2020-10-19
2
-1/+40
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot)
2020-10-19
1
-3/+5
*
Remove extra pip package (GH-22778)
Miss Skeleton (bot)
2020-10-19
1
-0/+0
*
bpo-40492: Fix --outfile with relative path when the program changes it worki...
Anthony Sottile
2020-10-18
3
-1/+25
*
[3.8] bpo-32498: Improve exception message on passing bytes to urllib.parse.u...
Irit Katriel
2020-10-18
2
-0/+8
[prev]
[next]