summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK areSkip Montanaro2005-06-081-5/+5
* [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...Andrew M. Kuchling2005-06-072-0/+19
* Minor namespace clean-up.Raymond Hettinger2005-06-071-2/+2
* [Bug #1170422] Use correct option nameAndrew M. Kuchling2005-06-071-1/+1
* Add a decimal FAQRaymond Hettinger2005-06-071-2/+155
* fix more Errors (not Failures) when run using BerkeleyDB <= 4.0Gregory P. Smith2005-06-061-4/+13
* fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2Gregory P. Smith2005-06-061-32/+61
* change set_bt_compare() callback comparison function to only take twoGregory P. Smith2005-06-061-10/+7
* make the tests that expect uncatchable exceptions from a callback testGregory P. Smith2005-06-061-19/+48
* additional sanity check. secondaryDB cannot be closed.Gregory P. Smith2005-06-061-0/+1
* test case for pybsddb SF bug id 1215432Gregory P. Smith2005-06-061-0/+50
* fixes pybsddb SF bug id 1215432. DB.associate() would crash when aGregory P. Smith2005-06-061-5/+3
* test DB.associate using transactions. somewhat related to SF pybsddbGregory P. Smith2005-06-061-12/+46
* Documentation clarified re. config socket listener protocolVinay Sajip2005-06-052-4/+7
* Bug #1184380: extending&embedding example brokenGeorg Brandl2005-06-051-1/+1
* Fix missing assignments of marshal.load() values. Closes #1214662.Skip Montanaro2005-06-041-7/+7
* Bug #1210001: typo in email docGeorg Brandl2005-06-041-1/+1
* Bug #1196315: fix weakref.WeakValueDictionary constructor.Georg Brandl2005-06-042-1/+3
* Correct URL to the official UnicodeData 3.2.0 resource. (ReportedHye-Shik Chang2005-06-042-2/+2
* pybsddb 4.3.2:Gregory P. Smith2005-06-043-33/+97
* Whitespace normalization.Tim Peters2005-06-034-195/+195
* Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-033-0/+16
* Fix a couple of crashing-on-malformed data marshal bugs.Michael W. Hudson2005-06-031-6/+8
* [ 1197218 ] test_locale fix on modern linuxAnthony Baxter2005-06-031-8/+10
* This is my patch:Michael W. Hudson2005-06-035-68/+196
* Bug #1213894: os.path.realpath didn't resolve symlinks that were the firstGeorg Brandl2005-06-033-1/+24
* fix object.__divmod__.__doc__Anthony Baxter2005-06-031-2/+8
* M-x untabifyMichael W. Hudson2005-06-031-9/+9
* Update permissions for Birkenfeld.Raymond Hettinger2005-06-031-1/+2
* pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparisonGregory P. Smith2005-06-034-1/+381
* Delete some vestigial code; execution will never reach the 'if' statement if ...Andrew M. Kuchling2005-06-021-6/+1
* [Bug #1209880] Describe only the True/False return values from lock.acquire()Andrew M. Kuchling2005-06-022-4/+3
* [Bug #1193001] Make the notation section use the same productionlist env. as ...Andrew M. Kuchling2005-06-021-5/+5
* [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first oneAndrew M. Kuchling2005-06-021-0/+10
* [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre M...Andrew M. Kuchling2005-06-021-1/+1
* Patch #1212117: Add optional attribute st_flags to os.stat_resultHye-Shik Chang2005-06-026-3/+134
* Fix compiler.ast.flatten function so that it works on lists.Neil Schemenauer2005-06-023-8/+13
* [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within th...Andrew M. Kuchling2005-06-021-1/+1
* added GET/SETANNOTATION methodsPiers Lauder2005-06-012-9/+46
* [Bug #1105706] Use correct name for constantAndrew M. Kuchling2005-06-011-2/+2
* [Bug #1123268] Fix typoAndrew M. Kuchling2005-06-011-1/+1
* [Bug #1181939] Remove incorrect text about __init__; move map discussion into...Andrew M. Kuchling2005-06-011-5/+4
* [Bug #1194249] Fix duplicate assignment in example codeAndrew M. Kuchling2005-06-011-1/+1
* NEWS entry for the patch I checked in last week.Michael W. Hudson2005-06-011-0/+4
* SF bug #1209411: divmod documentation shd reference // not /Raymond Hettinger2005-05-312-2/+2
* SF bug #1202395: Description of string.lstrip() needs improvementRaymond Hettinger2005-05-311-15/+33
* Add permissions for Reinhold Birkenfeld.Raymond Hettinger2005-05-281-0/+5
* This is my patch:Michael W. Hudson2005-05-275-251/+639
* Fix test_site to not call open('...', 'wU'), as that now raises an error.Michael W. Hudson2005-05-271-1/+1
* SF bug #1209671: dict.popitem documentation should mention empty dict caseRaymond Hettinger2005-05-271-1/+2