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
/
Misc
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
1
-0/+1
*
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
Miss Islington (bot)
2020-11-29
1
-0/+3
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Miss Islington (bot)
2020-11-28
1
-0/+2
*
Merge tag 'v3.9.1rc1' into 3.9
Łukasz Langa
2020-11-26
95
-188/+948
|
\
|
*
Python 3.9.1rc1
v3.9.1rc1
Łukasz Langa
2020-11-24
95
-188/+948
*
|
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Miss Islington (bot)
2020-11-25
1
-0/+4
|
/
*
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
Miss Islington (bot)
2020-11-23
1
-0/+4
*
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
Ronald Oussoren
2020-11-22
1
-0/+8
*
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) ...
Miss Islington (bot)
2020-11-22
1
-0/+1
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Miss Islington (bot)
2020-11-22
1
-0/+1
*
[3.9] bpo-38443: Check that the specified universal architectures work (GH-22...
Miss Islington (bot)
2020-11-22
1
-0/+2
*
bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...
Miss Islington (bot)
2020-11-21
1
-0/+1
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Miss Islington (bot)
2020-11-21
1
-0/+1
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Miss Islington (bot)
2020-11-20
1
-0/+1
*
[3.9] bpo-42381: Allow walrus in set literals and set comprehensions (GH-2333...
Pablo Galindo
2020-11-18
1
-0/+2
*
bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)
Victor Stinner
2020-11-18
1
-0/+4
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Miss Islington (bot)
2020-11-18
1
-0/+2
*
[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
-0/+1
*
[3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-2239...
Irit Katriel
2020-11-17
1
-0/+3
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347)
Victor Stinner
2020-11-17
1
-0/+4
*
[3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (...
Yurii Karabas
2020-11-17
2
-0/+3
*
[3.9] bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-2...
Miss Islington (bot)
2020-11-17
1
-0/+1
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329)
Lysandros Nikolaou
2020-11-16
1
-0/+2
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Miss Islington (bot)
2020-11-16
1
-0/+3
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Miss Islington (bot)
2020-11-16
1
-0/+1
*
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Miss Islington (bot)
2020-11-13
1
-0/+1
*
bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262)
Victor Stinner
2020-11-13
1
-0/+3
*
bpo-42296: On Windows, fix CTRL+C regression (GH-23257)
Miss Islington (bot)
2020-11-13
1
-0/+4
*
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Miss Islington (bot)
2020-11-12
1
-0/+1
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Miss Islington (bot)
2020-11-10
1
-0/+1
*
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
Miss Islington (bot)
2020-11-10
1
-0/+1
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Miss Islington (bot)
2020-11-10
1
-0/+4
*
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
Miss Islington (bot)
2020-11-08
1
-0/+1
*
bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)
Miss Islington (bot)
2020-11-07
1
-0/+3
*
bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)
Miss Skeleton (bot)
2020-11-04
1
-0/+3
*
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
Miss Skeleton (bot)
2020-11-03
1
-0/+1
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Miss Skeleton (bot)
2020-11-02
2
-0/+5
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Miss Skeleton (bot)
2020-11-02
1
-0/+3
*
[3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...
Miss Skeleton (bot)
2020-11-01
1
-0/+1
*
[3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (...
Lysandros Nikolaou
2020-10-31
1
-0/+3
*
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry...
Pablo Galindo
2020-10-31
1
-0/+2
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Miss Skeleton (bot)
2020-10-29
1
-0/+1
*
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...
Miss Skeleton (bot)
2020-10-29
1
-0/+2
*
[3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)
kj
2020-10-28
1
-0/+3
*
[3.9] bpo-42123: Run the parser two times and only enable invalid rules on th...
Lysandros Nikolaou
2020-10-28
1
-0/+3
*
[3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)
Lysandros Nikolaou
2020-10-27
1
-0/+3
*
[3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...
Miss Skeleton (bot)
2020-10-26
1
-0/+2
*
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Miss Skeleton (bot)
2020-10-25
1
-0/+2
*
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...
Serhiy Storchaka
2020-10-25
1
-0/+2
[next]