index
:
delta/python-packages/mysqldb1.git
MySQLdb-1.0
MySQLdb-1.2
MySQLdb-1.3
master
pypy-fixes
remotes/svn/MySQLdb-1.2
utf8mb4
github.com: farcepest/MySQLdb1.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.2.2c1
MySQLdb-1.2.2c1
adustman
2007-02-25
0
-0
/
+0
*
Small build/packaging fixes. 1.2.2c1.
adustman
2007-02-25
6
-36
/
+30
*
Use setuptools instead of distutils. Add Python-2.5 support for with statemen...
adustman
2007-02-25
2
-2
/
+10
*
Fix for #1602592. Some Solaris compiler args could have percent signs,
adustman
2007-02-11
1
-1
/
+1
*
Suggestion from #1655760.
adustman
2007-02-11
1
-2
/
+1
*
Missing setup_common too
adustman
2007-02-11
1
-0
/
+1
*
Missing setup_posix.py and setup_windows.py.
adustman
2007-02-11
1
-0
/
+2
*
Fix for #1655760
adustman
2007-02-10
1
-7
/
+7
*
Revert previous reconnect patches and just handle it
adustman
2007-02-10
1
-53
/
+16
*
Fix bug #1567804: Make sure lists are copies/slices and not just the original
adustman
2007-02-10
1
-3
/
+9
*
Add connection.autoreconnect() (variant of bug #1574825)
adustman
2007-02-10
1
-1
/
+35
*
reconnect option for connect (bug #1550388).
adustman
2007-02-10
1
-4
/
+15
*
Remove test_SET() since it cannot work until
adustman
2007-02-10
1
-13
/
+0
*
Patch #1651584 (florentaide): Fixes Windows build
adustman
2007-02-10
1
-2
/
+2
*
Windows build. Completely untested.
adustman
2007-01-31
1
-0
/
+46
*
Fix dumb setup typo.
adustman
2007-01-29
2
-3
/
+3
*
Factor out most of the setup into setup_posix.py.
adustman
2007-01-03
6
-114
/
+142
*
Cleaner way to handle the compile-time versioning (via distutils
adustman
2006-10-28
1
-2
/
+5
*
Fix for Python 2.5.
adustman
2006-10-27
3
-2
/
+12
*
Metadata updates, 1.2.2b2
adustman
2006-10-13
3
-6
/
+12
*
Use CP/M-style switch prefixes (/D instead of -D) on Windows.
adustman
2006-08-30
2
-9
/
+19
*
Windows MySQL has a different configuration file (config-win.h)
adustman
2006-08-30
1
-6
/
+6
*
Version 1.2.2b1.
adustman
2006-08-27
9
-25
/
+51
*
Rename CHANGES to HISTORY
adustman
2006-04-09
1
-0
/
+0
*
Fix MANIFEST (well, fixed after the NEXT commit)
adustman
2006-04-09
2
-1
/
+1
*
Update CHANGES file
adustman
2006-04-09
1
-0
/
+15
*
Bump version. Disable leak checking by default.
adustman
2006-04-09
2
-3
/
+3
*
Fallback to non-thread-safe libraries if the thread-safe ones
adustman
2006-04-09
1
-0
/
+3
*
Remove conditionals for registering server_start and server_end.
adustman
2006-04-05
1
-2
/
+0
*
raise NotSupportedError instead of non-existent UnsupportedError
adustman
2006-04-04
1
-9
/
+12
*
1.2.1
adustman
2006-04-02
4
-3
/
+54
*
Rename branch
adustman
2006-04-02
0
-0
/
+0
*
Fix leak test for subclassing
adustman
2006-03-28
1
-3
/
+2
*
Fix some inconsistent spacing.
adustman
2006-03-28
6
-164
/
+201
*
Added documentation for sql_mode support.
adustman
2006-03-06
2
-0
/
+14
*
Added a bunch of new error codes to MySQLdb.constants.ER (complete for
adustman
2006-03-06
6
-16
/
+314
*
Bump metadata version.
adustman
2006-03-05
6
-19
/
+78
*
Reverted patch #1387290. It caused char/varchar columns with a binary
adustman
2006-03-04
3
-6
/
+4
*
* Added set_character_set(charset) method to database connections
adustman
2006-03-03
6
-46
/
+337
*
* Add metadata.cfg and site.cfg to MANIFEST.in so they get packaged
adustman
2006-03-02
7
-12
/
+385
*
Fix classifiers and package file handling
adustman
2006-02-28
1
-2
/
+2
*
Fix distribution naming
adustman
2006-02-28
1
-0
/
+5
*
Derive all version information from metadata.cfg
adustman
2006-02-28
4
-17
/
+17
*
Fix embedded build
adustman
2006-02-28
1
-1
/
+1
*
* Update README
adustman
2006-02-28
8
-371
/
+279
*
Python Sets (from sets module) as parameters work, but *only* Set
adustman
2006-02-27
1
-4
/
+3
*
Fix client_flag fubar and add support for more detailed warning
adustman
2006-02-27
2
-8
/
+30
*
Add sets module support and make boolean support non-optional
adustman
2006-02-27
1
-7
/
+9
*
Remove sets module in favor of standard sets module (Python-2.3 and
adustman
2006-02-27
2
-153
/
+31
*
Remove FIELD_TYPE.CHAR (deprecated) from STRING set since it conflicts
adustman
2006-02-27
1
-1
/
+1
[next]