summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* You can have more than one thread state for a thread if theyMichael W. Hudson2005-06-161-1/+1
* Fix check for error conditionAndrew M. Kuchling2005-06-151-1/+1
* [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suiteAndrew M. Kuchling2005-06-151-1/+2
* Fix nits.Raymond Hettinger2005-06-151-2/+3
* Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. WhySkip Montanaro2005-06-151-0/+1
* Consistently use hard tabs for indentation.Michael W. Hudson2005-06-151-172/+165
* Add a missing incref.Michael W. Hudson2005-06-151-0/+1
* Update version.Michael W. Hudson2005-06-151-1/+1
* Missed this documentation change about my marshal-floats-binarywiseMichael W. Hudson2005-06-151-3/+4
* Leak fix from Michael Hudson. Fix memory leak when dialect doesn'tSkip Montanaro2005-06-151-0/+2
* More tweaks for C++ support. Still doesn't seem to break anything:-)Jack Jansen2005-06-143-10/+47
* [Bug #1219862] Document correct argument range for pair_content()Andrew M. Kuchling2005-06-141-1/+1
* yet another cache to clear when leak hunting.Michael W. Hudson2005-06-141-0/+2
* SF bug #1219448: small output bugRaymond Hettinger2005-06-141-1/+1
* SF bug #1215887: String and list methods documentation deeply hiddenRaymond Hettinger2005-06-141-5/+14
* Port test_long.py to unittest.Walter Dörwald2005-06-131-508/+451
* Fix bugMichael W. Hudson2005-06-132-0/+13
* Remove extraneous format character from PyArg_ParseTuple call inMichael W. Hudson2005-06-131-1/+1
* SF bug #1219361 Fix typoRaymond Hettinger2005-06-131-1/+1
* 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated withKurt B. Kaiser2005-06-123-9/+12
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-125-4/+13
* fix typo. \var vs \variableGregory P. Smith2005-06-111-1/+1
* Clarify docs about os.popen[234].Georg Brandl2005-06-101-2/+2
* Patch #1171150: add a newline to py_compile error outputGeorg Brandl2005-06-101-1/+1
* The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed fromArmin Rigo2005-06-101-12/+0
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-105-7/+182
* Minor tweaks, to allow some (out-of-tree, until successful) tinkeringJack Jansen2005-06-102-11/+15
* [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr(...Andrew M. Kuchling2005-06-091-9/+13
* [Bug #1079134] Mention change to date comparisons; bump version info and rele...Andrew M. Kuchling2005-06-091-4/+10
* [Patch #1002763] Allow long ints as terminator values; also, treat a terminat...Andrew M. Kuchling2005-06-091-2/+2
* Convert asynchat test to unittest; exercise the client using a numeric value ...Andrew M. Kuchling2005-06-091-14/+46
* [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...Andrew M. Kuchling2005-06-092-2/+26
* Convert gzip test suite to use unittestAndrew M. Kuchling2005-06-091-74/+110
* fix import to work with either module name.Gregory P. Smith2005-06-091-1/+6
* [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...Andrew M. Kuchling2005-06-082-4/+12
* [Bug #1149413] 'psize' argument should be 'pgsize'Andrew M. Kuchling2005-06-081-2/+2
* fix broken (unexecuted) testAnthony Baxter2005-06-081-3/+3
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-085-119/+119
* 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