summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Minor wording change in concurrent.futures. (GH-23194)Miss Islington (bot)2020-11-081-3/+3
* bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)Miss Islington (bot)2020-11-073-0/+12
* Minor grammar edits for the descriptor howto guide (GH-#23175) (GH-23186)Raymond Hettinger2020-11-071-10/+10
* Remove outdated reference to pywin32 from platform module (GH-22005)Miss Islington (bot)2020-11-061-7/+0
* bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162)Miss Islington (bot)2020-11-061-9/+10
* Disable peg generator tests when building with PGO (GH-23141)Miss Islington (bot)2020-11-041-0/+6
* bpo-35455: Fix thread_time for Solaris OS (GH-11118) (GH-23130)Miss Skeleton (bot)2020-11-042-0/+20
* Enable signing of nuget.org packages and update to supported timestamp server...Miss Skeleton (bot)2020-11-035-8/+17
* bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)Miss Skeleton (bot)2020-11-032-1/+2
* bpo-42180: fix plural in arguments and control (GH-23015) (GH-23114)Miss Skeleton (bot)2020-11-031-1/+1
* bpo-42103: Improve validation of Plist files. (GH-22882)Miss Skeleton (bot)2020-11-024-57/+363
* bpo-42224: Fix test_format when locale does not expect number grouping (GH-23...Lysandros Nikolaou2020-11-021-2/+5
* bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...Miss Skeleton (bot)2020-11-022-6/+6
* Minor formatting edits to the descriptor howto guide (GH-23092) (GH-23095)Miss Skeleton (bot)2020-11-021-19/+20
* bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)Miss Skeleton (bot)2020-11-024-7/+144
* Add member objects to the descriptor howto guide (GH-23084) (GH-23090)Miss Skeleton (bot)2020-11-021-0/+156
* Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...Miss Skeleton (bot)2020-11-012-38/+79
* bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)Miss Skeleton (bot)2020-11-011-0/+4
* [3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...Miss Skeleton (bot)2020-11-013-2/+15
* [3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (...Lysandros Nikolaou2020-10-314-0/+32
* [3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061)kj2020-10-312-2/+14
* [3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry...Pablo Galindo2020-10-316-5/+23
* bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047)Miss Skeleton (bot)2020-10-301-6/+6
* 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