Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0rc2
tag
209ff2c128009de27f09e5f760e69690e660e98a
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Sep 07 13:18:43 2021
object
839d7893943782ee803536a47f1d4de160314f85
Python 3.10.0rc2
839d789
Python 3.10.0rc2
by Pablo Galindo
· 4 years ago
v3.10.0rc2
53257cf
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199)
by Miss Islington (bot)
· 4 years ago
fc84073
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objects (GH-28200)
by Miss Islington (bot)
· 4 years ago
608a629
bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-28197)
by Miss Islington (bot)
· 4 years ago
adc80a5
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955)
by Miss Islington (bot)
· 4 years ago
af8c781
Update idlelib/help.html to include idle.rst spelling fix (GH-28191)
by Miss Islington (bot)
· 4 years ago
e5f259e
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27997)
by Miss Islington (bot)
· 4 years ago
6b5aea2
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
by Miss Islington (bot)
· 4 years ago
d5feb2b
More useful OrderedDict LRU recipes (GH-28164)
by Miss Islington (bot)
· 4 years ago
8bb4912
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)
by Miss Islington (bot)
· 4 years ago
8342c52
bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)
by Miss Islington (bot)
· 4 years ago
656b0bd
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
by Miss Islington (bot)
· 4 years ago
e5976dd
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060)
by Miss Islington (bot)
· 4 years ago
ed9f927
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
by Miss Islington (bot)
· 4 years ago
2ad114d
[3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159)
by Miss Islington (bot)
· 4 years ago
9438443
Add What's New for dataclass keyword-only parameters. (GH-28158) (GH-28163)
by Miss Islington (bot)
· 4 years ago
b1617d7
[3.10] Regenerate autoconf files with version 2.69 (GH-28151)
by Pablo Galindo Salgado
· 4 years ago
e2b2930
[3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092)
by Serhiy Storchaka
· 4 years ago
2a8956c
bpo-42255: Update webbrowser doc for macOS (GH-28144)
by Dong-hee Na
· 4 years ago
79e9f5a
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)
by Miss Islington (bot)
· 4 years ago
7aa58f5
[doc] Reword sentinel object summary in dataclasses (GH-27792)
by Miss Islington (bot)
· 4 years ago
2184bc7
[3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123) (#28126)
by Łukasz Langa
· 4 years ago
559af74
bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)
by Miss Islington (bot)
· 4 years ago
3d56272
bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101)
by Miss Islington (bot)
· 4 years ago
0f274cb
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
by Miss Islington (bot)
· 4 years ago
ebbd0ac
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015)
by Miss Islington (bot)
· 4 years ago
337c8ad
bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
by Miss Islington (bot)
· 4 years ago
8711b3d
bpo-44135: [docs] Fix inline markup (GH-28095)
by Miss Islington (bot)
· 4 years ago
c4c57e5
bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
by Miss Islington (bot)
· 4 years ago
ab8fed8
bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (GH-26193)
by Miss Islington (bot)
· 4 years ago
1d0c559
bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)
by Miss Islington (bot)
· 4 years ago
d65fad0
bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
by Miss Islington (bot)
· 4 years ago
243b8de
bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)
by Miss Islington (bot)
· 4 years ago
fe997e1
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
by Victor Stinner
· 4 years ago
52bdda5
[3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28039)
by Łukasz Langa
· 4 years ago
dc46f4c
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
by Miss Islington (bot)
· 4 years ago
41c87c4
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251)
by Miss Islington (bot)
· 4 years ago
66b8202
bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
by Miss Islington (bot)
· 4 years ago
9e6c317
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
by Miss Islington (bot)
· 4 years ago
2706785
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
by Miss Islington (bot)
· 4 years ago
532ebba
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200)
by Miss Islington (bot)
· 4 years ago
a49398b
bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021)
by Miss Islington (bot)
· 4 years ago
779b9ae
bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016)
by Miss Islington (bot)
· 4 years ago
2a80893
[3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943)
by Erlend Egeberg Aasland
· 4 years ago
81fa08c
bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710)
by Miss Islington (bot)
· 4 years ago
cd986e9
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
by Miss Islington (bot)
· 4 years ago
8aa64cc
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921)
by Miss Islington (bot)
· 4 years ago
db36fdb
bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982)
by Miss Islington (bot)
· 4 years ago
baa8d48
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979)
by Miss Islington (bot)
· 4 years ago
719af92
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
by Miss Islington (bot)
· 4 years ago
9a79242
bpo-45001: Make email date parsing more robust against malformed input (GH-27946)
by Miss Islington (bot)
· 4 years ago
9f814be
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
by Miss Islington (bot)
· 4 years ago
32c1caa
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
by Dong-hee Na
· 4 years ago
6ea6cf2
[3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27958)
by Dong-hee Na
· 4 years ago
ea39933
bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27963)
by Miss Islington (bot)
· 4 years ago
b34ca7e
[3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953)
by Erlend Egeberg Aasland
· 4 years ago
06e9a35
bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
by Miss Islington (bot)
· 4 years ago
ec5a031
bpo-39452: Rewrite and expand __main__.rst (GH-26883)
by Miss Islington (bot)
· 4 years ago
0af681b
[3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708)
by Miss Islington (bot)
· 4 years ago
4673dc2
Update susp-ignored.csv line numbers
by Miss Islington (bot)
· 4 years ago
e479510
bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839)
by Miss Islington (bot)
· 4 years ago
f709360
[doc] Fix typo c-api/exceptions.rst (GH-27847)
by Miss Islington (bot)
· 4 years ago
6ff7fef
bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904)
by Miss Islington (bot)
· 4 years ago
c6c120d
[doc] Added mailing list link for comp.lang.python (GH-27852)
by Miss Islington (bot)
· 4 years ago
8351df6
bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836)
by Miss Islington (bot)
· 4 years ago
1095535
bpo-44980: fix test_constructor to return None value (GH-27898)
by Miss Islington (bot)
· 4 years ago
3390dfa
[doc] Fix typo in idle.rst (GH-27903)
by Miss Islington (bot)
· 4 years ago
27f2f62
bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27872)
by Miss Islington (bot)
· 4 years ago
57b321c
Move susp-ignored locations
by Miss Islington (bot)
· 4 years ago
0627918
bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)
by Miss Islington (bot)
· 4 years ago
8e90f15
[3.10] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27893)
by Łukasz Langa
· 4 years ago
4d1e74f
bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
by Miss Islington (bot)
· 4 years ago
61ecd3e
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
by Miss Islington (bot)
· 4 years ago
9ffe582
bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (GH-27859) (GH-27860)
by Miss Islington (bot)
· 4 years ago
d63114c
bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831)
by Miss Islington (bot)
· 4 years ago
519bcc6
bpo-44940: Clarify the documentation of re.findall() (GH-27849)
by Miss Islington (bot)
· 4 years ago
95a9ba1
bpo-44966: Fix out-of-date traceback message (GH-27867)
by Miss Islington (bot)
· 4 years ago
88a1920
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
by Miss Islington (bot)
· 4 years ago
5bd27c3
bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871)
by Miss Islington (bot)
· 4 years ago
838b0e9
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
by Miss Islington (bot)
· 4 years ago
f0e2a46
Fix reST markup in dataclasses.rst (GH-27843) (GH-27845)
by Miss Islington (bot)
· 4 years ago
1204dfc
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
by Miss Islington (bot)
· 4 years ago
fc6ad05
bpo-44949: Fix test_readline auto history tests (GH-27813)
by Miss Islington (bot)
· 4 years ago
ad16f93
bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)
by Miss Islington (bot)
· 4 years ago
846a10f
bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814)
by Miss Islington (bot)
· 4 years ago
d1c0e44
bpo-44852: Support filtering over warnings without a set message (GH-27793)
by Miss Islington (bot)
· 4 years ago
bbb1076
bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
by Miss Islington (bot)
· 4 years ago
f20f061
introduce omitted index default before using it (GH-27775) (GH-27802)
by Miss Islington (bot)
· 4 years ago
826e059
[3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
by Miss Islington (bot)
· 4 years ago
3f81e96
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796)
by Miss Islington (bot)
· 4 years ago
f6bd1ca
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
by Miss Islington (bot)
· 4 years ago
bc98f98
[3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784)
by Łukasz Langa
· 4 years ago
6f6648e
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
by Miss Islington (bot)
· 4 years ago
8516ca5
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
by Miss Islington (bot)
· 4 years ago
1960409
bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761)
by Miss Islington (bot)
· 4 years ago
b6a6d99
[3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27666)
by Senthil Kumaran
· 4 years ago
25122b2
bpo-44907: Update error messages in tutorial examples (GH-27755)
by Miss Islington (bot)
· 4 years ago
16f73c8
bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
by Miss Islington (bot)
· 4 years ago
d412848
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
by Miss Islington (bot)
· 4 years ago
6d13486
Added test case based on recommended test cases from RFC 4648 (GH-27747)
by Miss Islington (bot)
· 4 years ago
Next »