summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)Miss Islington (bot)2020-06-211-0/+1
* bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...Miss Islington (bot)2020-06-211-0/+1
* [3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH...Dong-hee Na2020-06-211-0/+1
* [3.9] bpo-40939: Deprecate the PyParser_SimpleParse* functions (GH-21012)Lysandros Nikolaou2020-06-211-0/+1
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...Victor Stinner2020-06-181-0/+4
* bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)Inada Naoki2020-06-181-0/+4
* bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945)Victor Stinner2020-06-171-0/+3
* bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)Miss Islington (bot)2020-06-171-0/+2
* bpo-40958: Avoid buffer overflow in the parser when indexing the current line...Miss Islington (bot)2020-06-161-0/+2
* bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20...Miss Islington (bot)2020-06-161-0/+1
* bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)Miss Islington (bot)2020-06-151-0/+1
* bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)Miss Islington (bot)2020-06-151-0/+2
* bpo-40448: ensurepip: Do not use cache (GH-19812)Miss Islington (bot)2020-06-152-0/+3
* bpo-37556 Extend help to include latest overrides (GH-14701)Miss Islington (bot)2020-06-151-0/+1
* bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)Miss Islington (bot)2020-06-151-0/+1
* [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loade...Jason R. Coombs2020-06-141-0/+1
* bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862)Miss Islington (bot)2020-06-131-0/+2
* bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)Miss Islington (bot)2020-06-131-0/+1
* bpo-40834: Fix truncate when sending str object with channel (GH-20555)Miss Islington (bot)2020-06-131-0/+1
* bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)Miss Islington (bot)2020-06-121-0/+1
* bpo-40964: disable remote IMAP tests (GH-20836)Christian Heimes2020-06-121-0/+2
* bpo-40955: Fix memory leak in subprocess module (GH-20825)Miss Islington (bot)2020-06-121-0/+1
* bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813)Victor Stinner2020-06-111-0/+2
* bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)Miss Islington (bot)2020-06-111-0/+1
* bpo-40939: Generate keyword.py using the new parser (GH-20800)Miss Islington (bot)2020-06-111-0/+1
* bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)Miss Islington (bot)2020-06-111-0/+4
* bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789)Victor Stinner2020-06-101-0/+2
* bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set ...Miss Islington (bot)2020-06-101-0/+2
* bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...Miss Islington (bot)2020-06-101-0/+1
* Python 3.9.0b3v3.9.0b3Łukasz Langa2020-06-093-6/+20
* [3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files...Łukasz Langa2020-06-091-0/+4
* bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)Miss Islington (bot)2020-06-091-0/+2
* Python 3.9.0b2v3.9.0b2Łukasz Langa2020-06-0849-90/+485
* bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Victor Stinner2020-06-082-0/+3
* bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)Victor Stinner2020-06-081-0/+3
* bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...Miss Islington (bot)2020-06-081-0/+1
* bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)Miss Islington (bot)2020-06-081-0/+1
* bpo-39791 native hooks for importlib.resources.files (GH-20576)Miss Islington (bot)2020-06-081-0/+1
* bpo-40904: Fix segfault in the new parser with f-string containing yield stat...Miss Islington (bot)2020-06-081-0/+2
* bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)Miss Islington (bot)2020-06-071-0/+1
* bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)Miss Islington (bot)2020-06-061-0/+2
* bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666)Miss Islington (bot)2020-06-061-0/+2
* bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667)Miss Islington (bot)2020-06-061-0/+1
* bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-2065...Miss Islington (bot)2020-06-051-0/+1
* bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)Miss Islington (bot)2020-06-041-0/+2
* bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)Miss Islington (bot)2020-06-041-0/+1
* [3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)Victor Stinner2020-06-031-0/+2
* [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)Victor Stinner2020-06-031-0/+2
* bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)Miss Islington (bot)2020-06-031-0/+3
* [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)Huon Wilson2020-06-012-0/+3