summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makefile included in sdist.Daniele Varrazzo2010-11-141-1/+1
|
* Fixed dependencies to build the docs.Daniele Varrazzo2010-11-131-3/+3
|
* Fixed setuptools installation from scratch.Daniele Varrazzo2010-11-131-12/+14
|
* runtests.py script dropped.Daniele Varrazzo2010-11-131-26/+0
| | | | | It was broken as the distutils changed the name of the build dir somewhere along the way. Use ``make runtests`` instead.
* Added flesh to the Makefile.Daniele Varrazzo2010-11-132-5/+111
| | | | | Now it can be used to build, make the docs (including installing dependencies), run the tests, build the sdist.
* Mention connection object in debug logsJean-Baptiste Quenot2010-11-131-3/+3
|
* Fixed notices order (ticket #9).Daniele Varrazzo2010-11-114-11/+50
|
* NamedTupleCursor doesn't change exception when fetching with no result.Daniele Varrazzo2010-11-113-1/+13
|
* Build the namedtuple only once per execution, not once per fetch.Daniele Varrazzo2010-11-113-3/+73
|
* Fixed tests to run on Windows.Daniele Varrazzo2010-11-112-1/+9
|
* Functions unused outside the module marked static.Daniele Varrazzo2010-11-102-4/+8
|
* Version bump to 2.3.0-beta2Federico Di Gregorio2010-11-092-2/+2
|
* Check the presence of a mro.Daniele Varrazzo2010-11-092-1/+3
| | | | | The mere presence of the Py_TPFLAGS_HAVE_CLASS doesn't ensure it is there.
* Avoid pointless string manipulation in NamedTupleCursor.Daniele Varrazzo2010-11-092-2/+3
| | | | Closes ticket #10. Reported by Marko Kreen.
* Dropped PyArg_ParseTuple() calls in functions taking no arguments.Daniele Varrazzo2010-11-0914-72/+28
|
* Less lookups and more efficient calls in microprotocols_adapt().Daniele Varrazzo2010-11-091-9/+29
| | | | Also more explicit handling of the exception indicator.
* Less lookups and more efficient calls in microprotocols_getquoted().Daniele Varrazzo2010-11-092-20/+33
|
* Replaced PyObject_CallFunction() with *ObjArgs() where more efficient.Daniele Varrazzo2010-11-098-7/+11
|
* Silencing other 2 tests failures due to 2pc disabled in the server.Daniele Varrazzo2010-11-091-0/+8
|
* Win32 *time_r fixJason Erickson2010-11-091-10/+3
| | | | Fixed the thread safetyness of the Windows *time_r functions.
* fixed crash in pdecimal_str with a few Python 2.5.x releases.Daniele Varrazzo2010-11-093-14/+30
| | | | | is_finite() is not available in 2.5.1, it is in 2.5.5 but is officially supported only since 2.6.
* Fixed test syntax for py 2.4.Daniele Varrazzo2010-11-091-2/+1
|
* Fixed repr for Decimal wrapper.Daniele Varrazzo2010-11-091-1/+1
|
* Dropped file imported by mistake.Daniele Varrazzo2010-11-091-147/+0
|
* Use the adapter of an object superclass if available.Daniele Varrazzo2010-11-084-4/+92
|
* Use faster function to build tuples in adaptation.Daniele Varrazzo2010-11-082-4/+13
| | | | Fixed a refcount bug too.
* Py_TYPE defined as it is in Python 2.6.Daniele Varrazzo2010-11-081-1/+1
|
* Added version info to Xid object docs.Daniele Varrazzo2010-11-081-0/+2
|
* Notifcation example improved.Daniele Varrazzo2010-11-081-12/+16
|
* Tests fail gracefully if tpc is supported but disabled by the server.Daniele Varrazzo2010-11-081-0/+36
|
* Preparing release 2.3.0-beta12_3_0_BETA1Federico Di Gregorio2010-11-068-81/+97
| | | | | | | | | | | | * Merged NEWS-2.3 and NEWS-2.2: 2.0 (pre-async) still makes sense in case someone has horrible problems with the new code but 2.3 will just substitute 2.2 so having a separated NEWS file doesn't make sense. * Moved authors and contributors to AUHTORS file. * README now has pointers to web site and bug tracker. * Updated MonoDevelop project.
* Typo fixedDaniele Varrazzo2010-11-061-1/+1
|
* Added NamedTupleCursor.Daniele Varrazzo2010-11-065-10/+217
|
* Added test to verify the ticket #7 is fixed.Daniele Varrazzo2010-11-061-0/+13
|
* Docs expansions about thread/processes safety.Daniele Varrazzo2010-11-053-19/+45
|
* Added compatibility macro for pre 2.6Daniele Varrazzo2010-11-051-0/+4
|
* Updated version 2.2.3 -> 2.3 in the docs.Daniele Varrazzo2010-11-055-8/+8
|
* Added news file for new release.Daniele Varrazzo2010-11-052-1/+28
|
* Updated classifier to make the upload work.Daniele Varrazzo2010-11-051-2/+2
|
* Dropped reference to removed TODO file: it breaks 'pip'.Daniele Varrazzo2010-11-052-1/+5
|
* Bump to 2.3.dev0Daniele Varrazzo2010-11-052-1/+10
|
* Added warning note about equivalence inconsistence between Notify and tuples.Daniele Varrazzo2010-11-051-0/+18
|
* The Notify type is hashable.Daniele Varrazzo2010-11-052-16/+37
| | | | | If there is no payload, hash the same way the equivalent 2-tuple does. Otherwise hash on the payload too.
* Payload default is the empty string.Daniele Varrazzo2010-11-053-3/+3
|
* Added comparison between Notify objects and Notify or tuple.Daniele Varrazzo2010-11-052-1/+68
| | | | | | Explicit comparison with the tuple is required if we want to make Notify() == (pid, channel) work: item access is not enough (and a test in the suite fails if we get this wrong).
* Try to install the hstore type in the test database.Daniele Varrazzo2010-11-051-0/+5
|
* Skip tests if the hstore type is not in the test database.Daniele Varrazzo2010-11-051-0/+17
|
* Hstore documentation improved.Daniele Varrazzo2010-11-052-22/+31
|
* Added some documentation for the hstore adaptation.Daniele Varrazzo2010-11-053-6/+40
|
* The hstore typecast can be registered globally.Daniele Varrazzo2010-11-052-27/+61
|