Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix nits. | Raymond Hettinger | 2005-06-15 | 1 | -2/+3 |
| | |||||
* | Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why | Skip Montanaro | 2005-06-15 | 1 | -0/+1 |
| | | | | | this worked is a bit mystical. Perhaps it never gets freed because the object just happens never to be DECREF'd (but that seems unlikely). | ||||
* | Consistently use hard tabs for indentation. | Michael W. Hudson | 2005-06-15 | 1 | -172/+165 |
| | | | | | | Slightly de-Fultonize two bits of C layout. No semantic changes. | ||||
* | Add a missing incref. | Michael W. Hudson | 2005-06-15 | 1 | -0/+1 |
| | | | | Backport candidate. | ||||
* | Update version. | Michael W. Hudson | 2005-06-15 | 1 | -1/+1 |
| | | | | | I wonder if there's a way to fix this Makefile to be slightly less totally unreliable. | ||||
* | Missed this documentation change about my marshal-floats-binarywise | Michael W. Hudson | 2005-06-15 | 1 | -3/+4 |
| | | | | change. | ||||
* | Leak fix from Michael Hudson. Fix memory leak when dialect doesn't | Skip Montanaro | 2005-06-15 | 1 | -0/+2 |
| | | | | validate. Closes 1220242. | ||||
* | More tweaks for C++ support. Still doesn't seem to break anything:-) | Jack Jansen | 2005-06-14 | 3 | -10/+47 |
| | |||||
* | [Bug #1219862] Document correct argument range for pair_content() | Andrew M. Kuchling | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | yet another cache to clear when leak hunting. | Michael W. Hudson | 2005-06-14 | 1 | -0/+2 |
| | |||||
* | SF bug #1219448: small output bug | Raymond Hettinger | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | SF bug #1215887: String and list methods documentation deeply hidden | Raymond Hettinger | 2005-06-14 | 1 | -5/+14 |
| | | | | | Make doc on specific types easier to find by listing them in the headings for the abstract types. | ||||
* | Port test_long.py to unittest. | Walter Dörwald | 2005-06-13 | 1 | -508/+451 |
| | |||||
* | Fix bug | Michael W. Hudson | 2005-06-13 | 2 | -0/+13 |
| | | | | | | | | [ 1180997 ] lax error-checking in new-in-2.4 marshal stuff which I'd assigned to Martin, but actually turned out to be easy to fix. Also, a test. | ||||
* | Remove extraneous format character from PyArg_ParseTuple call in | Michael W. Hudson | 2005-06-13 | 1 | -1/+1 |
| | | | | | | marshal_loads. Bugfix candidate. | ||||
* | SF bug #1219361 Fix typo | Raymond Hettinger | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with | Kurt B. Kaiser | 2005-06-12 | 3 | -9/+12 |
| | | | | | | | | | | the Untabify command. 2. Corrected "tab/space" Error Dialog to show correct menu for Untabify. Patch 1196980 Jeff Shute M EditorWindow.py M NEWS.txt M ScriptBinding.py | ||||
* | 1. Patch 1196895 Jeff Shute: | Kurt B. Kaiser | 2005-06-12 | 5 | -4/+13 |
| | | | | | | | | | | | | | | New files are colorized by default, and colorizing is removed when saving as non-Python files. Patch 1196895 Jeff Shute Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524 2. Update help.txt for left/right word delete M CREDITS.txt M ColorDelegator.py M EditorWindow.py M NEWS.txt M help.txt | ||||
* | fix typo. \var vs \variable | Gregory P. Smith | 2005-06-11 | 1 | -1/+1 |
| | |||||
* | Clarify docs about os.popen[234]. | Georg Brandl | 2005-06-10 | 1 | -2/+2 |
| | |||||
* | Patch #1171150: add a newline to py_compile error output | Georg Brandl | 2005-06-10 | 1 | -1/+1 |
| | |||||
* | The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed from | Armin Rigo | 2005-06-10 | 1 | -12/+0 |
| | | | | this module in Jan 1994, but still documented. | ||||
* | Add untokenize() function to allow full round-trip tokenization. | Raymond Hettinger | 2005-06-10 | 5 | -7/+182 |
| | | | | | | Should significantly enhance the utility of the module by supporting the creation of tools that modify the token stream and writeback the modified result. | ||||
* | Minor tweaks, to allow some (out-of-tree, until successful) tinkering | Jack Jansen | 2005-06-10 | 2 | -11/+15 |
| | | | | with C++. | ||||
* | [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), ↵ | Andrew M. Kuchling | 2005-06-09 | 1 | -9/+13 |
| | | | | .instr() to size of allocated buffer | ||||
* | [Bug #1079134] Mention change to date comparisons; bump version info and ↵ | Andrew M. Kuchling | 2005-06-09 | 1 | -4/+10 |
| | | | | release date to 2.4.1 | ||||
* | [Patch #1002763] Allow long ints as terminator values; also, treat a ↵ | Andrew M. Kuchling | 2005-06-09 | 1 | -2/+2 |
| | | | | terminator of 0 like the empty string or None | ||||
* | Convert asynchat test to unittest; exercise the client using a numeric value ↵ | Andrew M. Kuchling | 2005-06-09 | 1 | -14/+46 |
| | | | | as the terminator | ||||
* | [Bug #1074261, patch #1074381] Restrict the size of chunks read from the ↵ | Andrew M. Kuchling | 2005-06-09 | 2 | -2/+26 |
| | | | | file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin | ||||
* | Convert gzip test suite to use unittest | Andrew M. Kuchling | 2005-06-09 | 1 | -74/+110 |
| | |||||
* | fix import to work with either module name. | Gregory P. Smith | 2005-06-09 | 1 | -1/+6 |
| | |||||
* | [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ↵ | Andrew M. Kuchling | 2005-06-08 | 2 | -4/+12 |
| | | | | single null byte; test a null byte in all encodings to be sure it works | ||||
* | [Bug #1149413] 'psize' argument should be 'pgsize' | Andrew M. Kuchling | 2005-06-08 | 1 | -2/+2 |
| | |||||
* | fix broken (unexecuted) test | Anthony Baxter | 2005-06-08 | 1 | -3/+3 |
| | |||||
* | Tools/scripts/reindent.py _is_ your friend | Anthony Baxter | 2005-06-08 | 5 | -119/+119 |
| | |||||
* | Tweak note about using os.open to lock files if O_SHLOCK and O_EXLOCK are | Skip Montanaro | 2005-06-08 | 1 | -5/+5 |
| | | | | present. | ||||
* | [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an ↵ | Andrew M. Kuchling | 2005-06-07 | 2 | -0/+19 |
| | | | | extra \r on the end of a line; fixed by stripping off trailing whitespace. | ||||
* | Minor namespace clean-up. | Raymond Hettinger | 2005-06-07 | 1 | -2/+2 |
| | |||||
* | [Bug #1170422] Use correct option name | Andrew M. Kuchling | 2005-06-07 | 1 | -1/+1 |
| | |||||
* | Add a decimal FAQ | Raymond Hettinger | 2005-06-07 | 1 | -2/+155 |
| | |||||
* | fix more Errors (not Failures) when run using BerkeleyDB <= 4.0 | Gregory P. Smith | 2005-06-06 | 1 | -4/+13 |
| | |||||
* | fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2 | Gregory P. Smith | 2005-06-06 | 1 | -32/+61 |
| | |||||
* | change set_bt_compare() callback comparison function to only take two | Gregory P. Smith | 2005-06-06 | 1 | -10/+7 |
| | | | | | arguments (left, right) like any sane comparison function. no need to pass in the db object as an argument. | ||||
* | make the tests that expect uncatchable exceptions from a callback test | Gregory P. Smith | 2005-06-06 | 1 | -19/+48 |
| | | | | | | for them in a roundabout way (catching and parsing stderr) keeps test output clean. | ||||
* | additional sanity check. secondaryDB cannot be closed. | Gregory P. Smith | 2005-06-06 | 1 | -0/+1 |
| | |||||
* | test case for pybsddb SF bug id 1215432 | Gregory P. Smith | 2005-06-06 | 1 | -0/+50 |
| | |||||
* | fixes pybsddb SF bug id 1215432. DB.associate() would crash when a | Gregory P. Smith | 2005-06-06 | 1 | -5/+3 |
| | | | | | | DBError was supposed to be raised. needs backport to 2.4.x and possibly 2.3.x. | ||||
* | test DB.associate using transactions. somewhat related to SF pybsddb | Gregory P. Smith | 2005-06-06 | 1 | -12/+46 |
| | | | | bug #1215432 | ||||
* | Documentation clarified re. config socket listener protocol | Vinay Sajip | 2005-06-05 | 2 | -4/+7 |
| | |||||
* | Bug #1184380: extending&embedding example broken | Georg Brandl | 2005-06-05 | 1 | -1/+1 |
| |