summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...Miss Islington (bot)2020-01-233-9/+59
* 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-224-1/+15
* bpo-39425: Fix list.count performance regression (GH-18119) (GH-18120)Miss Islington (bot)2020-01-221-0/+4
* bpo-39413: os.unsetenv() is not available on Windows (GH-18108)Victor Stinner2020-01-221-1/+1
* closes bpo-39415: Remove unused codes from longobject.c complexobject.c float...Miss Islington (bot)2020-01-213-68/+0
* PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110)Miss Islington (bot)2020-01-211-1/+1
* 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-213-3/+31
* bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)Miss Islington (bot)2020-01-216-39/+154
* improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)Miss Islington (bot)2020-01-201-8/+10
* bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)Miss Islington (bot)2020-01-201-3/+2
* bpo-39386: Prevent double awaiting of async iterator (GH-18081)Miss Islington (bot)2020-01-203-4/+49
* Fix asyncio.get_event_loop() documentation (GH-18051)Miss Islington (bot)2020-01-202-2/+6
* bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-...Miss Islington (bot)2020-01-191-1/+4
* bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)Miss Islington (bot)2020-01-191-0/+8
* Fix typo from base to based (GH-18055)Miss Islington (bot)2020-01-191-1/+1
* Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18043)Miss Islington (bot)2020-01-171-0/+1
* bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)Miss Islington (bot)2020-01-151-1/+3
* [3.8] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)...Miss Islington (bot)2020-01-151-1/+1
* Fix compiler warning on Windows (GH-18012)Miss Islington (bot)2020-01-151-1/+1
* Fix documentation in code.py (GH-17988)Miss Islington (bot)2020-01-142-2/+2
* [3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)...Karthikeyan Singaravelan2020-01-144-272/+287
* bpo-39310: Update sys.float_info documentation (GH-17982)Victor Stinner2020-01-131-8/+8
* bpo-39307: Fix memory leak on error path in parsetok (GH-17953)Miss Islington (bot)2020-01-131-0/+1
* [3.8] Fix typos in Misc/NEWS.d (GH-17930)toonarmycaptain2020-01-132-5/+5