summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-39930: Convert error to warning for more silent failure (GH-18921)Miss Islington (bot)2020-03-112-1/+5
* bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...Miss Islington (bot)2020-03-116-10/+67
* Fix download.html (GH-18902)Miss Islington (bot)2020-03-111-1/+1
* bpo-38662: ensurepip invokes pip via runpy (GH-18901)Miss Islington (bot)2020-03-102-3/+17
* tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)Miss Islington (bot)2020-03-101-3/+1
* [3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894)Dong-hee Na2020-03-103-1/+16
* bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)Miss Islington (bot)2020-03-095-12/+74
* bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)Miss Islington (bot)2020-03-092-1/+5
* [3.8] bpo-39850: Add support for abstract sockets in multiprocessing (GH-1886...Pablo Galindo2020-03-096-5/+50
* bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)Miss Islington (bot)2020-03-091-26/+17
* bpo-27115: Move IDLE Query error blanking (GH-18868)Miss Islington (bot)2020-03-091-5/+2
* bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)Miss Islington (bot)2020-03-083-2/+14
* bpo-39885: IDLE context menu clears selection (GH-18859)Miss Islington (bot)2020-03-083-0/+6
* bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)Miss Islington (bot)2020-03-085-16/+31
* fix typo: add space (GH-18853)Miss Islington (bot)2020-03-081-2/+2
* bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient...Miss Islington (bot)2020-03-073-13/+56
* [3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)Serhiy Storchaka2020-03-073-2/+34
* bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818)Miss Islington (bot)2020-03-072-2/+6
* bpo-17422: slightly more precise language (GH-18682)Miss Islington (bot)2020-03-062-1/+3
* bpo-39868: Update Language Reference for PEP 572. (GH-18793)Miss Islington (bot)2020-03-063-6/+19
* IDLE doc: improve Startup failure subsection. (GH-18771)Miss Islington (bot)2020-03-061-7/+10
* [3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783)Miss Islington (bot)2020-03-051-1/+1
* bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (...Miss Islington (bot)2020-03-052-1/+4
* Add a missing space after a period in 'typing.TypedDict' documentation (GH-18...Miss Islington (bot)2020-03-051-1/+1
* Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18...Miss Islington (bot)2020-03-042-2/+5
* bpo-39831: Remove outdated comment. (GH-18764)Miss Islington (bot)2020-03-031-3/+1
* bpo-39674: Update collections ABC deprecation doc (GH-18748)Victor Stinner2020-03-031-2/+2
* bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) (#18752)Stefan Krah2020-03-032-2/+7
* 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