Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.3
tag
afba08b7766fd1d699cce68c17e0a083bc8894fb
tagger
Łukasz Langa <lukasz@langa.pl>
Fri Apr 02 09:52:20 2021
object
e723086bc33c19c6c52046d515eb3c2aab1b8f97
Python 3.9.3
e723086
Python 3.9.3
by Łukasz Langa
· 4 years, 5 months ago
v3.9.3
a217e0a
bpo-43700: Replace Zulip badge with Discourse badge (GH-25141)
by Miss Islington (bot)
· 4 years, 5 months ago
d104a78
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (GH-25123) (#25140)
by Miss Islington (bot)
· 4 years, 5 months ago
244fa23
Doc: io: Remove "In-memory streams" section (GH-24927)
by Miss Islington (bot)
· 4 years, 5 months ago
b3c1e2c
bpo-42840: Document providing kwargs to type. (GH-24173)
by Miss Islington (bot)
· 4 years, 5 months ago
fabdd25
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25112)
by Miss Islington (bot)
· 4 years, 5 months ago
84694c3
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
by Miss Islington (bot)
· 4 years, 5 months ago
b500bd8
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
by Miss Islington (bot)
· 4 years, 5 months ago
cd82d59
[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)
by Christian Heimes
· 4 years, 5 months ago
f79577d
bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)
by Miss Islington (bot)
· 4 years, 5 months ago
05429c9
bpo-33164: blake2: Fix Coverity scan (GH-25060)
by Miss Islington (bot)
· 4 years, 5 months ago
ff4715a
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) (GH-25083)
by Miss Islington (bot)
· 4 years, 5 months ago
acb5849
bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25046)
by Miss Islington (bot)
· 4 years, 5 months ago
f1d53bc
bpo-43659: Fix test_curses on AIX (GH-25074)
by Miss Islington (bot)
· 4 years, 5 months ago
d914813
bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (GH-24995) (#25070)
by Miss Islington (bot)
· 4 years, 5 months ago
5334605
bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057)
by Miss Islington (bot)
· 4 years, 5 months ago
ed753d9
bpo-42988: Remove the pydoc getfile feature (GH-25015)
by Miss Islington (bot)
· 4 years, 5 months ago
9a8e078
bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (GH-25053) (GH-25055)
by Miss Islington (bot)
· 4 years, 5 months ago
138e039
bpo-43644: Add docs for importlib.resources.as_file. (GH-25048)
by Miss Islington (bot)
· 4 years, 5 months ago
064bc07
[3.9] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (GH-25034)
by Christian Heimes
· 4 years, 5 months ago
7990072
bpo-39231: correct tutorial annotations section (GH-25029)
by Miss Islington (bot)
· 4 years, 5 months ago
c84e769
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
by Miss Islington (bot)
· 4 years, 5 months ago
f311290
bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025) (#25027)
by Miss Islington (bot)
· 4 years, 5 months ago
2d1cbe4
[3.9] Clarify attribute docs on types.ModuleType (GH-24974) (#24994)
by Brett Cannon
· 4 years, 5 months ago
10e17bc
Clarify attribute docs on types.ModuleType (GH-24974)
by Miss Islington (bot)
· 4 years, 5 months ago
994a519
bpo-43555: Report the column offset for invalid line continuation character (GH-24939) (#24975)
by Miss Islington (bot)
· 4 years, 5 months ago
c145c03
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957)
by Miss Islington (bot)
· 4 years, 5 months ago
107cf07
[3.9] bpo-43517 (followup): Install additional test directory (GH-24950) (GH-24951)
by Antoine Pitrou
· 4 years, 5 months ago
ac17ed6
[3.9] bpo-43517: Fix false positive in detection of circular imports (GH-24895) (GH-24948)
by Antoine Pitrou
· 4 years, 5 months ago
e8e3419
bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)
by Miss Islington (bot)
· 4 years, 5 months ago
3365e68
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
by Miss Islington (bot)
· 4 years, 5 months ago
4cc9e23
Add a warning block around the get_referrers() documentation (GH-24511)
by Miss Islington (bot)
· 4 years, 5 months ago
aa967ec
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
by Miss Islington (bot)
· 4 years, 5 months ago
db73376
[3.9] bpo-43499: Restrict co_code to be under INT_MAX in codeobject (GH-20628) (GH-24896)
by Ammar Askar
· 4 years, 5 months ago
1f0cde6
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) (GH-24894)
by Miss Islington (bot)
· 4 years, 5 months ago
651fc30
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-24873)
by Serhiy Storchaka
· 4 years, 5 months ago
a838e47
bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)
by Miss Islington (bot)
· 4 years, 5 months ago
d0312ce
[3.9] bpo-43285: Add a What's New entry for 3.9.3. (GH-24888)
by Gregory P. Smith
· 4 years, 5 months ago
7dcb4ba
bpo-43285 Make ftplib not trust the PASV response. (GH-24838)
by Miss Islington (bot)
· 4 years, 5 months ago
83f6760
Fix typo in the word "spaghetti" (GH-24866)
by Miss Islington (bot)
· 4 years, 5 months ago
2fe4084
[3.9] [doc] Document logging.basicConfig default format (GH-23710) (GH-24835)
by Miss Islington (bot)
· 4 years, 5 months ago
c3f0333
bpo-43199: Briefly explain why no goto (GH-24852)
by Miss Islington (bot)
· 4 years, 5 months ago
cf8d6ef
bpo-39943: Fix MSVC warnings in sre extension (GH-20508)
by Miss Islington (bot)
· 4 years, 5 months ago
e6bf1e1
[3.9] bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24836) (GH-24855)
by Pablo Galindo
· 4 years, 5 months ago
45d9c8c
bpo-43427: Separte the method overview from the static method specifics. (GH-24787) (GH-24849)
by Miss Islington (bot)
· 4 years, 5 months ago
bb46c13
Fix typos in unittest documentation (GH-24194)
by Miss Islington (bot)
· 4 years, 5 months ago
53ab4af
Update client.py (GH-24827)
by Miss Islington (bot)
· 4 years, 5 months ago
5c674e4
Update link to Django's Context class. (GH-24805) (#24841)
by Miss Islington (bot)
· 4 years, 5 months ago
32717b9
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24832)
by Miss Islington (bot)
· 4 years, 5 months ago
4d7f11e
[3.9] bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (GH-24826)
by Mariusz Felisiak
· 4 years, 5 months ago
ad83fde
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
by Miss Islington (bot)
· 4 years, 5 months ago
531f2eb
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815) (GH-24817)
by Miss Islington (bot)
· 4 years, 5 months ago
f814675
[3.9] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24811)
by Pablo Galindo
· 4 years, 5 months ago
da60256
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
by Miss Islington (bot)
· 4 years, 5 months ago
ea46c7b
bpo-3329: Fix typo in PyObjectArenaAllocator doc (GH-24795)
by Miss Islington (bot)
· 4 years, 5 months ago
fb3b031
bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24790)
by Miss Islington (bot)
· 4 years, 5 months ago
c6e7cf1
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
by Miss Islington (bot)
· 4 years, 5 months ago
2c0a0b0
Put contextvars docs into the concurrency category (GH-24760)
by Miss Islington (bot)
· 4 years, 5 months ago
1385f83
[3.9] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24761)
by Miss Islington (bot)
· 4 years, 6 months ago
65f3a0d
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
by Miss Islington (bot)
· 4 years, 6 months ago
0dd4cb9
bpo-43400: Remove "easy to use" from mock docs (GH-24752) (GH-24758)
by Miss Islington (bot)
· 4 years, 6 months ago
374ee44
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
by Miss Islington (bot)
· 4 years, 6 months ago
0e76157
[3.9] bpo-37193: Remove thread objects which finished process its request (GH-23127) (GH-24750)
by Miss Islington (bot)
· 4 years, 6 months ago
ff6a021
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
by Miss Islington (bot)
· 4 years, 6 months ago
bf56684
[3.9] bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) (#24725)
by Senthil Kumaran
· 4 years, 6 months ago
024325d
Pin test runner to Ubuntu 18 to un-break CI (GH-24715)
by Miss Islington (bot)
· 4 years, 6 months ago
8b795ab
bpo-42500: Fix recursion in or after except (GH-23568) (#24501)
by Mark Shannon
· 4 years, 6 months ago
f836e5f
Doc: Improve library/json document. (GH-24390)
by Miss Islington (bot)
· 4 years, 6 months ago
ff887f3
Fixed linenumber missing when audit hook has an error (GH-24692)
by Miss Islington (bot)
· 4 years, 6 months ago
4f9eb3f
Fix grammar in enum documentation. (GH-24689)
by Miss Islington (bot)
· 4 years, 6 months ago
982e8ec
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
by Miss Islington (bot)
· 4 years, 6 months ago
132e31f
bpo-43335: Update macro to check gcc version (GH-24662)
by Miss Islington (bot)
· 4 years, 6 months ago
6c4c117
bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)
by Miss Islington (bot)
· 4 years, 6 months ago
540749e
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
by Miss Islington (bot)
· 4 years, 6 months ago
adea9b8
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
by Miss Islington (bot)
· 4 years, 6 months ago
f82578a
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
by Miss Islington (bot)
· 4 years, 6 months ago
d81a204
[3.9] bpo-41841: revise header (GH-24634)
by Terry Jan Reedy
· 4 years, 6 months ago
e202f1e
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
by Miss Islington (bot)
· 4 years, 6 months ago
93853b7
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
by Miss Islington (bot)
· 4 years, 6 months ago
30fe3ee
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
by Miss Islington (bot)
· 4 years, 6 months ago
d51436f
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
by Inada Naoki
· 4 years, 6 months ago
44fe320
[3.9] bpo-43288: Fix bug in test_importlib test. (GH-24616)
by Neil Schemenauer
· 4 years, 6 months ago
693aeac
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
by Miss Islington (bot)
· 4 years, 6 months ago
7cc5889
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
by Miss Islington (bot)
· 4 years, 6 months ago
216cb14
Fix typo in dis module doc (GH-24509)
by Miss Islington (bot)
· 4 years, 6 months ago
f9d1bf2
[3.9] bpo-43272: Fix old parser test failures for backported grammar constructs (GH-24591)
by Pablo Galindo
· 4 years, 6 months ago
a67fd01
bpo-43042: Augment tutorial sentence (GH-24514)
by Miss Islington (bot)
· 4 years, 6 months ago
1cfed3d
closes bpo-43266: Improve array formatting. (GH-24573)
by Miss Islington (bot)
· 4 years, 6 months ago
8cc6e27
Post 3.9.2
by Łukasz Langa
· 4 years, 6 months ago
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
Next »