| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194) | Victor Stinner | 2024-10-09 | 3 | -6/+6 |
|
|
* | gh-116622: Complete Android documentation (#124259) | Malcolm Smith | 2024-09-23 | 2 | -8/+6 |
|
|
* | gh-66543: Add mimetypes.guess_file_type() (GH-117258) | Serhiy Storchaka | 2024-05-06 | 1 | -1/+1 |
|
|
* | gh-114099: Add documentation for iOS platform (GH-117057) | Russell Keith-Magee | 2024-03-28 | 2 | -3/+10 |
|
|
* | GH-92584: Remove distutils from the newtypes tutorial includes (#108024) | Adam Turner | 2023-08-22 | 9 | -16/+15 |
|
|
* | gh-91051: fix segfault when using all 8 type watchers (#107853) | Carl Meyer | 2023-08-11 | 1 | -1/+1 |
|
|
* | gh-86493: Modernize modules initialization code (GH-106858) | Serhiy Storchaka | 2023-07-25 | 2 | -6/+2 |
|
|
* | gh-106996: Add the basics of a turtle graphics tutorial (#107072) | Daniele Procida | 2023-07-23 | 1 | -10/+0 |
|
|
* | Fix the french used in the email documentation (GH-106279) | Jean-Baptiste Poupon | 2023-07-16 | 1 | -5/+5 |
|
|
* | gh-99202: Fix extension type from documentation for compiling in C++20 mode ... | Jeffrey Newman | 2023-04-06 | 4 | -8/+8 |
|
|
* | GH-99767: update PyTypeObject docs for type watchers (GH-99928) | Carl Meyer | 2022-12-15 | 1 | -0/+3 |
|
|
* | gh-99537: Use Py_SETREF() function in C code (#99656) | Victor Stinner | 2022-11-22 | 3 | -35/+13 |
|
|
* | gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH... | Petr Viktorin | 2022-11-22 | 3 | -8/+8 |
|
|
* | gh-99300: Use Py_NewRef() in Doc/ directory (#99480) | Victor Stinner | 2022-11-14 | 3 | -33/+15 |
|
|
* | gh-96959: Update HTTP links which are redirected to HTTPS (#98039) | 180909 | 2022-10-07 | 1 | -1/+1 |
|
|
* | gh-97669: Move difflib examples to Doc/includes/ (#97964) | Victor Stinner | 2022-10-07 | 2 | -0/+170 |
|
|
* | gh-82530: Create blank function instead of invalid import for email example (... | Stanley | 2022-09-26 | 1 | -5/+9 |
|
|
* | gh-96414: Inline code examples in sqlite3 docs (#96442) | Erlend E. Aasland | 2022-08-31 | 14 | -335/+0 |
|
|
* | gh-96121: Merge sqlite3.Row examples into sqlite3.Row class doc (#96122) | Erlend E. Aasland | 2022-08-22 | 1 | -14/+0 |
|
|
* | gh-95273: Improve sqlite3.complete_statement docs (#95840) | Erlend E. Aasland | 2022-08-11 | 1 | -33/+0 |
|
|
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Christian Heimes | 2022-08-02 | 1 | -0/+7 |
|
|
* | gh-95273: Move sqlite3 executemany examples from reference to tutorial (#95351) | Erlend Egeberg Aasland | 2022-07-29 | 2 | -43/+0 |
|
|
* | gh-95273: Condense sqlite3 executescript example (#95383) | Erlend Egeberg Aasland | 2022-07-29 | 1 | -25/+0 |
|
|
* | gh-90016: Deprecate default sqlite3 adapters and converters (#94276) | Erlend Egeberg Aasland | 2022-07-20 | 1 | -22/+0 |
|
|
* | gh-90016: Reword sqlite3 adapter/converter docs (#93095) | Erlend Egeberg Aasland | 2022-06-25 | 2 | -31/+7 |
|
|
* | gh-84623: Remove unused imports (#94132) | Victor Stinner | 2022-06-22 | 1 | -1/+2 |
|
|
* | gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020) | Erlend Egeberg Aasland | 2022-04-30 | 1 | -2/+2 |
|
|
* | gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599) | Erlend Egeberg Aasland | 2022-04-22 | 1 | -4/+7 |
|
|
* | gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769) | Oleg Iarygin | 2022-04-18 | 5 | -5/+5 |
|
|
* | gh-69093: Add context manager support to sqlite3.Blob (GH-91562) | Erlend Egeberg Aasland | 2022-04-16 | 1 | -6/+10 |
|
|
* | gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521) | Barry Warsaw | 2022-04-15 | 1 | -5/+5 |
|
|
* | gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680) | Erlend Egeberg Aasland | 2022-04-15 | 1 | -0/+12 |
|
|
* | gh-91217: deprecate imghdr (#91461) | Brett Cannon | 2022-04-13 | 1 | -4/+1 |
|
|
* | gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903) | Erlend Egeberg Aasland | 2022-04-12 | 1 | -0/+46 |
|
|
* | Update old-style strings to f-strings (GH-30384) | David Gilbertson | 2022-01-04 | 1 | -4/+4 |
|
|
* | sqlite3: Modernize documentation around unicode and bytes. (GH-28652) | Julien Palard | 2021-10-01 | 1 | -2/+2 |
|
|
* | bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786) | Erlend Egeberg Aasland | 2021-08-30 | 1 | -1/+4 |
|
|
* | bpo-44106: Purge unused sqlite3 doc includes (GH-26234) | Erlend Egeberg Aasland | 2021-05-19 | 8 | -138/+0 |
|
|
* | bpo-44106: Improve sqlite3 example database contents (GH-26027) | Erlend Egeberg Aasland | 2021-05-19 | 8 | -40/+36 |
|
|
* | bpo-43908: Document Static Types in the C API (GH-25710) | Victor Stinner | 2021-04-29 | 1 | -1/+4 |
|
|
* | bpo-20364: Improve sqlite3 placeholder docs (GH-25003) | Erlend Egeberg Aasland | 2021-04-14 | 1 | -8/+13 |
|
|
* | Minor C API documentation improvements. (GH-17696) | William Ayd | 2019-12-25 | 1 | -1/+1 |
|
|
* | bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) | Andrey Doroschenko | 2019-11-15 | 3 | -3/+3 |
|
|
* | bpo-26868: Fix example usage of PyModule_AddObject. (#15725) | Brandt Bucher | 2019-09-12 | 5 | -5/+30 |
|
|
* | bpo-36261: Improve example of the preamble field in email docs (GH-14751) | Carl Bordum Hansen | 2019-07-14 | 1 | -1/+1 |
|
|
* | bpo-36974: document PEP 590 (GH-13450) | Jeroen Demeyer | 2019-06-02 | 1 | -1/+1 |
|
|
* | bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) | Xtreak | 2019-05-19 | 25 | -18/+47 |
|
|
* | Doc: define PY_SSIZE_T_CLEAN always (GH-12794) | Inada Naoki | 2019-04-13 | 6 | -0/+6 |
|
|
* | bpo-24937: Replace the extension module porting HOWTO by links to external pr... | Petr Viktorin | 2018-09-24 | 1 | -134/+0 |
|
|
* | Removed unused import from tzinfo_examples.py. (GH-7994) | Sergey Fedoseev | 2018-07-05 | 1 | -1/+1 |
|
|