summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)Miss Islington (bot)2020-06-111-0/+1
* bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)Miss Islington (bot)2020-06-081-0/+1
* bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)Miss Islington (bot)2020-06-061-0/+2
* bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...Shantanu2020-06-061-0/+1
* bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)Miss Islington (bot)2020-06-061-0/+2
* [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)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
* bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)Miss Islington (bot)2020-06-011-0/+2
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Miss Islington (bot)2020-05-291-0/+2
* [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...Andrew Kuchling2020-05-291-0/+2
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Miss Islington (bot)2020-05-291-0/+2
* bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)Miss Islington (bot)2020-05-271-0/+4
* bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)Miss Islington (bot)2020-05-272-0/+2
* bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)Miss Islington (bot)2020-05-271-0/+1
* bpo-39073: validate Address parts to disallow CRLF (GH-19007)Miss Islington (bot)2020-05-271-0/+1
* bpo-39244: multiprocessing return default start method first on macOS (GH-18625)Miss Islington (bot)2020-05-261-0/+2
* [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...Zackery Spytz2020-05-261-0/+2
* bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116)Miss Islington (bot)2020-05-261-0/+1
* bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)Miss Islington (bot)2020-05-241-0/+2
* bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)Miss Islington (bot)2020-05-241-0/+1
* [3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....Batuhan Taskaya2020-05-221-0/+2
* bpo-39631: Adds NEWS entry (GH-20227)Miss Islington (bot)2020-05-191-0/+2
* bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)Miss Islington (bot)2020-05-191-0/+1
* bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...Miss Islington (bot)2020-05-181-0/+1
* bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)Miss Islington (bot)2020-05-181-0/+1
* bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)Miss Islington (bot)2020-05-181-0/+3
* bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...Miss Islington (bot)2020-05-181-0/+1
* bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)Miss Islington (bot)2020-05-161-0/+1
* bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)Miss Islington (bot)2020-05-151-0/+3
* [3.8] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20119)Christian Heimes2020-05-151-0/+3
* bpo-40479: Test with latest OpenSSL versions (GH-20108)Miss Islington (bot)2020-05-151-0/+2
* bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)Miss Islington (bot)2020-05-151-0/+3
* Python 3.8.3v3.8.3Łukasz Langa2020-05-1312-16/+107
* bpo-40561: Add docstrings for webbrowser open functions (GH-19999)Miss Islington (bot)2020-05-111-0/+1
* [3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)Miss Islington (bot)2020-05-081-0/+1
* bpo-40527: Fix command line argument parsing (GH-19955)Miss Islington (bot)2020-05-061-0/+2
* [3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...Robert Rouhani2020-05-061-0/+1
* bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...Miss Islington (bot)2020-05-051-0/+2
* bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...Miss Islington (bot)2020-05-051-0/+1
* bpo-40459: Fix NameError in platform.py (GH-19855)Miss Islington (bot)2020-05-051-0/+1
* [3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720...Serhiy Storchaka2020-05-021-0/+2
* bpo-40412: Nullify inittab_copy during finalization (GH-19746)Miss Islington (bot)2020-05-011-0/+1
* [3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)Antoine Pitrou2020-05-012-0/+2
* [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...Pablo Galindo2020-05-011-0/+3
* Python 3.8.3rc1v3.8.3rc1Łukasz Langa2020-04-2988-178/+884
* bpo-40436: Fix code parsing gdb version (GH-19792)Miss Islington (bot)2020-04-291-0/+1
* [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-1660...Zachary Ware2020-04-271-0/+1
* gdbinit: Use proper define syntax (GH-19557)Miss Islington (bot)2020-04-231-1/+1
* bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)Miss Islington (bot)2020-04-221-0/+1
* bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)Victor Stinner2020-04-221-0/+2