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-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
*
build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
Miss Skeleton (bot)
2020-10-23
2
-2/+2
*
[3.9] bpo-40592: shutil.which will not return None anymore if ; is the last c...
Miss Skeleton (bot)
2020-10-23
3
-1/+24
*
Create a primer section for the descriptor howto guide (GH-22906) (GH0-22918)
Miss Skeleton (bot)
2020-10-23
3
-59/+499
*
[3.9] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22901)
Miss Skeleton (bot)
2020-10-22
1
-10/+4
*
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22899)
Miss Skeleton (bot)
2020-10-22
2
-5/+9
*
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Miss Skeleton (bot)
2020-10-22
1
-0/+15
*
[3.9] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22888)
larryhastings
2020-10-22
2
-2/+0
*
bpo-42057: Add a test case (GH-22878)
Inada Naoki
2020-10-22
1
-0/+7
*
bpo-42057: Fix peephole optimizer (GH-22802)
Inada Naoki
2020-10-22
2
-1/+3
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Miss Skeleton (bot)
2020-10-22
2
-6/+9
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Miss Skeleton (bot)
2020-10-21
2
-21/+11
*
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
[3.9] bpo-39416: Document some restrictions on the default string representat...
Miss Skeleton (bot)
2020-10-21
2
-0/+19
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miss Skeleton (bot)
2020-10-21
3
-0/+6
*
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
Miss Skeleton (bot)
2020-10-21
1
-1/+1
*
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
Miss Skeleton (bot)
2020-10-21
2
-7/+1
*
Doc: Do not encourage using a base class name in a derived class (GH-22177)
Miss Skeleton (bot)
2020-10-21
1
-6/+6
*
Doc: Remove old Python version from future stmt (GH-21802)
Miss Skeleton (bot)
2020-10-21
1
-2/+2
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Miss Skeleton (bot)
2020-10-21
4
-1/+17
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Miss Skeleton (bot)
2020-10-21
1
-3/+3
*
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Miss Skeleton (bot)
2020-10-21
5
-4/+8
*
Update idlelib/help.html to current Sphinx output (GH-22833)
Miss Skeleton (bot)
2020-10-21
1
-33/+37
[prev]
[next]