summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.2rc1v3.8.2rc1Ɓukasz Langa2020-02-101-52/+119
* 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-071-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-041-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-031-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-304-3/+7
* bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)Miss Islington (bot)2020-01-301-1/+6
* bpo-39493: Fix definition of IO.closed in typing.py (GH-18265)Miss Islington (bot)2020-01-291-0/+1
* bpo-39485: fix corner-case in method-detection of mock (GH-18255)Miss Islington (bot)2020-01-291-5/+1
* bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)Miss Islington (bot)2020-01-291-0/+12
* bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)Miss Islington (bot)2020-01-281-1/+1
* bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windo...Miss Islington (bot)2020-01-282-11/+15
* [3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122)mbarkhau2020-01-282-1/+43
* bpo-30780: Add IDLE configdialog tests (GH-3592)Miss Islington (bot)2020-01-273-31/+148
* [3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-...Matthew Kokotovich2020-01-262-0/+25
* bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...Miss Islington (bot)2020-01-252-0/+33
* bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)Miss Islington (bot)2020-01-253-8/+18
* bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)Miss Islington (bot)2020-01-241-10/+8
* 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-241-3/+3
* [3.8] bpo-35182: fix communicate() crash after child closes its pipes (GH-181...Alex Rebert2020-01-232-2/+13
* bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...Miss Islington (bot)2020-01-231-0/+31
* bpo-32989: IDLE - remove unneeded parameter (GH-18138)Miss Islington (bot)2020-01-222-2/+3
* bpo-39050: The Help button in IDLE's config menu works again (GH-17611)Miss Islington (bot)2020-01-223-1/+14
* Move test_math tests (GH-18098) (GH-18102)Victor Stinner2020-01-211-129/+129
* bpo-39389: gzip: fix compression level metadata (GH-18077)Miss Islington (bot)2020-01-212-3/+29
* bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)Miss Islington (bot)2020-01-215-39/+152
* bpo-39386: Prevent double awaiting of async iterator (GH-18081)Miss Islington (bot)2020-01-201-0/+36
* Fix typo from base to based (GH-18055)Miss Islington (bot)2020-01-191-1/+1
* Fix documentation in code.py (GH-17988)Miss Islington (bot)2020-01-141-1/+1
* [3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)...Karthikeyan Singaravelan2020-01-142-1/+17
* bpo-38293: Allow shallow and deep copying of property objects (GH-16438)Miss Islington (bot)2020-01-122-3/+4
* bpo-16575: Disabled checks for union types being passed by value. (GH-17960) ...Miss Islington (bot)2020-01-121-1/+2
* bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552)Miss Islington (bot)2020-01-121-1/+8
* bpo-39297: Update for importlib_metadata 1.4. (GH-17947) (GH-17952)Miss Islington (bot)2020-01-111-36/+72
* Fix host in address of socket.create_server example. (GH-17706)Miss Islington (bot)2020-01-101-1/+1
* [3.8] Add test cases for dataclasses. (GH-17909) (GH-17919)Miss Islington (bot)2020-01-101-0/+19
* Fix typo in test's docstring (GH-17856) (GH-17923)Miss Islington (bot)2020-01-091-1/+1
* bpo-25172: Reduce scope of crypt import tests (GH-17881)Miss Islington (bot)2020-01-091-4/+5
* bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)Miss Islington (bot)2020-01-082-3/+3
* bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17...Miss Islington (bot)2020-01-072-3/+12
* bpo-39198: Ensure logging global lock is released on exception in isEnabledFo...Miss Islington (bot)2020-01-071-6/+9
* [3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894)Andrew Svetlov2020-01-072-5/+9