- 102b498 Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML files (GH-21776) by Steve Dower · 4 years, 3 months ago
- fcce8c6 bpo-40275: Use new test.support helper submodules in tests (GH-21772) by Hai Shi · 4 years, 3 months ago
- e27a51c bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768) by Victor Stinner · 4 years, 3 months ago
- f44693e bpo-41477: Make ctypes optional in test_genericalias (GH-21766) by Victor Stinner · 4 years, 3 months ago
- 598a951 bpo-40275: Use new test.support helper submodules in tests (GH-21764) by Hai Shi · 4 years, 3 months ago
- 46e19b6 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Inada Naoki · 4 years, 3 months ago
- 5463635 bpo-39871: Fix an error in a news entry (GH-21749) by Zackery Spytz · 4 years, 3 months ago
- 3405e05 bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685) by pxinwr · 4 years, 3 months ago
- d9323a8 bpo-41493: Refactoring dictresize (GH-21751) by Inada Naoki · 4 years, 3 months ago
- 5f0769a bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734) by Nathan M · 4 years, 3 months ago
- 777b611 bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754) by Steve Dower · 4 years, 3 months ago
- 79bb2c9 bpo-40275: Use new test.support helper submodules in tests (GH-21743) by Hai Shi · 4 years, 3 months ago
- 52f9842 bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736) by Eric L. Frederich · 4 years, 3 months ago
- 15edaec bpo-40989: Fix compiler warning in winreg.c (GH-21722) by Victor Stinner · 4 years, 3 months ago
- 8f4380d bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312) by Batuhan Taskaya · 4 years, 3 months ago
- 270b4ad bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479) by Inada Naoki · 4 years, 3 months ago
- 582aaf1 bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714) by Mark Shannon · 4 years, 3 months ago
- c7decc2 bpo-40275: Use new test.support helper submodules in tests (GH-21727) by Hai Shi · 4 years, 3 months ago
- 604bba1 bpo-40275: Use new test.support helper submodules in tests (GH-21452) by Hai Shi · 4 years, 3 months ago
- da4e09f bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536) by Hans Petter Jansson · 4 years, 3 months ago
- db6d9a5 bpo-41431: Optimize dict_merge for copy (GH-21674) by Inada Naoki · 4 years, 3 months ago
- 602a971 bpo-41467: Fix asyncio recv_into() on Windows (GH-21720) by Victor Stinner · 4 years, 3 months ago
- bde48fd bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) by Victor Stinner · 4 years, 3 months ago
- 701b638 bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) by Victor Stinner · 4 years, 3 months ago
- 4660597 bpo-40275: Use new test.support helper submodules in tests (GH-21448) by Hai Shi · 4 years, 3 months ago
- bb0424b bpo-40275: Use new test.support helper submodules in tests (GH-21451) by Hai Shi · 4 years, 3 months ago
- a7f5d93 bpo-40275: Use new test.support helper submodules in tests (GH-21449) by Hai Shi · 4 years, 3 months ago
- 488512b A (very) slight speed improvement for iterating over bytes (#21705) by Guido van Rossum · 4 years, 3 months ago
- c36dbac bpo-41425: Make tkinter doc example runnable (GH-21706) by Ankit Chandawala · 4 years, 3 months ago
- ecaf949 bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) by Nathan M · 4 years, 3 months ago
- ab72fde bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and ordering (#21574) by Luciano Ramalho · 4 years, 3 months ago
- 6a613f9 random module: Convert a "while 1" to "while True (GH-21700) by Raymond Hettinger · 4 years, 3 months ago
- 5c32709 bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695) by Raymond Hettinger · 4 years, 3 months ago
- cadda52 bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694) by Karthikeyan Singaravelan · 4 years, 3 months ago
- 6e8128f bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) by Mark Shannon · 4 years, 3 months ago
- ba18c0b bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677) by Sebastien Williams-Wynn · 4 years, 3 months ago
- a74eea2 closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569) by Benjamin Peterson · 4 years, 3 months ago
- f6a16e8 Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) by Yonatan Goldschmidt · 4 years, 3 months ago
- 34cd3e9 Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465) by Xiang Zhang · 4 years, 3 months ago
- 37a06cb bpo-41412 and bpo-40948: Windows installer updates (GH-21656) by Steve Dower · 4 years, 3 months ago
- 5e38267 bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653) by Dmytro Litvinov · 4 years, 3 months ago
- c82dda1 bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587) by Zackery Spytz · 4 years, 3 months ago
- 1332226 Validate the AST produced by the parser in debug mode (GH-21643) by Pablo Galindo · 4 years, 3 months ago
- 13efaec bpo-41045: Document debug feature of f-strings ('=') (GH-21509) by amaajemyfren · 4 years, 3 months ago
- b3fbff7 bpo-40939: Remove even more references to the old parser (GH-21642) by Lysandros Nikolaou · 4 years, 3 months ago
- 72cabb2 bpo-40939: Use the new grammar for the grammar specification documentation (GH-19969) by Pablo Galindo · 4 years, 3 months ago
- 67987ac bpo-41401: Fix test_fspath_support in test_io. (GH-21640) by Serhiy Storchaka · 4 years, 3 months ago
- 855e688 bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447) by pxinwr · 4 years, 3 months ago
- 5798f78 bpo-41340: Removed fallback implementation for strdup (GH-21634) by wasiher · 4 years, 3 months ago
- f1d40f9 bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) by Akuli · 4 years, 3 months ago
- 52bf470 Fix atexitmodule doc (GH-21456) by linchiwei123 · 4 years, 3 months ago
- 508ed2d Delete remaining references to Grammar/Grammar from docs (#21624) by Guido van Rossum · 4 years, 3 months ago
- b1a8730 bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608) by Serhiy Storchaka · 4 years, 3 months ago
- f117cef bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (#18851) by Shankar Jha · 4 years, 3 months ago
- 0028c14 bpo-41314: fixed annotations __future__ version (GH-21616) by YoSTEALTH · 4 years, 3 months ago
- daff390 bpo-38731: Add --quiet option to py_compile CLI (GH-17134) by Gregory Schevchenko · 4 years, 3 months ago
- af08db7 bpo-37309: NEWS for #41373 (GH-21612) by Terry Jan Reedy · 4 years, 3 months ago
- 0dd463c bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597) by Serhiy Storchaka · 4 years, 3 months ago
- 0dd98c2 bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595) by Alex Grönholm · 4 years, 3 months ago
- 680254a bpo-41366: Fix clang warning for sign conversion (GH-21592) by Henry Schreiner · 4 years, 3 months ago
- 592527f bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) by Zackery Spytz · 4 years, 3 months ago
- bcd4783 bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257) by Abhijeet Kasurde · 4 years, 3 months ago
- b9f6ac9 Stick with the phrase "default parameter value" (GH-21590) by Andre Delfino · 4 years, 3 months ago
- 9b9f158 bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593) by Stefan Krah · 4 years, 3 months ago
- 653f420 bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553) by wyfo · 4 years, 3 months ago
- bf2f76e bpo-41364: Reduce import overhead of uuid module (GH-21586) by Steve Dower · 4 years, 3 months ago
- 5241e18 bpo-41283: Fix mismatched argument name for imghdr.what (GH-21501) by Ammar Askar · 4 years, 3 months ago
- 84761c3 bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570) by Steve Dower · 4 years, 3 months ago
- 5a2bac7 bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549) by Serhiy Storchaka · 4 years, 3 months ago
- 12f4334 bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) by Serhiy Storchaka · 4 years, 3 months ago
- e123012 bpo-41343: Convert methods of complex to Argument Clinic (GH-21550) by Dong-hee Na · 4 years, 3 months ago
- eca2549 bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546) by Zackery Spytz · 4 years, 3 months ago
- f9bf015 Simple Documentation fix: Missing link to return type class. (GH-21291) by Volker-Weissmann · 4 years, 3 months ago
- d42528a bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312) by Vinay Sharma · 4 years, 3 months ago
- 7f03445 Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) by Julien Palard · 4 years, 3 months ago
- 7cf1cb3 bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979) by Erlend Egeberg Aasland · 4 years, 3 months ago
- 902356a bpo-41338: Fix DeprecationWarning in tests (GH-21542) by Inada Naoki · 4 years, 3 months ago
- bfd0fbd bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139) by Vinay Sharma · 4 years, 3 months ago
- 10e4664 bpo-41205: Document Decimal power 0 to the 0 (GH-21386) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 4 years, 3 months ago
- 6bf32373 bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534) by Serhiy Storchaka · 4 years, 3 months ago
- c53b310 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by scoder · 4 years, 4 months ago
- 8ca8a2e bpo-39603: Prevent header injection in http methods (GH-18485) by AMIR · 4 years, 4 months ago
- 9b01c59 bpo-41325: Add version note for args and kwargs property in call object (GH-21525) by Jordan Speicher · 4 years, 4 months ago
- 80a5036 bpo-41262: Convert memoryview to Argument Clinic. (GH-21421) by Serhiy Storchaka · 4 years, 4 months ago
- b4c98ed bpo-41288: Refactor of unpickling NEWOBJ and NEWOBJ_EX opcodes. (GH-21472) by Serhiy Storchaka · 4 years, 4 months ago
- d583738 Fix a small grammatical mistake in a comment (GH-21526) by Brett Cannon · 4 years, 4 months ago
- 164b04c bpo-43104: Update NEWS to include CVE-2020-15801 reference (GH-21521) by Steve Dower · 4 years, 4 months ago
- cb9879b bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) by Mark Shannon · 4 years, 4 months ago
- 8e836bb bpo-41195: Add getter for Openssl security level (GH-21282) by matthewhughes934 · 4 years, 4 months ago
- 38d3864 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) by Terry Jan Reedy · 4 years, 4 months ago
- 0275e04 Fix trivial typo in the PEG string parser (GH-21508) by Eric V. Smith · 4 years, 4 months ago
- 2ad7e9c Fix possibly-unitialized warning in string_parser.c. (GH-21503) by Benjamin Peterson · 4 years, 4 months ago
- 5e5c0f9 Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500) by Christopher Yeh · 4 years, 4 months ago
- d4d127f bpo-31844: Move whatsnew note to 3.10.rst (GH-21504) by Berker Peksag · 4 years, 4 months ago
- e34bbfd bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562) by Berker Peksag · 4 years, 4 months ago
- 936a660 bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) by Steve Dower · 4 years, 4 months ago
- af4eda4 bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686) by Zackery Spytz · 4 years, 4 months ago
- 0108b2a Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478) by Benjamin Peterson · 4 years, 4 months ago
- ea62a4b Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477) by Benjamin Peterson · 4 years, 4 months ago
- 015efdb bpo-41302: Fix build with system libmpdec (GH-21481) by Felix Yan · 4 years, 4 months ago