summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)backport-24bcefc-3.7YoSTEALTH2020-01-061-1/+1
* bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)Miss Islington (bot)2020-01-061-1/+1
* bpo-39041: Add GitHub Actions support (GH-17594)Miss Islington (bot)2020-01-065-3/+238
* Minor formatting improvements and fixes to idle.rst (GH-17165)Miss Islington (bot)2020-01-062-14/+16
* Fix the parameter list of object. _rpow_ (GH-GH-16477)Miss Islington (bot)2020-01-051-1/+1
* Replace links in howto/pyporting.rst with sphinx references (GH-17781)Miss Islington (bot)2020-01-051-7/+3
* bpo-39152: add missing ttk.Scale.configure return value (GH-17815)Miss Islington (bot)2020-01-053-11/+9
* bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)Miss Islington (bot)2020-01-053-17/+38
* bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH...Miss Islington (bot)2020-01-053-1/+4
* bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)Miss Islington (bot)2020-01-054-13/+39
* [3.7] bpo-39191: Don't spawn a task before failing (GH-17796) (#17821)Andrew Svetlov2020-01-042-3/+10
* Update copyright year in macOS installer license copy (GH-17806)Miss Islington (bot)2020-01-021-3/+3
* [3.7] Bring Python into the next decade. (GH-17801). (GH-17803)Benjamin Peterson2020-01-028-13/+9
* bpo-39183: Fix formatting in library/ensurepip (GH-17787)Miss Islington (bot)2020-01-011-1/+1
* bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-1777...Miss Islington (bot)2020-01-013-1/+37
* Fix idlelib README typo. (GH-17770)Miss Islington (bot)2019-12-311-1/+1
* [3.7] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-...Dong-hee Na2019-12-315-1/+50
* bpo-34118: memoryview, range, and tuple are classes (GH-17761)Miss Islington (bot)2019-12-302-3/+5
* [3.7] bpo-38610: Fix possible crashes in several list methods (GH-17022) (GH-...Pablo Galindo2019-12-303-3/+40
* Fix typos and remove deprecated deprecation warning. (GH-17741)Miss Islington (bot)2019-12-291-11/+4
* [3.7] bpo-39136: Fixed typos (GH-17720)Terry Jan Reedy2019-12-293-4/+4
* Reorder entries in Misc/ACKS (GH-17663) (GH-17672)Éric Araujo2019-12-281-3/+4
* bpo-39144 Align ctags and etags behaviours in the makefile and include Python...Miss Islington (bot)2019-12-272-0/+4
* closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (G...Miss Islington (bot)2019-12-261-7/+7
* Minor C API documentation improvements. (GH-17698)Miss Islington (bot)2019-12-242-2/+2
* [3.7] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17685)Bar Harel2019-12-233-1/+15
* bpo-38918: Add __module__ entry for function & method type in inspect docs ta...Miss Islington (bot)2019-12-202-0/+9
* [3.7] bpo-38316: Fix co_stacksize documentation (GH-16983). (GH-17660)Batuhan Taşkaya2019-12-191-2/+2
* Post release updatesNed Deily2019-12-183-4/+3
* Merge tag 'v3.7.6' into 3.7Ned Deily2019-12-184-6/+13
|\
| * 3.7.6v3.7.6Ned Deily2019-12-185-7/+13
| * bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...Miss Islington (bot)2019-12-182-1/+2
| * Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)Miss Islington (bot)2019-12-181-3/+4
| * [3.7] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...Kyle Stanley2019-12-182-0/+20
| * bpo-39035: travis: Don't use beta group (GH-17604)Inada Naoki2019-12-181-1/+0
| * Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)Inada Naoki2019-12-181-0/+1
* | bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652...Miss Islington (bot)2019-12-182-3/+14
* | bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...Miss Islington (bot)2019-12-172-1/+2
* | Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17580)Miss Islington (bot)2019-12-161-3/+4
* | [3.7] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...Kyle Stanley2019-12-162-0/+20
* | bpo-39035: travis: Don't use beta group (GH-17604)Inada Naoki2019-12-141-1/+0
* | [3.7] Fix elif start column offset when there is an else following (GH-17596)...Pablo Galindo2019-12-142-2/+11
* | Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)Inada Naoki2019-12-141-0/+1
* | bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592)Miss Islington (bot)2019-12-133-2/+8
* | [3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info f...Pablo Galindo2019-12-133-2/+13
|/
* Post release updatesNed Deily2019-12-112-3/+3
* 3.7.6rc1v3.7.6rc1Ned Deily2019-12-1160-204/+726
* bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...Ned Deily2019-12-104-29/+67
* bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)Miss Islington (bot)2019-12-093-0/+6
* bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)Miss Islington (bot)2019-12-093-1/+5