summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.2v3.8.2Łukasz Langa2020-02-2414-28/+115
* bpo-39128: Added algorithm description (GH-18624)Miss Islington (bot)2020-02-241-0/+11
* Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. (GH-18...Ned Deily2020-02-241-6/+10
* Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...Miss Islington (bot)2020-02-241-0/+2
* Give proper credits for the memoryview implementation. (GH-18626) (#18642)Miss Islington (bot)2020-02-241-1/+11
* bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry...Miss Islington (bot)2020-02-242-8/+2
* bpo-39654: Update pyclbr doc to reflect additional information returned (GH-1...Miss Islington (bot)2020-02-242-3/+8
* bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) ...Miss Islington (bot)2020-02-233-9/+59
* [3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (...Pablo Galindo2020-02-233-2/+73
* bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18618)Miss Islington (bot)2020-02-231-2/+2
* bpo-17422: Language reference should specify restrictions on class namespace ...Miss Islington (bot)2020-02-222-2/+5
* bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)Miss Islington (bot)2020-02-224-3/+34
* bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-1...Miss Islington (bot)2020-02-211-8/+58
* fix(doc): set correct RST syntax for c:function (GH-18589)Miss Islington (bot)2020-02-211-2/+2
* bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)Miss Islington (bot)2020-02-211-2/+3
* bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (...Miss Islington (bot)2020-02-213-6/+245
* bpo-39184: Fix incorrect return value (GH-18580)Miss Islington (bot)2020-02-201-1/+1
* Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576)Miss Islington (bot)2020-02-201-1/+1
* Use the new recommended number of repetitions in the refleak tests. (GH-18569...Miss Islington (bot)2020-02-201-1/+1
* Update runall.bat to the latest Windows build system. (GH-18571) (#18573)Miss Islington (bot)2020-02-201-41/+59
* bpo-39572: Document ’total’ flag of TypedDict (GH-18554)Miss Islington (bot)2020-02-193-3/+29
* bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-...Miss Islington (bot)2020-02-181-2/+2
* bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...Miss Islington (bot)2020-02-183-1/+23
* Post 3.8.2rc2Łukasz Langa2020-02-181-1/+1
* Merge tag 'v3.8.2rc2' into 3.8Łukasz Langa2020-02-1814-25/+107
|\
| * Python 3.8.2rc2v3.8.2rc2Łukasz Langa2020-02-1714-25/+107
* | [3.8] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_char...Miss Islington (bot)2020-02-184-28/+69
* | bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)Miss Islington (bot)2020-02-183-2/+17
|/
* [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18...Dong-hee Na2020-02-173-3/+16
* bpo-32892: Update the documentation for handling constants in AST. (GH-18514)Miss Islington (bot)2020-02-172-3/+13
* Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-16839)" (GH-18...Senthil Kumaran2020-02-163-7/+30
* [3.8] closes bpo-39630: Update pointers to string literals to be const char *...Benjamin Peterson2020-02-143-4/+4
* closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)Miss Islington (bot)2020-02-143-1/+26
* bpo-39545: Document changes in the support of await in f-strings. (GH-18456)Miss Islington (bot)2020-02-142-0/+10
* [3.8] bpo-39606: allow closing async generators that are already closed (GH-1...Miss Islington (bot)2020-02-133-6/+41
* bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...Steve Dower2020-02-1315-17/+314
* closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497)Miss Islington (bot)2020-02-131-2/+2
* bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)Miss Islington (bot)2020-02-123-18/+47
* bpo-21016: pydoc and trace use sysconfig (GH-18476)Miss Islington (bot)2020-02-123-6/+9
* bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828)Miss Islington (bot)2020-02-123-5/+47
* bpo-39605: Remove a cast that causes a warning. (GH-18473)Miss Islington (bot)2020-02-121-1/+1
* bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472)Miss Islington (bot)2020-02-127-68/+254
* closes bpo-39605: Fix some casts to not cast away const. (GH-18453)Miss Islington (bot)2020-02-129-35/+35
* docs: macos - change "versiona" to "versions" (GH-18467) (GH-18469)Miss Islington (bot)2020-02-121-1/+1
* bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)Miss Islington (bot)2020-02-112-5/+85
* Post 3.8.2rc1Łukasz Langa2020-02-111-1/+1
* Merge tag 'v3.8.2rc1' into 3.8Łukasz Langa2020-02-1162-165/+705
|\
| * Python 3.8.2rc1v3.8.2rc1Łukasz Langa2020-02-1062-165/+705
* | bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)Miss Islington (bot)2020-02-112-9/+0
* | bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)Miss Islington (bot)2020-02-112-4/+4