Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get DBL_MAX from float.h not values.h. | Martin v. Löwis | 2006-10-27 | 4 | -10/+4 | |
| | ||||||
* | Check for values.h. | Martin v. Löwis | 2006-10-27 | 4 | -3/+9 | |
| | ||||||
* | [Backport of r52452] | Martin v. Löwis | 2006-10-27 | 4 | -61/+246 | |
| | | | | | | | Patch #1549049: Rewrite type conversion in structmember. Fixes #1545696 and #1566140. The new warnings have been omitted in the backport. | |||||
* | [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. ↵ | Andrew M. Kuchling | 2006-10-26 | 1 | -4/+4 | |
| | | | | Reported by David Faure. | |||||
* | Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated | Georg Brandl | 2006-10-24 | 2 | -1/+28 | |
| | | | | (backport from rev. 52431) | |||||
* | Remove passwd.adjunct.byname from list of maps | Martin v. Löwis | 2006-10-22 | 2 | -0/+14 | |
| | | | | for test_nis. | |||||
* | - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that | Martin v. Löwis | 2006-10-22 | 2 | -0/+7 | |
| | | | | ctypes isn't considered as requiring executable stacks. | |||||
* | Patch #1580872: Remove duplicate declaration of PyCallable_Check. | Martin v. Löwis | 2006-10-22 | 1 | -1/+2 | |
| | ||||||
* | Recorded merge of revisions 51379-51603,51606-52365 via svnmerge from | Thomas Heller | 2006-10-20 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes ........ r51379 | thomas.heller | 2006-08-18 16:38:46 +0200 (Fr, 18 Aug 2006) | 6 lines Add asserts to check for 'impossible' NULL values, with comments. In one place where I'n not 1000% sure about the non-NULL, raise a RuntimeError for safety. This should fix the klocwork issues that Neal sent me. If so, it should be applied to the release25-maint branch also. ........ r51401 | neal.norwitz | 2006-08-19 06:23:04 +0200 (Sa, 19 Aug 2006) | 4 lines Move assert to after NULL check, otherwise we deref NULL in the assert. Klocwork #307 ........ r51819 | thomas.heller | 2006-09-07 20:56:28 +0200 (Do, 07 Sep 2006) | 5 lines Anonymous structure fields that have a bit-width specified did not work, and they gave a strange error message from PyArg_ParseTuple: function takes exactly 2 arguments (3 given). With tests. ........ r51820 | thomas.heller | 2006-09-07 21:09:54 +0200 (Do, 07 Sep 2006) | 4 lines The cast function did not accept c_char_p or c_wchar_p instances as first argument, and failed with a 'bad argument to internal function' error message. ........ r52365 | thomas.heller | 2006-10-17 21:30:48 +0200 (Di, 17 Okt 2006) | 6 lines ctypes callback functions only support 'fundamental' result types. Check this and raise an error when something else is used - before this change ctypes would hang or crash when such a callback was called. This is a partial fix for #1574584. Will backport to release25-maint. ........ | |||||
* | Initialized merge tracking via "svnmerge" with revisions "1-51333" from | Thomas Heller | 2006-10-20 | 0 | -0/+0 | |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes (This had to be done with the command line: svnmerge init -r 1:51333 -F c:\svn\trunk\Modules\_ctypes because svnmerge isn't able to deduce the branch point r51333 and the HEAD URL automatically in a subdirectory.) | |||||
* | [Bug #1576348] Fix typo in example | Andrew M. Kuchling | 2006-10-19 | 1 | -1/+1 | |
| | ||||||
* | C:\Code\python>type c.txt | Tim Peters | 2006-10-18 | 1 | -1/+1 | |
| | | | | | | Merge rev 52377 from trunk: newIobject(): repaired incorrect cast to quiet MSVC warning. | |||||
* | ctypes callback functions only support 'fundamental' result types. | Thomas Heller | 2006-10-17 | 3 | -2/+22 | |
| | | | | | | | | Check this and raise an error when something else is used - before this change ctypes would hang or crash when such a callback was called. This is a partial fix for #1574584. Backported from trunk. | |||||
* | Forward-port r52358: | Martin v. Löwis | 2006-10-17 | 3 | -36/+41 | |
| | | | | | - Bug #1578513: Cross compilation was broken by a change to configure. Repair so that it's back to how it was in 2.4.3. | |||||
* | Remove obsolete file. | Martin v. Löwis | 2006-10-17 | 1 | -0/+0 | |
| | ||||||
* | Patch #1457736: Update VC6 to use current PCbuild settings. | Martin v. Löwis | 2006-10-17 | 11 | -390/+278 | |
| | ||||||
* | Mention the bdist_msi module. | Martin v. Löwis | 2006-10-15 | 1 | -0/+5 | |
| | ||||||
* | Remove binary property on project files, set eol-style | Martin v. Löwis | 2006-10-15 | 3 | -424/+424 | |
| | | | | to CRLF instead. | |||||
* | Bug #1567666: Emulate GetFileAttributesExA for Win95. | Martin v. Löwis | 2006-10-15 | 2 | -2/+105 | |
| | ||||||
* | Patch #1577551: Add ctypes and ET build support for VC6. | Martin v. Löwis | 2006-10-15 | 4 | -16/+476 | |
| | ||||||
* | Patch #1576954: Update VC6 build directory; remove redundant | Martin v. Löwis | 2006-10-15 | 3 | -22/+78 | |
| | | | | files in VC7.1 pythoncore.vcproj. | |||||
* | Fix tarfile depending on buggy int('1\0', base) behavior. | Georg Brandl | 2006-10-12 | 1 | -1/+1 | |
| | | | | (backport from rev. 52313) | |||||
* | Small grammar fix, thanks Sjoerd. | Georg Brandl | 2006-10-12 | 1 | -1/+1 | |
| | | | | (backport from rev. 52311) | |||||
* | Bug #1560114: the Mac filesystem does have accurate information | Georg Brandl | 2006-10-12 | 1 | -1/+1 | |
| | | | | | about the case of filenames. (backport from rev. 52309) | |||||
* | Add a note to fpectl docs that it's not built by default | Georg Brandl | 2006-10-12 | 1 | -1/+6 | |
| | | | | | (bug #1556261). (backport from rev. 52307) | |||||
* | Bug #1545497: when given an explicit base, int() did ignore NULs | Georg Brandl | 2006-10-12 | 3 | -2/+27 | |
| | | | | | embedded in the string to convert. (backport from rev. 52305) | |||||
* | Bug #1546628: add a note about urlparse.urljoin() and absolute paths. | Georg Brandl | 2006-10-12 | 1 | -1/+15 | |
| | | | | (backport from rev. 52303) | |||||
* | Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode | Georg Brandl | 2006-10-12 | 3 | -4/+28 | |
| | | | | | | arguments with the system default encoding just like the write() method does, instead of converting it to a raw buffer. (backport from rev. 52301) | |||||
* | Bug #1550524: better heuristics to find correct class definition | Georg Brandl | 2006-10-12 | 1 | -2/+17 | |
| | | | | | in inspect.findsource(). (backport from rev. 52299) | |||||
* | Bug #1565919: document set types in the Language Reference. | Georg Brandl | 2006-10-12 | 2 | -0/+37 | |
| | | | | (backport from rev. 52297) | |||||
* | Bug #813342: Start the IDLE subprocess with -Qnew if the parent | Georg Brandl | 2006-10-12 | 2 | -0/+5 | |
| | | | | | is started with that option. (backport from rev. 52295) | |||||
* | Bug #1575746: fix typo in property() docs. | Georg Brandl | 2006-10-12 | 1 | -1/+1 | |
| | | | | (backport from rev. 52293) | |||||
* | Macosx: fix permission problem in generated installer | Ronald Oussoren | 2006-10-10 | 1 | -1/+7 | |
| | ||||||
* | Bug #1565150: Fix subsecond processing for os.utime on Windows. | Martin v. Löwis | 2006-10-09 | 3 | -3/+13 | |
| | ||||||
* | List gc.get_count() in the module docstring. | Barry Warsaw | 2006-10-09 | 1 | -0/+1 | |
| | ||||||
* | Patch #1572724: fix typo ('=' instead of '==') in _msi.c. | Georg Brandl | 2006-10-09 | 2 | -1/+3 | |
| | | | | (backport from rev. 52251) | |||||
* | [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. | Andrew M. Kuchling | 2006-10-09 | 2 | -1/+4 | |
| | ||||||
* | Backport of r52238 | Ronald Oussoren | 2006-10-08 | 1 | -7/+14 | |
| | ||||||
* | Backport of r52236 | Ronald Oussoren | 2006-10-08 | 1 | -0/+16 | |
| | ||||||
* | Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471) | Skip Montanaro | 2006-10-08 | 1 | -10/+10 | |
| | ||||||
* | Backport of r52233 | Ronald Oussoren | 2006-10-08 | 1 | -1/+5 | |
| | ||||||
* | Backport of r52229 | Ronald Oussoren | 2006-10-08 | 1 | -3/+3 | |
| | ||||||
* | Backport of r52227. | Ronald Oussoren | 2006-10-08 | 1 | -2/+1 | |
| | ||||||
* | Backport from trunk r52223: | Hye-Shik Chang | 2006-10-08 | 3 | -14/+35 | |
| | | | | | Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault when encoding non-BMP unicode characters. (Submitted by Ray Chason) | |||||
* | Fix #1569998: no break inside try statement (outside loop) allowed. | Georg Brandl | 2006-10-08 | 3 | -1/+30 | |
| | | | | (backport from rev. 52129) | |||||
* | Patch #1542451: fix crash with continue in nested try/finally | Georg Brandl | 2006-10-08 | 3 | -4/+96 | |
| | | | | (backport from rev. 51439) | |||||
* | Backport the .sln and .vcproj files for PCBuild8 from the python trunk to ↵ | Kristján Valur Jónsson | 2006-10-07 | 17 | -736/+1781 | |
| | | | | the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization. | |||||
* | Fix name. | Georg Brandl | 2006-10-06 | 2 | -2/+2 | |
| | ||||||
* | Case fixes | Andrew M. Kuchling | 2006-10-06 | 1 | -1/+1 | |
| | ||||||
* | - update links | Fred Drake | 2006-10-06 | 1 | -6/+8 | |
| | | | | - remove Sleepycat name now that they have been bought |