summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH...Joannah Nanjekye2020-06-103-0/+720
* bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)Éric Araujo2020-06-101-0/+3
* Remove usesless function from csv module (GH-20762)Dong-hee Na2020-06-091-8/+2
* bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)Victor Stinner2020-06-094-3/+16
* Remove reference to 3.7 and 3.8 backports. (GH-20754)Stefan Krah2020-06-091-1/+0
* Minor improvement to the namedtuple implementation (GH-20741)Raymond Hettinger2020-06-081-1/+4
* bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658)Brett Cannon2020-06-081-6/+7
* bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)Victor Stinner2020-06-082-2/+2
* Add multicore support to deccheck.py. (GH-20731)Stefan Krah2020-06-081-21/+110
* Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20...Stefan Krah2020-06-082-5/+1
* bpo-40861: Enable optimizations when building liblzma (GH-20724)Steve Dower2020-06-081-5/+2
* bpo-40910: Export Py_GetArgcArgv() function (GH-20721)Victor Stinner2020-06-0810-22/+131
* bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Sandro Mani2020-06-0811-24/+82
* bpo-29882: Add _Py_popcount32() function (GH-20518)Victor Stinner2020-06-0811-39/+108
* bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)Shantanu2020-06-081-2/+11
* allow macOS installer builds to package pre-built html docs (GH-20715)Ned Deily2020-06-081-7/+33
* Deny eval() direct access to builtins (GH-20713)Raymond Hettinger2020-06-081-1/+2
* bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)Lysandros Nikolaou2020-06-081-3/+47
* bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)Ned Deily2020-06-082-3/+4
* bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...Pablo Galindo2020-06-085-237/+453
* bpo-39791 native hooks for importlib.resources.files (GH-20576)Jason R. Coombs2020-06-089-2359/+2118
* bpo-40904: Fix segfault in the new parser with f-string containing yield stat...Pablo Galindo2020-06-083-0/+7
* bpo-40887: Don't use finalized free lists (GH-20700)Victor Stinner2020-06-086-3/+88
* bpo-40881: Fix unicode_release_interned() (GH-20699)Victor Stinner2020-06-071-2/+2
* bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698)Victor Stinner2020-06-071-27/+17
* bpo-39791: Support file systems that cannot support non-ascii filenames (skip...Jason R. Coombs2020-06-072-2/+18
* bpo-40898: Remove redundant if statements in tp_traverse (GH-20692)Hai Shi2020-06-074-13/+5
* Fix return type of test helper function heapctypewithbuffer_releasebuffer() (...Rémi Lapeyre2020-06-071-1/+1
* Update comments to reflect the current API (GH-20682)Raymond Hettinger2020-06-061-4/+6
* bpo-40724: Support setting buffer slots from type specs (GH-20648)scoder2020-06-065-2/+60
* bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)Batuhan Taskaya2020-06-063-0/+31
* [workflow] Use gcc problem matcher for Ubuntu action build (GH-18567)Ammar Askar2020-06-062-0/+20
* Refactor scripts in Tools/peg_generator/scripts (GH-20401)Lysandros Nikolaou2020-06-067-144/+143
* bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666)Pablo Galindo2020-06-052-2/+4
* bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)Pablo Galindo2020-06-052-0/+3
* bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAct...Rémi Lapeyre2020-06-052-1/+8
* bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635)Erlend Egeberg Aasland2020-06-051-1/+0
* bpo-40876: Clarify error message in the csv module (GH-20653)Ram Rachum2020-06-052-1/+2
* bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)Jason R. Coombs2020-06-056-18/+84
* Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655)Stefan Krah2020-06-051-0/+2
* bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424)Furkan Önder2020-06-052-4/+6
* bpo-40874: Update to libmpdec-2.5.0 (GH-20652)Stefan Krah2020-06-0538-296/+502
* bpo-1635741: Port mmap module to multiphase initialization (GH-19459)Dong-hee Na2020-06-052-74/+81
* bpo-40521: Make context free list per-interpreter (GH-20644)Victor Stinner2020-06-057-28/+34