Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix NonRecursiveMutex on x64. The signature of the ↵ | Kristján Valur Jónsson | 2007-05-07 | 1 | -5/+7 |
| | | | | faux-InterlockedCompareExchange function was wrong: It works with LONG and not PVOID objects, and it needs to have the target marked as volatile. Further, it is not needed at all for x64 targets, since that platform always has the real McCoy. | ||||
* | Merging change 55102 from the trunk: | Kristján Valur Jónsson | 2007-05-07 | 4 | -10/+17 |
| | | | | Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform. | ||||
* | Bug #1713535 backport. | Georg Brandl | 2007-05-05 | 1 | -1/+1 |
| | |||||
* | Merging changes 55092, 55101,55120 from trunk, making PCBuild8 solution up ↵ | Kristján Valur Jónsson | 2007-05-05 | 8 | -18/+464 |
| | | | | to date. | ||||
* | Blocked revisions 54357 via svnmerge | Thomas Heller | 2007-05-04 | 0 | -0/+0 |
| | | | | | | | | ........ r54357 | thomas.heller | 2007-03-13 21:42:52 +0100 (Tue, 13 Mar 2007) | 1 line Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. ........ | ||||
* | Backport checkin: | Walter Dörwald | 2007-05-03 | 1 | -4/+4 |
| | | | | | Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skipped in native order mode, and only if it's the first two bytes. | ||||
* | Merged revisions 55027 via svnmerge from | Thomas Heller | 2007-05-02 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r55027 | thomas.heller | 2007-04-30 18:04:57 +0200 (Mo, 30 Apr 2007) | 8 lines When accessing the .value attribute of a c_wchar_p instance, and the instance does not point to a valid wchar_t zero-terminated string, raise a ValueError. c_char_p does this already. The ValueError message now contains the correct pointer address. Will backport to release25-maint. ........ | ||||
* | Additional changes to the property sheets in PCBuild8. Visual Studio ↵ | Kristján Valur Jónsson | 2007-05-02 | 3 | -2/+3 |
| | | | | doesn's save those when it builds, unlike the .vcproj files, so I chekced in out-of-date versions. | ||||
* | Undefine the Yield macro after including Python_ast.h where it may cause ↵ | Kristján Valur Jónsson | 2007-05-02 | 2 | -0/+4 |
| | | | | conflicts with winbase.h on Windows. | ||||
* | Merging of change 55024 from the truk to release25-maint branch. | Kristján Valur Jónsson | 2007-05-02 | 63 | -13686/+13572 |
| | | | | Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64. | ||||
* | Patch #1710352: add missing public functions to locale.__all__. | Georg Brandl | 2007-05-01 | 1 | -3/+5 |
| | | | | (backport from rev. 55038) | ||||
* | Bug #1710295: exceptions are now new-style classes. | Georg Brandl | 2007-05-01 | 1 | -1/+1 |
| | | | | (backport from rev. 55036) | ||||
* | Merged revisions 55025 via svnmerge from | Thomas Heller | 2007-04-30 | 3 | -3/+15 |
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r55025 | thomas.heller | 2007-04-30 17:44:17 +0200 (Mo, 30 Apr 2007) | 4 lines Make sure to call PyErr_NoMemory() in several places where PyMem_Malloc() could potentially fail. Will backport to the release25-maint branch. ........ | ||||
* | Update with the version that has been running for a while. Most of | Neal Norwitz | 2007-04-29 | 1 | -7/+24 |
| | | | | | the changes are to support multiple versions (ie, trunk and 2.5). Also check for conflicts in the .tex file when a release is cut. | ||||
* | Backport fix for r54646-7: properly clear locale cache in time.strptime when | Brett Cannon | 2007-04-27 | 3 | -5/+36 |
| | | | | the locale changes between calls. | ||||
* | Backport r54712: document that calling file.next() on a file open for writing | Brett Cannon | 2007-04-27 | 2 | -8/+16 |
| | | | | leads to undefined behaviour. | ||||
* | Version fix (bug #1708710) | Georg Brandl | 2007-04-27 | 1 | -4/+4 |
| | |||||
* | fix some markup errors | Fred Drake | 2007-04-26 | 4 | -5/+5 |
| | |||||
* | bump email package version to 4.0.2 | Barry Warsaw | 2007-04-25 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization | Neal Norwitz | 2007-04-25 | 15 | -38/+38 |
| | |||||
* | Markup fix. | Georg Brandl | 2007-04-25 | 1 | -1/+1 |
| | | | | (backport from rev. 54951) | ||||
* | Patch #1698768: updated the "using Python on the Mac" intro. | Georg Brandl | 2007-04-25 | 2 | -173/+135 |
| | | | | (backport from rev. 54949) | ||||
* | Fix markup | Raymond Hettinger | 2007-04-24 | 1 | -1/+1 |
| | |||||
* | Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file | Georg Brandl | 2007-04-24 | 2 | -1/+6 |
| | | | | | | (as opposed to the command line) will now write file names ending in ".cpp" too. (backport from rev. 54941) | ||||
* | Bug #1705717: error in sys.argv docs. | Georg Brandl | 2007-04-24 | 1 | -2/+2 |
| | | | | (backport from rev. 54939) | ||||
* | Some new year updates. | Georg Brandl | 2007-04-24 | 3 | -2/+4 |
| | |||||
* | Fix SF #1703110, Incorrect example for add_password() (use uri, not host) | Neal Norwitz | 2007-04-24 | 2 | -2/+8 |
| | |||||
* | Convert PyUnit -> unittest. Backported from r54929. | Collin Winter | 2007-04-24 | 1 | -11/+10 |
| | |||||
* | Recommit r54805: | Barry Warsaw | 2007-04-23 | 2 | -0/+21 |
| | | | | | | | | Add code to read from master_fd in the parent, breaking when we get an OSError (EIO can occur on Linux) or there's no more data to read. Without this, test_pty.py can hang on the waitpid() because the child is blocking on the stdout write. This will definitely happen on Mac OS X and could potentially happen on other platforms. See the comment for details. | ||||
* | Properly implement Georg Brandl's Patch #1185447 to the 2.5 maintainance branch | Kristján Valur Jónsson | 2007-04-22 | 1 | -6/+8 |
| | |||||
* | Bug #1704790: bind name "sys" locally in __del__ method so that it is | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
| | | | | | not cleared before __del__ is run. (backport from rev. 54918) | ||||
* | Fix various minor issues discovered with static analysis using Visual Studio ↵ | Kristján Valur Jónsson | 2007-04-21 | 8 | -30/+39 |
| | | | | | | 2005 Team System. Removed obsolete comment, since .dll modules are no longer supported on windows, only .pyd. | ||||
* | Bug #1704156: Support for unicode strings as input filenames is | Lars Gustäbel | 2007-04-21 | 1 | -1/+1 |
| | | | | | | | neither documented nor intended but works in Python 2.4 under certain conditions. This stopped working in 2.5 because struct.pack is used. This small patch restores the old behaviour. A more solid solution is planned for 2.6. | ||||
* | Backport r54786: | Walter Dörwald | 2007-04-21 | 3 | -7/+19 |
| | | | | | Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the first chunk fed to the decoder started with a BOM, but was longer than 3 bytes. | ||||
* | Backport r54671 - fix in python.sty. | Georg Brandl | 2007-04-21 | 1 | -8/+8 |
| | |||||
* | Backport r54762: exceptions are no longer old-style instances. | Georg Brandl | 2007-04-21 | 1 | -2/+2 |
| | |||||
* | Backport r54763: repair missing spaces after \UNIX. | Georg Brandl | 2007-04-21 | 3 | -3/+3 |
| | |||||
* | Backport r54787 - better error messages in rexec and bastion | Georg Brandl | 2007-04-21 | 2 | -2/+2 |
| | |||||
* | Backport r54757 - missing NULL checks. | Georg Brandl | 2007-04-21 | 2 | -0/+10 |
| | |||||
* | Patch #1695229: Fix a regression with tarfile.open() and a missing name | Lars Gustäbel | 2007-04-20 | 3 | -3/+14 |
| | | | | argument. | ||||
* | Fix directory names to have only one trailing slash. | Lars Gustäbel | 2007-04-20 | 3 | -1/+19 |
| | | | | A regression from rev. 52525. | ||||
* | Tagging for release of Python 2.5.1 | Anthony Baxter | 2007-04-18 | 1 | -0/+1 |
| | |||||
* | 2.5.1 finalv2.5.1 | Anthony Baxter | 2007-04-18 | 5 | -6/+11 |
| | |||||
* | Revert 53667 | Raymond Hettinger | 2007-04-18 | 2 | -7/+8 |
| | |||||
* | Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or | Neal Norwitz | 2007-04-16 | 3 | -9/+13 |
| | | | | | | | keys() if subclassed. This is to remain consistent with 2.5. See discussion here: http://mail.python.org/pipermail/python-dev/2007-April/072565.html | ||||
* | Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. | Neal Norwitz | 2007-04-16 | 1 | -18/+0 |
| | |||||
* | Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. | Neal Norwitz | 2007-04-16 | 2 | -3/+3 |
| | |||||
* | Revert 54815 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. | Neal Norwitz | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | SF #1701207: svnversion_init assertion failed | Neal Norwitz | 2007-04-16 | 1 | -2/+0 |
| | | | | | | Revert bogus asserts (added to the wrong place) from rev 52501. Approved by Anthony. | ||||
* | Fix potential crash in path manipulation on windows | Kristján Valur Jónsson | 2007-04-13 | 1 | -1/+1 |
| |