Sun, 22 Feb 2009 20:01:31 +0000 |
adustman |
Read a default file in the test setUp. Since Python 2.4, int() will return longs if needed so make all long references int as in Python 3.0 there is no more long due to int/long unification (new ints are old longs).
MySQLdb
|
Sun, 22 Feb 2009 19:29:42 +0000 |
adustman |
This makes setup.py test use nose to run all the tests
MySQLdb
|
Tue, 17 Feb 2009 18:59:35 +0000 |
kylev |
Bring back conversions for the time being, until we can get trunk actually
MySQLdb
|
Tue, 17 Feb 2009 06:24:44 +0000 |
kylev |
Remove more pre-py2.3 ifdef workarounds
MySQLdb
|
Tue, 17 Feb 2009 06:02:33 +0000 |
kylev |
_PyTuple_Resize is stable since 2.2, so we don't need the macro MyTuple_Resize
MySQLdb
|
Tue, 17 Feb 2009 05:55:48 +0000 |
kylev |
Member stuff is stable post py2.2, so remove the MyMember* workarounds
MySQLdb
|
Tue, 17 Feb 2009 05:55:24 +0000 |
kylev |
Member stuff is stable post py2.2, so remove the MyMember* workarounds
MySQLdb
|
Sun, 15 Feb 2009 07:56:43 +0000 |
kylev |
More NOARGS, with test coverage
MySQLdb
|
Sun, 15 Feb 2009 07:26:43 +0000 |
kylev |
Update some of the constants and declarations to post python-2.0
MySQLdb
|
Sun, 15 Feb 2009 07:26:36 +0000 |
kylev |
Update some of the constants and declarations to post python-2.0
MySQLdb
|
Fri, 13 Feb 2009 08:10:00 +0000 |
kylev |
Use Py_InitModule3 since we were were doing the same as the #define for the
MySQLdb
|
Thu, 12 Feb 2009 00:36:39 +0000 |
kylev |
Since tests are easy to run, there's no reason to have them in shipping code.
MySQLdb
|
Thu, 12 Feb 2009 00:28:34 +0000 |
kylev |
Last merge of everything from 1.2br that went into 1.2.3b1 (499:567)
MySQLdb
|
Thu, 12 Feb 2009 00:23:41 +0000 |
kylev |
Conflict-filled merge from 1.2br for 558:559 set and exception fixes
MySQLdb
|
Thu, 12 Feb 2009 00:08:30 +0000 |
kylev |
Merge back doc changes 556:557 from 1.2 branch
MySQLdb
|
Wed, 11 Feb 2009 23:51:13 +0000 |
kylev |
Merge back r555 for ez_setup usage
MySQLdb
|
Wed, 11 Feb 2009 23:45:57 +0000 |
kylev |
Merge back r554 for deprecated sets module
MySQLdb
|
Wed, 11 Feb 2009 22:15:41 +0000 |
kylev |
Merge back r553 bug fix #2137599 for VALUES regex
MySQLdb
|
Wed, 11 Feb 2009 20:10:30 +0000 |
kylev |
update svn ignore for release.py and some generated dirs
MySQLdb
|
Mon, 09 Feb 2009 01:48:38 +0000 |
kylev |
Remove more pre-2.3 checks and #define work-arounds.
MySQLdb
|
Sat, 07 Feb 2009 22:48:05 +0000 |
kylev |
Clean out the old 1.x and 2.2 era memory workarounds (our minimum is 2.3).
MySQLdb
|
Sat, 07 Feb 2009 21:13:51 +0000 |
kylev |
Apply missing Py_ssize_t conversion caught by spektrum.
MySQLdb
|
Sat, 07 Feb 2009 20:54:30 +0000 |
kylev |
Last of the METH_NOARGS conversions.
MySQLdb
|
Sat, 07 Feb 2009 20:42:50 +0000 |
kylev |
Start converting some some things to METH_NOARGS to save invocation time, add
MySQLdb
|
Fri, 06 Feb 2009 08:36:37 +0000 |
kylev |
fix my own dumb 5-space indent
MySQLdb
|
Fri, 06 Feb 2009 08:21:03 +0000 |
kylev |
Get rid of 2.6 deprecation warnings on Exception style, and cleanly detect the
MySQLdb
|
Fri, 06 Feb 2009 04:31:38 +0000 |
kylev |
Trivial patch for dict.has_key() being deprecated going forward.
MySQLdb
|
Tue, 01 Apr 2008 16:16:14 +0000 |
adustman |
Fix #1808476
MySQLdb
|
Tue, 01 Apr 2008 16:06:57 +0000 |
adustman |
Fix #1931404
MySQLdb
|
Sat, 29 Mar 2008 19:57:53 +0000 |
adustman |
Missing file, but #1928858
MySQLdb
|
Fri, 14 Mar 2008 23:06:29 +0000 |
adustman |
Tons of changes from major refactoring/cleanup. This is all really broken
MySQLdb
|
Tue, 27 Feb 2007 00:58:49 +0000 |
adustman |
egg names already include python versoin, so don't add it to package name.
MySQLdb
|
Tue, 27 Feb 2007 00:33:54 +0000 |
adustman |
Added to make build bot happy.
MySQLdb
|
Mon, 26 Feb 2007 18:59:22 +0000 |
adustman |
More doc fixes
MySQLdb
|
Mon, 26 Feb 2007 18:08:28 +0000 |
adustman |
Formatting and PyLint fixes. Final score: 8.21/10
MySQLdb
|
Mon, 26 Feb 2007 17:24:06 +0000 |
adustman |
Keyword/property fixes
MySQLdb
|
Mon, 26 Feb 2007 17:04:04 +0000 |
adustman |
More docstrings and doctests for times and other cleanups.
MySQLdb
|
Mon, 26 Feb 2007 06:03:45 +0000 |
adustman |
More PyLint-inspired cleanups. Added a bunch of doctests in times.
MySQLdb
|
Mon, 26 Feb 2007 02:40:02 +0000 |
adustman |
Me and PyLint had a knife fight, but PyLint had a gun.
MySQLdb
|
Mon, 26 Feb 2007 00:55:29 +0000 |
adustman |
Merge changes from 1.2 branch (r470:483): Mostly build-related.
MySQLdb
|
Sun, 11 Feb 2007 21:36:29 +0000 |
adustman |
New error handling code, plus some small fixes from 1.2
MySQLdb
|
Sun, 11 Feb 2007 07:40:50 +0000 |
adustman |
Add missing setup_*.py files
MySQLdb
|
Sun, 11 Feb 2007 04:44:11 +0000 |
adustman |
Minor build/link fixes
MySQLdb
|
Sun, 11 Feb 2007 04:37:29 +0000 |
adustman |
Merge changes from 1.2 branch r456-468
MySQLdb
|
Tue, 24 Oct 2006 19:52:31 +0000 |
adustman |
Merge changes from MySQLdb-1.2 branch (448-455)
MySQLdb
|
Sun, 09 Apr 2006 04:06:40 +0000 |
adustman |
Merge changes from 1.2 branch
MySQLdb
|
Fri, 07 Apr 2006 05:06:01 +0000 |
adustman |
Smashed _mysql.c with a great big hammer and got some smaller,
MySQLdb
|
Fri, 07 Apr 2006 02:44:04 +0000 |
adustman |
Merged fixes from 1.2 branch
MySQLdb
|
Sun, 02 Apr 2006 18:20:53 +0000 |
adustman |
Copying 1.2.1 to be the new trunk
MySQLdb
|