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
*
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...
Miss Islington (bot)
2020-11-30
2
-1/+17
*
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
Miss Islington (bot)
2020-11-30
2
-19/+7
*
[3.9] bpo-42474: test TracebackException comparison to non-equal instances (G...
Irit Katriel
2020-11-30
1
-2/+39
*
bpo-42450: Minor updates to the itertools recipes (GH-23555) (GH-23562)
Miss Islington (bot)
2020-11-29
1
-2/+2
*
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
*
Merge tag 'v3.9.1rc1' into 3.9
Łukasz Langa
2020-11-26
1
-45/+128
|
\
|
*
Python 3.9.1rc1
v3.9.1rc1
Łukasz Langa
2020-11-24
1
-45/+128
*
|
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Miss Islington (bot)
2020-11-25
2
-3/+6
|
/
*
bpo-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486)
Miss Islington (bot)
2020-11-24
1
-1/+4
*
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
Miss Islington (bot)
2020-11-23
3
-28/+107
*
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
Ronald Oussoren
2020-11-22
9
-14/+322
*
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) ...
Miss Islington (bot)
2020-11-22
2
-3/+33
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Miss Islington (bot)
2020-11-22
3
-9/+10
*
Clarify that Set._from_iterable is not required to be a classmethod. (GH-2327...
Miss Islington (bot)
2020-11-21
1
-0/+56
*
bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...
Miss Islington (bot)
2020-11-21
2
-1/+18
*
bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430)
Miss Islington (bot)
2020-11-20
2
-37/+115
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Miss Islington (bot)
2020-11-20
3
-6/+12
*
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
Miss Islington (bot)
2020-11-19
2
-1/+6
*
[3.9] bpo-42381: Allow walrus in set literals and set comprehensions (GH-2333...
Pablo Galindo
2020-11-18
1
-3/+57
*
bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)
Victor Stinner
2020-11-18
1
-7/+19
*
[3.9] bpo-41561: skip test_min_max_version_mismatch (GH-22308) (GH-23363)
Miss Islington (bot)
2020-11-18
1
-0/+1
*
[3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309)
kj
2020-11-17
1
-38/+52
*
[3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-2239...
Irit Katriel
2020-11-17
1
-0/+9
*
[3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (...
Yurii Karabas
2020-11-17
2
-23/+102
*
bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)
Miss Islington (bot)
2020-11-17
1
-9/+18
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329)
Lysandros Nikolaou
2020-11-16
1
-0/+9
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Miss Islington (bot)
2020-11-16
2
-2/+35
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Miss Islington (bot)
2020-11-10
2
-2/+28
*
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-42233: Correctly repr GenericAlias when used with typing module (GH-23081)
Miss Islington (bot)
2020-11-07
2
-0/+9
*
Disable peg generator tests when building with PGO (GH-23141)
Miss Islington (bot)
2020-11-04
1
-0/+6
*
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
Miss Skeleton (bot)
2020-11-03
1
-1/+1
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Miss Skeleton (bot)
2020-11-02
2
-57/+358
*
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23...
Lysandros Nikolaou
2020-11-02
1
-2/+5
*
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...
Miss Skeleton (bot)
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.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...
Miss Skeleton (bot)
2020-11-01
2
-2/+14
*
[3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (...
Lysandros Nikolaou
2020-10-31
1
-0/+8
*
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry...
Pablo Galindo
2020-10-31
1
-0/+17
*
[3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)
Lysandros Nikolaou
2020-10-27
2
-0/+4
*
[3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...
Miss Skeleton (bot)
2020-10-26
1
-0/+13
*
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...
Serhiy Storchaka
2020-10-25
2
-0/+22
*
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.9] 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-22899)
Miss Skeleton (bot)
2020-10-22
2
-5/+9
[next]