| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same | Neal Norwitz | 2006-02-05 | 5 | -13/+68 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-02-05 | 1 | -2/+2 |
|
|
* | Use C-style comment | Neal Norwitz | 2006-02-05 | 1 | -1/+1 |
|
|
* | Resolves SF bug #1423972. | Barry Warsaw | 2006-02-04 | 1 | -2/+4 |
|
|
* | SF bug 1415455, fix typo in module name | Neal Norwitz | 2006-02-04 | 1 | -1/+1 |
|
|
* | Patch #1422385: Changes to nis module to support multiple NIS domains | Martin v. Löwis | 2006-02-04 | 4 | -26/+101 |
|
|
* | Fix typo | Neal Norwitz | 2006-02-04 | 1 | -1/+1 |
|
|
* | Drop C library for stat/fstat on Windows. | Martin v. Löwis | 2006-02-03 | 2 | -117/+250 |
|
|
* | parsedate_tz(): Minor cleanup. | Barry Warsaw | 2006-02-03 | 2 | -3/+11 |
|
|
* | SF patch #1421726 | Fredrik Lundh | 2006-02-02 | 1 | -1/+1 |
|
|
* | As discussed on python-dev, silence three gcc-4.0.x warnings, using assert() | Thomas Wouters | 2006-02-01 | 1 | -2/+9 |
|
|
* | Patch #1413711: Certain patterns of differences were making difflib | Gustavo Niemeyer | 2006-01-31 | 3 | -17/+34 |
|
|
* | Fix typo. | Martin v. Löwis | 2006-01-30 | 1 | -1/+1 |
|
|
* | maintain support for older python versions in this module so that it | Gregory P. Smith | 2006-01-30 | 1 | -0/+16 |
|
|
* | fix test import for use in standalone pybsddb project bsddb3 module as well | Gregory P. Smith | 2006-01-29 | 1 | -1/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-29 | 1 | -1/+1 |
|
|
* | Try a number of ports, in case 9020 is already in use. | Martin v. Löwis | 2006-01-29 | 1 | -3/+14 |
|
|
* | Explicitly close the server socket. | Martin v. Löwis | 2006-01-29 | 1 | -0/+2 |
|
|
* | add bsddb.db.DBEnv.set_tx_timestamp mention | Gregory P. Smith | 2006-01-29 | 1 | -0/+2 |
|
|
* | Delete aclocal.m4, and require autoconf 2.59, fixing | Martin v. Löwis | 2006-01-29 | 3 | -123/+162 |
|
|
* | Work around a Solaris peculiarity that caused test_pty to sometimes fail: a | Thomas Wouters | 2006-01-28 | 1 | -1/+8 |
|
|
* | Improved handling of syntax errors. | Jeremy Hylton | 2006-01-27 | 4 | -36/+314 |
|
|
* | Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER | Gregory P. Smith | 2006-01-27 | 2 | -0/+5 |
|
|
* | Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER | Gregory P. Smith | 2006-01-27 | 1 | -3/+18 |
|
|
* | Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given | Barry Warsaw | 2006-01-26 | 1 | -1/+1 |
|
|
* | There was a race condition where the connector would try to connect | Neal Norwitz | 2006-01-25 | 1 | -0/+3 |
|
|
* | Remove generated test db files | Neal Norwitz | 2006-01-25 | 1 | -2/+3 |
|
|
* | mwh pointed out _Filemodule.c is generated. So to fix the memory leak | Neal Norwitz | 2006-01-25 | 1 | -4/+3 |
|
|
* | Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env. | Neal Norwitz | 2006-01-25 | 5 | -3/+37 |
|
|
* | test_rude_shutdown(): Rewrote to use proper thread | Tim Peters | 2006-01-24 | 1 | -11/+19 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-24 | 1 | -4/+4 |
|
|
* | note the bsddb extension module changes. | Gregory P. Smith | 2006-01-24 | 1 | -1/+6 |
|
|
* | commits sourceforge patch #1407992 by neil.norwitz. | Gregory P. Smith | 2006-01-24 | 1 | -7/+7 |
|
|
* | module list utility | Fredrik Lundh | 2006-01-24 | 1 | -0/+126 |
|
|
* | Patch #1349118: urllib2 now supports user:pass@ style proxy | Martin v. Löwis | 2006-01-24 | 3 | -6/+98 |
|
|
* | Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the | Gregory P. Smith | 2006-01-24 | 2 | -5/+21 |
|
|
* | Fix SF #1412837, compile failed with Watcom compiler | Neal Norwitz | 2006-01-24 | 1 | -5/+5 |
|
|
* | Repaired new test failures on Windows: | Tim Peters | 2006-01-23 | 1 | -3/+12 |
|
|
* | Correct misspellings. | Georg Brandl | 2006-01-23 | 4 | -4/+4 |
|
|
* | Add markup to new section in codecs docs | Georg Brandl | 2006-01-23 | 1 | -41/+42 |
|
|
* | Correct typos and markup errors (Raymond, thanks for texcheck) | Georg Brandl | 2006-01-23 | 4 | -5/+5 |
|
|
* | Add two missing markup tags. | Georg Brandl | 2006-01-23 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-23 | 1 | -1/+1 |
|
|
* | Add \versionadded for sftp scheme | Georg Brandl | 2006-01-23 | 1 | -0/+1 |
|
|
* | Disable this test until I can test on big-endian machines and get passing | Neal Norwitz | 2006-01-23 | 1 | -1/+2 |
|
|
* | Test zipimporter a bit more. Also get working with -R :: option for finding ... | Neal Norwitz | 2006-01-23 | 1 | -4/+122 |
|
|
* | Convenience function to remove a possibly non-existant file | Neal Norwitz | 2006-01-23 | 1 | -14/+10 |
|
|
* | Test getsignal() and some error conditions | Neal Norwitz | 2006-01-23 | 1 | -1/+23 |
|
|
* | Use unittest and make sure a few other cases don't crash | Neal Norwitz | 2006-01-23 | 1 | -2/+23 |
|
|
* | This should fix a mem leak on the Mac. Brett tested it. | Neal Norwitz | 2006-01-23 | 1 | -4/+3 |
|
|