summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.0b3v3.8.0b3Ɓukasz Langa2019-07-2946-112/+454
* bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite c...Miss Islington (bot)2019-07-283-0/+5
* bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995)Miss Islington (bot)2019-07-287-794/+841
* bpo-37692: Improve highlight config sample (GH-14983)Miss Islington (bot)2019-07-282-18/+19
* Remove trailing .0 from version changed note (GH-14987)Miss Islington (bot)2019-07-281-1/+1
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Miss Islington (bot)2019-07-275-20/+47
* bpo-37628: Fix IDLE config sample sizes (GH-14958)Miss Islington (bot)2019-07-275-51/+129
* Add Qt GUI example to the logging cookbook. (GH-14978) (GH-14979)Miss Islington (bot)2019-07-271-0/+213
* bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)Miss Islington (bot)2019-07-261-1/+1
* bpo-32910: Remove implementation detail in venv documentation. (GH-14968)Miss Islington (bot)2019-07-262-4/+3
* bpo-35524: Update Windows installer image in docs (GH-14966)Steve Dower2019-07-261-0/+0
* bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960)Miss Islington (bot)2019-07-261-2/+3
* bpo-37641 preserve relative file location in embeddable zip (GH-14884)Miss Islington (bot)2019-07-251-6/+5
* Swap 'if' branches so content matches to condition in importlib example (GH-1...Miss Islington (bot)2019-07-251-3/+3
* bpo-37502: handle default parameter for buffers argument of pickle.loads corr...Miss Islington (bot)2019-07-253-1/+7
* closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather...Miss Islington (bot)2019-07-242-4/+5
* bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)Miss Islington (bot)2019-07-244-35/+50
* bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)Miss Islington (bot)2019-07-244-2/+3
* [3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (G...Stefan Behnel2019-07-242-24/+124
* [3.8] bpo-34160: explain how to deal with attribute order in ElementTree (GH-...Miss Islington (bot)2019-07-241-2/+40
* [3.8] Touch up venv docs (GH-14922) (GH-14923)Miss Islington (bot)2019-07-241-21/+26
* bpo-37667: Add regression test for regrtest. (GH-14929)Miss Islington (bot)2019-07-231-0/+26
* Only setup PGO tests when --pgo is enabled. (GH-14927)Miss Islington (bot)2019-07-231-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-2318-80/+891
* [3.8] bpo-36974: separate vectorcall functions for each calling convention (G...Jeroen Demeyer2019-07-2310-101/+372
* 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-227-4/+96
* Update logging cookbook to show multiple worker processes using the concurren...Miss Islington (bot)2019-07-221-0/+35
* bpo-21478: Record calls to parent when autospecced objects are used as child ...Miss Islington (bot)2019-07-223-11/+55
* [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)Kyle Stanley2019-07-2120-23/+23
* Add examples to elucidate the formulas (GH-14898) (GH-14899)Miss Islington (bot)2019-07-211-6/+10
* bpo-37627: Add acknowledgment (GH-14883)Miss Islington (bot)2019-07-211-0/+1
* bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)Miss Islington (bot)2019-07-214-10/+22
* 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-37644: update suspicious.csv for distutils/examples (GH-14885)Miss Islington (bot)2019-07-211-1/+1
* bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-...Miss Islington (bot)2019-07-213-49/+56
* Adjust builtins.zip() docstring to better communicate its signature (GH-14833)Miss Islington (bot)2019-07-191-1/+1
* bpo-36546: Clean-up comments (GH-14857) (#14859)Miss Islington (bot)2019-07-191-9/+3
* bpo-37624: Document weight assumptions for random.choices() (GH-14855) (GH-14...Miss Islington (bot)2019-07-191-1/+2
* bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)Miss Islington (bot)2019-07-183-11/+15
* bpo-33610: IDLE's code-context always shows current context immediately (GH-1...Miss Islington (bot)2019-07-183-7/+22
* 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-176-116/+114
* Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)Miss Islington (bot)2019-07-173-1/+7
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Miss Islington (bot)2019-07-173-0/+12
* bpo-36390: IDLE: Combine region formatting methods. (GH-12481) (GH-14811)Miss Islington (bot)2019-07-177-327/+589
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Miss Islington (bot)2019-07-175-99/+140
* Docs: Correct formatting of a multiline code block (GH-13806)Miss Islington (bot)2019-07-171-2/+4