| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Makefile included in sdist. | Daniele Varrazzo | 2010-11-14 | 1 | -1/+1 |
| | | |||||
| * | Fixed dependencies to build the docs. | Daniele Varrazzo | 2010-11-13 | 1 | -3/+3 |
| | | |||||
| * | Fixed setuptools installation from scratch. | Daniele Varrazzo | 2010-11-13 | 1 | -12/+14 |
| | | |||||
| * | runtests.py script dropped. | Daniele Varrazzo | 2010-11-13 | 1 | -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 Varrazzo | 2010-11-13 | 2 | -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 logs | Jean-Baptiste Quenot | 2010-11-13 | 1 | -3/+3 |
| | | |||||
| * | Fixed notices order (ticket #9). | Daniele Varrazzo | 2010-11-11 | 4 | -11/+50 |
| | | |||||
| * | NamedTupleCursor doesn't change exception when fetching with no result. | Daniele Varrazzo | 2010-11-11 | 3 | -1/+13 |
| | | |||||
| * | Build the namedtuple only once per execution, not once per fetch. | Daniele Varrazzo | 2010-11-11 | 3 | -3/+73 |
| | | |||||
| * | Fixed tests to run on Windows. | Daniele Varrazzo | 2010-11-11 | 2 | -1/+9 |
| | | |||||
| * | Functions unused outside the module marked static. | Daniele Varrazzo | 2010-11-10 | 2 | -4/+8 |
| | | |||||
| * | Version bump to 2.3.0-beta2 | Federico Di Gregorio | 2010-11-09 | 2 | -2/+2 |
| | | |||||
| * | Check the presence of a mro. | Daniele Varrazzo | 2010-11-09 | 2 | -1/+3 |
| | | | | | | The mere presence of the Py_TPFLAGS_HAVE_CLASS doesn't ensure it is there. | ||||
| * | Avoid pointless string manipulation in NamedTupleCursor. | Daniele Varrazzo | 2010-11-09 | 2 | -2/+3 |
| | | | | | Closes ticket #10. Reported by Marko Kreen. | ||||
| * | Dropped PyArg_ParseTuple() calls in functions taking no arguments. | Daniele Varrazzo | 2010-11-09 | 14 | -72/+28 |
| | | |||||
| * | Less lookups and more efficient calls in microprotocols_adapt(). | Daniele Varrazzo | 2010-11-09 | 1 | -9/+29 |
| | | | | | Also more explicit handling of the exception indicator. | ||||
| * | Less lookups and more efficient calls in microprotocols_getquoted(). | Daniele Varrazzo | 2010-11-09 | 2 | -20/+33 |
| | | |||||
| * | Replaced PyObject_CallFunction() with *ObjArgs() where more efficient. | Daniele Varrazzo | 2010-11-09 | 8 | -7/+11 |
| | | |||||
| * | Silencing other 2 tests failures due to 2pc disabled in the server. | Daniele Varrazzo | 2010-11-09 | 1 | -0/+8 |
| | | |||||
| * | Win32 *time_r fix | Jason Erickson | 2010-11-09 | 1 | -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 Varrazzo | 2010-11-09 | 3 | -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 Varrazzo | 2010-11-09 | 1 | -2/+1 |
| | | |||||
| * | Fixed repr for Decimal wrapper. | Daniele Varrazzo | 2010-11-09 | 1 | -1/+1 |
| | | |||||
| * | Dropped file imported by mistake. | Daniele Varrazzo | 2010-11-09 | 1 | -147/+0 |
| | | |||||
| * | Use the adapter of an object superclass if available. | Daniele Varrazzo | 2010-11-08 | 4 | -4/+92 |
| | | |||||
| * | Use faster function to build tuples in adaptation. | Daniele Varrazzo | 2010-11-08 | 2 | -4/+13 |
| | | | | | Fixed a refcount bug too. | ||||
| * | Py_TYPE defined as it is in Python 2.6. | Daniele Varrazzo | 2010-11-08 | 1 | -1/+1 |
| | | |||||
| * | Added version info to Xid object docs. | Daniele Varrazzo | 2010-11-08 | 1 | -0/+2 |
| | | |||||
| * | Notifcation example improved. | Daniele Varrazzo | 2010-11-08 | 1 | -12/+16 |
| | | |||||
| * | Tests fail gracefully if tpc is supported but disabled by the server. | Daniele Varrazzo | 2010-11-08 | 1 | -0/+36 |
| | | |||||
| * | Preparing release 2.3.0-beta12_3_0_BETA1 | Federico Di Gregorio | 2010-11-06 | 8 | -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 fixed | Daniele Varrazzo | 2010-11-06 | 1 | -1/+1 |
| | | |||||
| * | Added NamedTupleCursor. | Daniele Varrazzo | 2010-11-06 | 5 | -10/+217 |
| | | |||||
| * | Added test to verify the ticket #7 is fixed. | Daniele Varrazzo | 2010-11-06 | 1 | -0/+13 |
| | | |||||
| * | Docs expansions about thread/processes safety. | Daniele Varrazzo | 2010-11-05 | 3 | -19/+45 |
| | | |||||
| * | Added compatibility macro for pre 2.6 | Daniele Varrazzo | 2010-11-05 | 1 | -0/+4 |
| | | |||||
| * | Updated version 2.2.3 -> 2.3 in the docs. | Daniele Varrazzo | 2010-11-05 | 5 | -8/+8 |
| | | |||||
| * | Added news file for new release. | Daniele Varrazzo | 2010-11-05 | 2 | -1/+28 |
| | | |||||
| * | Updated classifier to make the upload work. | Daniele Varrazzo | 2010-11-05 | 1 | -2/+2 |
| | | |||||
| * | Dropped reference to removed TODO file: it breaks 'pip'. | Daniele Varrazzo | 2010-11-05 | 2 | -1/+5 |
| | | |||||
| * | Bump to 2.3.dev0 | Daniele Varrazzo | 2010-11-05 | 2 | -1/+10 |
| | | |||||
| * | Added warning note about equivalence inconsistence between Notify and tuples. | Daniele Varrazzo | 2010-11-05 | 1 | -0/+18 |
| | | |||||
| * | The Notify type is hashable. | Daniele Varrazzo | 2010-11-05 | 2 | -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 Varrazzo | 2010-11-05 | 3 | -3/+3 |
| | | |||||
| * | Added comparison between Notify objects and Notify or tuple. | Daniele Varrazzo | 2010-11-05 | 2 | -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 Varrazzo | 2010-11-05 | 1 | -0/+5 |
| | | |||||
| * | Skip tests if the hstore type is not in the test database. | Daniele Varrazzo | 2010-11-05 | 1 | -0/+17 |
| | | |||||
| * | Hstore documentation improved. | Daniele Varrazzo | 2010-11-05 | 2 | -22/+31 |
| | | |||||
| * | Added some documentation for the hstore adaptation. | Daniele Varrazzo | 2010-11-05 | 3 | -6/+40 |
| | | |||||
| * | The hstore typecast can be registered globally. | Daniele Varrazzo | 2010-11-05 | 2 | -27/+61 |
| | | |||||
