| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 28 | -8/+8702 |
|
|
* | Prepare integration of bytearray backport branch | Christian Heimes | 2008-03-26 | 0 | -0/+0 |
|
|
* | Added help options to PDB | Benjamin Peterson | 2008-03-26 | 1 | -1/+1 |
|
|
* | Add an example for an RFC 822 continuation. | Georg Brandl | 2008-03-26 | 1 | -6/+8 |
|
|
* | Add Josiah. | Georg Brandl | 2008-03-26 | 1 | -0/+3 |
|
|
* | Changed test so it no longer runs as a side effect of importing. | Jerry Seutter | 2008-03-26 | 1 | -166/+179 |
|
|
* | Changed test so it no longer runs as a side effect of importing. | Jerry Seutter | 2008-03-26 | 1 | -209/+222 |
|
|
* | Ensure that the mailbox is closed to prevent problems on Windows with removing | Neal Norwitz | 2008-03-26 | 1 | -3/+5 |
|
|
* | Changed test so it no longer runs as a side effect of importing. | Jerry Seutter | 2008-03-26 | 1 | -7/+20 |
|
|
* | Try to get this test to be less flaky. It was failing sometimes because | Neal Norwitz | 2008-03-26 | 1 | -10/+5 |
|
|
* | Add various items | Andrew M. Kuchling | 2008-03-26 | 1 | -17/+78 |
|
|
* | Minor docstring typos | Andrew M. Kuchling | 2008-03-26 | 1 | -5/+5 |
|
|
* | Opps! I merged the revisions, but forgot to add | Benjamin Peterson | 2008-03-25 | 1 | -0/+11 |
|
|
* | Make _ctypes.c PY_SSIZE_T_CLEAN. | Thomas Heller | 2008-03-25 | 1 | -2/+4 |
|
|
* | Merged the ACKS from py3k | Benjamin Peterson | 2008-03-25 | 1 | -62/+58 |
|
|
* | Issue #2482: Make sure that the coefficient of a Decimal | Mark Dickinson | 2008-03-25 | 3 | -3/+23 |
|
|
* | Add Benjamin. | Georg Brandl | 2008-03-25 | 1 | -0/+3 |
|
|
* | Issue #2478: Decimal(sqrt(0)) failed when the decimal context | Mark Dickinson | 2008-03-25 | 3 | -3/+11 |
|
|
* | Move declarations to block start. | Georg Brandl | 2008-03-25 | 1 | -4/+4 |
|
|
* | #2476: document that %default feature is new in 2.4. | Georg Brandl | 2008-03-25 | 1 | -4/+5 |
|
|
* | #2359: add Py3k warning for array.read/array.write. | Georg Brandl | 2008-03-25 | 2 | -2/+28 |
|
|
* | Fix tabs. | Georg Brandl | 2008-03-25 | 2 | -2/+2 |
|
|
* | Make Py3k warnings consistent w.r.t. punctuation; also respect the | Georg Brandl | 2008-03-25 | 16 | -54/+67 |
|
|
* | #2355: py3k warning for buffer(). | Georg Brandl | 2008-03-25 | 3 | -1/+13 |
|
|
* | On platforms without zlib, make this do the right thing and return the python | Gregory P. Smith | 2008-03-25 | 1 | -71/+58 |
|
|
* | Use a 32-bit unsigned int here, a long is not needed. | Gregory P. Smith | 2008-03-25 | 2 | -6/+6 |
|
|
* | #868845: document <...> reprs. | Georg Brandl | 2008-03-25 | 1 | -5/+9 |
|
|
* | Try to get this test to be more stable: | Neal Norwitz | 2008-03-25 | 1 | -4/+15 |
|
|
* | Don't try to close a non-open file. | Neal Norwitz | 2008-03-25 | 1 | -4/+4 |
|
|
* | A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more | Gregory P. Smith | 2008-03-25 | 2 | -2/+11 |
|
|
* | Try to fix a bunch of compiler warnings on Win64. | Neal Norwitz | 2008-03-25 | 4 | -5/+5 |
|
|
* | Fix a bunch of UnboundLocalErrors when the tests fail. | Neal Norwitz | 2008-03-25 | 2 | -6/+9 |
|
|
* | Issue2469: Correct a typo I introduced at r61793: compilation error with UCS4... | Amaury Forgeot d'Arc | 2008-03-24 | 1 | -1/+1 |
|
|
* | Added quick hack for bzr | Christian Heimes | 2008-03-24 | 1 | -2/+2 |
|
|
* | Added quick hack for bzr | Christian Heimes | 2008-03-24 | 1 | -1/+8 |
|
|
* | Conditionalize sys/time.h inclusion. | Martin v. Löwis | 2008-03-24 | 1 | -0/+2 |
|
|
* | Patch #2240: Implement signal.setitimer and signal.getitimer. | Martin v. Löwis | 2008-03-24 | 8 | -16/+313 |
|
|
* | Install 2to3 script. | Martin v. Löwis | 2008-03-24 | 3 | -0/+8 |
|
|
* | #1700821: add a note to audioop docs about signedness of sample formats. | Georg Brandl | 2008-03-24 | 1 | -0/+12 |
|
|
* | Issue 2460: Make Ellipsis objects copyable. | Raymond Hettinger | 2008-03-24 | 2 | -1/+4 |
|
|
* | Tighten documentation for Random.triangular. | Raymond Hettinger | 2008-03-24 | 1 | -5/+5 |
|
|
* | Merged revisions 61724-61824 via svnmerge from | Martin v. Löwis | 2008-03-24 | 6 | -23/+62 |
|
|
* | Have the binascii module use zlib's optimized crc32() function when available | Gregory P. Smith | 2008-03-24 | 2 | -3/+41 |
|
|
* | prevent a warning from the struct module when data size >= 2**32. | Gregory P. Smith | 2008-03-23 | 1 | -1/+1 |
|
|
* | A bugfix for r61813, it would fail if the data size was >=2**32. | Gregory P. Smith | 2008-03-23 | 1 | -5/+1 |
|
|
* | replace calls to get the initial values with the raw constants. | Gregory P. Smith | 2008-03-23 | 1 | -2/+2 |
|
|
* | Fix gzip to deal with CRC's being signed values in Python 2.x properly and to | Gregory P. Smith | 2008-03-23 | 1 | -31/+13 |
|
|
* | Revert r61779 - It undid correct code and caused test_zlib to fail on all | Gregory P. Smith | 2008-03-23 | 1 | -4/+2 |
|
|
* | Adopt Nick's suggestion for useful default arguments. | Raymond Hettinger | 2008-03-23 | 2 | -5/+11 |
|
|
* | Issue 1681432: Add triangular distribution the random module. | Raymond Hettinger | 2008-03-23 | 4 | -1/+31 |
|
|