index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43977: Document the new pattern matching type flags (GH-25734)
Brandt Bucher
2021-05-02
2
-0/+46
*
bpo-43434: Clean up sqlite3.connect() after GH-25818 (GH-25823)
Erlend Egeberg Aasland
2021-05-02
1
-8/+1
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-02
12
-527/+2474
*
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ (...
Erlend Egeberg Aasland
2021-05-02
5
-13/+17
*
bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
Jason R. Coombs
2021-05-02
12
-26/+254
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
10
-345/+575
*
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
Zackery Spytz
2021-05-02
1
-3/+3
*
bpo-43997: Add versionadded directives for to match_args, kw_only, and slots ...
Shreyan Avigyan
2021-05-02
1
-0/+8
*
bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
Christian Heimes
2021-05-02
2
-0/+63
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
6
-8/+59
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721)
Zackery Spytz
2021-05-02
3
-1/+13
*
bpo-41100: Update Misc/ACKS (GH-25808)
Ned Deily
2021-05-02
1
-0/+4
*
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
Ned Deily
2021-05-02
6
-9/+62
*
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes
2021-05-02
13
-18/+49
*
bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)
Inada Naoki
2021-05-02
3
-2/+12
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
7
-21/+298
*
Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801)
Eric V. Smith
2021-05-02
1
-5/+5
*
Improve the dataclasses kw_only documentation. (GH-25799)
Eric V. Smith
2021-05-01
1
-13/+28
*
Fix broken name in build.yml (GH-25759)
Brandt Bucher
2021-05-01
1
-1/+1
*
Fix exceptions mentioned in os.setxattr() docs (GH-25742)
Shreyash Sharma
2021-05-01
1
-2/+2
*
Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" (GH-2...
Ethan Furman
2021-05-01
1
-1/+1
*
bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791)
Christian Heimes
2021-05-01
1
-30/+12
*
bpo-43989: Add signal format specifier for unix_events (GH-25769)
Roberto Hueso
2021-05-01
1
-2/+2
*
bpo-43998: Fix testing without ssl module (GH-25790)
Christian Heimes
2021-05-01
1
-3/+4
*
bpo-43957: Add a missins space to the new format enum warning (#25770)
Pablo Galindo
2021-05-01
1
-1/+1
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
8
-18/+88
*
Fixing doc for callback for lambda (GG-25779)
Shreyash Sharma
2021-05-01
1
-1/+1
*
If using a frozen class with slots, add __getstate__ and __setstate__ to set ...
Eric V. Smith
2021-05-01
2
-2/+34
*
bpo-43989: Temporarily disable warnings in ssltests (GH-25780)
Christian Heimes
2021-05-01
1
-1/+1
*
bpo-43993: Update vendored pip to 21.1.1 (GH-25761)
Stéphane Bidoul
2021-05-01
3
-1/+2
*
Noted my recent contributions in "What's New In Python 3.10". (#25771)
larryhastings
2021-05-01
1
-20/+33
*
bpo-42269: Add slots parameter to dataclass decorator (GH-24171)
Yurii Karabas
2021-05-01
5
-11/+111
*
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...
Pablo Galindo
2021-05-01
4
-3/+5
*
bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738)
Ma Lin
2021-04-30
3
-71/+77
*
bpo-43995: Fix reference leak in test_grammar (GH-25764)
Erlend Egeberg Aasland
2021-04-30
1
-4/+5
*
bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
Mohamed Moselhy
2021-04-30
1
-1/+1
*
bpo-43928: Fix 'succesfully' typo in document (GH-25569)
JT
2021-04-30
1
-1/+1
*
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
Tarjei Bærland
2021-04-30
1
-1/+1
*
bpo-43888: Remove coverage builds from CI (GH-25679)
Ammar Askar
2021-04-30
4
-184/+0
*
bpo-43979: Remove unnecessary operation from urllib.parse.parse_qsl (GH-25756)
Dong-hee Na
2021-04-30
2
-2/+3
*
bpo-43981: Fix reference leaks in test_squeezer (GH-25758)
Pablo Galindo
2021-04-30
2
-0/+2
*
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)
Victor Stinner
2021-04-30
5
-8/+39
*
bpo-43901: Fix refleaks in test_module (GH-25754)
Pablo Galindo
2021-04-30
2
-5/+13
*
bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751)
Victor Stinner
2021-04-30
2
-9/+5
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
20
-28/+87
*
bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750)
Erlend Egeberg Aasland
2021-04-30
2
-13/+8
*
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
Mark Shannon
2021-04-30
7
-2952/+2961
*
bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-...
Erlend Egeberg Aasland
2021-04-30
2
-9/+15
*
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub Kulík
2021-04-30
6
-0/+194
*
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Victor Stinner
2021-04-30
3
-28/+61
[next]