summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-38597: Never statically link extension initialization code on Windows (GH...Miss Islington (bot)2020-03-032-104/+7
* [3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_travers...Pablo Galindo2020-03-021-0/+20
* bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)Miss Islington (bot)2020-03-022-3/+25
* bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)Miss Islington (bot)2020-03-022-5/+19
* [3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728)Pablo Galindo2020-03-021-1/+2
* bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718)Gregory P. Smith2020-03-013-12/+69
* [3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)Stefan Krah2020-02-292-2/+7
* bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)Miss Islington (bot)2020-02-291-3/+3
* bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)Miss Islington (bot)2020-02-283-19/+35
* Merge tag 'v3.8.2' into 3.8Łukasz Langa2020-02-251-6/+13
|\
| * Python 3.8.2v3.8.2Łukasz Langa2020-02-241-6/+13
* | bpo-30566: Fix IndexError when using punycode codec (GH-18632)Miss Islington (bot)2020-02-252-1/+13
|/
* Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#...Miss Islington (bot)2020-02-241-0/+2
* bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry...Miss Islington (bot)2020-02-241-8/+1
* bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) ...Miss Islington (bot)2020-02-231-4/+21
* bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)Miss Islington (bot)2020-02-221-0/+21
* bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (...Miss Islington (bot)2020-02-211-0/+35
* bpo-39572: Document ’total’ flag of TypedDict (GH-18554)Miss Islington (bot)2020-02-191-1/+14
* 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-182-1/+22
* Merge tag 'v3.8.2rc2' into 3.8Łukasz Langa2020-02-181-1/+1
|\
| * Python 3.8.2rc2v3.8.2rc2Łukasz Langa2020-02-171-1/+1
* | [3.8] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_char...Miss Islington (bot)2020-02-182-28/+65
* | bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)Miss Islington (bot)2020-02-182-2/+16
|/
* [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18...Dong-hee Na2020-02-171-0/+7
* Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-16839)" (GH-18...Senthil Kumaran2020-02-162-7/+25
* [3.8] bpo-39606: allow closing async generators that are already closed (GH-1...Miss Islington (bot)2020-02-131-2/+28
* bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...Steve Dower2020-02-131-0/+10
* bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)Miss Islington (bot)2020-02-121-0/+27
* bpo-21016: pydoc and trace use sysconfig (GH-18476)Miss Islington (bot)2020-02-122-6/+5
* bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828)Miss Islington (bot)2020-02-121-1/+13
* bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472)Miss Islington (bot)2020-02-126-68/+253
* bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)Miss Islington (bot)2020-02-112-5/+85
* Merge tag 'v3.8.2rc1' into 3.8Łukasz Langa2020-02-111-52/+119
|\
| * Python 3.8.2rc1v3.8.2rc1Łukasz Langa2020-02-101-52/+119
* | bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)Miss Islington (bot)2020-02-112-4/+4
* | bpo-39600, IDLE: Remove duplicated font names (GH-18430)Miss Islington (bot)2020-02-101-2/+3
|/
* bpo-39590: make deque.__contains__ and deque.count hold strong references (GH...Miss Islington (bot)2020-02-091-0/+12
* [3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (G...Lysandros Nikolaou2020-02-081-0/+8
* bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)Miss Islington (bot)2020-02-062-1/+40
* bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)Miss Islington (bot)2020-02-061-1/+1
* bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) (GH-18359)Miss Islington (bot)2020-02-051-1/+0
* bpo-39184: Add audit events to command execution functions in os and pty modu...Miss Islington (bot)2020-02-051-0/+2
* closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)Miss Islington (bot)2020-02-041-0/+5
* bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)Miss Islington (bot)2020-02-041-1/+5
* Fixes in sorting descriptions (GH-18317)Miss Islington (bot)2020-02-041-1/+1
* bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...Miss Islington (bot)2020-02-032-1/+10
* [3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler...Antoine Pitrou2020-02-021-0/+24
* bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)Miss Islington (bot)2020-01-314-3/+7
* bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)Miss Islington (bot)2020-01-301-1/+6