summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.0b3v3.8.0b3Ɓukasz Langa2019-07-291-14/+14
* bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c...Miss Islington (bot)2019-07-291-0/+3
* bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995)Miss Islington (bot)2019-07-285-15/+44
* bpo-37692: Improve highlight config sample (GH-14983)Miss Islington (bot)2019-07-281-18/+17
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Miss Islington (bot)2019-07-271-2/+4
* bpo-37628: Fix IDLE config sample sizes (GH-14958)Miss Islington (bot)2019-07-274-51/+128
* bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)Miss Islington (bot)2019-07-271-1/+1
* bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960)Miss Islington (bot)2019-07-261-2/+3
* bpo-37502: handle default parameter for buffers argument of pickle.loads corr...Miss Islington (bot)2019-07-251-0/+5
* closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...Miss Islington (bot)2019-07-251-4/+4
* bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)Miss Islington (bot)2019-07-243-2/+2
* [3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (G...Stefan Behnel2019-07-241-0/+60
* bpo-37667: Add regression test for regrtest. (GH-14929)Miss Islington (bot)2019-07-241-0/+26
* Only setup PGO tests when --pgo is enabled. (GH-14927)Miss Islington (bot)2019-07-241-2/+3
* bpo-29446: IDLE -- add explicit imports (GH-14919) (GH-14920)Miss Islington (bot)2019-07-231-0/+2
* bpo-17535: IDLE editor line numbers (GH-14030)Miss Islington (bot)2019-07-2314-76/+862
* [3.8] bpo-36974: separate vectorcall functions for each calling convention (G...Jeroen Demeyer2019-07-232-4/+6
* bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822)Miss Islington (bot)2019-07-231-7/+31
* bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)Miss Islington (bot)2019-07-223-1/+61
* bpo-21478: Record calls to parent when autospecced objects are used as child ...Miss Islington (bot)2019-07-222-11/+53
* [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)Kyle Stanley2019-07-2212-15/+15
* bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)Miss Islington (bot)2019-07-213-10/+19
* Fix typo found by Min ho Kim (GH-14879)Miss Islington (bot)2019-07-211-1/+1
* Minor whitespace, indentation, and quoting changes to improve internal consis...Miss Islington (bot)2019-07-211-53/+74
* bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-...Miss Islington (bot)2019-07-212-49/+55
* bpo-36546: Clean-up comments (GH-14857) (#14859)Miss Islington (bot)2019-07-191-9/+3
* bpo-33610: IDLE's code-context always shows current context immediately (GH-1...Miss Islington (bot)2019-07-182-7/+21
* bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.61...Miss Islington (bot)2019-07-183-1/+32
* bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14...Miss Islington (bot)2019-07-185-114/+112
* Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)Miss Islington (bot)2019-07-172-1/+5
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Miss Islington (bot)2019-07-172-0/+10
* bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811)Miss Islington (bot)2019-07-176-327/+587
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Miss Islington (bot)2019-07-174-99/+137
* bpo-27452: IDLE: Cleanup config.py code (GH-14577) (GH-14802)Miss Islington (bot)2019-07-162-39/+9
* Fix infinite loop in email folding logic (GH-12732)Miss Islington (bot)2019-07-163-6/+32
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Miss Islington (bot)2019-07-142-16/+18
* Clarify that plistlib's load and dump functions take a binary file object (GH...Miss Islington (bot)2019-07-141-3/+3
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759)Miss Islington (bot)2019-07-142-1/+20
* bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...Miss Islington (bot)2019-07-132-2/+22
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)Miss Islington (bot)2019-07-131-58/+13
* bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)Miss Islington (bot)2019-07-111-1/+1
* bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)Miss Islington (bot)2019-07-112-23/+77
* bpo-26806: IDLE should run without docstrings (GH-14657) (GH-14677)Miss Islington (bot)2019-07-092-8/+19
* bpo-18374: fix tests to check the correct thing about line numbers (GH-14659)...Miss Islington (bot)2019-07-091-4/+4
* bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670)Miss Islington (bot)2019-07-091-15/+18
* bpo-37526: Add support.catch_threading_exception() (GH-14664) (GH-14666)Miss Islington (bot)2019-07-091-0/+57
* bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)Miss Islington (bot)2019-07-081-0/+30
* bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) (GH-14645)Miss Islington (bot)2019-07-081-0/+3
* bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641)Miss Islington (bot)2019-07-072-1/+12
* bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)Miss Islington (bot)2019-07-064-135/+173