Commits
User selector
Commit History
Commits on Jan 4, 2022
Update old-style strings to f-strings (GH-30384)
Show description for bef4883authored
Commits on Oct 1, 2021
Commits on Aug 30, 2021
- authored
Erlend Egeberg Aasland
Commits on May 19, 2021
- authored
Erlend Egeberg Aasland - authored
Erlend Egeberg Aasland
Commits on Apr 29, 2021
bpo-43908: Document Static Types in the C API (GH-25710)
Show description for 5bd0619authored
Commits on Apr 14, 2021
- authored
Erlend Egeberg Aasland
Commits on Dec 25, 2019
Minor C API documentation improvements. (GH-17696)
Show description for 5c7ed75authored andcommitted
Commits on Nov 15, 2019
- authored andcommitted
Commits on Sep 12, 2019
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
Show description for 224b8aaauthored andcommitted
Commits on Jul 14, 2019
- authored andcommitted
Commits on Jun 2, 2019
- authored andcommitted
Commits on May 19, 2019
bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
Show description for 287b84dauthored andcommitted
Commits on Apr 13, 2019
Commits on Sep 24, 2018
Commits on Jul 5, 2018
- authored andcommitted
Commits on Jun 28, 2018
- authored andcommitted
Commits on Apr 7, 2018
bpo-33201: Modernize "Extension types" doc (GH-6337)
Show description for 1d80a56authored
Commits on Dec 14, 2017
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Show description for 53f7a7cauthored andcommitted
Commits on Nov 28, 2017
Commits on Nov 4, 2017
- authored andcommitted
Commits on Sep 24, 2017
Update Email library documentation example (GH-3720)
Show description for 8337239authored andcommitted
Commits on Sep 22, 2017
Commits on Aug 24, 2017
Commits on Mar 18, 2017
- authored andcommitted
Commits on Feb 21, 2017
Commits on Sep 8, 2016
- committed
#24277: The new email API is no longer provisional.
Show description for 29d1bc0committed
Commits on Aug 24, 2016
Commits on Jul 10, 2016
- committed
#26176: fix usage of Address constructor in email examples.
Show description for 7a139c5committed
Commits on Feb 11, 2016
Issue #25985: sys.version_info is now used instead of sys.version
Show description for 885bdc4committed
Commits on Nov 30, 2015
Commits on Aug 26, 2015
- committed
Yury Selivanov
Commits on Aug 25, 2015
- committed
Martin Panter