summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)Miss Skeleton (bot)2020-10-302-44/+75
* bpo-42061: Document __format__ for IP addresses (GH-23018)Miss Skeleton (bot)2020-10-293-4/+39
* bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...Miss Skeleton (bot)2020-10-292-13/+18
* [3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)kj2020-10-284-0/+211
* [3.9] bpo-42123: Run the parser two times and only enable invalid rules on th...Lysandros Nikolaou2020-10-286-51/+71
* [3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)Lysandros Nikolaou2020-10-275-167/+244
* [3.9] Remove git conflict lines from test_parse_directory in peg_generator (G...Lysandros Nikolaou2020-10-271-5/+0
* bpo-6761: Enhance __call__ documentation (GH-7987)Miss Skeleton (bot)2020-10-271-1/+1
* bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)Miss Skeleton (bot)2020-10-271-0/+1
* Add a link to buffer protocol in bytearray() doc (GH-22675)Miss Skeleton (bot)2020-10-261-2/+2
* Added some makefile generated files to .gitignore (GH-22435)Miss Skeleton (bot)2020-10-261-0/+2
* [3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid ove...Miss Skeleton (bot)2020-10-263-2/+17
* bpo-42150: Avoid buffer overflow in the new parser (GH-22978)Miss Skeleton (bot)2020-10-252-1/+4
* bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)Miss Skeleton (bot)2020-10-251-0/+1
* [3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 an...Serhiy Storchaka2020-10-255-35/+25
* bpo-39108: Document threading issues for random.gauss() (GH-22928) (GH-22972)Miss Skeleton (bot)2020-10-251-0/+7
* Split-out a fourth section in the descriptor HowTo guide (GH-22965) (GH-22969)Miss Skeleton (bot)2020-10-251-46/+50
* Second round of updates to the descriptor howto guide (GH-22946) (GH-22958)Miss Skeleton (bot)2020-10-251-96/+156
* bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)Miss Skeleton (bot)2020-10-254-14/+25
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Miss Skeleton (bot)2020-10-254-0/+31
* bpo-42127: Document effect of cached_property on key-sharing dictionaries (G...Miss Skeleton (bot)2020-10-251-9/+24
* bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)Miss Skeleton (bot)2020-10-251-5/+7
* [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)Miss Skeleton (bot)2020-10-251-1/+1
* bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)Miss Skeleton (bot)2020-10-241-2/+1
* bpo-19072: Update descriptor howto for decorator chaining (GH-22934) (GH-22935)Miss Skeleton (bot)2020-10-241-3/+13
* bpo-41950: Typo in Python 3.9 what's new page (GH-22573)Weiliang Li2020-10-241-1/+1
* build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)Miss Skeleton (bot)2020-10-231-1/+1
* build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)Miss Skeleton (bot)2020-10-232-2/+2
* [3.9] bpo-40592: shutil.which will not return None anymore if ; is the last c...Miss Skeleton (bot)2020-10-233-1/+24
* Create a primer section for the descriptor howto guide (GH-22906) (GH0-22918)Miss Skeleton (bot)2020-10-233-59/+499
* [3.9] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22901)Miss Skeleton (bot)2020-10-221-10/+4
* bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22899)Miss Skeleton (bot)2020-10-222-5/+9
* bpo-25655: Improve Win DLL loading failures doc (GH-22372)Miss Skeleton (bot)2020-10-221-0/+15
* [3.9] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22888)larryhastings2020-10-222-2/+0
* bpo-42057: Add a test case (GH-22878)Inada Naoki2020-10-221-0/+7
* bpo-42057: Fix peephole optimizer (GH-22802)Inada Naoki2020-10-222-1/+3
* bpo-41910: specify the default implementations of object.__eq__ and object.__...Miss Skeleton (bot)2020-10-222-6/+9
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Miss Skeleton (bot)2020-10-212-21/+11
* Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...Miss Skeleton (bot)2020-10-211-1/+1
* bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...Miss Skeleton (bot)2020-10-211-1/+1
* [3.9] bpo-39416: Document some restrictions on the default string representat...Miss Skeleton (bot)2020-10-212-0/+19
* bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)Miss Skeleton (bot)2020-10-213-0/+6
* Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)Miss Skeleton (bot)2020-10-211-1/+1
* Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)Miss Skeleton (bot)2020-10-212-7/+1
* Doc: Do not encourage using a base class name in a derived class (GH-22177)Miss Skeleton (bot)2020-10-211-6/+6
* Doc: Remove old Python version from future stmt (GH-21802)Miss Skeleton (bot)2020-10-211-2/+2
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Miss Skeleton (bot)2020-10-214-1/+17
* bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...Miss Skeleton (bot)2020-10-211-3/+3
* bpo-41744: Package python.props with correct name in NuGet package (GH-22154)Miss Skeleton (bot)2020-10-215-4/+8
* Update idlelib/help.html to current Sphinx output (GH-22833)Miss Skeleton (bot)2020-10-211-33/+37