summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix trailing whitespace in keyword.py (GH-20881)Pablo Galindo2020-06-151-2/+2
* Include soft keywords in keyword.py (GH-20877)Pablo Galindo2020-06-153-5/+19
* bpo-40890: Fix compiler warning in dictobject.c (GH-20876)Pablo Galindo2020-06-151-3/+2
* Fixes dead links to Django's logging config docs (GH-20823)kevin seelbach2020-06-141-2/+2
* bpo-30064: Fix slow asyncio sock test (GH-20868)Fantix King2020-06-141-14/+20
* Some reformatting (suggested by Black) and minor factoring. (GH-20865)Raymond Hettinger2020-06-141-31/+29
* bpo-40855: Fix ignored mu and xbar parameters (GH-20835)Raymond Hettinger2020-06-133-2/+18
* bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)Zackery Spytz2020-06-131-1/+1
* Minor code clean-ups (GH-20838)Raymond Hettinger2020-06-131-89/+110
* bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)Christian Heimes2020-06-132-0/+2
* bpo-40834: Fix truncate when sending str object with channel (GH-20555)An Long2020-06-133-1/+5
* Remove redundant var in PyErr_NewException() (GH-20850)Hai Shi2020-06-131-2/+0
* bpo-37556 Extend help to include latest overrides (GH-14701)Steve (Gadget) Barnes2020-06-122-1/+11
* Minor change on threading.Thread.native_id documentation. (GH-18129)Antoine2020-06-121-5/+4
* bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-06-125-8/+9
* bpo-40964: disable remote IMAP tests (GH-20836)Christian Heimes2020-06-122-0/+5
* bpo-40890: Add `mapping` property to dict views (GH-20749)Dennis Sweeney2020-06-125-3/+58
* bpo-40955: Fix memory leak in subprocess module (GH-20825)Christian Heimes2020-06-122-0/+2
* Update lexical_analysis.rst (GH-17508)Géry Ogam2020-06-121-1/+1
* bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)native-api2020-06-124-0/+24
* bpo-40950: Port nis module to multiphase initialization (GH-20811)Dong-hee Na2020-06-122-45/+105
* bpo-40939: Clean and adapt the peg_generator directory after deleting the old...Pablo Galindo2020-06-126-304/+30
* Remove unnecessary grammar decorations and change header (GH-20819)Pablo Galindo2020-06-111-2/+1
* bpo-40626: Support HDF5 in mimetypes (GH-20042)MARK SCHWAB2020-06-112-0/+2
* bpo-29620: iterate over a copy of sys.modules (GH-4800)kernc2020-06-113-1/+19
* bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)Pablo Galindo2020-06-112-5/+1
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-1153-35928/+24397
* bpo-40275: Move TransientResource to test_urllib2net (GH-20812)Victor Stinner2020-06-114-48/+37
* bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)Lysandros Nikolaou2020-06-114-47/+10
* bpo-40275: Add warnings_helper submodule in test.support (GH-20797)Hai Shi2020-06-113-267/+288
* bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810)Victor Stinner2020-06-111-3/+4
* bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)Victor Stinner2020-06-114-13/+23
* bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)Victor Stinner2020-06-112-1/+3
* bpo-40939: Generate keyword.py using the new parser (GH-20800)Lysandros Nikolaou2020-06-116-9/+88
* bpo-40925: Remove unused stack macro SET_VALUE (GH-20783)Dong-hee Na2020-06-111-1/+0
* Collections module reformatting and minor code refactoring (GH-20772)Raymond Hettinger2020-06-111-91/+271
* bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)Lysandros Nikolaou2020-06-104-1/+27
* bpo-40275: Add import_helper submodule in test.support (GH-20794)Hai Shi2020-06-103-330/+359
* Restrict co_code to be under INT_MAX in codeobject (GH-20628)Ammar Askar2020-06-102-3/+11
* bpo-40895: Update weakref documentation to remove old warnings (GH-20687)Daniel Fortunov2020-06-101-16/+0
* bpo-39465: Use _PyInterpreterState_GET() (GH-20788)Victor Stinner2020-06-107-62/+55
* bpo-40927: Fix test_binhex when run twice (GH-20764)Victor Stinner2020-06-102-1/+3
* _PyPreConfig_Read() decodes argv at each iteration (GH-20786)Victor Stinner2020-06-101-9/+11
* bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)Victor Stinner2020-06-106-49/+81
* bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781)Victor Stinner2020-06-1011-101/+89
* bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set ...scoder2020-06-102-15/+22
* bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...Serhiy Storchaka2020-06-105-5/+21
* Raise specialised syntax error for invalid lambda parameters (GH-20776)Pablo Galindo2020-06-103-426/+732
* bpo-40275: Add os_helper submodule in test.support (GH-20765)Hai Shi2020-06-103-758/+813
* bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)Dennis Sweeney2020-06-103-0/+101