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
*
Python 3.9.1rc1
v3.9.1rc1
Ćukasz Langa
2020-11-24
98
-239/+1082
*
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-41100: in test_platform, ignore 10.16 (GH-23485) (GH-23486)
Miss Islington (bot)
2020-11-24
1
-1/+4
*
bpo-41100: minor build installer fixes (GH-23480)
Miss Islington (bot)
2020-11-24
1
-6/+12
*
Typo (GH-23482) (#23483)
Miss Islington (bot)
2020-11-24
1
-1/+1
*
Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23...
Miss Islington (bot)
2020-11-23
1
-11/+46
*
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
Miss Islington (bot)
2020-11-23
4
-28/+111
*
bpo-41100: Update Whatsnew and installer ReadME for 3.9.1 (GH-23472)
Ned Deily
2020-11-23
2
-3/+31
*
bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-...
Miss Islington (bot)
2020-11-22
1
-9/+32
*
Doc: fix typo in typing.Type docs (GH-23460)
Miss Islington (bot)
2020-11-22
1
-1/+1
*
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
Ronald Oussoren
2020-11-22
28
-346/+1592
*
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) ...
Miss Islington (bot)
2020-11-22
4
-30/+38
*
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
*
[3.9] bpo-38443: Check that the specified universal architectures work (GH-22...
Miss Islington (bot)
2020-11-22
3
-0/+34
*
Clarify that Set._from_iterable is not required to be a classmethod. (GH-2327...
Miss Islington (bot)
2020-11-21
2
-1/+57
*
Fix wrong availability for signal.SIGCHLD (GH-23285) (#23425)
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-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...
Miss Islington (bot)
2020-11-21
3
-1/+19
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Miss Islington (bot)
2020-11-21
2
-1/+2
*
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421) (GH-23435)
Miss Islington (bot)
2020-11-21
1
-2/+2
*
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
bpo-28002: Roundtrip f-strings with ast.unparse better (GH-19612) (GH-23430)
Miss Islington (bot)
2020-11-20
2
-37/+115
*
bpo-42360: Add advice to help avoid pickling issues. (GH-23305) (GH-23429)
Miss Islington (bot)
2020-11-20
1
-0/+3
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Miss Islington (bot)
2020-11-20
4
-6/+13
*
bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386)
Miss Islington (bot)
2020-11-19
2
-0/+35
*
bpo-42345: Fix hash implementation of typing.Literal (GH-23383)
Miss Islington (bot)
2020-11-19
3
-4/+9
*
[3.9] bpo-42381: Allow walrus in set literals and set comprehensions (GH-2333...
Pablo Galindo
2020-11-18
4
-1126/+1016
*
[3.9] Minor grammar edits for the descriptor howto guide (GH-GH-23175) (GH-23...
Miss Islington (bot)
2020-11-18
0
-0/+0
*
[3.9] 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-23275)
Miss Islington (bot)
2020-11-18
9
-24/+60
*
[3.9] bpo-40998: Fix a refleak in create_filter() (GH-23365) (GH-23369)
Christian Heimes
2020-11-18
1
-2/+5
*
bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)
Victor Stinner
2020-11-18
3
-26/+58
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Miss Islington (bot)
2020-11-18
4
-5/+13
*
[3.9] bpo-41561: skip test_min_max_version_mismatch (GH-22308) (GH-23363)
Miss Islington (bot)
2020-11-18
2
-0/+2
*
[3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309)
kj
2020-11-17
3
-38/+59
*
[3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-2239...
Irit Katriel
2020-11-17
3
-8/+23
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
Victor Stinner
2020-11-17
4
-30/+54
*
[3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (...
Yurii Karabas
2020-11-17
4
-23/+105
*
bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)
Miss Islington (bot)
2020-11-17
1
-9/+18
*
[3.9] bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-2...
Miss Islington (bot)
2020-11-17
2
-1/+1
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329)
Lysandros Nikolaou
2020-11-16
4
-7/+18
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Miss Islington (bot)
2020-11-16
3
-2/+38
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Miss Islington (bot)
2020-11-16
2
-3/+4
*
More updates to the descriptor howto guide (GH-23238) (GH-23308)
Miss Islington (bot)
2020-11-16
1
-45/+62
*
bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)
Miss Islington (bot)
2020-11-16
1
-0/+3
*
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
*
[3.9] bpo-42042: Use ids attribute instead of names attribute (GH-22739) (GH-...
Dong-hee Na
2020-11-13
1
-2/+2
[next]