| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug #1524310: Properly report errors from FindNextFile in os.listdir. | Martin v. Löwis | 2006-07-24 | 1 | -0/+2 |
|
|
* | Patch #1232023: Don't include empty path component from registry, | Martin v. Löwis | 2006-07-24 | 1 | -0/+3 |
|
|
* | Patch #1448199: Release GIL around ConnectRegistry. | Martin v. Löwis | 2006-07-24 | 1 | -0/+2 |
|
|
* | Resync optparse with Optik 1.5.3: minor tweaks for/to tests. | Greg Ward | 2006-07-23 | 1 | -0/+2 |
|
|
* | More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly | Barry Warsaw | 2006-07-21 | 1 | -0/+12 |
|
|
* | Handle allocation failures gracefully. Found with failmalloc. | Neal Norwitz | 2006-07-21 | 1 | -0/+2 |
|
|
* | SF bug 1524317: configure --without-threads fails to build | Tim Peters | 2006-07-19 | 1 | -4/+9 |
|
|
* | Patch #1524429: Use repr instead of backticks again. | Martin v. Löwis | 2006-07-18 | 1 | -0/+2 |
|
|
* | Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds | Brett Cannon | 2006-07-18 | 1 | -0/+6 |
|
|
* | Add missing NEWS item (#1522771) | Georg Brandl | 2006-07-17 | 1 | -0/+4 |
|
|
* | Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks sta... | Neal Norwitz | 2006-07-17 | 1 | -0/+2 |
|
|
* | Bug #1512814, Fix incorrect lineno's when code within a function | Neal Norwitz | 2006-07-16 | 1 | -0/+3 |
|
|
* | Patch #1220874: Update the binhex module for Mach-O. | Bob Ippolito | 2006-07-15 | 1 | -0/+2 |
|
|
* | Patch #1521817: The index range checking on ctypes arrays containing | Thomas Heller | 2006-07-14 | 1 | -0/+4 |
|
|
* | Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. | Peter Astrand | 2006-07-14 | 1 | -0/+4 |
|
|
* | Extend build_ssl to Win64, using VSExtComp. | Martin v. Löwis | 2006-07-14 | 1 | -0/+2 |
|
|
* | 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 | 1 | -0/+4 |
|
|
* | A misspelled preprocessor symbol caused ctypes to be always compiled | Thomas Heller | 2006-07-13 | 1 | -0/+3 |
|
|
* | Accept long options "--help" and "--version". | Georg Brandl | 2006-07-12 | 1 | -0/+3 |
|
|
* | Fix #1467450: ctypes now uses RTLD_GLOBAL by default on OSX 10.3 to | Thomas Heller | 2006-07-12 | 1 | -0/+2 |
|
|
* | Actually change the MAGIC #. Create a new section for 2.5c1 and mention the ... | Neal Norwitz | 2006-07-12 | 1 | -2/+19 |
|
|
* | Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. | Neal Norwitz | 2006-07-12 | 1 | -0/+2 |
|
|
* | #1494314: Fix a regression with high-numbered sockets in 2.4.3. This | Anthony Baxter | 2006-07-11 | 1 | -0/+4 |
|
|
* | Patch #1519566: Remove unused _tofill member. | Martin v. Löwis | 2006-07-10 | 1 | -0/+2 |
|
|
* | After approval from Anthony, merge the tim-current_frames | Tim Peters | 2006-07-10 | 1 | -2/+9 |
|
|
* | Moved the ctypes news entries from the 'Library' section into the | Thomas Heller | 2006-07-10 | 1 | -16/+16 |
|
|
* | Assigning None to pointer type structure fields possible overwrote | Thomas Heller | 2006-07-10 | 1 | -0/+3 |
|
|
* | Fixed a segfault when ctypes.wintypes were imported on | Thomas Heller | 2006-07-10 | 1 | -0/+3 |
|
|
* | Fix bug #1518190: accept any integer or long value in the | Thomas Heller | 2006-07-10 | 1 | -0/+3 |
|
|
* | preparing for 2.5b2 | Anthony Baxter | 2006-07-10 | 2 | -2/+2 |
|
|
* | Introduce DISTUTILS_USE_SDK as a flag to determine whether the | Martin v. Löwis | 2006-07-10 | 1 | -0/+4 |
|
|
* | Patch #1504046: Add documentation for xml.etree. | Neal Norwitz | 2006-07-10 | 1 | -0/+1 |
|
|
* | Patch #1516912: improve Modules support for OpenVMS. | Neal Norwitz | 2006-07-10 | 1 | -0/+2 |
|
|
* | Bug #1512814, Fix incorrect lineno's when code at module scope | Neal Norwitz | 2006-07-10 | 1 | -0/+3 |
|
|
* | On 64 bit systems, int literals that use less than 64 bits are now ints | Neal Norwitz | 2006-07-09 | 1 | -0/+3 |
|
|
* | Fix SF bug 1441486: bad unary minus folding in compiler. | Neil Schemenauer | 2006-07-09 | 1 | -0/+3 |
|
|
* | Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. | Neil Schemenauer | 2006-07-09 | 1 | -0/+3 |
|
|
* | Fix SF bug #1519018: 'as' is now validated properly in import statements | Neal Norwitz | 2006-07-08 | 1 | -0/+2 |
|
|
* | Properly generate logical file ids. Fixes #1515998. | Martin v. Löwis | 2006-07-06 | 1 | -0/+2 |
|
|
* | Add NEWS entries for the ImportWarning change and documentation update | Nick Coghlan | 2006-07-06 | 1 | -0/+5 |
|
|
* | NEWS entry for r47267: fixing configure's zlib probing. | Thomas Wouters | 2006-07-06 | 1 | -0/+4 |
|
|
* | Patch #1517790: It is now possible to use custom objects in the ctypes | Thomas Heller | 2006-07-06 | 1 | -0/+4 |
|
|
* | Properly quote compileall and Lib paths in case TARGETDIR has a space. | Martin v. Löwis | 2006-07-06 | 1 | -0/+3 |
|
|
* | Add sqlite3.dll to the DLLs component, not to the TkDLLs component. | Martin v. Löwis | 2006-07-06 | 1 | -0/+3 |
|
|
* | Add a NEWS entry for a recent pyexpat fix | Neal Norwitz | 2006-07-06 | 1 | -0/+3 |
|
|
* | Fix bug in passing tuples to string.Template. All other values (with working | Thomas Wouters | 2006-07-05 | 1 | -0/+4 |
|
|
* | Remove remaining references to OverflowWarning. | Georg Brandl | 2006-07-05 | 2 | -2/+1 |
|
|
* | Put method-wrappers into trashcan. Fixes #927248. | Martin v. Löwis | 2006-07-03 | 1 | -0/+3 |
|
|