summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Repair logging test spew caused by rev. 51206.Georg Brandl2006-08-122-3/+3
* Ah, fudge. One of the prints here actually "shouldn't be"Tim Peters2006-08-121-2/+1
* test_signal: Signal handling on the Tru64 buildbotTim Peters2006-08-122-65/+85
* Verify verdat which is returned from malloc is not NULL.Neal Norwitz2006-08-121-4/+13
* PyModule_GetDict() can fail, produce fatal errors if this happens on startup.Neal Norwitz2006-08-121-0/+4
* Check return of PyMem_MALLOC (garbage) is non-NULL.Neal Norwitz2006-08-121-2/+6
* Don't deref v if it's NULL.Neal Norwitz2006-08-121-2/+4
* Whoops, how did that get in there. :-) Revert all the parts of 51227 that we...Neal Norwitz2006-08-124-22/+2
* Check returned pointer is valid.Neal Norwitz2006-08-125-2/+28
* I'm not sure why this code allocates this string for the error message.Neal Norwitz2006-08-121-2/+11
* Try to handle a malloc failure. I'm not entirely sure this is correct.Neal Norwitz2006-08-121-0/+3
* Move the assert which checks for a NULL pointer first.Neal Norwitz2006-08-121-1/+1
* If _stat_float_times is false, we will try to INCREF ival which could be NULL.Neal Norwitz2006-08-121-0/+2
* Handle NULL nodes while parsing. I'm not entirely sure this is correct.Neal Norwitz2006-08-121-0/+6
* This code is actually not used unless WITHOUT_COMPLEX is defined.Neal Norwitz2006-08-121-0/+8
* It's highly unlikely, though possible for PyEval_Get*() to return NULLs.Neal Norwitz2006-08-121-2/+2
* Even though _Py_Mangle() isn't truly public anyone can call it andNeal Norwitz2006-08-121-2/+2
* Klocwork made another run and found a bunch more problems.Neal Norwitz2006-08-128-3/+28
* When a ctypes C callback function is called, zero out the resultThomas Heller2006-08-111-7/+17
* Add ignore of *.pyc and *.pyo to Lib/xml/etree/.Thomas Wouters2006-08-110-0/+0
* logging's atexit hook now runs even if the rest of the module hasGeorg Brandl2006-08-112-2/+5
* Add Chris McDonough (latest cgi.py patch)Georg Brandl2006-08-111-0/+1
* Fix the failures on cygwin (2006-08-10 fixed the actual locking issue).Neal Norwitz2006-08-112-5/+10
* force_test_exit(): This has been completely ineffectiveTim Peters2006-08-111-1/+5
* test_PyThreadState_SetAsyncExc(): This is failing on someTim Peters2006-08-111-3/+4
* Whitespace normalization broke test_cgi, because a lineTim Peters2006-08-101-2/+2
* Whitespace normalization.Tim Peters2006-08-101-1/+1
* Followup to bug #1069160.Tim Peters2006-08-104-20/+113
* Update dangling references to the 3.2 database toMartin v. Löwis2006-08-101-5/+5
* Fix title -- it's rc1, not beta3.Guido van Rossum2006-08-101-2/+2
* News item for SF bug 1112549.Guido van Rossum2006-08-101-3/+5
* Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.Guido van Rossum2006-08-103-5/+86
* Retrieval of previous shell command was not always preserving indentationKurt B. Kaiser2006-08-102-9/+18
* test_copytree_simple(): This was leaving behind two new tempTim Peters2006-08-101-16/+36
* Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)Kurt B. Kaiser2006-08-102-0/+5
* Add missing svn:eol-style property to text files.Tim Peters2006-08-100-0/+0
* Add some commentary on -mimpure-text.Martin v. Löwis2006-08-091-0/+8
* ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).Kurt B. Kaiser2006-08-092-5/+7
* Typo fixAndrew M. Kuchling2006-08-091-1/+1
* As a slight enhancement to the previous checkin, improve theKurt B. Kaiser2006-08-091-2/+5
* 1. When used w/o subprocess, all exceptions were preceeded by an errorKurt B. Kaiser2006-08-093-4/+13
* Concatenation on a long string breaks (SF #1526585).Armin Rigo2006-08-094-5/+78
* It's unlikely that future versions will require _POSIX_C_SOURCERonald Oussoren2006-08-092-2/+2
* Fix and test for an infinite C recursion.Armin Rigo2006-08-092-1/+5
* Reindent codeAndrew M. Kuchling2006-08-091-31/+33
* Add missing 'self' parametersAndrew M. Kuchling2006-08-091-3/+6
* [Patch #1534027] Add notes on locale module changesAndrew M. Kuchling2006-08-091-5/+34
* [Bug #1536021] Mention __hash__ changeAndrew M. Kuchling2006-08-091-2/+10
* __hash__ may now return long int; the final hashMartin v. Löwis2006-08-095-6/+24
* Introduce an upper bound on tuple nesting depth inGeorg Brandl2006-08-091-0/+3