summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)Miss Islington (bot)2020-03-031-1/+13
* [3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) (GH-18761)Pablo Galindo2020-03-031-2/+3
* bpo-38597: Never statically link extension initialization code on Windows (GH...Miss Islington (bot)2020-03-034-104/+13
* [3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_travers...Pablo Galindo2020-03-023-2/+22
* bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)Miss Islington (bot)2020-03-026-6/+8
* bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)Miss Islington (bot)2020-03-023-3/+26
* bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)Miss Islington (bot)2020-03-023-5/+22
* bpo-38410: Properly handle PySys_Audit() failures (GH-18658)Serhiy Storchaka2020-03-023-32/+57
* [3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered wit...Serhiy Storchaka2020-03-023-3/+47
* bpo-39378: partial of PickleState struct should be traversed. (GH-18046)Miss Islington (bot)2020-03-021-0/+1
* [3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728)Pablo Galindo2020-03-022-1/+3
* bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718)Gregory P. Smith2020-03-014-12/+73
* [3.8] Explicitly initialize like the surrounding code (GH-18717)Stefan Krah2020-02-291-1/+1
* [3.8] Fix syntax (GH-18716)Stefan Krah2020-02-291-1/+1
* [3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)Stefan Krah2020-02-2911-36/+248
* bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)Miss Islington (bot)2020-02-292-3/+5
* bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)Miss Islington (bot)2020-02-2918-24/+25
* bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)Miss Islington (bot)2020-02-282-1/+2
* bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)Miss Islington (bot)2020-02-282-2/+3
* bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)Miss Islington (bot)2020-02-284-19/+36
* bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)Steve Dower2020-02-266-14/+16
* Doc: int -> int or Py_ssize_t (GH-18663)Miss Islington (bot)2020-02-261-11/+11
* bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)Miss Islington (bot)2020-02-254-0/+9
* Post 3.8.2Łukasz Langa2020-02-251-1/+1
* Merge tag 'v3.8.2' into 3.8Łukasz Langa2020-02-2514-28/+115
|\
| * Python 3.8.2v3.8.2Łukasz Langa2020-02-2414-28/+115
* | bpo-30566: Fix IndexError when using punycode codec (GH-18632)Miss Islington (bot)2020-02-253-1/+15
|/
* 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