summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.2rc1v3.8.2rc1Ɓukasz Langa2020-02-1062-165/+705
* Grammar fix in tutorial (GH-18425) (GH-18426)Miss Islington (bot)2020-02-101-1/+1
* bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-1...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-093-0/+17
* Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...Miss Islington (bot)2020-02-072-3/+15
* [3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (G...Lysandros Nikolaou2020-02-073-2/+12
* bpo-39534: Doc: Clarify return in finally (GH-18324)Miss Islington (bot)2020-02-061-9/+27
* Fix MinGW library generation command (GH-17917)Miss Islington (bot)2020-02-061-1/+1
* bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)Miss Islington (bot)2020-02-063-1/+41
* bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)Miss Islington (bot)2020-02-062-1/+3
* bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) (GH-18359)Miss Islington (bot)2020-02-051-1/+0
* bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)Miss Islington (bot)2020-02-042-0/+5
* bpo-39184: Add audit events to command execution functions in os and pty modu...Miss Islington (bot)2020-02-045-7/+56
* closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)Miss Islington (bot)2020-02-043-0/+7
* 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-032-9/+9
* bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...Miss Islington (bot)2020-02-032-3/+6
* fixes typos in http.client documentation (GH-18300)Miss Islington (bot)2020-02-031-2/+2
* bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...Miss Islington (bot)2020-02-033-1/+12
* [3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler...Antoine Pitrou2020-02-023-4/+43
* bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)Miss Islington (bot)2020-01-305-3/+9
* bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)Miss Islington (bot)2020-01-302-1/+8
* [3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (G...Steve Dower2020-01-292-2/+5
* bpo-39493: Fix definition of IO.closed in typing.py (GH-18265)Miss Islington (bot)2020-01-292-0/+2
* bpo-39485: fix corner-case in method-detection of mock (GH-18255)Miss Islington (bot)2020-01-292-5/+4
* bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)Miss Islington (bot)2020-01-291-0/+12
* Doc: Fix external links to functional programming tutorial. (GH-18249)Miss Islington (bot)2020-01-291-3/+3
* bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)Miss Islington (bot)2020-01-294-6/+14
* bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)Miss Islington (bot)2020-01-282-1/+2
* bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)Miss Islington (bot)2020-01-282-2/+44
* bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...Miss Islington (bot)2020-01-282-2/+5
* bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windo...Miss Islington (bot)2020-01-283-11/+20
* bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) (...Miss Islington (bot)2020-01-271-5/+5
* bpo-39392: Turtle overlap fill depends on OS (GH-18223)Miss Islington (bot)2020-01-272-0/+6
* [3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122)mbarkhau2020-01-284-1/+52
* bpo-30780: Add IDLE configdialog tests (GH-3592)Miss Islington (bot)2020-01-274-31/+149
* Ignore NEWS snippets in code coverage stats (GH-18194)Miss Islington (bot)2020-01-271-1/+1
* [3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-...Matthew Kokotovich2020-01-263-0/+26
* bpo-36018: Add another example for NormalDist() (GH-18191) (GH-18192)Miss Islington (bot)2020-01-251-0/+36
* bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) ...Miss Islington (bot)2020-01-251-1/+1
* bpo-36654: Add examples for using tokenize module programmatically (GH-18187)Miss Islington (bot)2020-01-251-0/+19
* bpo-15243: Document __prepare__ as classmethod (GH-17124)Miss Islington (bot)2020-01-251-1/+2
* Update 3.8.rst (GH-18173) (#18182)Miss Islington (bot)2020-01-251-1/+1
* bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...Miss Islington (bot)2020-01-253-0/+35
* bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)Miss Islington (bot)2020-01-254-8/+19
* bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)Miss Islington (bot)2020-01-242-10/+9
* Improve test coverage for AsyncMock. (GH-17906)Miss Islington (bot)2020-01-241-4/+49
* bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)Miss Islington (bot)2020-01-243-19/+21
* [3.8] bpo-35182: fix communicate() crash after child closes its pipes (GH-181...Alex Rebert2020-01-233-2/+16
* bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)Miss Islington (bot)2020-01-231-4/+4