Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.9
/
Lib
tag
e84085b8b51136088a4d46eaa9aed5a5854b9d46
tagger
Łukasz Langa <lukasz@langa.pl>
Fri Apr 02 10:32:30 2021
object
a743f8192b3b322b2c23b13926f1c7f288cb2206
Python 3.8.9
a743f81
Python 3.8.9
by Łukasz Langa
· 4 years, 5 months ago
v3.8.9
e143eea
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (GH-25110) (GH-25113)
by Miss Islington (bot)
· 4 years, 5 months ago
e92923b
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
by Miss Islington (bot)
· 4 years, 5 months ago
c1079cd
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
by Miss Islington (bot)
· 4 years, 5 months ago
ba7f863
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)
by Miss Islington (bot)
· 4 years, 5 months ago
20b2f2b
bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) (GH-25047)
by Miss Islington (bot)
· 4 years, 5 months ago
3b6e61e
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (GH-24906)
by Miss Islington (bot)
· 4 years, 5 months ago
e9092b2
bpo-43659: Fix test_curses on AIX (GH-25074)
by Miss Islington (bot)
· 4 years, 5 months ago
dae1963
bpo-35930: Raising an exception raised in a "future" instance will create reference cycles (GH-24995) (#25071)
by Miss Islington (bot)
· 4 years, 5 months ago
7e38d33
bpo-42988: Remove the pydoc getfile feature (GH-25015)
by Miss Islington (bot)
· 4 years, 5 months ago
93b0da7
bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957)
by Miss Islington (bot)
· 4 years, 5 months ago
5051167
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
by Miss Islington (bot)
· 4 years, 5 months ago
9bdb580
bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (#24825)
by Mariusz Felisiak
· 4 years, 5 months ago
664d1d1
[3.8] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881)
by Gregory P. Smith
· 4 years, 5 months ago
9f935fa
Update client.py (GH-24827)
by Miss Islington (bot)
· 4 years, 5 months ago
8cadc2c
[3.8] bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) (#24833)
by Senthil Kumaran
· 4 years, 5 months ago
1a5001c
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
by Miss Islington (bot)
· 4 years, 5 months ago
ac5e23c
bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815)
by Miss Islington (bot)
· 4 years, 5 months ago
a6d0182
[3.8] bpo-43439: Add audit hooks for gc functions (GH-24794). (GH-24810)
by Pablo Galindo
· 4 years, 5 months ago
4715be8
[3.8] bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) (GH-24762)
by Antoine Pitrou
· 4 years, 6 months ago
0064d56
[3.8] bpo-37193: Remove thread objects which finished process its request (GH-23127) (GH-24749)
by Miss Islington (bot)
· 4 years, 6 months ago
59e8576
bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001)
by Miss Islington (bot)
· 4 years, 6 months ago
07ab490
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
by Miss Islington (bot)
· 4 years, 6 months ago
69906c5
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
by Miss Islington (bot)
· 4 years, 6 months ago
653e17b
[3.8] bpo-41841: prepare for 3.8.9 (GH-24635)
by Terry Jan Reedy
· 4 years, 6 months ago
bdf0fec
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632)
by Miss Islington (bot)
· 4 years, 6 months ago
6e2f144
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
by Inada Naoki
· 4 years, 6 months ago
6ddb255
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
by Miss Islington (bot)
· 4 years, 6 months ago
024d805
Python 3.8.8
by Łukasz Langa
· 4 years, 6 months ago
v3.8.8
dfd7d68
Python 3.8.8rc1
by Łukasz Langa
· 4 years, 6 months ago
v3.8.8rc1
e3110c3
[3.8] bpo-42967: only use '&' as a query string separator (GH-24297) (#24529)
by Senthil Kumaran
· 4 years, 6 months ago
20d4375
Fix typo (GH-23019)
by Miss Islington (bot)
· 4 years, 7 months ago
0869a71
bpo-41748: Handles unquoted attributes with commas (GH-24072)
by Miss Islington (bot)
· 4 years, 7 months ago
aab84a5
bpo-43016: Fix test_curses on platform without cursesw (GH-24405) (GH-24408)
by Miss Islington (bot)
· 4 years, 7 months ago
7ca947e
[3.8] bpo-43016: Rewrite tests for curses (GH-24312). (GH-24399) (GH-24401)
by Serhiy Storchaka
· 4 years, 7 months ago
cf88382
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
by Miss Islington (bot)
· 4 years, 7 months ago
901a983
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366)
by Miss Islington (bot)
· 4 years, 7 months ago
6f0346d
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
by Miss Islington (bot)
· 4 years, 7 months ago
a178473
[3.8] bpo-41841: Prepare IDLE NEWS for 3.8.8 (GH-24344)
by Terry Jan Reedy
· 4 years, 7 months ago
d863dee
[3.8] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24323)
by Andrey Bienkowski
· 4 years, 7 months ago
c10180e
[3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320)
by Andrey Bienkowski
· 4 years, 7 months ago
7370be3
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
by Miss Islington (bot)
· 4 years, 7 months ago
96bcf6f
[3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578). (GH-24318)
by Miss Islington (bot)
· 4 years, 7 months ago
63ebba0
bpo-43013: Update idlelib code to 3.x (GH-24315) (#24317)
by Miss Islington (bot)
· 4 years, 7 months ago
dce86c2
closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
by Miss Islington (bot)
· 4 years, 7 months ago
844ec0b
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24277)
by cptpcrd
· 4 years, 7 months ago
8f334db
bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
by Miss Islington (bot)
· 4 years, 7 months ago
648b729
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
by Miss Islington (bot)
· 4 years, 7 months ago
ece5dfd
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24248)
by Miss Islington (bot)
· 4 years, 7 months ago
f08c664
[3.8] bpo-42531: Teach importlib.resources.path to handle packages without __file__ (GH-23611)
by William Schwartz
· 4 years, 7 months ago
5ded7ef
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
by Miss Islington (bot)
· 4 years, 7 months ago
e2c847e
[3.8] [3.9] bpo-42681: Fix test_curses failures related to color pairs (GH-24089) (GH-24113) (GH-24116)
by Serhiy Storchaka
· 4 years, 8 months ago
a087a97
[3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
by Terry Jan Reedy
· 4 years, 8 months ago
d05b470
bpo-42508: Keep IDLE running on macOS (GH-23577) (#23670)
by Miss Islington (bot)
· 4 years, 8 months ago
0ccac5f
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
by Miss Islington (bot)
· 4 years, 8 months ago
82794ca
[3.8] [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874). (GH-24077) (GH-24079)
by Serhiy Storchaka
· 4 years, 8 months ago
645174a
[3.8] [3.9] bpo-42789: Don't skip curses tests on non-tty. (GH-24009) (GH-24076) (GH-24078)
by Serhiy Storchaka
· 4 years, 8 months ago
2e8b1c9
bpo-42809: Improve pickle tests for recursive data. (GH-24060)
by Miss Islington (bot)
· 4 years, 8 months ago
6dffa67
[3.8] bpo-26407: Do not mask errors in csv. (GH-20536) (GH-24021)
by Serhiy Storchaka
· 4 years, 8 months ago
b863607
[3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022)
by Serhiy Storchaka
· 4 years, 8 months ago
e3a9adb
[3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026)
by Serhiy Storchaka
· 4 years, 8 months ago
381f3e4
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
by Miss Islington (bot)
· 4 years, 8 months ago
741f22d
Allow / character in username,password fields in _PROXY envvars. (GH-23973) (#23992)
by Miss Islington (bot)
· 4 years, 8 months ago
323cbb5
bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
by Miss Islington (bot)
· 4 years, 8 months ago
9d7c5ab
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5 (GH-23955) (GH-23962)
by Miss Islington (bot)
· 4 years, 8 months ago
fc6534f
[3.8] Rename Tkinter tests for widget options (GH-23944) (GH-23946)
by Serhiy Storchaka
· 4 years, 8 months ago
4d840e4
[3.8] bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281). (GH-23784) (GH-23787)
by Miss Islington (bot)
· 4 years, 8 months ago
0178a6b
bpo-42734: Fix crasher bogus_code_obj.py (GH-23939)
by Miss Islington (bot)
· 4 years, 8 months ago
d5aadb2
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
by Miss Islington (bot)
· 4 years, 8 months ago
6503f05
Python 3.8.7
by Łukasz Langa
· 4 years, 8 months ago
v3.8.7
a353771
Fix typo in docstring (GH-23515)
by Miss Islington (bot)
· 4 years, 8 months ago
80c445c
[3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) (GH-23854)
by Serhiy Storchaka
· 4 years, 8 months ago
a3dec9d
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461)
by Miss Islington (bot)
· 4 years, 8 months ago
718bf1a
bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) (GH-23814)
by Miss Islington (bot)
· 4 years, 8 months ago
dd262ef
bpo-38323: Add guard clauses in MultiLoopChildWatcher. (GH-22756)
by Miss Islington (bot)
· 4 years, 8 months ago
d549d0b
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
by Miss Islington (bot)
· 4 years, 8 months ago
0a24a57
bpo-42644: Validate values in logging.disable() (GH-23786)
by Miss Islington (bot)
· 4 years, 8 months ago
57a1fc6
Update idlelib/help.html to current Sphinx output (GH-22833)
by Miss Islington (bot)
· 4 years, 8 months ago
13d40c2
bpo-40219: Lowered ttk LabeledScale dummy (GH-21467)
by Miss Islington (bot)
· 4 years, 8 months ago
925f998
bpo-33610: Edit idlelib.codecontext (GH-23773)
by Miss Islington (bot)
· 4 years, 8 months ago
06bfd03
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
by Miss Islington (bot)
· 4 years, 8 months ago
f6d1520
bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)
by Miss Islington (bot)
· 4 years, 8 months ago
21ca80e
[3.8] [Enum] reformat and add doc strings (GH-23705). (GH-23706)
by Ethan Furman
· 4 years, 8 months ago
cbfcc67
bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) (GH-23704)
by Miss Islington (bot)
· 4 years, 8 months ago
f01ec28
Merge tag 'v3.8.7rc1' into 3.8
by Łukasz Langa
· 4 years, 8 months ago
699e5e4
bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) (GH-23672)
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
ca52aa3
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088)
by Miss Islington (bot)
· 4 years, 8 months ago
e320109
Python 3.8.7rc1
by Łukasz Langa
· 4 years, 8 months ago
v3.8.7rc1
a4e7d5f
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633)
by Miss Islington (bot)
· 4 years, 9 months ago
3b14f18
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
by Miss Islington (bot)
· 4 years, 9 months ago
8e8f82d
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
by Miss Islington (bot)
· 4 years, 9 months ago
930d537
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
by Miss Islington (bot)
· 4 years, 9 months ago
12d2306
bpo-42328: Skip some tests with themes vista and xpnative on Windows 7 (GH-23612)
by Miss Islington (bot)
· 4 years, 9 months ago
1cc5c94
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
by Miss Islington (bot)
· 4 years, 9 months ago
f4389bf
bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)
by Miss Islington (bot)
· 4 years, 9 months ago
a5b0c17
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
by Miss Islington (bot)
· 4 years, 9 months ago
d82e08d
[3.8] bpo-42474: test TracebackException comparison to non-equal instances (GH-23558)
by Irit Katriel
· 4 years, 9 months ago
b1c48e5
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
by Miss Islington (bot)
· 4 years, 9 months ago
4498e98
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21925) (#23540)
by Miss Islington (bot)
· 4 years, 9 months ago
Next »