summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-40626: Support HDF5 in mimetypes (GH-20042)Miss Islington (bot)2020-06-112-0/+2
* bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816)Miss Islington (bot)2020-06-113-1/+19
* bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)Miss Islington (bot)2020-06-112-1/+3
* [3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-2068...Antoine Pitrou2020-06-101-14/+0
* bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) ...Victor Stinner2020-06-104-45/+42
* [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771)Miss Islington (bot)2020-06-091-0/+3
* [3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions...Stefan Krah2020-06-093-245/+6
* [3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision ari...Stefan Krah2020-06-091-58/+8
* [3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743)Stefan Krah2020-06-091-2/+2
* bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (...Miss Islington (bot)2020-06-081-6/+7
* bpo-40861: Enable optimizations when building liblzma (GH-20724)Miss Islington (bot)2020-06-081-5/+2
* bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)Miss Islington (bot)2020-06-071-3/+47
* bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)Miss Islington (bot)2020-06-072-3/+4
* bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)Miss Islington (bot)2020-06-063-0/+31
* bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...Shantanu2020-06-063-0/+13
* bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)Miss Islington (bot)2020-06-063-9/+20
* [3.8] bpo-40807: Backport test_codeop change [GH-19670]Terry Jan Reedy2020-06-041-4/+4
* Fix spacing in docs for tarfile (GH-20629)Miss Islington (bot)2020-06-041-1/+1
* [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)Victor Stinner2020-06-035-43/+128
* bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)Miss Islington (bot)2020-06-032-1/+4
* Ensure correct version of Sphinx is used for Windows builds (GH-20582)Miss Islington (bot)2020-06-011-1/+1
* bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)Miss Islington (bot)2020-06-011-3/+1
* bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)Miss Islington (bot)2020-06-013-11/+48
* bpo-40798: Generate a different message for already removed elements (GH-20483)Miss Islington (bot)2020-05-302-2/+12
* closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)Miss Islington (bot)2020-05-291-5/+6
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Miss Islington (bot)2020-05-294-16/+52
* bpo-40784: Fix sqlite3 deterministic test (GH-20448)Miss Islington (bot)2020-05-291-9/+27
* [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...Andrew Kuchling2020-05-292-3/+5
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Miss Islington (bot)2020-05-293-0/+30
* Note the output ordering of combinatoric functions (GH-19732) (GH-20502)Miss Islington (bot)2020-05-281-9/+9
* Improve IO tutorial's "Old string formatting" section (GH-16251)Miss Islington (bot)2020-05-271-5/+5
* bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)Miss Islington (bot)2020-05-276-41/+79
* bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)Miss Islington (bot)2020-05-275-0/+21
* bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)Miss Islington (bot)2020-05-273-0/+31
* bpo-39073: validate Address parts to disallow CRLF (GH-19007)Miss Islington (bot)2020-05-273-0/+25
* Clean up compatibility code in importlib fixtures (GH-19156) (#19543)Miss Islington (bot)2020-05-271-16/+2
* Fix the link to ncurses patch download in macos installer build script (GH-20...Miss Islington (bot)2020-05-271-1/+1
* bpo-39244: multiprocessing return default start method first on macOS (GH-18625)Miss Islington (bot)2020-05-263-4/+9
* [3.8] bpo-38580: Document that select() accepts iterables, not just sequences...Tal Einat2020-05-263-8/+8
* [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (...Zackery Spytz2020-05-263-0/+13
* bpo-39301: State that floor division is used for right shift operations (GH-2...Miss Islington (bot)2020-05-261-4/+2
* bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116)Miss Islington (bot)2020-05-262-1/+3
* bpo-40745: Fix typos in NewType docs (GH-20379)Miss Islington (bot)2020-05-251-2/+2
* closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...Miss Islington (bot)2020-05-251-8/+8
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miss Islington (bot)2020-05-252-2/+2
* bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)Miss Islington (bot)2020-05-245-6/+66
* [3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355)Terry Jan Reedy2020-05-241-2/+18
* bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)Miss Islington (bot)2020-05-243-1/+4
* bpo-40405: Fix asyncio.as_completed docs (GH-19753)Miss Islington (bot)2020-05-231-5/+5
* bpo-40439: Update broken link in lexical analysis docs (GH-20184)Miss Islington (bot)2020-05-221-1/+1