109809 Commits (0cb33da1cc9cebb9b2d67d446feb1cfd36fe7f55)
 

Author SHA1 Message Date
Ned Deily 0cb33da1cc
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804) 5 years ago
Christian Heimes 91554e4c5c
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792) 5 years ago
Inada Naoki fd0bc7e7f4
bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781) 5 years ago
larryhastings 49b26fa517
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746) 5 years ago
Eric V. Smith 318ca1764c
Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801) 5 years ago
Eric V. Smith 2f59a767bc
Improve the dataclasses kw_only documentation. (GH-25799) 5 years ago
Brandt Bucher 29282b2825
Fix broken name in build.yml (GH-25759) 5 years ago
Shreyash Sharma 779232413a
Fix exceptions mentioned in os.setxattr() docs (GH-25742) 5 years ago
Ethan Furman 1ae05fdf2d
Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-25793) 5 years ago
Christian Heimes ddbef71a2c
bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791) 5 years ago
Roberto Hueso 55e5c680dd
bpo-43989: Add signal format specifier for unix_events (GH-25769) 5 years ago
Christian Heimes a5669b3c62
bpo-43998: Fix testing without ssl module (GH-25790) 5 years ago
Pablo Galindo 9a42d5069a
bpo-43957: Add a missins space to the new format enum warning (#25770) 5 years ago
Christian Heimes e983252b51
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778) 5 years ago
Shreyash Sharma 50c21ad353
Fixing doc for callback for lambda (GG-25779) 5 years ago
Eric V. Smith 823fbf4e0e
If using a frozen class with slots, add __getstate__ and __setstate__ to set the instance values. (GH-25786) 5 years ago
Christian Heimes f82fd77717
bpo-43989: Temporarily disable warnings in ssltests (GH-25780) 5 years ago
Stéphane Bidoul bf99b71516
bpo-43993: Update vendored pip to 21.1.1 (GH-25761) 5 years ago
larryhastings 99f71aea5c
Noted my recent contributions in "What's New In Python 3.10". (#25771) 5 years ago
Yurii Karabas c24199184b
bpo-42269: Add slots parameter to dataclass decorator (GH-24171) 5 years ago
Pablo Galindo 558df90109
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) 5 years ago
Ma Lin 251ffa9d2b
bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738) 5 years ago
Erlend Egeberg Aasland e467ec476f
bpo-43995: Fix reference leak in test_grammar (GH-25764) 5 years ago
Mohamed Moselhy e726a902b7
bpo-43971: Add spaces around annotated arg default '=' (GH-25702) 5 years ago
JT e08c67372d
bpo-43928: Fix 'succesfully' typo in document (GH-25569) 5 years ago
Tarjei Bærland 0048c60f01
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) 5 years ago
Ammar Askar 726c931b38
bpo-43888: Remove coverage builds from CI (GH-25679) 5 years ago
Dong-hee Na 6143fcdf8b
bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756) 5 years ago
Pablo Galindo 6689e45dfe
bpo-43981: Fix reference leaks in test_squeezer (GH-25758) 5 years ago
Victor Stinner 665c7746fc
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753) 5 years ago
Pablo Galindo e374a40afa
bpo-43901: Fix refleaks in test_module (GH-25754) 5 years ago
Victor Stinner 7dcf0f6db3
bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751) 5 years ago
Erlend Egeberg Aasland 9746cda705
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748) 5 years ago
Erlend Egeberg Aasland 387397f8a4
bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750) 5 years ago
Mark Shannon 5979e81a21
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719) 5 years ago
Erlend Egeberg Aasland 64141382ec
bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25743) 5 years ago
Jakub Kulík 9032cf5cb1
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) 5 years ago
Victor Stinner 4908fae3d5
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749) 5 years ago
Victor Stinner 0cad068ec1
bpo-43916: Remove _disabled_new() function (GH-25745) 5 years ago
Victor Stinner 3bb09947ec
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) 5 years ago
Erlend Egeberg Aasland b73b5fb9ea
bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25714) 5 years ago
Mark Shannon 069e81ab3d
bpo-43977: Use tp_flags for collection matching (GH-25723) 5 years ago
Zackery Spytz 2abbd8f2ad
bpo-43954: Fix a missing word in the unittest docs (GH-25672) 5 years ago
larryhastings 74613a46fc
bpo-43817: Add inspect.get_annotations(). (#25522) 5 years ago
Terry Jan Reedy a62e424de0
bpo-43981: Fix error in idle-test leak test (GH-25739) 5 years ago
larryhastings 175a54b2d8
Two minor fixes for accessing a module's name. (#25658) 5 years ago
larryhastings 2f2b69855d
bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules (#25623) 5 years ago
Brandt Bucher dbe60ee09d
bpo-43892: Validate the first term of complex literal value patterns (GH-25735) 5 years ago
Steve Dower 87655e2cf5
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736) 5 years ago
Ryan Hileman 9a2c2a9ec3
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) 5 years ago