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