Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.4
/
Misc
tag
5453e949e954b714b827a73b0d37eb2595e3066e
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Jul 13 12:12:08 2020
object
dfa645a65ec0788d98851130a217e029d1cc4e9b
Python 3.8.4
dfa645a
Python 3.8.4
by Łukasz Langa
· 5 years ago
v3.8.4
33672c0
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240)
by Miss Islington (bot)
· 5 years ago
3d1c06e
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
by Miss Islington (bot)
· 5 years ago
0b6169e
bpo-41247: asyncio.set_running_loop() cache running loop holder (#21406)
by Tony Solomonik
· 5 years ago
54babbe
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
by Miss Islington (bot)
· 5 years ago
c1c5034
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
by Miss Islington (bot)
· 5 years ago
c8b599f
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
by Miss Islington (bot)
· 5 years ago
41db8ff
bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)
by Miss Islington (bot)
· 5 years ago
aa7f775
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (GH-21352)
by Miss Islington (bot)
· 5 years ago
8912c18
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) (GH-21339)
by scoder
· 5 years ago
b9e288c
bpo-41162: Clear audit hooks later during finalization (GH-21222)
by Steve Dower
· 5 years ago
53d2b71
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
by Miss Islington (bot)
· 5 years ago
e738962
[3.8] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21277)
by Serhiy Storchaka
· 5 years ago
26d1d1d
Merge tag 'v3.8.4rc1' into 3.8
by Łukasz Langa
· 5 years ago
00fd04b
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
by Miss Islington (bot)
· 5 years ago
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
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
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
7318f0a
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147)
by Ned Deily
· 5 years ago
4564ebb
bpo-39580: add check for CLI installation on macOS (GH-20271)
by Miss Islington (bot)
· 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
1813d31
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
by Miss Islington (bot)
· 5 years ago
adf8708
bpo-41005: Fixed perrmission error (GH-20936) (GH-21052)
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
c6e24e7
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
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
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
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
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
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
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
9c0ff17
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
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
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
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
285ff63
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
by Miss Islington (bot)
· 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
5c1d745
bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116)
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
a64df48
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
by Miss Islington (bot)
· 5 years ago
a4d219b
[3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20191)
by Batuhan Taskaya
· 5 years ago
381ceea
bpo-39631: Adds NEWS entry (GH-20227)
by Miss Islington (bot)
· 5 years ago
560d643
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
by Miss Islington (bot)
· 5 years ago
ab9d953
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
by Miss Islington (bot)
· 5 years ago
ddd5bbd
bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)
by Miss Islington (bot)
· 5 years ago
94d9c5e
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
by Miss Islington (bot)
· 5 years ago
c1f1ddf
bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038) (gh-20084)
by Miss Islington (bot)
· 5 years ago
a669443
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
by Miss Islington (bot)
· 5 years ago
fcea080
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
by Miss Islington (bot)
· 5 years ago
387c744
[3.8] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20119)
by Christian Heimes
· 5 years ago
5a06cf0
bpo-40479: Test with latest OpenSSL versions (GH-20108)
by Miss Islington (bot)
· 5 years ago
4e6545b
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
by Miss Islington (bot)
· 5 years ago
6f8c832
Python 3.8.3
by Łukasz Langa
· 5 years ago
v3.8.3
a63c611
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
by Miss Islington (bot)
· 5 years ago
0e4a5e9
[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
by Miss Islington (bot)
· 5 years ago
bce4dda
bpo-40527: Fix command line argument parsing (GH-19955)
by Miss Islington (bot)
· 5 years ago
a32587a
[3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19934)
by Robert Rouhani
· 5 years ago
2a3b876
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868)
by Miss Islington (bot)
· 5 years ago
a6a116c
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845)
by Miss Islington (bot)
· 5 years ago
efc782d
bpo-40459: Fix NameError in platform.py (GH-19855)
by Miss Islington (bot)
· 5 years ago
a629d4c
[3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) (GH-19857)
by Serhiy Storchaka
· 5 years ago
1205afb
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
by Miss Islington (bot)
· 5 years ago
e058280
[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)
by Antoine Pitrou
· 5 years ago
5055c27
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (GH-19835)
by Pablo Galindo
· 5 years ago
802eb67
Python 3.8.3rc1
by Łukasz Langa
· 5 years ago
v3.8.3rc1
d9e9049
bpo-40436: Fix code parsing gdb version (GH-19792)
by Miss Islington (bot)
· 5 years ago
ca5649c
[3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727)
by Zachary Ware
· 5 years ago
714aa83
gdbinit: Use proper define syntax (GH-19557)
by Miss Islington (bot)
· 5 years ago
4a6da0b
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
by Miss Islington (bot)
· 5 years ago
b073509
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
by Victor Stinner
· 5 years ago
3a55450
bpo-38439: Add 256px IDLE icon (GH-17473)
by Miss Islington (bot)
· 5 years ago
9e51aab
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
by Miss Islington (bot)
· 5 years ago
Next »