| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SF bug 1524317: configure --without-threads fails to build | Tim Peters | 2006-07-19 | 3 | -52/+78 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-07-18 | 3 | -11/+11 |
|
|
* | Patch #1524429: Use repr instead of backticks again. | Martin v. Löwis | 2006-07-18 | 2 | -1/+3 |
|
|
* | Comments and docs cleanups, and some little fixes, provided by Santiágo Pere... | Facundo Batista | 2006-07-18 | 1 | -184/+205 |
|
|
* | Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds | Brett Cannon | 2006-07-18 | 4 | -16/+56 |
|
|
* | Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. | Kurt B. Kaiser | 2006-07-18 | 2 | -1/+12 |
|
|
* | decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. | Barry Warsaw | 2006-07-17 | 3 | -4/+43 |
|
|
* | Patch 1479219 - Tal Einat | Kurt B. Kaiser | 2006-07-17 | 1 | -12/+18 |
|
|
* | Attribute more features | Andrew M. Kuchling | 2006-07-17 | 1 | -10/+24 |
|
|
* | Add missing NEWS item (#1522771) | Georg Brandl | 2006-07-17 | 1 | -0/+4 |
|
|
* | Remove usage of sets module (patch #1500609). | Georg Brandl | 2006-07-17 | 4 | -9/+6 |
|
|
* | document xmlcore (still minimal; needs mention in each of the xml.* modules) | Fred Drake | 2006-07-17 | 1 | -0/+11 |
|
|
* | Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks sta... | Neal Norwitz | 2006-07-17 | 1 | -0/+2 |
|
|
* | Reported by Klocwork #151. | Neal Norwitz | 2006-07-17 | 1 | -2/+13 |
|
|
* | otherset is known to be non-NULL based on checks before and DECREF after. | Neal Norwitz | 2006-07-17 | 1 | -2/+2 |
|
|
* | Stop INCREFing name, then checking if it's NULL. name (f_name) should never | Neal Norwitz | 2006-07-17 | 1 | -3/+6 |
|
|
* | PyFunction_SetDefaults() is documented as taking None or a tuple. | Neal Norwitz | 2006-07-16 | 1 | -2/+2 |
|
|
* | Handle a NULL name properly. | Neal Norwitz | 2006-07-16 | 1 | -3/+3 |
|
|
* | Use sizeof(buffer) instead of duplicating the constants to ensure they won't | Neal Norwitz | 2006-07-16 | 1 | -7/+7 |
|
|
* | Fix memory leak under some conditions. | Neal Norwitz | 2006-07-16 | 1 | -7/+9 |
|
|
* | Fix memory leaks in some conditions. | Neal Norwitz | 2006-07-16 | 1 | -9/+11 |
|
|
* | proto was dereffed above and is known to be good. No need for X. | Neal Norwitz | 2006-07-16 | 1 | -1/+1 |
|
|
* | self is dereffed (and passed as first arg), so it's known to be good. | Neal Norwitz | 2006-07-16 | 1 | -2/+2 |
|
|
* | a & b were dereffed above, so they are known to be valid pointers. | Neal Norwitz | 2006-07-16 | 1 | -3/+2 |
|
|
* | Bug #1512814, Fix incorrect lineno's when code within a function | Neal Norwitz | 2006-07-16 | 3 | -5/+33 |
|
|
* | clean up some link markup | Fred Drake | 2006-07-16 | 1 | -2/+2 |
|
|
* | Patch #1220874: Update the binhex module for Mach-O. | Bob Ippolito | 2006-07-15 | 2 | -16/+11 |
|
|
* | Bug #15187702 : ext/win-cookbook.html has a broken link to distutils | George Yoshida | 2006-07-15 | 1 | -5/+7 |
|
|
* | typo | Fredrik Lundh | 2006-07-14 | 1 | -1/+1 |
|
|
* | Updates for the ctypes documentation. | Thomas Heller | 2006-07-14 | 1 | -37/+27 |
|
|
* | Patch #1521817: The index range checking on ctypes arrays containing | Thomas Heller | 2006-07-14 | 3 | -75/+12 |
|
|
* | Make the prototypes of our private PyUnicode_FromWideChar and | Thomas Heller | 2006-07-14 | 2 | -5/+6 |
|
|
* | Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. | Peter Astrand | 2006-07-14 | 4 | -13/+21 |
|
|
* | Mention new options | Andrew M. Kuchling | 2006-07-14 | 1 | -0/+5 |
|
|
* | Fix Debug build of _ssl. | Martin v. Löwis | 2006-07-14 | 3 | -10/+15 |
|
|
* | Add debug output to analyse buildbot failure. | Martin v. Löwis | 2006-07-14 | 1 | -0/+1 |
|
|
* | Extend build_ssl to Win64, using VSExtComp. | Martin v. Löwis | 2006-07-14 | 5 | -45/+78 |
|
|
* | Try to improve grammar further. | Neal Norwitz | 2006-07-14 | 1 | -1/+1 |
|
|
* | Patch #1521874: grammar errors in doanddont.tex. | Georg Brandl | 2006-07-14 | 1 | -2/+3 |
|
|
* | Typo fix | Andrew M. Kuchling | 2006-07-13 | 1 | -1/+1 |
|
|
* | Fix misleading words. | Thomas Heller | 2006-07-13 | 1 | -1/+1 |
|
|
* | Fix #1521375. When running with root priviledges, 'gcc -o /dev/null' | Thomas Heller | 2006-07-13 | 2 | -1/+13 |
|
|
* | A misspelled preprocessor symbol caused ctypes to be always compiled | Thomas Heller | 2006-07-13 | 4 | -11/+14 |
|
|
* | Accept long options "--help" and "--version". | Georg Brandl | 2006-07-12 | 3 | -7/+34 |
|
|
* | Fix the wrong description of LibraryLoader.LoadLibrary, and document | Thomas Heller | 2006-07-12 | 1 | -7/+12 |
|
|
* | Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to | Thomas Heller | 2006-07-12 | 2 | -1/+20 |
|
|
* | Actually change the MAGIC #. Create a new section for 2.5c1 and mention the ... | Neal Norwitz | 2006-07-12 | 2 | -3/+20 |
|
|
* | Fix uninitialized memory read reported by Valgrind when running doctest. | Neal Norwitz | 2006-07-12 | 1 | -0/+1 |
|
|
* | Fix function name in error msg | Neal Norwitz | 2006-07-12 | 1 | -1/+1 |
|
|
* | Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. | Neal Norwitz | 2006-07-12 | 4 | -2/+14 |
|
|