summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-38787: C API for module state access from extension methods (PEP 573) (GH...Petr Viktorin2020-05-0719-51/+797
* bpo-40334: Error message for invalid default args in function call (GH-19973)Lysandros Nikolaou2020-05-074-159/+222
* bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)Lysandros Nikolaou2020-05-076-28/+34
* bpo-1635741: Port errno module to multiphase initialization (GH-19923)Dong-hee Na2020-05-072-310/+336
* bpo-40397: Refactor typing._GenericAlias (GH-19719)Serhiy Storchaka2020-05-071-191/+198
* bpo-40334: Generate comments in the parser code to improve debugging (GH-19966)Pablo Galindo2020-05-062-1074/+1088
* bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964)Pablo Galindo2020-05-063-7/+79
* Fix typo in sqlite3 documentation (GH-19965)Naglis2020-05-061-1/+1
* bpo-40334: Add type to the assignment rule in the grammar file (GH-19963)Lysandros Nikolaou2020-05-062-5/+5
* bpo-40521: Disable list free list in subinterpreters (GH-19959)Victor Stinner2020-05-061-1/+8
* bpo-40533: Disable GC in subinterpreters (GH-19961)Victor Stinner2020-05-061-0/+8
* bpo-40521: Disable method cache in subinterpreters (GH-19960)Victor Stinner2020-05-061-3/+19
* bpo-40528: Improve and clear several aspects of the ASDL definition code for ...Batuhan Taskaya2020-05-066-101/+75
* bpo-40527: Fix command line argument parsing (GH-19955)Victor Stinner2020-05-063-7/+29
* Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...Raymond Hettinger2020-05-063-54/+2
* bpo-40517: Implement syntax highlighting support for ASDL (#19928)Batuhan Taskaya2020-05-063-2/+54
* bpo-40480 "fnmatch" exponential execution time (GH-19908)Tim Peters2020-05-063-7/+71
* bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objec...Pablo Galindo2020-05-053-1/+40
* bpo-40504: Allow weakrefs to lru_cache objects (GH-19938)Dennis Sweeney2020-05-053-1/+38
* bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...Curtis Bucher2020-05-053-4/+15
* bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944)Victor Stinner2020-05-051-0/+15
* bpo-40513: Per-interpreter GIL (GH-19943)Victor Stinner2020-05-056-5/+82
* bpo-40513: new_interpreter() init GIL earlier (GH-19942)Victor Stinner2020-05-051-4/+4
* bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)Victor Stinner2020-05-053-2/+48
* bpo-40521: Disable free lists in subinterpreters (GH-19937)Victor Stinner2020-05-053-80/+162
* bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...Steve Dower2020-05-053-0/+3
* bpo-40521: Disable Unicode caches in isolated subinterpreters (GH-19933)Victor Stinner2020-05-052-15/+79
* Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)Victor Stinner2020-05-054-32/+42
* bpo-40520: Remove redundant comment in pydebug.h (GH-19931)Hai Shi2020-05-051-2/+0
* bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902)Victor Stinner2020-05-054-24/+45
* bpo-40513: Per-interpreter recursion_limit (GH-19929)Victor Stinner2020-05-054-22/+28
* bpo-32117: Updated Simpsons names in docs (GH-19737)Javier Buzzi2020-05-051-2/+2
* bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)Victor Stinner2020-05-055-0/+60
* bpo-40513: Per-interpreter gil_drop_request (GH-19927)Victor Stinner2020-05-054-47/+45
* bpo-40513: Per-interpreter signals pending (GH-19924)Victor Stinner2020-05-053-7/+7
* bpo-40286: Put methods in correct sections. Add security notice to use secret...Raymond Hettinger2020-05-051-10/+15
* bpo-40459: Fix NameError in platform.py (GH-19855)Dennis Sweeney2020-05-052-3/+4
* bpo-1635741: Port syslog module to multiphase initialization (GH-19907)Dong-hee Na2020-05-052-59/+64
* bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)Joel Rosdahl2020-05-043-0/+4
* bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-...Joannah Nanjekye2020-05-041-0/+1
* bpo-40360: Add a What's New entry for lib2to3 pending deprecation (GH-19898)Miro HronĨok2020-05-041-0/+10
* bpo-40275: test.support imports lazily locale import (GH-19761)Hai Shi2020-05-041-1/+1
* bpo-40489: Add test case for dict contain use after free (GH-19906)Dong-hee Na2020-05-041-0/+13
* bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)Hai Shi2020-05-041-1/+3
* bpo-40455: Remove gcc10 warning about x_digits (#19852)Dong-hee Na2020-05-041-4/+3
* bpo-39573: Use Py_IS_TYPE to check for types (GH-19882)Hai Shi2020-05-042-3/+3
* bpo-40246: Revert reporting of invalid string prefixes (GH-19888)Lysandros Nikolaou2020-05-046-12/+2
* bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)Lysandros Nikolaou2020-05-045-210/+472
* bpo-40491: Fix typo in syntax error for numeric literals (GH-19893)Shantanu2020-05-041-1/+1
* bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836)Serhiy Storchaka2020-05-043-26/+140