summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-41054: Simplify resource compilation on Windows (GH-21004)Nikita Nemkin2020-06-234-36/+3
* On path with known exact float, extract the double with the fast macro. (GH-2...Raymond Hettinger2020-06-231-5/+10
* bpo-41089: Filters and other issues in Visual Studio projects (GH-21070)Nikita Nemkin2020-06-2346-339/+1145
* bpo-40521: Empty frozenset is no longer a singleton (GH-21085)Raymond Hettinger2020-06-238-54/+8
* bpo-40521: Cleanup code of free lists (GH-21082)Victor Stinner2020-06-238-69/+110
* bpo-41065: Use zip-strict in zoneinfo (GH-21031)Ram Rachum2020-06-231-2/+1
* Call _PyWarnings_InitState() in subinterpreters (GH-21078)Victor Stinner2020-06-231-11/+9
* bpo-36710: Pass tstate explicitly in abstract.c (GH-21075)Victor Stinner2020-06-231-40/+61
* bpo-40521: Make bytes singletons per interpreter (GH-21074)Victor Stinner2020-06-2313-53/+96
* bpo-40521: Remove freelist from collections.deque() (GH-21073)Raymond Hettinger2020-06-232-21/+3
* bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)WildCard652020-06-232-1/+3
* bpo-40521: Make the empty frozenset per interpreter (GH-21068)Victor Stinner2020-06-235-19/+24
* bpo-40521: Make dict free lists per-interpreter (GH-20645)Victor Stinner2020-06-237-81/+98
* Small clean-ups for the random module (GH-21038)Raymond Hettinger2020-06-231-30/+27
* Improve asyncio.loop.call_soon() documentation (GH-20883)Roger Iyengar2020-06-233-3/+7
* bpo-41078: Fix bltinmodule.c with Py_TRACE_REFS (GH-21058)Victor Stinner2020-06-221-0/+1
* bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)Dong-hee Na2020-06-223-298/+465
* bpo-41078: Add pycore_list.h internal header file (GH-21057)Victor Stinner2020-06-228-4/+31
* bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)Victor Stinner2020-06-2217-52/+51
* bpo-41005: Fixed perrmission error (GH-20936)Krishna Chivukula2020-06-222-1/+2
* bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)Serhiy Storchaka2020-06-223-1/+8
* bpo-26407: Do not mask errors in csv. (GH-20536)Serhiy Storchaka2020-06-223-9/+30
* bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...Serhiy Storchaka2020-06-224-1/+21
* bpo-41061: Fix incorrect expressions in hashtable (GH-21028)Christian Heimes2020-06-223-4/+5
* bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)Gregory P. Smith2020-06-222-4/+3
* bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21...Gregory P. Smith2020-06-222-1/+2
* Skip tests to fix bot (GH-20777)Joannah Nanjekye2020-06-212-0/+4
* bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)Lysandros Nikolaou2020-06-218-79/+52
* bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)Dong-hee Na2020-06-214-1/+47
* bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)Serhiy Storchaka2020-06-218-157/+4
* bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)Serhiy Storchaka2020-06-213-14/+42
* bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-...Lysandros Nikolaou2020-06-214-26/+38
* bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)Gregory P. Smith2020-06-203-5/+5
* bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...Gregory P. Smith2020-06-202-6/+7
* bpo-40939: Remove the old parser (Part 2) (GH-21005)Lysandros Nikolaou2020-06-2024-3534/+5
* bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)Batuhan Taskaya2020-06-202-1/+15
* Add link to .pypirc specification (GH-20680)Brian Rutledge2020-06-201-0/+3
* bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)Lysandros Nikolaou2020-06-202-2/+2
* bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container fo...Vincent Férotin2020-06-201-0/+14
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-2024-31/+37
* bpo-41040: Fix test_modulefinder. (GH-20991)Serhiy Storchaka2020-06-191-1/+2
* bpo-40636: Documentation for zip-strict (#20961)Ram Rachum2020-06-192-44/+87
* bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)Victor Stinner2020-06-191-8/+9
* bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)Dong-hee Na2020-06-193-174/+240
* Improve blake2 comment for Victor (GH-20981)Christian Heimes2020-06-191-5/+7
* Improve readability of `formataddr` docstring (GH-20963)Jürgen Gmach2020-06-191-1/+1
* bpo-40636: PEP 618: add strict parameter to zip() (GH-20921)Guido van Rossum2020-06-193-8/+238
* bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)Victor Stinner2020-06-196-102/+87
* bpo-40334: Produce better error messages on invalid targets (GH-20106)Lysandros Nikolaou2020-06-186-1454/+1849
* Update CODEOWNERS to account for the new parser location (GH-20971)Pablo Galindo2020-06-181-3/+3