summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-39037: Fix lookup order of magic methods in with statement documentation ...Géry Ogam2019-12-301-18/+49
* Fix typos and remove deprecated deprecation warning. (GH-17741)Antoine2019-12-291-11/+4
* bpo-39157: Skip test_pidfd_send_signal if the system does not have enough pri...Pablo Galindo2019-12-291-0/+2
* Fix error when running with -uall in test_unparse (GH-17739)Pablo Galindo2019-12-291-7/+7
* bpo-38870: Run always tests that heavily use grammar features in test_unparse...Pablo Galindo2019-12-291-1/+11
* links in importlib.metadata.rst replaced with sphinx references (GH-17730)Oleg Höfling2019-12-293-23/+19
* bpo-39136: Fixed typos (GH-17720)Gurupad Hegde2019-12-289-12/+12
* bpo-38731: Fix function signature of quiet in docs (GH-17719)Batuhan Taşkaya2019-12-281-1/+1
* bpo-39144 Align ctags and etags behaviours in the makefile and include Python...Anthony Shaw2019-12-282-0/+4
* Move comment about permanent generation to gcmodule.c (GH-17718)Pablo Galindo2019-12-272-38/+34
* closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709)Michael Wayne Goodman2019-12-271-1/+0
* closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (G...Batuhan Taşkaya2019-12-271-7/+7
* Update what's new with the latest GC improvements (GH-17708)Pablo Galindo2019-12-261-0/+8
* Update 3.9.0a2.rst (GH-17703)Aurora Lanes2019-12-261-1/+1
* bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) ...Fabio Sangiovanni2019-12-251-3/+4
* Fix the miscellaneous typo (GH-17700)cocoatomo2019-12-251-1/+1
* Update 3.9.0a2.rst - correct small typos (GH-17665)toonarmycaptain2019-12-251-9/+7
* Minor C API documentation improvements. (GH-17696)William Ayd2019-12-252-2/+2
* Fix import path for asyncio.TimeoutError (#17691)Andrew Svetlov2019-12-242-2/+3
* Add comment to avoid ACKS losing order (GH-17678)Éric Araujo2019-12-231-0/+2
* Revert "bpo-38870: Remove dependency on contextlib to avoid performance regre...Pablo Galindo2019-12-231-13/+6
* bpo-38870: Refactor delimiting with context managers in ast.unparse (GH-17612)Batuhan Taşkaya2019-12-231-147/+137
* bpo-38914 Do not require email field in setup.py. (GH-17388)Jürgen Gmach2019-12-233-6/+14
* [typo] fix dupe in datetime.fromisoformat docs (GH-17295)Michael Morehouse2019-12-231-2/+0
* Add missing markup (GH-17680)cocoatomo2019-12-221-1/+1
* bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)Bar Harel2019-12-223-1/+15
* bpo-38918: Add __module__ entry for function & method type in inspect docs ta...Parth Sharma2019-12-202-0/+9
* reorder entries in Misc/ACKS (#17663)Éric Araujo2019-12-201-14/+13
* Doc typo (#17667)Jesús Cea2019-12-201-1/+1
* Post 3.9.0a2Łukasz Langa2019-12-191-1/+1
* Python 3.9.0a2v3.9.0a2Łukasz Langa2019-12-1895-214/+1009
* bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)Victor Stinner2019-12-182-3/+14
* bpo-39028: Performance enhancement in keyword extraction (GH-17576)Sebastian Berg2019-12-182-3/+8
* bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645)Lysandros Nikolaou2019-12-183-1/+11
* bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in ...Steve Dower2019-12-172-14/+10
* bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen...Anthony Shaw2019-12-173-1/+243
* bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)Victor Stinner2019-12-175-21/+42
* bpo-38858: Small integer per interpreter (GH-17315)Victor Stinner2019-12-175-37/+56
* Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_...Kyle Stanley2019-12-164-0/+37
* bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)Steve Dower2019-12-162-8/+16
* bpo-39041: Add GitHub Actions support (GH-17594)Steve Dower2019-12-166-4/+239
* bpo-38348: Extend command line options of ast parsing tool (GH-16540)Batuhan Taşkaya2019-12-163-2/+17
* bpo-38870: Remove dead code related with argument unparsing (GH-17613)Batuhan Taşkaya2019-12-161-5/+2
* bpo-38811: Check for presence of os.link method in pathlib (GH-17225)Toke Høiland-Jørgensen2019-12-163-1/+17
* Add tests and design notes for Counter subset/superset operations. (GH-17625)Raymond Hettinger2019-12-161-0/+23
* bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)Xtreak2019-12-155-269/+286
* bpo-38316: Fix co_stacksize documentation (GH-16983)Batuhan Taşkaya2019-12-151-2/+2
* bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)Batuhan Taşkaya2019-12-154-1/+96
* The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586)Guido van Rossum2019-12-151-3/+1
* bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)Michael Felt2019-12-158-5/+155