summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maintain support for older python versions in this module so that itGregory P. Smith2006-01-301-0/+16
* fix test import for use in standalone pybsddb project bsddb3 module as wellGregory P. Smith2006-01-291-1/+6
* Whitespace normalization.Tim Peters2006-01-291-1/+1
* Try a number of ports, in case 9020 is already in use.Martin v. Löwis2006-01-291-3/+14
* Explicitly close the server socket.Martin v. Löwis2006-01-291-0/+2
* add bsddb.db.DBEnv.set_tx_timestamp mentionGregory P. Smith2006-01-291-0/+2
* Delete aclocal.m4, and require autoconf 2.59, fixingMartin v. Löwis2006-01-293-123/+162
* Work around a Solaris peculiarity that caused test_pty to sometimes fail: aThomas Wouters2006-01-281-1/+8
* Improved handling of syntax errors.Jeremy Hylton2006-01-274-36/+314
* Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVERGregory P. Smith2006-01-272-0/+5
* Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVERGregory P. Smith2006-01-271-3/+18
* Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix givenBarry Warsaw2006-01-261-1/+1
* There was a race condition where the connector would try to connectNeal Norwitz2006-01-251-0/+3
* Remove generated test db filesNeal Norwitz2006-01-251-2/+3
* mwh pointed out _Filemodule.c is generated. So to fix the memory leakNeal Norwitz2006-01-251-4/+3
* Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.Neal Norwitz2006-01-255-3/+37
* test_rude_shutdown(): Rewrote to use proper threadTim Peters2006-01-241-11/+19
* Whitespace normalization.Tim Peters2006-01-241-4/+4
* note the bsddb extension module changes.Gregory P. Smith2006-01-241-1/+6
* commits sourceforge patch #1407992 by neil.norwitz.Gregory P. Smith2006-01-241-7/+7
* module list utilityFredrik Lundh2006-01-241-0/+126
* Patch #1349118: urllib2 now supports user:pass@ style proxyMartin v. Löwis2006-01-243-6/+98
* Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all theGregory P. Smith2006-01-242-5/+21
* Fix SF #1412837, compile failed with Watcom compilerNeal Norwitz2006-01-241-5/+5
* Repaired new test failures on Windows:Tim Peters2006-01-231-3/+12
* Correct misspellings.Georg Brandl2006-01-234-4/+4
* Add markup to new section in codecs docsGeorg Brandl2006-01-231-41/+42
* Correct typos and markup errors (Raymond, thanks for texcheck)Georg Brandl2006-01-234-5/+5
* Add two missing markup tags.Georg Brandl2006-01-231-1/+1
* Whitespace normalization.Tim Peters2006-01-231-1/+1
* Add \versionadded for sftp schemeGeorg Brandl2006-01-231-0/+1
* Disable this test until I can test on big-endian machines and get passingNeal Norwitz2006-01-231-1/+2
* Test zipimporter a bit more. Also get working with -R :: option for finding ...Neal Norwitz2006-01-231-4/+122
* Convenience function to remove a possibly non-existant fileNeal Norwitz2006-01-231-14/+10
* Test getsignal() and some error conditionsNeal Norwitz2006-01-231-1/+23
* Use unittest and make sure a few other cases don't crashNeal Norwitz2006-01-231-2/+23
* This should fix a mem leak on the Mac. Brett tested it.Neal Norwitz2006-01-231-4/+3
* Another typo.Georg Brandl2006-01-221-1/+1
* typoGeorg Brandl2006-01-221-1/+2
* Correct several typos in libos.tex. Bug #1412227.Georg Brandl2006-01-221-11/+11
* TypoGeorg Brandl2006-01-221-1/+1
* Remove reference to Grail and Netscape 2.0 from cgi docs.Georg Brandl2006-01-221-2/+1
* Misc. changes, including documenting the ability to specify a class attribute...Vinay Sajip2006-01-221-29/+46
* Fix typoWalter Dörwald2006-01-211-1/+1
* Bug #902075: urllib2 now handles "host:port" proxy specificationsGeorg Brandl2006-01-212-9/+16
* _compile(): raise an exception if downcasting to SRE_CODETim Peters2006-01-211-37/+40
* Whitespace normalization.Tim Peters2006-01-201-11/+11
* Patch #1410998: remove "DOS" from os.py docstringGeorg Brandl2006-01-201-1/+1
* Patch #1410783: add documentation links for static/classmethodGeorg Brandl2006-01-201-1/+9
* Document supported schemes.Georg Brandl2006-01-201-3/+8