summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tweak blurb per Victor's requestfix-cf-feature-versionGuido van Rossum2020-06-211-1/+1
* Add test by Stefan BehnelGuido van Rossum2020-06-212-1/+24
* Add blurbGuido van Rossum2020-06-201-0/+3
* Only use cf_feature_version if PyCF_ONLY_AST in cf_flagsfix-cf-feature-versiobGuido van Rossum2020-06-201-2/+3
* 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-201-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-203-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-196-1454/+1849
* Update CODEOWNERS to account for the new parser location (GH-20971)Pablo Galindo2020-06-181-3/+3
* bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)Serhiy Storchaka2020-06-185-47/+175
* bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)Bar Harel2020-06-184-9/+57
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)Victor Stinner2020-06-189-12/+48
* bpo-41006: What's New: less => fewer modules (GH-20955)Victor Stinner2020-06-181-1/+1
* bpo-41006: Remove init_sys_streams() hack (GH-20954)Victor Stinner2020-06-182-13/+2
* bpo-41006: Document the runpy optimization (GH-20953)Victor Stinner2020-06-171-0/+5
* bpo-41006: importlib.util no longer imports typing (GH-20938)Victor Stinner2020-06-174-51/+55
* bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937)stratakis2020-06-171-1/+1
* bpo-41006: pkgutil imports lazily re (GH-20939)Victor Stinner2020-06-171-4/+10
* bpo-41006: collections imports lazily heap (GH-20940)Victor Stinner2020-06-171-2/+4
* bpo-41009: fix requires_OS_version() class decorator (GH-20942)Christian Heimes2020-06-172-20/+21
* bpo-41003: Fix test_copyreg when numpy is installed (GH-20935)Victor Stinner2020-06-174-12/+29
* bpo-36346: Make unicodeobject.h C89 compatible (GH-20934)Inada Naoki2020-06-171-1/+2
* bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931)Victor Stinner2020-06-171-14/+34
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-176-23/+75
* bpo-32604: Clean up test.support.interpreters. (gh-20926)Eric Snow2020-06-163-204/+413
* bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920)Dong-hee Na2020-06-173-197/+281
* bpo-40958: Avoid buffer overflow in the parser when indexing the current line...Pablo Galindo2020-06-163-13/+13
* bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915)Victor Stinner2020-06-162-4/+6
* bpo-40993: Don't run Travis CI coverage on PRs (GH-20916)Victor Stinner2020-06-161-0/+12
* Remove old comment in string_parser.c (GH-20906)Pablo Galindo2020-06-161-5/+0
* bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)Zackery Spytz2020-06-162-0/+22
* bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20...Lysandros Nikolaou2020-06-163-4/+13
* closes bpo-28557: error message for bad raw readinto (GH-7496)David Szotten2020-06-154-0/+27
* bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)Victor Stinner2020-06-1617-117/+113
* bpo-36020: Require vsnprintf() to build Python (GH-20899)Victor Stinner2020-06-164-44/+14
* bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)Victor Stinner2020-06-156-31/+26
* bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)Xavier Fernandez2020-06-156-7/+8