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-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
*
bpo-41617: Add _Py__has_builtin() macro (GH-23260) (GH-23262)
Victor Stinner
2020-11-13
3
-9/+21
*
bpo-42296: On Windows, fix CTRL+C regression (GH-23257)
Miss Islington (bot)
2020-11-13
2
-5/+37
*
[3.9] bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) (...
Miss Islington (bot)
2020-11-13
1
-0/+7
*
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Miss Islington (bot)
2020-11-12
2
-0/+16
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Miss Islington (bot)
2020-11-10
3
-2/+29
*
[3.9] bpo-4bpo-42314: Fix the documentation for venv --upgrade-deps (GH-22113...
Zackery Spytz
2020-11-10
1
-1/+1
*
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
*
Fix typo in unicodeobject.c (GH-23180)
Miss Islington (bot)
2020-11-10
1
-1/+1
*
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
*
bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)
Miss Islington (bot)
2020-11-07
3
-0/+12
*
Minor grammar edits for the descriptor howto guide (GH-#23175) (GH-23186)
Raymond Hettinger
2020-11-07
1
-10/+10
*
Remove outdated reference to pywin32 from platform module (GH-22005)
Miss Islington (bot)
2020-11-06
1
-7/+0
*
bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)
Miss Islington (bot)
2020-11-06
1
-9/+10
*
Disable peg generator tests when building with PGO (GH-23141)
Miss Islington (bot)
2020-11-04
1
-0/+6
*
bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)
Miss Skeleton (bot)
2020-11-04
2
-0/+20
*
Enable signing of nuget.org packages and update to supported timestamp server...
Miss Skeleton (bot)
2020-11-03
5
-8/+17
*
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
Miss Skeleton (bot)
2020-11-03
2
-1/+2
*
bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114)
Miss Skeleton (bot)
2020-11-03
1
-1/+1
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Miss Skeleton (bot)
2020-11-02
4
-57/+363
*
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
2
-6/+6
*
Minor formatting edits to the descriptor howto guide (GH-23092) (GH-23095)
Miss Skeleton (bot)
2020-11-02
1
-19/+20
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Miss Skeleton (bot)
2020-11-02
4
-7/+144
*
Add member objects to the descriptor howto guide (GH-23084) (GH-23090)
Miss Skeleton (bot)
2020-11-02
1
-0/+156
*
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...
Miss Skeleton (bot)
2020-11-01
2
-38/+79
*
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
Miss Skeleton (bot)
2020-11-01
1
-0/+4
*
[3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...
Miss Skeleton (bot)
2020-11-01
3
-2/+15
*
[3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (...
Lysandros Nikolaou
2020-10-31
4
-0/+32
*
[3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061)
kj
2020-10-31
2
-2/+14
*
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry...
Pablo Galindo
2020-10-31
6
-5/+23
*
bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047)
Miss Skeleton (bot)
2020-10-30
1
-6/+6
[prev]
[next]