cpython/Doc/includes
Xtreak 287b84de93 bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)
The sqlit3.Connection object doesn't call its close() method when it's used
as a context manager.
2019-05-20 00:52:20 +03:00
..
sqlite3 bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) 2019-05-20 00:52:20 +03:00
custom.c Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-13 10:46:21 +09:00
custom2.c Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-13 10:46:21 +09:00
custom3.c Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-13 10:46:21 +09:00
custom4.c Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-13 10:46:21 +09:00
dbpickle.py
email-alternative.py Update Email library documentation example (GH-3720) 2017-09-24 09:12:53 -07:00
email-dir.py
email-headers.py
email-mime.py
email-read-alternative.py bpo-32297: Few misspellings found in Python source code comments. (#4803) 2017-12-14 13:04:53 +02:00
email-simple.py
email-unpack.py
minidom-example.py
mp_newtype.py
mp_pool.py
mp_workers.py
run-func.c Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-13 10:46:21 +09:00
setup.py
sublist.c Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-13 10:46:21 +09:00
test.py bpo-33201: Modernize "Extension types" doc (GH-6337) 2018-04-07 18:14:03 +02:00
turtle-star.py
typestruct.h
tzinfo_examples.py Removed unused import from tzinfo_examples.py. (GH-7994) 2018-07-04 21:47:37 -07:00