Adam Turner
b72f81ff4a
PEP 249: Resolve dangling hyphens ( #3346 )
2023-09-01 18:39:51 +00:00
Marc-Andre Lemburg
74e6056162
Add optional Connection.autocommit attribute to PEP 249 ( #2887 )
...
* Add optional Connection.autocommit attribute as discussed on the DB-SIG ML.
Fix the creation date to point to the announcement date of the
DB-API 2.0.
Add years to the acknowledgements.
Minor editorial changes.
* Fix spelling.
* Fix another spelling mistake.
2022-11-16 19:04:43 +01:00
Hugo van Kemenade
5fb8b28a06
Many PEPs: 'Author' must be list of 'Name <email@example.com>, ...' ( #2809 )
2022-10-05 19:48:43 +03:00
Marc-Andre Lemburg
77039588ff
PEP 249: Replace StandardError with Exception ( #2781 )
...
* Replace StandardError with Exception to avoid confusion when using
the DB-API 2.0 in the context of Python 3.
Add a note about a future upgrade to the Warning base class.
Fixes #2776 .
* Fix typo and add year for more context.
* Remove mention of the exceptions module
This was removed in Python 3 as well. Python 2.7 doesn't need it either,
since all standard exceptions are builtin objects.
* Remove mention of exception objects being builtins.
They were already for a very long time, so this is pointless.
I only had this sentence to explain why I had removed the
"import exceptions" line from the Python 2 days.
* Grammar fix
* Fix exception hierarchy formatting
2022-09-06 16:49:53 +02:00
Adam Turner
13aa4b16fb
Make the table of contents collapsed by default ( #2364 )
2022-03-14 01:49:03 +00:00
Brett Cannon
bb4751379a
Many PEPs: Normalize the 'Created' field ( #1805 )
2021-02-09 08:54:26 -08:00
Mariatta
cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
...
This reverts commit bb0e518ed3
.
2017-11-11 11:28:55 -08:00
Huang Huang
bb0e518ed3
Rename all .txt PEP files to .rst (GH-462)
...
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Marti Raudsepp
04a6af2ab1
Fix various typos, spelling and grammar errors
...
Errors detected using Topy (https://github.com/intgr/topy ), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Serhiy Storchaka
d277ad711a
Removed unneeded spaces before commas and periods.
2015-02-14 19:47:39 +02:00
Marc-Andre Lemburg
a138604e56
Issue #16420 :
...
Convert PEP 249 (DB-API 2.0) to ReST format to allow linking to the
various parts.
The conversion was done mostly by Daniele Varrazzo.
2012-11-07 09:42:07 +01:00
Marc-Andre Lemburg
32046dbe54
Clarify the meaning of "number of affected rows" in the DB-API 2.0
...
as discussed on the db-sig list.
2012-11-06 16:24:07 +01:00
Marc-Andre Lemburg
a4ef40c921
Add new footnote to clarify the meaning of "affected rows" in the DB-API.
...
See DB-SIG mailing list for a discussion:
http://mail.python.org/pipermail/db-sig/2012-June/005856.html
2012-06-25 17:07:24 +02:00
Marc-André Lemburg
6cc202c7bf
Added optional two-phase commit (TPC) API extension as proposed
...
by James Henstridge and discussed on the DB-SIG.
Lots of small text edits (XXX->*, prepend all methods with a dot,
more indents, etc.).
Updated note on the Python datetime module objects.
2008-03-03 12:37:19 +00:00
Brett Cannon
ced547f43f
The DB SIG is not an author but where discussions should go.
2007-06-28 20:11:32 +00:00
Brett Cannon
6983fb3949
Add missing accent marks on MAL's name.
2007-06-28 20:07:12 +00:00
Brett Cannon
cdf5d3ce68
Fix the headers so that they are in the right order and no required headers are
...
missing.
2007-06-19 04:20:07 +00:00
Andrew M. Kuchling
59c5afdf4a
Fix 'the the' error
2007-04-27 22:51:38 +00:00
Marc-André Lemburg
9cffe03581
Update the table of contents and fix a few typos.
2006-03-28 15:47:14 +00:00
Georg Brandl
0cc59f7e0d
depreciated -> deprecated.
2006-03-28 07:39:14 +00:00
David Goodger
c5b5d3c83d
added Last-Modified headers to all PEPs without
2006-03-23 20:13:19 +00:00
Marc-André Lemburg
37e79f5901
Added note about new datetime module in Python 2.3.
2003-02-11 13:19:51 +00:00
Andrew M. Kuchling
27fe6b1e75
[Bug #636159 ] Fix inheritance diagram (DatabaseError is not a subclass of
...
InterfaceError)
2002-11-13 21:20:45 +00:00
Andrew M. Kuchling
2532a8121c
Mark the two database API PEPs as "Status: Final", with MAL's approval.
...
Neither has been revised significantly since 1996 or 1999.
2002-05-29 21:17:42 +00:00
Marc-André Lemburg
cdb77a562c
Added optional DB API 2.0 extensions as discussed on the DB SIG.
2002-02-04 22:47:07 +00:00
Marc-André Lemburg
b72ddcaf5c
Added clarification about use of .executemany() with stored procedures.
...
Patch by Bob Kline.
2001-08-08 08:38:06 +00:00
Marc-André Lemburg
b58d7d0c23
Added Release-Date tags.
2001-07-14 16:21:44 +00:00
Marc-André Lemburg
811c26b6de
Addded clarifications proposed by Federico Di Gregorio.
2001-04-27 11:20:14 +00:00
Andrew M. Kuchling
e1eed84968
Add Replaces and Replaced-By header.
...
Use PEP number for DB-API 1.0.
2001-03-30 16:56:15 +00:00
Marc-André Lemburg
8f8671dac3
Added PEP 248 and 249 which define the Python Database API Specifications
...
version 1.0 and 2.0 resp.
2001-03-29 17:00:15 +00:00