Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.4rc1
tag
0ec33fde4b45767bdf50a032ddc53a0149c1609a
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jun 29 22:36:38 2020
object
6c38841c08edd6b0727903ec3f1acd10dc9766f6
Python 3.8.4rc1
6c38841
Python 3.8.4rc1
by Łukasz Langa
· 5 years ago
v3.8.4rc1
dc8ce8e
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033)
by Miss Islington (bot)
· 5 years ago
7731139
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
by Miss Islington (bot)
· 5 years ago
12bb0b6
Update ssl.rst
by Miss Islington (bot)
· 5 years ago
ea16430
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
by Miss Islington (bot)
· 5 years ago
cb53b8c
[3.8] bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177) (GH-21200)
by Serhiy Storchaka
· 5 years ago
86ef6fe
bpo-41144: Fix IDLE open module error (GH-21182)
by Miss Islington (bot)
· 5 years ago
e653369
[3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21023)
by Guido van Rossum
· 5 years ago
749d3bc
[3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21184)
by Lysandros Nikolaou
· 5 years ago
027bba2
bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)
by Miss Islington (bot)
· 5 years ago
c4a53e4
BPO-41100: Support macOS 11 when building (GH-21113)
by Miss Islington (bot)
· 5 years ago
8075fe1
[3.8] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20948)
by Christian Heimes
· 5 years ago
f547d06
bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)
by Miss Islington (bot)
· 5 years ago
7318f0a
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147)
by Ned Deily
· 5 years ago
84f9c23
bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
by Miss Islington (bot)
· 5 years ago
4564ebb
bpo-39580: add check for CLI installation on macOS (GH-20271)
by Miss Islington (bot)
· 5 years ago
8127dab
Forward port macOS installer updates from 3.7 (GH-21132) (GH-21137)
by Ned Deily
· 5 years ago
3f4de44
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
by Miss Islington (bot)
· 5 years ago
ec05a7f
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
by Miss Islington (bot)
· 5 years ago
1dda40c
bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
by Miss Islington (bot)
· 5 years ago
1813d31
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
by Miss Islington (bot)
· 5 years ago
fb4a624
bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)
by Miss Islington (bot)
· 5 years ago
adf8708
bpo-41005: Fixed perrmission error (GH-20936) (GH-21052)
by Miss Islington (bot)
· 5 years ago
0029099
Fix typo in dataclasses module (GH-21109) (#21111)
by Miss Islington (bot)
· 5 years ago
4f5dde4
bpo-40707: Document that Popen.communicate sets the returncode attribute (GH-20283)
by Miss Islington (bot)
· 5 years ago
60cbdc8
[3.8] bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) (GH-21098)
by Anthony Sottile
· 5 years ago
6eab52f
bpo-39699: Remove accidentally committed test change (GH-21089)
by Ammar Askar
· 5 years ago
c6e24e7
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
by Miss Islington (bot)
· 5 years ago
56d25ad
Improve asyncio.loop.call_soon() documentation (GH-20883)
by Miss Islington (bot)
· 5 years ago
d7f37d1
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
by Miss Islington (bot)
· 5 years ago
b99824a
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
by Miss Islington (bot)
· 5 years ago
d5ee9b9
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
by Miss Islington (bot)
· 5 years ago
1419559
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
by Miss Islington (bot)
· 5 years ago
10bf6e4
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009)
by Miss Islington (bot)
· 5 years ago
a4c0956
Add link to .pypirc specification (GH-20680) (#21019)
by Miss Islington (bot)
· 5 years ago
80651ab
bpo-41040: Fix test_modulefinder. (GH-20991)
by Miss Islington (bot)
· 5 years ago
ec9bc2d
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)
by Miss Islington (bot)
· 5 years ago
4dd10ed
Improve readability of `formataddr` docstring (GH-20963)
by Miss Islington (bot)
· 5 years ago
e805618
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) (GH-20966)
by Victor Stinner
· 5 years ago
3d974b2
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH-20946)
by Victor Stinner
· 5 years ago
071bed8
bpo-40993: Don't run Travis CI coverage on PRs (GH-20916)
by Miss Islington (bot)
· 5 years ago
e63cc2f
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)
by Ned Deily
· 5 years ago
a1d3be4
bpo-40448: ensurepip: Do not use cache (GH-19812)
by Miss Islington (bot)
· 5 years ago
c72b7f7
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
by Miss Islington (bot)
· 5 years ago
811e040
bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863)
by Miss Islington (bot)
· 5 years ago
f8c05bb
[3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20860)
by Miss Islington (bot)
· 5 years ago
a8936fa
bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)
by Miss Islington (bot)
· 5 years ago
26db10a
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
by Miss Islington (bot)
· 5 years ago
7e57c36
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
by Steve Dower
· 5 years ago
adce133
bpo-40964: disable remote IMAP tests (GH-20836)
by Christian Heimes
· 5 years ago
a3d6d23
bpo-40626: Support HDF5 in mimetypes (GH-20042)
by Miss Islington (bot)
· 5 years ago
3e499cd
bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816)
by Miss Islington (bot)
· 5 years ago
5b8e3a5
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
by Miss Islington (bot)
· 5 years ago
972aba8
[3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-20687) (GH-20792)
by Antoine Pitrou
· 5 years ago
c7a6c7b
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) (GH-20787)
by Victor Stinner
· 5 years ago
663836e
[3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771)
by Miss Islington (bot)
· 5 years ago
0f5a28f
[3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions (GH-20747)
by Stefan Krah
· 5 years ago
32c1fb0
[3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-20745)
by Stefan Krah
· 5 years ago
706de4e
[3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743)
by Stefan Krah
· 5 years ago
14073c5
bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (GH-20738)
by Miss Islington (bot)
· 5 years ago
30513b6
bpo-40861: Enable optimizations when building liblzma (GH-20724)
by Miss Islington (bot)
· 5 years ago
12dfbae
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
by Miss Islington (bot)
· 5 years ago
264e4fd
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
by Miss Islington (bot)
· 5 years ago
83a9ba4
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
by Miss Islington (bot)
· 5 years ago
f7ed4d4
bpo-40614: Respect feature version for f-string debug expressions (GH-20196) (GH-20466)
by Shantanu
· 5 years ago
c067183
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
by Miss Islington (bot)
· 5 years ago
a5d6aba
[3.8] bpo-40807: Backport test_codeop change [GH-19670]
by Terry Jan Reedy
· 5 years ago
c935b33
Fix spacing in docs for tarfile (GH-20629)
by Miss Islington (bot)
· 5 years ago
6f7346b
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)
by Victor Stinner
· 5 years ago
5b8787e
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
by Miss Islington (bot)
· 5 years ago
139f1ba
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
by Miss Islington (bot)
· 5 years ago
d0dc369
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
by Miss Islington (bot)
· 5 years ago
9c0ff17
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
by Miss Islington (bot)
· 5 years ago
ba1c2c8
bpo-40798: Generate a different message for already removed elements (GH-20483)
by Miss Islington (bot)
· 5 years ago
ef2f9ac
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
by Miss Islington (bot)
· 5 years ago
3dcccd1
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
by Miss Islington (bot)
· 5 years ago
00a240b
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
by Miss Islington (bot)
· 5 years ago
b86636b
[3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092)
by Andrew Kuchling
· 5 years ago
6381ee0
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
by Miss Islington (bot)
· 5 years ago
f89d7bc
Note the output ordering of combinatoric functions (GH-19732) (GH-20502)
by Miss Islington (bot)
· 5 years ago
c0c5db5
Improve IO tutorial's "Old string formatting" section (GH-16251)
by Miss Islington (bot)
· 5 years ago
45ce0db
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
by Miss Islington (bot)
· 5 years ago
b5ecbf0
bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)
by Miss Islington (bot)
· 5 years ago
a285af7
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
by Miss Islington (bot)
· 5 years ago
75635c6
bpo-39073: validate Address parts to disallow CRLF (GH-19007)
by Miss Islington (bot)
· 5 years ago
5594c07
Clean up compatibility code in importlib fixtures (GH-19156) (#19543)
by Miss Islington (bot)
· 5 years ago
7c82528
Fix the link to ncurses patch download in macos installer build script (GH-20421)
by Miss Islington (bot)
· 5 years ago
285ff63
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
by Miss Islington (bot)
· 5 years ago
e3e800f
[3.8] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
by Tal Einat
· 5 years ago
5ff5edf
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419)
by Zackery Spytz
· 5 years ago
c2a177a
bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20415)
by Miss Islington (bot)
· 5 years ago
5c1d745
bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116)
by Miss Islington (bot)
· 5 years ago
b38bd88
bpo-40745: Fix typos in NewType docs (GH-20379)
by Miss Islington (bot)
· 5 years ago
1f2cc7c
closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403)
by Miss Islington (bot)
· 5 years ago
331b2df
bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)
by Miss Islington (bot)
· 5 years ago
907ee1f
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
by Miss Islington (bot)
· 5 years ago
1ae0fd8
[3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355)
by Terry Jan Reedy
· 5 years ago
a64df48
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
by Miss Islington (bot)
· 5 years ago
2fecb48
bpo-40405: Fix asyncio.as_completed docs (GH-19753)
by Miss Islington (bot)
· 5 years ago
dc32391
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
by Miss Islington (bot)
· 5 years ago
Next »