| Commit message (Expand) | Author | Age | Files | Lines |
* | Added exclude keyword argument to the TarFile.add() method. | Lars Gustäbel | 2007-06-18 | 4 | -7/+39 |
|
|
* | Revert last change for SF #1738754, there's no print in there. | Neal Norwitz | 2007-06-18 | 1 | -1/+1 |
|
|
* | SF #1738754, remove extra backslash in string | Neal Norwitz | 2007-06-18 | 1 | -1/+1 |
|
|
* | SF #1738670, make example in doc work | Neal Norwitz | 2007-06-17 | 1 | -0/+6 |
|
|
* | Add missing \versionadded. | Georg Brandl | 2007-06-16 | 1 | -0/+1 |
|
|
* | Mention Senthil Kumaran. | Martin v. Löwis | 2007-06-16 | 1 | -0/+4 |
|
|
* | Add a word | Andrew M. Kuchling | 2007-06-15 | 1 | -1/+1 |
|
|
* | urllib2_localnet says it leaks probably due to threads. So ignore it. | Neal Norwitz | 2007-06-15 | 1 | -2/+1 |
|
|
* | Patch #1734014: Use _I64_MAX instead of LLONG_MAX. | Martin v. Löwis | 2007-06-14 | 1 | -3/+3 |
|
|
* | Add T_PYSSIZET in structmember.h: This can be used for | Walter Dörwald | 2007-06-13 | 5 | -168/+120 |
|
|
* | Build bzip2. | Thomas Heller | 2007-06-13 | 1 | -0/+5 |
|
|
* | Notes about building tcl/tk for windows/AMD64. | Thomas Heller | 2007-06-13 | 1 | -0/+36 |
|
|
* | Do not hardcode the buildbot's directory name. | Thomas Heller | 2007-06-13 | 1 | -3/+4 |
|
|
* | Provide PY_LLONG_MAX on all systems having long long. | Martin v. Löwis | 2007-06-13 | 1 | -4/+10 |
|
|
* | Don't rebuild Berkeley DB if not needed (this was committed by accident). | Thomas Heller | 2007-06-12 | 1 | -1/+1 |
|
|
* | Add bufferoverflowU.lib to PCBuild\_bsddb.vcproj. | Thomas Heller | 2007-06-12 | 2 | -4/+19 |
|
|
* | Specify the bufferoverflowU.lib to the makefile on the command line | Thomas Heller | 2007-06-12 | 2 | -3/+4 |
|
|
* | Revert this change, since it breaks the win32 build: | Thomas Heller | 2007-06-12 | 1 | -2/+2 |
|
|
* | Add bufferoverflowU.lib to the libraries needed by _ssl (is this the | Thomas Heller | 2007-06-12 | 2 | -2/+4 |
|
|
* | Checkout, but do not yet try to build, exernal sources. | Thomas Heller | 2007-06-12 | 2 | -1/+31 |
|
|
* | Add patch #1726668: Windows Vista support. | Marc-André Lemburg | 2007-06-12 | 1 | -0/+20 |
|
|
* | Apply patch #1734945 to support TurboLinux as distribution. | Marc-André Lemburg | 2007-06-12 | 1 | -1/+1 |
|
|
* | Added versionchanged flag to all the methods which received | Facundo Batista | 2007-06-11 | 7 | -0/+17 |
|
|
* | Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" | Thomas Heller | 2007-06-11 | 2 | -13/+17 |
|
|
* | Reflow long line | Neal Norwitz | 2007-06-11 | 1 | -2/+2 |
|
|
* | Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. | Neal Norwitz | 2007-06-11 | 3 | -1/+16 |
|
|
* | Not sure why this only fails sometimes on Unix machines. Better | Neal Norwitz | 2007-06-11 | 1 | -1/+2 |
|
|
* | SF #1734732, lower case the module names per PEP 8. | Neal Norwitz | 2007-06-11 | 1 | -26/+26 |
|
|
* | Add all of the distuils modules that don't seem to have explicit tests. :-( | Neal Norwitz | 2007-06-11 | 2 | -2/+48 |
|
|
* | Prevent hang if the port cannot be opened. | Neal Norwitz | 2007-06-11 | 1 | -6/+15 |
|
|
* | Fix a bug when there was a newline in the string expandtabs was called on. | Neal Norwitz | 2007-06-11 | 3 | -4/+21 |
|
|
* | Prevent these tests from running on Win64 since they don\'t apply there either | Neal Norwitz | 2007-06-11 | 2 | -3/+4 |
|
|
* | Ignore config.status.lineno which seems new (new autoconf?) | Neal Norwitz | 2007-06-11 | 0 | -0/+0 |
|
|
* | Ignore valgrind problems on Ubuntu from ld | Neal Norwitz | 2007-06-11 | 1 | -0/+9 |
|
|
* | Add Atul Varma for patch # 1667860 | Neal Norwitz | 2007-06-11 | 1 | -0/+1 |
|
|
* | Revert commit 55855. | Thomas Heller | 2007-06-10 | 1 | -0/+6 |
|
|
* | Need to set the environment variables, otherwise devenv.com is not found. | Thomas Heller | 2007-06-10 | 1 | -1/+1 |
|
|
* | For now, disable the _bsddb, _sqlite3, _ssl, _testcapi, _tkinter | Thomas Heller | 2007-06-10 | 1 | -6/+0 |
|
|
* | First version of build scripts for Windows/AMD64 (no external | Thomas Heller | 2007-06-10 | 3 | -0/+14 |
|
|
* | Provide LLONG_MAX for S390. | Martin v. Löwis | 2007-06-09 | 1 | -0/+7 |
|
|
* | Fix Windows build. | Martin v. Löwis | 2007-06-09 | 1 | -1/+1 |
|
|
* | Patch #1733960: Allow T_LONGLONG to accept ints. | Martin v. Löwis | 2007-06-09 | 6 | -28/+75 |
|
|
* | Use macro version of GET_SIZE to avoid Coverity warning (#150) about a possib... | Neal Norwitz | 2007-06-09 | 1 | -1/+1 |
|
|
* | Prevent expandtabs() on string and unicode objects from causing a segfault when | Neal Norwitz | 2007-06-09 | 5 | -8/+49 |
|
|
* | Fix warnings by using proper function prototype. | Thomas Heller | 2007-06-08 | 2 | -8/+8 |
|
|
* | Fix wrong documentation, and correct the punktuation. | Thomas Heller | 2007-06-08 | 1 | -2/+2 |
|
|
* | Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. | Thomas Heller | 2007-06-08 | 3 | -11/+24 |
|
|
* | [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur | Thomas Heller | 2007-06-08 | 6 | -142/+158 |
|
|
* | Bug #1733488: Fix compilation of bufferobject.c on AIX. | Martin v. Löwis | 2007-06-08 | 2 | -1/+3 |
|
|
* | Make this test work with older Python releases where struct has no 't' format... | Thomas Heller | 2007-06-08 | 1 | -1/+4 |
|
|