summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update susp-ignored.csvsuspciousTerry Jan Reedy2019-07-211-1/+1
* Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)Ned Deily2019-07-211-1/+1
* bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870)Ngalim Siregar2019-07-214-10/+22
* bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-...Raymond Hettinger2019-07-213-49/+56
* bpo-37476: Adding tests for asutf8 and asutf8andsize (GH-14531)Hai Shi2019-07-202-0/+72
* bpo-36546: Clean-up comments (GH-14857)Raymond Hettinger2019-07-191-9/+3
* bpo-37624: Document weight assumptions for random.choices() (GH-14855)Raymond Hettinger2019-07-191-1/+2
* bpo-37547: Fix a compiler warning in winconsoleio.c (GH-14785)Zackery Spytz2019-07-191-1/+1
* bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)aldwinaldwin2019-07-183-11/+15
* bpo-33610: IDLE's code-context always shows current context immediately (GH-1...Tal Einat2019-07-183-7/+22
* bpo-34443: Use __qualname__ instead of __name__ in enum exception messages. (...Walter Dörwald2019-07-183-10/+13
* Adjust builtins.zip() docstring to better communicate its signature (GH-14833)Sergey Fedoseev2019-07-181-1/+1
* bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.61...Paul Monson2019-07-183-1/+32
* bpo-36390: Gather IDLE Format menu functions into format.py (#14827)Terry Jan Reedy2019-07-176-116/+114
* bpo-34155: Dont parse domains containing @ (GH-13079)jpic2019-07-175-1/+37
* Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)Abhilash Raj2019-07-173-1/+7
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Abhilash Raj2019-07-173-0/+12
* bpo-36390: IDLE: Combine region formatting methods. (GH-12481)Cheryl Sabella2019-07-177-327/+589
* bpo-37543: optimize pymalloc (#14674)Inada Naoki2019-07-172-218/+227
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Tal Einat2019-07-175-99/+140
* Docs: Correct formatting of a multiline code block (GH-13806)Joseph Fox-Rabinovitz2019-07-171-2/+4
* bpo-27452: IDLE: Cleanup config.py code (GH-14577)Cheryl Sabella2019-07-163-39/+10
* Fix infinite loop in email folding logic (GH-12732)Paul Ganssle2019-07-164-6/+35
* bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)sgal2019-07-161-3/+1
* bpo-37352: Minor word-smithing for design.rst (GH #14730)Ilya Kamenshchikov2019-07-161-5/+5
* Replace backquote with command substitution in subprocess doc example (GH-13941)David Jones2019-07-162-7/+5
* bpo-37468: make install no longer install wininst-*.exe files (GH-14511)Victor Stinner2019-07-152-0/+5
* bpo-37284: Add note to sys.implementation doc (GH-14328)Giovanni Cappellotto2019-07-152-0/+5
* bpo-37500: Make sure dead code does not generate bytecode but also detect syn...Pablo Galindo2019-07-154-18/+174
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Pablo Galindo2019-07-148-164/+168
* bpo-37473: Don't import importlib ASAP in tests (GH-14661)Victor Stinner2019-07-143-15/+7
* bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444)Sergey Fedoseev2019-07-142-86/+58
* Clarify that plistlib's load and dump functions take a binary file object (GH...Collin Styles2019-07-141-3/+3
* bpo-37553: SendfileUsingSendTest tests timeout too short for Windows ARM32 (G...Paul Monson2019-07-141-1/+2
* Remove redundant docs of PyEval_EvalFrameEx (GH-14765)Hai Shi2019-07-141-6/+6
* bpo-37571: Remove extra space in ctypes docs (GH14764)Steve Dower2019-07-141-1/+1
* bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)Michele Angrisano2019-07-141-3/+8
* bpo-36261: Improve example of the preamble field in email docs (GH-14751)Carl Bordum Hansen2019-07-141-1/+1
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)Zac Hatfield-Dodds2019-07-135-1/+28
* Fix inconsequential typo in math.remainder algorithm comments. (#14746)Mark Dickinson2019-07-131-1/+1
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Sviatoslav Sydorenko2019-07-133-0/+5
* bpo-37358: Use vectorcall for functools.partial (GH-14284)Jeroen Demeyer2019-07-132-66/+99
* bpo-37548: Document range of atan, acos and asin (GH-14717)Giovanni Cappellotto2019-07-133-6/+13
* bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...Xtreak2019-07-133-2/+26
* bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)Minmin Gong2019-07-132-19/+2
* bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)Milan Oberkirch2019-07-131-1/+1
* Enable publish of Windows releases through Azure Pipelines (GH-14720)Steve Dower2019-07-136-17/+223
* Fix typo in re.escape documentation (GH-14722)Robert DiPietro2019-07-131-1/+1
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)gescheit2019-07-126-98/+66
* bpo-37521: No longer treat insertion into sys.modules as optional in importli...Brett Cannon2019-07-122-9/+14