| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix docstrings for itertools combinatoric functions. | Raymond Hettinger | 2009-11-19 | 1 | -4/+4 |
|
|
* | Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, | Mark Dickinson | 2009-11-15 | 1 | -0/+6 |
|
|
* | Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent | Antoine Pitrou | 2009-11-04 | 1 | -12/+42 |
|
|
* | #7259: show correct equivalent for operator.i* operations in docstring; fix m... | Georg Brandl | 2009-11-04 | 1 | -16/+16 |
|
|
* | Fix exception handling in itertools.izip_longest(). | Raymond Hettinger | 2009-11-01 | 1 | -35/+37 |
|
|
* | Buffered I/O: optimize lock taking in the common non-contended case. | Antoine Pitrou | 2009-11-01 | 1 | -3/+5 |
|
|
* | Define TCSASOFT if the flag exists. | Gregory P. Smith | 2009-10-31 | 1 | -0/+3 |
|
|
* | Remove official documentation entry for thread._count() and make the | Antoine Pitrou | 2009-10-30 | 1 | -2/+8 |
|
|
* | Issue #7222: Make thread "reaping" more reliable so that reference | Antoine Pitrou | 2009-10-30 | 1 | -1/+19 |
|
|
* | Use a single style for all the docstrings in the math module. | Georg Brandl | 2009-10-29 | 1 | -15/+19 |
|
|
* | Use the correct function name in docstring. | Georg Brandl | 2009-10-29 | 1 | -1/+1 |
|
|
* | Roll back ill-considered attempts to fix printf specifier mismatch for off_t. | Mark Dickinson | 2009-10-29 | 2 | -26/+9 |
|
|
* | Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c a... | Eric Smith | 2009-10-28 | 1 | -1/+5 |
|
|
* | Fix format specifier for MSVC | Mark Dickinson | 2009-10-28 | 1 | -1/+1 |
|
|
* | Replace long long with PY_LONG_LONG | Mark Dickinson | 2009-10-28 | 1 | -2/+2 |
|
|
* | Silence gcc warnings when trying to print an off_t using "lld", on platforms | Mark Dickinson | 2009-10-27 | 2 | -3/+14 |
|
|
* | Issue #7205: Fix a possible deadlock when using a BZ2File object from several... | Antoine Pitrou | 2009-10-27 | 1 | -1/+6 |
|
|
* | Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodu... | Eric Smith | 2009-10-27 | 1 | -8/+4 |
|
|
* | Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle a... | Eric Smith | 2009-10-27 | 1 | -4/+4 |
|
|
* | Use correct conversion specifier and length modifier when printing an | Mark Dickinson | 2009-10-26 | 2 | -8/+14 |
|
|
* | Some platforms have rl_completion_append_character but not rl_completion_supp... | Antoine Pitrou | 2009-10-26 | 1 | -0/+2 |
|
|
* | Continue removing _PyOS_double_to_string, as mentioned in issue 7117. | Eric Smith | 2009-10-26 | 1 | -8/+22 |
|
|
* | Fix compilation error in debug mode. | Antoine Pitrou | 2009-10-24 | 1 | -3/+0 |
|
|
* | Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ... | Antoine Pitrou | 2009-10-24 | 1 | -1/+3 |
|
|
* | Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String... | Antoine Pitrou | 2009-10-24 | 2 | -9/+260 |
|
|
* | Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringI... | Antoine Pitrou | 2009-10-24 | 2 | -6/+10 |
|
|
* | Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which | Antoine Pitrou | 2009-10-20 | 1 | -29/+0 |
|
|
* | Issue #5833: Fix extra space character in readline completion with the | Antoine Pitrou | 2009-10-19 | 1 | -3/+4 |
|
|
* | Issue #7133: SSL objects now support the new buffer API. | Antoine Pitrou | 2009-10-19 | 1 | -11/+16 |
|
|
* | Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in te... | Georg Brandl | 2009-10-17 | 1 | -3/+3 |
|
|
* | Make cPickle.Unpickler.noload() handle dict subclasses. noload() is | Neil Schemenauer | 2009-10-14 | 1 | -4/+31 |
|
|
* | Issue #7078: _struct.__doc__ was being ignored. Import it into struct. | Mark Dickinson | 2009-10-08 | 1 | -8/+10 |
|
|
* | #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, | Amaury Forgeot d'Arc | 2009-10-06 | 2 | -131/+245 |
|
|
* | Fix compilation warning on Windows, where size_t is 32bit but file offsets ar... | Amaury Forgeot d'Arc | 2009-10-05 | 1 | -6/+7 |
|
|
* | #6990: clear threading.local's key only after its thread state is removed: | Philip Jenvey | 2009-09-29 | 1 | -1/+1 |
|
|
* | Issue #3366: Add gamma function to math module. | Mark Dickinson | 2009-09-28 | 1 | -35/+325 |
|
|
* | Eliminate unnecessary get_wrapped_(u)long defines in struct module. | Mark Dickinson | 2009-09-27 | 1 | -9/+6 |
|
|
* | #6243: fix segfault when keyname() returns a NULL pointer. | Andrew M. Kuchling | 2009-09-25 | 1 | -4/+7 |
|
|
* | http://bugs.python.org/issue6971 | Kristján Valur Jónsson | 2009-09-25 | 1 | -15/+39 |
|
|
* | Fix whitespace. | Brett Cannon | 2009-09-22 | 1 | -42/+43 |
|
|
* | When range checking was added to time.strftime() a check was placed on tm_isdst | Brett Cannon | 2009-09-22 | 1 | -5/+7 |
|
|
* | Issue #6236, #6348: Fix various failures in the io module under AIX | Antoine Pitrou | 2009-09-21 | 2 | -7/+7 |
|
|
* | Merge a newer version of libffi_osx, based on the | Ronald Oussoren | 2009-09-20 | 8 | -716/+713 |
|
|
* | Issue 6877: this patch makes it possible to link the readline extension | Ronald Oussoren | 2009-09-20 | 1 | -0/+70 |
|
|
* | Remove unused variable and static function to fix compiler warnings. | Thomas Heller | 2009-09-19 | 1 | -11/+0 |
|
|
* | #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System... | Georg Brandl | 2009-09-19 | 1 | -5/+8 |
|
|
* | Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) | Thomas Heller | 2009-09-18 | 2 | -2/+6 |
|
|
* | Issue #5042: Structure sub-subclass does now initialize correctly with | Thomas Heller | 2009-09-18 | 1 | -58/+73 |
|
|
* | Remove outdated include; this include was breaking OS X builds using | Mark Dickinson | 2009-09-16 | 1 | -4/+0 |
|
|
* | Fix issue #1590864, multiple threads and fork() can cause deadlocks, by | Thomas Wouters | 2009-09-16 | 1 | -3/+31 |
|
|