111117 Commits (ba457fe6f8e50ad3ef3ceffb75dee96629a42ad7)
 

Author SHA1 Message Date
Miss Islington (bot) 3ceff9968b
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) 4 years ago
Miss Islington (bot) cb789944b2
Add more tests for variable substitution in generics (GH-31170) 4 years ago
Miss Islington (bot) c88407ccf5
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) 4 years ago
Terry Jan Reedy 5603db43ba
[3.10] bpo-46609: Update asyncio-task coroutine doc (GH-31132) 4 years ago
Miss Islington (bot) 7b5b23c31d
bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111) 4 years ago
Miss Islington (bot) 34895f694c
Optimize images by IMGbot (GH-21348) 4 years ago
Miss Islington (bot) 9ce0b00fb1
bpo-46588: fix typo in test_calltip.py (GH-31119) 4 years ago
Miss Islington (bot) 91e8889044
bpo-14916: use specified tokenizer fd for file input (GH-31006) 4 years ago
Miss Islington (bot) 4f76b3667d
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112) 4 years ago
Miss Islington (bot) 63523e7b2a
bpo-45975: IDLE - Remove extraneous parens (GH-31107) 4 years ago
Miss Islington (bot) ff6948b128
bpo-45773: Remove invalid peephole optimizations (GH-31066) 4 years ago
Raymond Hettinger a77de58108
Add recipe for subslices (GH-31095) 4 years ago
Gregory P. Smith f5ebec4d3e
[3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) 4 years ago
Miss Islington (bot) 2ddc278875
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083) 4 years ago
Miss Islington (bot) 5765eaa136
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) 4 years ago
Hugo van Kemenade ba4d79af32
[3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084) 4 years ago
Miss Islington (bot) e480def027
Fix minor details in the Counter docs (GH-31029) (GH-31072) 4 years ago
Miss Islington (bot) 85b421fbff
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069) 4 years ago
Miss Islington (bot) 7dee93c2d2
bpo-46591: Make About IDLE doc link label clickable (GH-30251) 4 years ago
Miss Islington (bot) e5e1441d41
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958) 4 years ago
Ned Deily 519eb6ad74
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057) 4 years ago
Miss Islington (bot) 8765b01bcf
[3.10] bpo-46584: remove check for `py2.3` from `ctypes/test_python_api` (GH-31024) (GH-31054) 4 years ago
Miss Islington (bot) 1dcd772804
bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) 4 years ago
Miss Islington (bot) 6a188d88c5
bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) 4 years ago
Miss Islington (bot) 34794517d1
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) 4 years ago
Kumar Aditya a5451c96a1
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288) (#31003) 4 years ago
Miss Islington (bot) 315a60acd1
bpo-46560: Fix a typo in `typing.ParamSpec's` doc string (GH-30995) 4 years ago
Steve Dower 4d191fcde4
bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) 4 years ago
Miss Islington (bot) 95b70e2ccf
bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913) 4 years ago
Miss Islington (bot) 20f5313667
bpo-46542: test_json uses support.infinite_recursion() (GH-30972) 4 years ago
Miss Islington (bot) a8912a0f8d
bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141) 4 years ago
Miss Islington (bot) bfcb41420a
bpo-46539: Pass status of special typeforms to forward references (GH-30926) 4 years ago
Miss Islington (bot) 486a4b3829
bpo-44734: Fix floating point precision in test_turtle (GH-30910) 4 years ago
Petr Viktorin 5c39e474db
[3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) 4 years ago
Miss Islington (bot) 89db090295
bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518) 4 years ago
Miss Islington (bot) 2572c670d4
[3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Improve tests for context in nested except handlers. (GH-29236) (GH-30953) 4 years ago
Miss Islington (bot) 1ecc98dedb
bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-24276) 4 years ago
Miss Islington (bot) b3cf525bd1
bpo-46496: news11-10 for bpo45296 (GH-30937) 4 years ago
Miss Islington (bot) 5acaad0b30
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944) 4 years ago
Pablo Galindo Salgado c7af838805
[3.10] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) (GH-30933) 4 years ago
Miss Islington (bot) 171fdf2162
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929) 4 years ago
Miss Islington (bot) a57ec7a4fe
bpo-43698: do not use `...` as argument name in docs (GH-30502) 4 years ago
Christian Heimes 4371fbd432
[3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914) 4 years ago
Miss Islington (bot) c730342005
bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911) 4 years ago
Miss Islington (bot) c1254c44e2
bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906) 4 years ago
Miss Islington (bot) 8356f6aac2
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905) 4 years ago
Pablo Galindo Salgado 3fc8b74ace
[3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130). (GH-30898) 4 years ago
Victor Stinner 4a57fa296b
[3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) 4 years ago
Miss Islington (bot) 75d88b91e6
bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receiving (GH-30845) (#30860) 4 years ago
Ken Jin 9a7d010467
[3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886) 4 years ago