]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-06-22  Gregory P.... bpo-41056: Fix a possible MemoryError leak within zonei...
2020-06-22  Gregory P.... bpo-41056: Fix reference to deallocated stack in pathco...
2020-06-21  Joannah NanjekyeSkip tests to fix bot (GH-20777)
2020-06-21  Lysandros Nikolaoubpo-40939: Rename PyPegen* functions to PyParser* ...
2020-06-21  Dong-hee Nabpo-41052: Opt out serialization/deserialization for...
2020-06-21  Serhiy Storchakabpo-41055: Remove outdated tests for the tp_print slot...
2020-06-21  Serhiy Storchakabpo-41058: Use source file encoding in pdb.find_functio...
2020-06-21  Lysandros Nikolaoubpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARG...
2020-06-20  Gregory P.... bpo-41056: Use the fildes converter for fd to please...
2020-06-20  Gregory P.... bpo-41056: Fix a NULL pointer dereference on MemoryErro...
2020-06-20  Lysandros Nikolaoubpo-40939: Remove the old parser (Part 2) (GH-21005)
2020-06-20  Batuhan Taskayabpo-41044: Generate valid PEG python parsers for opt...
2020-06-20  Brian RutledgeAdd link to .pypirc specification (GH-20680)
2020-06-20  Lysandros Nikolaoubpo-40958: Avoid 'possible loss of data' warning on...
2020-06-20  Vincent Férotinbpo-41024: doc: Explicitly mention use of 'enum.Enum...
2020-06-20  Serhiy Storchakabpo-41043: Escape literal part of the path for glob...
2020-06-19  Serhiy Storchakabpo-41040: Fix test_modulefinder. (GH-20991)
2020-06-19  Ram Rachumbpo-40636: Documentation for zip-strict (#20961)
2020-06-19  Victor Stinnerbpo-38377: Fix skip_if_broken_multiprocessing_synchroni...
2020-06-19  Dong-hee Nabpo-40077: Convert _bz2 module to use PyType_FromSpec...
2020-06-19  Christian HeimesImprove blake2 comment for Victor (GH-20981)
2020-06-19  Jürgen GmachImprove readability of `formataddr` docstring (GH-20963)
2020-06-19  Guido van Rossumbpo-40636: PEP 618: add strict parameter to zip() ...
2020-06-19  Victor Stinnerbpo-40943: PY_SSIZE_T_CLEAN required for '#' formats...
2020-06-18  Lysandros Nikolaoubpo-40334: Produce better error messages on invalid...
2020-06-18  Pablo GalindoUpdate CODEOWNERS to account for the new parser locatio...
2020-06-18  Serhiy Storchakabpo-38144: Add the root_dir and dir_fd parameters in...
2020-06-18  Bar Harelbpo-40884: Added defaults parameter for logging.Formatt...
2020-06-18  Victor Stinnerbpo-38377: Add support.skip_if_broken_multiprocessing_s...
2020-06-17  Victor Stinnerbpo-41006: What's New: less => fewer modules (GH-20955)
2020-06-17  Victor Stinnerbpo-41006: Remove init_sys_streams() hack (GH-20954)
2020-06-17  Victor Stinnerbpo-41006: Document the runpy optimization (GH-20953)
2020-06-17  Victor Stinnerbpo-41006: importlib.util no longer imports typing...
2020-06-17  stratakisbpo-40637: Do not emit warnings for disabled builtin...
2020-06-17  Victor Stinnerbpo-41006: pkgutil imports lazily re (GH-20939)
2020-06-17  Victor Stinnerbpo-41006: collections imports lazily heap (GH-20940)
2020-06-17  Christian Heimesbpo-41009: fix requires_OS_version() class decorator...
2020-06-17  Victor Stinnerbpo-41003: Fix test_copyreg when numpy is installed...
2020-06-17  Inada Naokibpo-36346: Make unicodeobject.h C89 compatible (GH...
2020-06-17  Victor Stinnerbpo-35059: Enhance _PyObject_GC_TRACK() macros (GH...
2020-06-17  Inada Naokibpo-36346: Add Py_DEPRECATED to deprecated unicode...
2020-06-17  Eric Snowbpo-32604: Clean up test.support.interpreters. (gh...
2020-06-16  Dong-hee Nabpo-1635741: Port _gdbm module to multiphase initializa...
2020-06-16  Pablo Galindobpo-40958: Avoid buffer overflow in the parser when...
2020-06-16  Victor Stinnerbpo-40989: Make _PyTraceMalloc_NewReference() internal...
2020-06-16  Victor Stinnerbpo-40993: Don't run Travis CI coverage on PRs (GH...
2020-06-16  Pablo GalindoRemove old comment in string_parser.c (GH-20906)
2020-06-16  Zackery Spytzbpo-19569: Add a macro to suppress deprecation warnings...
2020-06-16  Lysandros Nikolaoubpo-40985: Show correct SyntaxError text when last...
2020-06-15  David Szottencloses bpo-28557: error message for bad raw readinto...
2020-06-15  Victor Stinnerbpo-40989: PyObject_INIT() becomes an alias to PyObject...
2020-06-15  Victor Stinnerbpo-36020: Require vsnprintf() to build Python (GH...
2020-06-15  Victor Stinnerbpo-36020: Remove snprintf macro in pyerrors.h (GH...
2020-06-15  Xavier Fernandezbpo-38488: Upgrade bundled versions of pip & setuptools...
2020-06-15  Krzysztof Konopkobpo-40448: ensurepip: Do not use cache (GH-19812)
2020-06-15  Dong-hee Nabpo-1635741: Port _dbm module to multiphase initializat...
2020-06-15  rogerbpo-34226: fix cgi.parse_multipart without content_leng...
2020-06-15  Victor Stinnerbpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)
2020-06-15  Pablo GalindoImprove readability and style in parser files (GH-20884)
2020-06-15  Niklas Fiekasbpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
2020-06-15  Rémi Lapeyrebpo-40836: Add docstring to logging.fatal() and logging...
2020-06-15  Pablo GalindoFix trailing whitespace in keyword.py (GH-20881)
2020-06-15  Pablo GalindoInclude soft keywords in keyword.py (GH-20877)
2020-06-15  Pablo Galindobpo-40890: Fix compiler warning in dictobject.c (GH...
2020-06-14  kevin seelbachFixes dead links to Django's logging config docs (GH...
2020-06-14  Fantix Kingbpo-30064: Fix slow asyncio sock test (GH-20868)
2020-06-14  Raymond HettingerSome reformatting (suggested by Black) and minor factor...
2020-06-13  Raymond Hettingerbpo-40855: Fix ignored mu and xbar parameters (GH-20835)
2020-06-13  Zackery Spytzbpo-37674: Tweak imp module deprecation note in the...
2020-06-13  Raymond HettingerMinor code clean-ups (GH-20838)
2020-06-13  Christian Heimesbpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
2020-06-13  An Longbpo-40834: Fix truncate when sending str object with...
2020-06-13  Hai ShiRemove redundant var in PyErr_NewException() (GH-20850)
2020-06-12  Steve (Gadget... bpo-37556 Extend help to include latest overrides ...
2020-06-12  AntoineMinor change on threading.Thread.native_id documentatio...
2020-06-12  Srinivas Reddy... bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
2020-06-12  Christian Heimesbpo-40964: disable remote IMAP tests (GH-20836)
2020-06-12  Dennis Sweeneybpo-40890: Add `mapping` property to dict views (GH...
2020-06-12  Christian Heimesbpo-40955: Fix memory leak in subprocess module (GH...
2020-06-12  Géry OgamUpdate lexical_analysis.rst (GH-17508)
2020-06-12  native-apibpo-33944: site: Add site-packages tracing in verbose...
2020-06-12  Dong-hee Nabpo-40950: Port nis module to multiphase initialization...
2020-06-12  Pablo Galindobpo-40939: Clean and adapt the peg_generator directory...
2020-06-11  Pablo GalindoRemove unnecessary grammar decorations and change heade...
2020-06-11  MARK SCHWABbpo-40626: Support HDF5 in mimetypes (GH-20042)
2020-06-11  kerncbpo-29620: iterate over a copy of sys.modules (GH-4800)
2020-06-11  Pablo Galindobpo-40939: Remove some extra references to PYTHONOLDPAR...
2020-06-11  Pablo Galindobpo-40939: Remove the old parser (GH-20768)
2020-06-11  Victor Stinnerbpo-40275: Move TransientResource to test_urllib2net...
2020-06-11  Lysandros Nikolaoubpo-40939: Remove PEG parser easter egg (__new_parser__...
2020-06-11  Hai Shibpo-40275: Add warnings_helper submodule in test.suppor...
2020-06-11  Victor Stinnerbpo-40275: test.supports imports lazily fnmatch, glob...
2020-06-11  Victor Stinnerbpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
2020-06-11  Victor Stinnerbpo-34401: Fix test_gdb for HP GDB version string ...
2020-06-11  Lysandros Nikolaoubpo-40939: Generate keyword.py using the new parser...
2020-06-11  Dong-hee Nabpo-40925: Remove unused stack macro SET_VALUE (GH...
2020-06-11  Raymond HettingerCollections module reformatting and minor code refactor...
2020-06-10  Lysandros Nikolaoubpo-40847: Consider a line with only a LINECONT a blank...
2020-06-10  Hai Shibpo-40275: Add import_helper submodule in test.support...
2020-06-10  Ammar AskarRestrict co_code to be under INT_MAX in codeobject...
next