Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.7
/
Modules
tag
33f84925eae3f080a2e44a2edf6ac4ea73d3783d
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Dec 21 16:26:31 2020
object
6503f05dd59e26a9986bdea097b3da9b3546f45b
Python 3.8.7
4f65907
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) (GH-23389)
by Miss Islington (bot)
· 4 years, 8 months ago
7c79798
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
by Brandt Bucher
· 4 years, 8 months ago
97136d7
bpo-40791: Make compare_digest more constant-time. (GH-20444)
by Miss Islington (bot)
· 4 years, 9 months ago
a702bd4
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (GH-23349)
by Victor Stinner
· 4 years, 9 months ago
f37628e
[3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246)
by Jakub Stasiak
· 4 years, 9 months ago
a12f459
[3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145)
by Jakub Kulík
· 4 years, 10 months ago
a053a7e
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
by Miss Skeleton (bot)
· 4 years, 10 months ago
8e980ec
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
by Miss Skeleton (bot)
· 4 years, 10 months ago
4cde523
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
by Miss Skeleton (bot)
· 4 years, 10 months ago
6e998fa
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
by Miss Skeleton (bot)
· 4 years, 10 months ago
aeb66c1
bpo-41984: GC track all user classes (GH-22701/GH-22707)
by Miss Skeleton (bot)
· 4 years, 10 months ago
9aa34f1
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
by Miss Skeleton (bot)
· 4 years, 11 months ago
ae46229
[3.8] bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (GH-21956) (#22398)
by Thomas Grainger
· 5 years ago
ca2d99d
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
by Miss Islington (bot)
· 5 years ago
2434581
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772)
by Miss Islington (bot)
· 5 years ago
16eea45
[3.8] bpo-41302: Support system libmpdec 2.5 for Python 3.8 (GH-21488)
by Felix Yan
· 5 years ago
f8055fb
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686)
by Miss Islington (bot)
· 5 years ago
f56c75e
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
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
c8b599f
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
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
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
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
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
10bf6e4
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009)
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
6f7346b
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)
by Victor Stinner
· 5 years ago
9c0ff17
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
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
a285af7
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
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
560d643
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
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
a669443
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
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
0e4a5e9
[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
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
bfda4db
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583)
by Serhiy Storchaka
· 5 years ago
6b0ca0a
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
by Miss Islington (bot)
· 5 years ago
c496e29
closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506)
by Miss Islington (bot)
· 5 years ago
f35e7d3
closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)
by Miss Islington (bot)
· 5 years ago
6151148
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485)
by Miss Islington (bot)
· 5 years ago
2714c90
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
by Miss Islington (bot)
· 5 years ago
572ef74
bpo-39689: Do not use native packing for format "?" with standard size (GH-18969)
by Miss Islington (bot)
· 5 years ago
6a0ee60
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
by Miss Islington (bot)
· 5 years ago
af6fd1f
bpo-40014: Fix os.getgrouplist() (GH-19126)
by Miss Islington (bot)
· 5 years ago
21bee0b
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
by Miss Islington (bot)
· 5 years ago
687f592
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942)
by Miss Islington (bot)
· 5 years ago
9644702
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412)
by Miss Islington (bot)
· 5 years ago
e634a8a
[3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18989)
by Mark Dickinson
· 5 years ago
ab9c729
[3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863). (GH-18954)
by Serhiy Storchaka
· 5 years ago
97bbdb2
bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)
by Miss Islington (bot)
· 5 years ago
a7b8a96
[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered with exception raised. (GH-18656). (GH-18732)
by Serhiy Storchaka
· 5 years ago
5f2ade2
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
by Miss Islington (bot)
· 5 years ago
fec6681
[3.8] Explicitly initialize like the surrounding code (GH-18717)
by Stefan Krah
· 5 years ago
4d70124
[3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)
by Stefan Krah
· 5 years ago
b19f7ec
bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) (#18630)
by Miss Islington (bot)
· 5 years ago
b627102
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18584)
by Miss Islington (bot)
· 5 years ago
9c87fbe
Valgrind no longer supports --db-attach=yes. (GH-18568) (#18576)
by Miss Islington (bot)
· 5 years ago
0721f7a
Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18574)
by Miss Islington (bot)
· 5 years ago
471d2b9
Update runall.bat to the latest Windows build system. (GH-18571) (#18573)
by Miss Islington (bot)
· 5 years ago
a00b5be
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
by Steve Dower
· 6 years ago
669981b
closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497)
by Miss Islington (bot)
· 6 years ago
190433d
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
by Miss Islington (bot)
· 6 years ago
dc56f5f
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) (GH-18423)
by Miss Islington (bot)
· 6 years ago
3498ac5
bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824)
by Miss Islington (bot)
· 6 years ago
30e7693
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
by Miss Islington (bot)
· 6 years ago
1723687
[3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) (#18316)
by Antoine Pitrou
· 6 years ago
46735c7
bpo-39393: Misleading error message on dependent DLL resolution failure (GH-18093)
by Miss Islington (bot)
· 6 years ago
a46728a
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
by Miss Islington (bot)
· 6 years ago
993811f
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
by Miss Islington (bot)
· 6 years ago
eb9ba2f
bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17964)
by Miss Islington (bot)
· 6 years ago
45e5750
closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind. (GH-17908)
by Miss Islington (bot)
· 6 years ago
aa3efea
bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-17811)
by Miss Islington (bot)
· 6 years ago
9d3cacd
[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499)
by Miss Islington (bot)
· 6 years ago
ce0a2a8
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484)
by Miss Islington (bot)
· 6 years ago
836cf31
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
by Miss Islington (bot)
· 6 years ago
f4a21d3
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
by Miss Islington (bot)
· 6 years ago
68669ef
bpo-38634: Allow non-apple build to cope with libedit (GH-16986)
by Miss Islington (bot)
· 6 years ago
84c36c1
bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338)
by Victor Stinner
· 6 years ago
daf7a08
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
by Miss Islington (bot)
· 6 years ago
a5ed2fe
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
by Miss Islington (bot)
· 6 years ago
bec7015
bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243)
by Miss Islington (bot)
· 6 years ago
47db743
bpo-38622: Add missing audit events for ctypes module (GH-17158)
by Miss Islington (bot)
· 6 years ago
42a4359
bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)
by Miss Islington (bot)
· 6 years ago
bef2815
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17223)
by Miss Islington (bot)
· 6 years ago
1fe79a4
bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198)
by Miss Islington (bot)
· 6 years ago
48f4f75
bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195)
by Miss Islington (bot)
· 6 years ago
25ce77d
bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039)
by Miss Islington (bot)
· 6 years ago
694c03f
bpo-38785: Prevent asyncio from crashing (GH-17144)
by Miss Islington (bot)
· 6 years ago
9788f97
[3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17136)
by Benjamin Peterson
· 6 years ago
7c20888
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (GH-17043)
by Miss Islington (bot)
· 6 years ago
9528997
[3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016)
by Vinay Sajip
· 6 years ago
5fb8142
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
by Miss Islington (bot)
· 6 years ago
Next »