summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...Miss Islington (bot)2020-03-193-3/+15
* bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)Miss Islington (bot)2020-03-172-2/+3
* bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029)Victor Stinner2020-03-162-0/+4
* bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...Miss Islington (bot)2020-03-153-2/+27
* Fix a possible refleak in tupleobject.c (GH-19018)Miss Islington (bot)2020-03-151-1/+3
* bpo-39965: Correctly raise SyntaxError if await is used outside async functio...Miss Islington (bot)2020-03-153-4/+49
* bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)Miss Islington (bot)2020-03-141-1/+1
* Link to list of keywords in the laguage reference (GH-18024)Miss Islington (bot)2020-03-141-5/+6
* bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)Miss Islington (bot)2020-03-144-3/+57
* bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...Miss Islington (bot)2020-03-142-1/+2
* bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1...Miss Islington (bot)2020-03-141-3/+3
* [3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (G...Mark Dickinson2020-03-143-1/+24
* bpo-39915: Ensure await_args_list is updated according to the order in which ...Miss Islington (bot)2020-03-143-1/+16
* [3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976)Karthikeyan Singaravelan2020-03-131-1/+1
* bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18966)Miss Islington (bot)2020-03-121-0/+4
* bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)Miss Islington (bot)2020-03-122-16/+27
* bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18956)Victor Stinner2020-03-123-2/+6
* [3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase i...Serhiy Storchaka2020-03-124-9/+36
* Fix syntax error in an example in the ast documentation and sync docstrings (...Miss Islington (bot)2020-03-122-3/+3
* bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)Miss Islington (bot)2020-03-112-3/+5
* bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)Miss Islington (bot)2020-03-113-0/+8
* bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)Miss Islington (bot)2020-03-112-2/+6
* 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