Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | be explicit about the actual location of the missing file | Skip Montanaro | 2007-09-08 | 1 | -1/+2 |
| | |||||
* | #1095: ln -f doesn't work portably, fix in Makefile. | Georg Brandl | 2007-09-07 | 1 | -1/+2 |
| | |||||
* | Fix a wrong indentation for sublists. | Georg Brandl | 2007-09-07 | 1 | -2/+2 |
| | |||||
* | Backport from py3k branch: | Thomas Heller | 2007-09-07 | 1 | -0/+6 |
| | | | | | | Add a workaround for a strange bug on win64, when _ctypes is compiled with the SDK compiler. This should fix the failing Lib\ctypes\test\test_as_parameter.py test. | ||||
* | Remove unneeded #include. | Thomas Heller | 2007-09-07 | 1 | -1/+0 |
| | |||||
* | Add a 'c_longdouble' type to the ctypes module. | Thomas Heller | 2007-09-07 | 13 | -3/+115 |
| | |||||
* | Fix a crasher where Python code managed to infinitely recurse in C code without | Brett Cannon | 2007-09-07 | 11 | -49/+66 |
| | | | | | | | ever going back out to Python code in PyObject_Call(). Required introducing a static RuntimeError instance so that normalizing an exception there is no reliance on a recursive call that would put the exception system over the recursion check itself. | ||||
* | Make uuid1 and uuid4 tests conditional on whether ctypes can be imported; | Brett Cannon | 2007-09-07 | 1 | -0/+12 |
| | | | | | implementation of either function depends on ctypes but uuid as a whole does not. | ||||
* | Apply the fix from Issue1112 to make this test more robust and keep | Gregory P. Smith | 2007-09-06 | 1 | -9/+22 |
| | | | | windows happy. | ||||
* | If this is correct for py3k branch and it's already in the release25-maint | Skip Montanaro | 2007-09-06 | 1 | -3/+0 |
| | | | | branch, seems like it ought to be on the trunk as well. | ||||
* | Fix typo: c_float represents to C float type. | Thomas Heller | 2007-09-06 | 1 | -1/+1 |
| | |||||
* | Backport from 3k: #1116: fix reference to old filename. | Georg Brandl | 2007-09-06 | 1 | -1/+1 |
| | |||||
* | PyDict_GetItem() returns a borrowed reference. | Armin Rigo | 2007-09-06 | 1 | -0/+28 |
| | | | | | This attack is against ceval.c:IMPORT_NAME, which calls an object (__builtin__.__import__) without holding a reference to it. | ||||
* | Patch #1733973 by peaker: | Armin Rigo | 2007-09-06 | 1 | -2/+14 |
| | | | | | ptrace_enter_call() assumes no exception is currently set. This assumption is broken when throwing into a generator. | ||||
* | Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ ↵ | Georg Brandl | 2007-09-05 | 1 | -0/+15 |
| | | | | methods (new-style classes only). | ||||
* | Patch #786737: Allow building in a tree of symlinks pointing to | Martin v. Löwis | 2007-09-05 | 3 | -2/+6 |
| | | | | a readonly source. | ||||
* | PyDict_GetItem() returns a borrowed reference. | Armin Rigo | 2007-09-05 | 1 | -0/+14 |
| | | | | | There are probably a number of places that are open to attacks such as the following one, in bltinmodule.c:min_max(). | ||||
* | Patch #1105: Explain that one needs to build the solution | Martin v. Löwis | 2007-09-05 | 1 | -0/+7 |
| | | | | to get dependencies right. | ||||
* | SSL certificate distinguished names should be represented by tuples | Bill Janssen | 2007-09-05 | 3 | -54/+65 |
| | |||||
* | - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. | Matthias Klose | 2007-09-04 | 3 | -2/+4 |
| | |||||
* | - Makefile.pre.in(buildbottest): Remove whitespace at eol. | Matthias Klose | 2007-09-04 | 1 | -3/+3 |
| | |||||
* | - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify | Matthias Klose | 2007-09-04 | 2 | -0/+7 |
| | | | | to include some information about the build environment. | ||||
* | Patch #1031213: Decode source line in SyntaxErrors back to its original | Martin v. Löwis | 2007-09-04 | 6 | -5/+107 |
| | | | | source encoding. Will backport to 2.5. | ||||
* | Patch #1388440: Add set_completion_display_matches_hook and | Martin v. Löwis | 2007-09-04 | 7 | -1/+177 |
| | | | | get_completion_type to readline. | ||||
* | Document that we rely on the OS to release the crypto | Martin v. Löwis | 2007-09-04 | 1 | -0/+2 |
| | | | | context. Fixes #1626801. | ||||
* | Added cross-references plus a note about dict & list shallow copying. | Mark Summerfield | 2007-09-04 | 5 | -6/+15 |
| | |||||
* | - Added support for linking the bsddb module against BerkeleyDB 4.6.x. | Matthias Klose | 2007-09-03 | 2 | -4/+5 |
| | |||||
* | Fix #883466: don't allow Unicode as arguments to quopri and uu codecs. | Georg Brandl | 2007-09-03 | 2 | -4/+6 |
| | |||||
* | Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET used | Ronald Oussoren | 2007-09-02 | 2 | -1/+17 |
| | | | | by the Makefile is also used at configure-time. | ||||
* | Add more items | Andrew M. Kuchling | 2007-09-01 | 1 | -3/+32 |
| | |||||
* | Wording change | Andrew M. Kuchling | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2007-09-01 | 1 | -3/+35 |
| | |||||
* | Markup fix | Andrew M. Kuchling | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Walter Dörwald | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Fix wrong function names. | Walter Dörwald | 2007-09-01 | 1 | -2/+2 |
| | |||||
* | Added a note and examples to explain that re.split does not split on an | Skip Montanaro | 2007-09-01 | 1 | -0/+7 |
| | | | | empty pattern match. (issue 852532). | ||||
* | Document sets' ">" and "<" operations (backport from py3k). | Georg Brandl | 2007-09-01 | 1 | -0/+10 |
| | |||||
* | Fix RST link (backport from Py3k). | Georg Brandl | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | Bug #1737210: Change Manufacturer of Windows installer to PSF. | Martin v. Löwis | 2007-09-01 | 2 | -1/+3 |
| | | | | Will backport to 2.5. | ||||
* | remove use of non-existent SSLFakeSocket in apparently untested code | Bill Janssen | 2007-08-31 | 1 | -4/+2 |
| | |||||
* | remove mentions of socket.ssl in comments | Bill Janssen | 2007-08-31 | 1 | -3/+1 |
| | |||||
* | deprecate use of FakeSocket | Bill Janssen | 2007-08-31 | 1 | -0/+4 |
| | |||||
* | Mark registry components as 64-bit on Win64. | Martin v. Löwis | 2007-08-31 | 1 | -4/+6 |
| | |||||
* | Fix subitem markup. | Georg Brandl | 2007-08-31 | 1 | -7/+7 |
| | |||||
* | Document new shorthand notation for index entries. | Georg Brandl | 2007-08-31 | 1 | -4/+11 |
| | |||||
* | One more fix to consider missing SSL support. | Thomas Wouters | 2007-08-30 | 1 | -2/+3 |
| | |||||
* | Don't lie in __all__ attributes when SSL is not available: only add the SSL | Thomas Wouters | 2007-08-30 | 4 | -4/+9 |
| | | | | classes when they are actually created. | ||||
* | Somewhat-preliminary slice-object and extended slicing support for ctypes. | Thomas Wouters | 2007-08-30 | 9 | -5/+433 |
| | | | | | | The exact behaviour of omitted and negative indices for the Pointer type may need a closer look (especially as it's subtly different from simple slices) but there's time yet before 2.6, and not enough before 3.0a1 :-) | ||||
* | Warn about possible risks when extracting untrusted archives. | Lars Gustäbel | 2007-08-30 | 1 | -0/+11 |
| | |||||
* | Bump autoconf minimum version to 2.61. | Martin v. Löwis | 2007-08-30 | 2 | -8149/+8339 |
| |