| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for a bug found by Armin Rigo, plus test. | Thomas Heller | 2006-04-12 | 1 | -1/+1 |
|
|
* | Off-by-one buffer overflow error. | Armin Rigo | 2006-04-12 | 1 | -1/+1 |
|
|
* | Update for new grammar | Neal Norwitz | 2006-04-12 | 1 | -4/+4 |
|
|
* | remove forward declarations. No constructors to move for these files. Makes | Anthony Baxter | 2006-04-12 | 2 | -6/+1 |
|
|
* | Move constructors, add some casts to make C++ compiler happy. Still a problem | Anthony Baxter | 2006-04-12 | 1 | -202/+201 |
|
|
* | remove forward declarations, move constructor functions. makes code C++ safe. | Anthony Baxter | 2006-04-12 | 1 | -43/+42 |
|
|
* | Some more changes to make code compile under a C++ compiler. | Anthony Baxter | 2006-04-11 | 4 | -9/+10 |
|
|
* | Clear errno before calling opendir() and readdir(). | Georg Brandl | 2006-04-11 | 1 | -0/+1 |
|
|
* | Bug #1467952: os.listdir() now correctly raises an error if readdir() | Georg Brandl | 2006-04-11 | 1 | -0/+6 |
|
|
* | SF Patch #1463867: Improved generator finalization to allow generators | Phillip J. Eby | 2006-04-10 | 1 | -1/+5 |
|
|
* | Fix warning about ptsname not being a prototype on Solaris. Is this prototyp... | Neal Norwitz | 2006-04-10 | 1 | -1/+1 |
|
|
* | Get rid of warnings about using chars as subscripts | Neal Norwitz | 2006-04-10 | 2 | -3/+3 |
|
|
* | Fix some warnings on HP-UX when using cc/aCC | Neal Norwitz | 2006-04-10 | 3 | -6/+4 |
|
|
* | Fix problem (not checking return result) reported by Coverity | Neal Norwitz | 2006-04-09 | 1 | -1/+4 |
|
|
* | Fix bsddb.db.DBError derived exceptions so they can be unpickled. | Gregory P. Smith | 2006-04-08 | 1 | -6/+22 |
|
|
* | Patch #1462080: Conditionalize some NETLINK defines. | Martin v. Löwis | 2006-04-06 | 1 | -0/+11 |
|
|
* | Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module. | Thomas Heller | 2006-04-06 | 1 | -2/+12 |
|
|
* | Replace a few more 'char' types with 'signed char', to fix test failures | Thomas Heller | 2006-04-06 | 1 | -5/+5 |
|
|
* | This change shouldn't have any functional effect. Coverity was | Neal Norwitz | 2006-04-06 | 1 | -1/+1 |
|
|
* | Fix unchecked return result from Coverity. | Neal Norwitz | 2006-04-06 | 1 | -0/+2 |
|
|
* | Handle ssize_t | Neal Norwitz | 2006-04-06 | 1 | -2/+2 |
|
|
* | Handle error conditions from PyString_ConcatAndDel(). | Neal Norwitz | 2006-04-06 | 1 | -1/+6 |
|
|
* | Handle ssize_t | Neal Norwitz | 2006-04-06 | 1 | -3/+4 |
|
|
* | Explicitely use 'signed char', to avoid problems on platforms with unsigned c... | Thomas Heller | 2006-04-05 | 1 | -26/+26 |
|
|
* | Explicitely use 'signed char', to avoid problems on platforms with unsigned c... | Thomas Heller | 2006-04-05 | 1 | -2/+2 |
|
|
* | upgrade to final version of pysqlite 2.2.0 | Anthony Baxter | 2006-04-05 | 9 | -30/+23 |
|
|
* | docstring tweak | Fredrik Lundh | 2006-04-04 | 1 | -1/+1 |
|
|
* | SF Bug #1448488 - make collectionsmodule build on Cygwin, using the same | Anthony Baxter | 2006-04-04 | 1 | -2/+6 |
|
|
* | Fix a couple of memory issues | Neal Norwitz | 2006-04-04 | 1 | -3/+3 |
|
|
* | Update to pysqlite 2.2.0 | Anthony Baxter | 2006-04-04 | 12 | -129/+416 |
|
|
* | Properly support empty woperation in win32_startfile; | Martin v. Löwis | 2006-04-03 | 1 | -9/+12 |
|
|
* | Try to fix the build on Mac OS X 10.3. The 'live_support' segment | Thomas Heller | 2006-04-03 | 1 | -1/+1 |
|
|
* | - add missing chunk for patch #1117961 | Matthias Klose | 2006-04-03 | 1 | -2/+2 |
|
|
* | - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc | Matthias Klose | 2006-04-03 | 4 | -344/+465 |
|
|
* | Try to fix the tests on OpenBSD. Apparently OpenBSD passes | Thomas Heller | 2006-04-03 | 1 | -2/+2 |
|
|
* | Bug #1451503: allow unicode filenames in os.startfile(). | Georg Brandl | 2006-04-03 | 1 | -0/+35 |
|
|
* | Whitespace: break long line | Neal Norwitz | 2006-04-03 | 1 | -1/+2 |
|
|
* | Make ssize_t clean | Neal Norwitz | 2006-04-01 | 4 | -6/+6 |
|
|
* | backport r243 from the pysqlite2 svn repository - lowers the required version | Anthony Baxter | 2006-04-01 | 3 | -126/+151 |
|
|
* | Patch #1459631: documnent zlib.Decompress.flush() length parameter. | Georg Brandl | 2006-04-01 | 1 | -1/+3 |
|
|
* | Bug #1460564: document that socket.fromfd() duplicates the given | Georg Brandl | 2006-04-01 | 1 | -2/+3 |
|
|
* | merged the sqlite-integration branch. | Anthony Baxter | 2006-04-01 | 22 | -0/+4142 |
|
|
* | In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 if | Thomas Wouters | 2006-03-31 | 1 | -1/+1 |
|
|
* | Add guards against fcntl() not being available on Windows. | Georg Brandl | 2006-03-31 | 1 | -0/+4 |
|
|
* | bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode. | Georg Brandl | 2006-03-31 | 1 | -2/+13 |
|
|
* | Patch #1380952: fix SSL objects timing out on consecutive read()s | Georg Brandl | 2006-03-31 | 1 | -8/+15 |
|
|
* | Remove unnecessary casts from type object initializers. | Georg Brandl | 2006-03-30 | 3 | -35/+35 |
|
|
* | Try to build _ctypes on x86 openbsd. | Thomas Heller | 2006-03-30 | 2 | -0/+2 |
|
|
* | In format strings slinging Py_ssize_t, unconditionally | Tim Peters | 2006-03-28 | 1 | -22/+9 |
|
|
* | Try to get rid of a Coverity warning by consistently using origpending. | Neal Norwitz | 2006-03-28 | 1 | -1/+1 |
|
|