Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correct documentation for s* z* and w*, the argument that should be passed | Gregory P. Smith | 2010-01-02 | 1 | -3/+3 | |
| | | | | is the address of a Py_buffer, not a Py_buffer *. | |||||
* | Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, | Antoine Pitrou | 2010-01-02 | 11 | -151/+150 | |
| | | | | `rindex`, `rsplit` and `rpartition` methods. Patch by Florent Xicluna. | |||||
* | Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble | Mark Dickinson | 2010-01-02 | 3 | -240/+168 | |
| | | | | | | | | (the latter renamed to _PyLong_Frexp) now use the same core code. The exponent produced by _PyLong_Frexp now has type Py_ssize_t instead of the previously used int, and no longer needs scaling by PyLong_SHIFT. This frees the math module from having to know anything about the PyLong implementation. This closes issue #5576. | |||||
* | Clarify that the rect, phase and polar functions work with radians. | Mark Dickinson | 2010-01-02 | 1 | -2/+2 | |
| | ||||||
* | Fix casing. | Georg Brandl | 2010-01-02 | 1 | -1/+1 | |
| | ||||||
* | Make script work with 2.5. | Martin v. Löwis | 2010-01-02 | 1 | -0/+1 | |
| | ||||||
* | Update Windows build to sqlite 3.6.21. | Martin v. Löwis | 2010-01-02 | 5 | -7/+7 | |
| | ||||||
* | remove use of deprecated os.popen #7619 | Benjamin Peterson | 2010-01-02 | 1 | -3/+8 | |
| | ||||||
* | Issue #5080: turn the DeprecationWarning from float arguments passed | Mark Dickinson | 2010-01-01 | 6 | -28/+65 | |
| | | | | | | to integer PyArg_Parse* format codes into a TypeError. Add a DeprecationWarning for floats passed with the 'L' format code, which didn't previously have a warning. | |||||
* | allow --with-dbmliborder to specify that no dbm modules will be built #6491 | Benjamin Peterson | 2010-01-01 | 2 | -3/+7 | |
| | ||||||
* | fix indentation | Benjamin Peterson | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | add note | Benjamin Peterson | 2010-01-01 | 1 | -0/+3 | |
| | ||||||
* | use pkg-config to find the libffi headers when --with-system-ffi is used #6943 | Benjamin Peterson | 2010-01-01 | 4 | -3/+128 | |
| | ||||||
* | More yearly updates. | Georg Brandl | 2010-01-01 | 12 | -14/+14 | |
| | ||||||
* | more copyright year updates | Ezio Melotti | 2010-01-01 | 3 | -3/+3 | |
| | ||||||
* | update copyright year | Benjamin Peterson | 2010-01-01 | 2 | -4/+4 | |
| | ||||||
* | Add some missing command-line options to the main list. All but -V were already | Brett Cannon | 2010-01-01 | 1 | -2/+4 | |
| | | | | documented. Left -V undocumented for now (and -U was already undocumented). | |||||
* | More configure fixes: avoid sh 'integer argument expected' error when 'long ↵ | Mark Dickinson | 2009-12-31 | 2 | -7/+16 | |
| | | | | long' type doesn't exist. | |||||
* | Add missing quotes. | Mark Dickinson | 2009-12-31 | 2 | -3/+3 | |
| | ||||||
* | add another advancement | Benjamin Peterson | 2009-12-31 | 1 | -3/+4 | |
| | ||||||
* | Add various items | Andrew M. Kuchling | 2009-12-31 | 1 | -1/+26 | |
| | ||||||
* | update expat comment | Benjamin Peterson | 2009-12-31 | 1 | -6/+6 | |
| | ||||||
* | Add some items | Andrew M. Kuchling | 2009-12-31 | 1 | -9/+27 | |
| | ||||||
* | #7613: missing ) in flmodule.c | Ezio Melotti | 2009-12-31 | 1 | -1/+1 | |
| | ||||||
* | indentation and further alignment with py3k | Ezio Melotti | 2009-12-31 | 1 | -3/+3 | |
| | ||||||
* | cleanup and refactoring | Ezio Melotti | 2009-12-31 | 1 | -128/+123 | |
| | ||||||
* | add a --with-system-expat option to build pyexpat against the system's lib #7609 | Benjamin Peterson | 2009-12-31 | 4 | -27/+61 | |
| | ||||||
* | Merged revisions 77158 via svnmerge from | Benjamin Peterson | 2009-12-30 | 1 | -0/+5 | |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r77158 | benjamin.peterson | 2009-12-30 13:41:03 -0600 (Wed, 30 Dec 2009) | 1 line clean up logging's global state after the test finishes ........ | |||||
* | check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) | Benjamin Peterson | 2009-12-30 | 4 | -6/+27 | |
| | | | | | Also, add a note to the docs about the better behavior of T_OBJECT_EX as compared to T_OBJECT. | |||||
* | We only support Windows NT derivatives now. | Georg Brandl | 2009-12-30 | 2 | -5/+2 | |
| | ||||||
* | #7602: improve "clean" and "checkout" targets now that all tools are in ↵ | Georg Brandl | 2009-12-30 | 1 | -5/+4 | |
| | | | | externals. | |||||
* | #7487: update Pygments version. | Georg Brandl | 2009-12-30 | 2 | -2/+2 | |
| | ||||||
* | Use new Pygments version. | Georg Brandl | 2009-12-30 | 1 | -1/+1 | |
| | ||||||
* | Add Marcos Donolo for work on issue 7534 patch. | Mark Dickinson | 2009-12-30 | 1 | -0/+1 | |
| | ||||||
* | Issue #7534: Fix handling of nans, infinities, and negative zero in ** | Mark Dickinson | 2009-12-30 | 4 | -25/+294 | |
| | | | | operator, on IEEE 754 platforms. Thanks Marcos Donolo for original patch. | |||||
* | #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ↵ | Ezio Melotti | 2009-12-30 | 4 | -510/+489 | |
| | | | | Curtin. | |||||
* | wrap long line | Benjamin Peterson | 2009-12-30 | 1 | -1/+2 | |
| | ||||||
* | only build the nis module when the headers are found #7589 | Benjamin Peterson | 2009-12-30 | 2 | -1/+4 | |
| | ||||||
* | Add various items | Andrew M. Kuchling | 2009-12-29 | 1 | -3/+68 | |
| | ||||||
* | #7579: Add docstrings to the msvcrt module | Amaury Forgeot d'Arc | 2009-12-29 | 2 | -14/+107 | |
| | ||||||
* | #7413: Passing '\0' as the separator to datetime.datetime.isoformat() | Amaury Forgeot d'Arc | 2009-12-29 | 3 | -9/+18 | |
| | | | | used to drop the time part of the result. | |||||
* | #7595: fix typo in argument default constant. | Georg Brandl | 2009-12-29 | 2 | -2/+2 | |
| | ||||||
* | Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel, | Mark Dickinson | 2009-12-29 | 1 | -1/+7 | |
| | | | | | | | due to a defect in the platform's implementation of expm1. Since the issue is of low severity, and appears to be fixed in OS X 10.5 and 10.6, it doesn't seem worth working around, so I'm just weakening the relevant test so that it passes on 10.4. | |||||
* | Various additions | Andrew M. Kuchling | 2009-12-29 | 1 | -26/+66 | |
| | ||||||
* | Fix wrong markup. | Georg Brandl | 2009-12-29 | 1 | -2/+2 | |
| | ||||||
* | Improve markup of ctypes docs. | Georg Brandl | 2009-12-29 | 1 | -321/+326 | |
| | ||||||
* | #7569: clarification about c_char_p. | Georg Brandl | 2009-12-29 | 1 | -2/+4 | |
| | ||||||
* | enable test_main.py | Benjamin Peterson | 2009-12-29 | 1 | -2/+3 | |
| | ||||||
* | Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from | Benjamin Peterson | 2009-12-28 | 6 | -19/+123 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r76871 | benjamin.peterson | 2009-12-17 20:49:21 -0600 (Thu, 17 Dec 2009) | 1 line handle unencodable diffs gracefully #5093 ........ r76872 | benjamin.peterson | 2009-12-17 20:51:37 -0600 (Thu, 17 Dec 2009) | 1 line fix emacs header ........ r77093 | benjamin.peterson | 2009-12-28 14:43:32 -0600 (Mon, 28 Dec 2009) | 7 lines replace callable(x) with isinstance(x, collections.Callable) #7006 This is a more accurate translation than hasattr(x, '__call__') which failed in the case that somebody had put __call__ in the instance dictionary. Patch mostly by Joe Amenta. ........ r77094 | benjamin.peterson | 2009-12-28 14:45:13 -0600 (Mon, 28 Dec 2009) | 2 lines deuglify imports ........ r77095 | benjamin.peterson | 2009-12-28 14:49:23 -0600 (Mon, 28 Dec 2009) | 1 line remove unused flag ........ r77097 | benjamin.peterson | 2009-12-28 16:12:13 -0600 (Mon, 28 Dec 2009) | 2 lines clean up imports and whitespace ........ r77098 | benjamin.peterson | 2009-12-28 16:43:35 -0600 (Mon, 28 Dec 2009) | 1 line *** empty log message *** ........ r77099 | benjamin.peterson | 2009-12-28 16:45:10 -0600 (Mon, 28 Dec 2009) | 1 line revert unintended change ........ r77100 | benjamin.peterson | 2009-12-28 16:53:21 -0600 (Mon, 28 Dec 2009) | 1 line revert unintended changes ........ r77101 | benjamin.peterson | 2009-12-28 17:46:02 -0600 (Mon, 28 Dec 2009) | 1 line normalize whitespace ........ | |||||
* | document new fix_callable behavior | Benjamin Peterson | 2009-12-28 | 1 | -1/+2 | |
| |