Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Build sqlite3.dll and bsddb. | ||||
* | Specify the bufferoverflowU.lib to the makefile on the command line | Thomas Heller | 2007-06-12 | 2 | -3/+4 |
| | | | | (for ReleaseAMD64 builds). | ||||
* | 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 right thing to do?). | ||||
* | Add bufferoverflowU.lib to the libraries needed by _ssl (is this the | Thomas Heller | 2007-06-12 | 2 | -2/+4 |
| | | | | | | | right thing to do?). Set the /XP64 /RETAIL build enviroment in the makefile when building ReleaseAMD64. | ||||
* | 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 |
| | | | | | a new optional timeout parameter, and a versionadded flag to the socket.create_connection function. | ||||
* | Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" | Thomas Heller | 2007-06-11 | 2 | -13/+17 |
| | | | | or "K" codes. | ||||
* | 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 |
| | | | | Will backport | ||||
* | Not sure why this only fails sometimes on Unix machines. Better | Neal Norwitz | 2007-06-11 | 1 | -1/+2 |
| | | | | | to disable it and only import msvccompiler on Windows since that's the only place it can work anyways. | ||||
* | SF #1734732, lower case the module names per PEP 8. | Neal Norwitz | 2007-06-11 | 1 | -26/+26 |
| | | | | Will backport. | ||||
* | Add all of the distuils modules that don't seem to have explicit tests. :-( | Neal Norwitz | 2007-06-11 | 2 | -2/+48 |
| | | | | | Move an import in mworkscompiler so that this module can be imported on any platform. Hopefully this works on all platforms. | ||||
* | 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 |
| | | | | | | This also catches another condition that can overflow. Will backport. | ||||
* | 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 |
| | | | | modules in the ReleaseAMD64 configuration because they do not compile. | ||||
* | First version of build scripts for Windows/AMD64 (no external | Thomas Heller | 2007-06-10 | 3 | -0/+14 |
| | | | | components are built yet, and 'kill_python' is disabled). | ||||
* | 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 |
| | | | | Will backport to 2.5. | ||||
* | Use macro version of GET_SIZE to avoid Coverity warning (#150) about a ↵ | Neal Norwitz | 2007-06-09 | 1 | -1/+1 |
| | | | | possible error. | ||||
* | Prevent expandtabs() on string and unicode objects from causing a segfault when | Neal Norwitz | 2007-06-09 | 5 | -8/+49 |
| | | | | | | | a large width is passed on 32-bit platforms. Found by Google. It would be good for people to review this especially carefully and verify I don't have an off by one error and there is no other way to cause overflow. | ||||
* | 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 |
| | | | | Closes [1700455]. | ||||
* | 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 |
| | | | | with small modifications. | ||||
* | Bug #1733488: Fix compilation of bufferobject.c on AIX. | Martin v. Löwis | 2007-06-08 | 2 | -1/+3 |
| | | | | Will backport to 2.5. | ||||
* | Make this test work with older Python releases where struct has no 't' ↵ | Thomas Heller | 2007-06-08 | 1 | -1/+4 |
| | | | | format character. | ||||
* | Fixing changes to getbuildinfo.c that broke linux builds | Kristján Valur Jónsson | 2007-06-07 | 1 | -2/+9 |
| | |||||
* | Patch #1667860: Fix UnboundLocalError in urllib2. | Georg Brandl | 2007-06-07 | 2 | -1/+302 |
| | |||||
* | Make reindent.py executable. | Georg Brandl | 2007-06-07 | 1 | -0/+0 |
| | |||||
* | Disallow function calls like foo(None=1). | Georg Brandl | 2007-06-07 | 2 | -0/+7 |
| | | | | Backport from py3k rev. 55708 by Guido. | ||||
* | Build _ctypes and _ctypes_test in the ReleaseAMD64 configuration. | Thomas Heller | 2007-06-06 | 1 | -0/+2 |
| | |||||
* | Added an optional timeout parameter to function urllib2.urlopen, | Facundo Batista | 2007-06-06 | 5 | -16/+78 |
| | | | | | | | with tests in test_urllib2net.py (must have network resource enabled to execute them). Also modified test_urllib2.py because testing mock classes must take it into acount. Docs are also updated. | ||||
* | FTP.ntransfercmd method now uses create_connection when passive, | Facundo Batista | 2007-06-06 | 2 | -3/+5 |
| | | | | using the timeout received in connection time. | ||||
* | Patch #1731049: make threading.py use a proper "raise" when checking ↵ | Collin Winter | 2007-06-06 | 3 | -39/+102 |
| | | | | internal state, rather than assert statements (which get stripped out by -O). | ||||
* | Patch by Tim Delany (missing DECREF). SF #1731330. | Guido van Rossum | 2007-06-05 | 1 | -0/+1 |
| | |||||
* | Fix for Windows: close a temporary file before trying to delete it. | Hye-Shik Chang | 2007-06-05 | 1 | -0/+2 |
| | |||||
* | Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it | Hye-Shik Chang | 2007-06-05 | 3 | -2/+18 |
| | | | | | reads a file that ends with incomplete sequence and sizehint argument for .read() is specified. | ||||
* | Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different | Hye-Shik Chang | 2007-06-05 | 1 | -2/+5 |
| | | | | | from Linux's. Just fix the build for now but the code doesn't support the complete capability of HCI on FreeBSD yet. | ||||
* | Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead | Brett Cannon | 2007-06-03 | 3 | -1/+13 |
| | | | | | | | of ``\s*``. This prevents patterns from "stealing" bits from other patterns in order to make a match work. Closes bug #1730389. Will be backported. | ||||
* | Backout the original 'fix' to 1721309 which had no effect. | Neal Norwitz | 2007-06-03 | 1 | -5/+9 |
| | | | | | | | | | | | Different versions of Berkeley DB handle this differently. The comments and bug report should have the details. Memory is allocated in 4.4 (and presumably earlier), but not in 4.5. Thus 4.5 has the free error, but not earlier versions. Mostly update comments, plus make the free conditional. This fix was already applied to the 2.5 branch. |