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
...
*
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
*
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
Miss Skeleton (bot)
2020-10-30
2
-44/+75
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Miss Skeleton (bot)
2020-10-29
3
-4/+39
*
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...
Miss Skeleton (bot)
2020-10-29
2
-13/+18
*
[3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)
kj
2020-10-28
4
-0/+211
*
[3.9] bpo-42123: Run the parser two times and only enable invalid rules on th...
Lysandros Nikolaou
2020-10-28
6
-51/+71
*
[3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)
Lysandros Nikolaou
2020-10-27
5
-167/+244
*
[3.9] Remove git conflict lines from test_parse_directory in peg_generator (G...
Lysandros Nikolaou
2020-10-27
1
-5/+0
*
bpo-6761: Enhance __call__ documentation (GH-7987)
Miss Skeleton (bot)
2020-10-27
1
-1/+1
*
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Miss Skeleton (bot)
2020-10-27
1
-0/+1
*
Add a link to buffer protocol in bytearray() doc (GH-22675)
Miss Skeleton (bot)
2020-10-26
1
-2/+2
*
Added some makefile generated files to .gitignore (GH-22435)
Miss Skeleton (bot)
2020-10-26
1
-0/+2
*
[3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...
Miss Skeleton (bot)
2020-10-26
3
-2/+17
*
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Miss Skeleton (bot)
2020-10-25
2
-1/+4
*
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Miss Skeleton (bot)
2020-10-25
1
-0/+1
*
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...
Serhiy Storchaka
2020-10-25
5
-35/+25
*
bpo-39108: Document threading issues for random.gauss() (GH-22928) (GH-22972)
Miss Skeleton (bot)
2020-10-25
1
-0/+7
*
Split-out a fourth section in the descriptor HowTo guide (GH-22965) (GH-22969)
Miss Skeleton (bot)
2020-10-25
1
-46/+50
*
Second round of updates to the descriptor howto guide (GH-22946) (GH-22958)
Miss Skeleton (bot)
2020-10-25
1
-96/+156
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Miss Skeleton (bot)
2020-10-25
4
-14/+25
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Miss Skeleton (bot)
2020-10-25
4
-0/+31
*
bpo-42127: Document effect of cached_property on key-sharing dictionaries (G...
Miss Skeleton (bot)
2020-10-25
1
-9/+24
*
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Miss Skeleton (bot)
2020-10-25
1
-5/+7
*
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
Miss Skeleton (bot)
2020-10-25
1
-1/+1
*
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
Miss Skeleton (bot)
2020-10-24
1
-2/+1
*
bpo-19072: Update descriptor howto for decorator chaining (GH-22934) (GH-22935)
Miss Skeleton (bot)
2020-10-24
1
-3/+13
*
bpo-41950: Typo in Python 3.9 what's new page (GH-22573)
Weiliang Li
2020-10-24
1
-1/+1
*
build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
Miss Skeleton (bot)
2020-10-23
1
-1/+1
[prev]
[next]