Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.2
tag
024a378a94da9299872e6a875e633b8e7d40070d
tagger
Łukasz Langa <lukasz@langa.pl>
Fri Feb 19 12:32:09 2021
object
1a79785e3e8fea80bcf6a800b45a04e06c787480
Python 3.9.2
1a79785
Python 3.9.2
by Łukasz Langa
· 4 years, 6 months ago
v3.9.2
1384887
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
by Miss Islington (bot)
· 4 years, 6 months ago
ec2385e
Remove all links to mingw.org (GH-24552)
by Miss Islington (bot)
· 4 years, 6 months ago
ebe20d9
bpo-43155: Add PyCMethod_New to PC/python3.def (GH-24500) (GH-24554)
by Zackery Spytz
· 4 years, 6 months ago
eba45a8
Post 3.9.2rc1
by Łukasz Langa
· 4 years, 6 months ago
4064156
Python 3.9.2rc1
by Łukasz Langa
· 4 years, 6 months ago
v3.9.2rc1
85fd9f4
bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)
by Miss Islington (bot)
· 4 years, 6 months ago
9cc70bc
[3.9] Minor improvements to the convolve() recipe (GH-24520)
by Pablo Galindo
· 4 years, 6 months ago
c9f0781
[3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)
by Senthil Kumaran
· 4 years, 6 months ago
242f6c9
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
by Miss Islington (bot)
· 4 years, 6 months ago
df2197f
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
by Miss Islington (bot)
· 4 years, 6 months ago
68d6bc7
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
by Miss Islington (bot)
· 4 years, 6 months ago
917eca7
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)
by Ken Jin
· 4 years, 6 months ago
863eb71
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
by Miss Islington (bot)
· 4 years, 6 months ago
39aeb9f
Simple typo fix (GH-24448)
by Miss Islington (bot)
· 4 years, 6 months ago
c8b4375
bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo (GH-24450) (GH-24457)
by Miss Islington (bot)
· 4 years, 6 months ago
b0b0181
bpo-35295: Remove outdated comment. (GH-24453)
by Miss Islington (bot)
· 4 years, 6 months ago
29584aa
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) (GH-24452)
by Miss Islington (bot)
· 4 years, 7 months ago
48d16b4
build(deps): bump actions/upload-artifact from v2.2.1 to v2.2.2 (GH-24411)
by Miss Islington (bot)
· 4 years, 7 months ago
0898dcb
bpo-42773: fix tests not being run on pushes (GH-24004)
by Miss Islington (bot)
· 4 years, 7 months ago
2603d77
Fix typo (GH-23019)
by Miss Islington (bot)
· 4 years, 7 months ago
12bfc59
bpo-43108: Fix a reference leak in the curses module (GH-24420)
by Miss Islington (bot)
· 4 years, 7 months ago
f02ef7a
bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) (GH-24427)
by Miss Islington (bot)
· 4 years, 7 months ago
3b94526
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
by Miss Islington (bot)
· 4 years, 7 months ago
0874491
bpo-41748: Handles unquoted attributes with commas (GH-24072)
by Miss Islington (bot)
· 4 years, 7 months ago
304f9d2
bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24407)
by Miss Islington (bot)
· 4 years, 7 months ago
7e72997
bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) (GH-23888)
by Miss Islington (bot)
· 4 years, 7 months ago
d6675fe
bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410)
by Miss Islington (bot)
· 4 years, 7 months ago
3c8d693
[3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr when set_panel_usertpr fails (GH-21933). (GH-24403)
by Serhiy Storchaka
· 4 years, 7 months ago
e9d4960
[3.9] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399)
by Serhiy Storchaka
· 4 years, 7 months ago
8a833a6
bpo-43083: Fix error handling in _sqlite3 (GH-24395)
by Miss Islington (bot)
· 4 years, 7 months ago
995a6c0
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350)
by Miss Islington (bot)
· 4 years, 7 months ago
926ca51
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
by Miss Islington (bot)
· 4 years, 7 months ago
08867a0
[doc] Document VIRTUAL_ENV environment variable (GH-21970)
by Miss Islington (bot)
· 4 years, 7 months ago
d34be1e
Fixing typos in turtle.rst (GH-24376)
by Miss Islington (bot)
· 4 years, 7 months ago
44cd244
Fixed typo in turtle.rst (GH-24371)
by Miss Islington (bot)
· 4 years, 7 months ago
bf782b2
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)
by Miss Islington (bot)
· 4 years, 7 months ago
6d87dec
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
by Miss Islington (bot)
· 4 years, 7 months ago
e9c6c26
bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937)
by Miss Islington (bot)
· 4 years, 7 months ago
895591c
bpo-42979: _zoneinfo exec function checks for PyDateTime_IMPORT failure (GH-24333) (GH-24351)
by Miss Islington (bot)
· 4 years, 7 months ago
cb77c5e
bpo-43033: Fix the handling of PyObject_SetAttrString() in _zoneinfo.c (GH-24345) (GH-24349)
by Miss Islington (bot)
· 4 years, 7 months ago
68102fb
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
by Miss Islington (bot)
· 4 years, 7 months ago
fd668bc
[3.9] bpo-41841: Prepare IDLE NEWS for 3.9.2 (#GH-4343)
by Terry Jan Reedy
· 4 years, 7 months ago
f8cfe54
[3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24322)
by Andrey Bienkowski
· 4 years, 7 months ago
f2df795
[3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321)
by Andrey Bienkowski
· 4 years, 7 months ago
26af2fa
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
by Miss Islington (bot)
· 4 years, 7 months ago
3d5434d
[3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318)
by Serhiy Storchaka
· 4 years, 7 months ago
ff06957
bpo-43013: Update idlelib code to 3.x (GH-24315)
by Miss Islington (bot)
· 4 years, 7 months ago
00e24cd
closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
by Miss Islington (bot)
· 4 years, 7 months ago
98e1f5c
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
by Miss Islington (bot)
· 4 years, 7 months ago
6893523
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278)
by cptpcrd
· 4 years, 7 months ago
0654c4c
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
by Miss Islington (bot)
· 4 years, 7 months ago
50938b6
bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)
by Miss Islington (bot)
· 4 years, 7 months ago
c347cbe
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24247)
by Miss Islington (bot)
· 4 years, 7 months ago
a90539f
bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)
by Miss Islington (bot)
· 4 years, 7 months ago
799722c
[3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (GH-23010) (#24232)
by Jason R. Coombs
· 4 years, 7 months ago
17c1f0c
bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)
by Miss Islington (bot)
· 4 years, 7 months ago
ddc0fa3
Docs: Remove stray semicolon in init.rst (GH-23974)
by Miss Islington (bot)
· 4 years, 7 months ago
799f848
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
by Miss Islington (bot)
· 4 years, 7 months ago
9ab4dd4
[3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (GH-24155)
by Ethan Furman
· 4 years, 7 months ago
8c3914a
[3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent (GH-24100) (GH-24149)
by Yair Frid
· 4 years, 7 months ago
49c150f
bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)
by Vladimir
· 4 years, 7 months ago
faf4957
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139)
by Miss Islington (bot)
· 4 years, 7 months ago
a3ca674
bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)
by Miss Islington (bot)
· 4 years, 8 months ago
77d5471
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
by Steve Dower
· 4 years, 8 months ago
c833393
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
by Steve Dower
· 4 years, 8 months ago
e9a71da
[3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-24130)
by Erlend Egeberg Aasland
· 4 years, 8 months ago
6e72ab9
[3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24005)
by Miss Islington (bot)
· 4 years, 8 months ago
9b3a53a
[3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113)
by Serhiy Storchaka
· 4 years, 8 months ago
d82392f
[3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
by Terry Jan Reedy
· 4 years, 8 months ago
30e9ee3
Fix broken NEWS markup (GH-24110)
by Miss Islington (bot)
· 4 years, 8 months ago
80e5732
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
by Miss Islington (bot)
· 4 years, 8 months ago
def7dc3
Do not remove x bit from published directories (GH-24101)
by Miss Islington (bot)
· 4 years, 8 months ago
e6d0107
Revert "[3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658)" (GH-24092)
by Julien Palard
· 4 years, 8 months ago
eedeaef
bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24090)
by Miss Islington (bot)
· 4 years, 8 months ago
76489dd
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH-24083)
by Miss Islington (bot)
· 4 years, 8 months ago
fd235de
Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)
by Miss Islington (bot)
· 4 years, 8 months ago
cb882f9
bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
by Miss Islington (bot)
· 4 years, 8 months ago
b0ee2b4
[3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077)
by Serhiy Storchaka
· 4 years, 8 months ago
0303008
[3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076)
by Serhiy Storchaka
· 4 years, 8 months ago
bfc413c
[3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069)
by Pablo Galindo
· 4 years, 8 months ago
9a608ac
[3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068)
by Lysandros Nikolaou
· 4 years, 8 months ago
39a7578
bpo-42809: Improve pickle tests for recursive data. (GH-24060)
by Miss Islington (bot)
· 4 years, 8 months ago
7695d83
[3.9] bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446). (GH-24057)
by Serhiy Storchaka
· 4 years, 8 months ago
6912061
[3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050)
by Ross
· 4 years, 8 months ago
0d6e407
bpo-39068: Fix race condition in base64 (GH-17627)
by Miss Islington (bot)
· 4 years, 8 months ago
fa12749
Bring Python into the new year. (GH-24036)
by Miss Islington (bot)
· 4 years, 8 months ago
b20d5e5
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
by Miss Islington (bot)
· 4 years, 8 months ago
8333d42
bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031) (#24035)
by Miss Islington (bot)
· 4 years, 8 months ago
55fadff
Fixes a typo in importlib.metadata. (GH-23921) (#24029)
by Miss Islington (bot)
· 4 years, 8 months ago
7a7f3e0
[3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017)
by Andre Delfino
· 4 years, 8 months ago
3966e2e
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
by Miss Islington (bot)
· 4 years, 8 months ago
cc7f745
bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
by Miss Islington (bot)
· 4 years, 8 months ago
df79440
Allow / character in username,password fields in _PROXY envvars. (GH-23973)
by Miss Islington (bot)
· 4 years, 8 months ago
1ceb097
[doc] Fix missing commas in signatures (GH-23693)
by Miss Islington (bot)
· 4 years, 8 months ago
71d7390
bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956)
by Miss Islington (bot)
· 4 years, 8 months ago
578caaf
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
by Miss Islington (bot)
· 4 years, 8 months ago
7bdb3e0
bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
by Miss Islington (bot)
· 4 years, 8 months ago
0b43778
bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
by Miss Islington (bot)
· 4 years, 8 months ago
03e571f
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
by Miss Islington (bot)
· 4 years, 8 months ago
Next »