2008-03-28 |
Martin v. Löwis | Disable test that depends on #2412 being fixed. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Neal Norwitz | Revert r61969 which added casts to Py_CHARMASK to avoid... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Jeffrey Yasskin | Print more information the next time test_socket throws... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Neal Norwitz | Allow use of other ports so the test can pass if 9091... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Jeffrey Yasskin | Kill a race in test_threading in which the exception... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Amaury Forgeot... | test_future3.py is a regular test file, and should... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Amaury Forgeot... | Issue2495: tokenize.untokenize did not insert space... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Georg Brandl | The bug for which there was a test in outstanding_bugs... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Georg Brandl | #2248: return result of QUIT from quit(). |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Christian Heimes | Fixed tokenize tests |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Christian Heimes | Build bots are working again - removing the hack |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Eric Smith | Added test cases for single quoted strings, both forms... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Christian Heimes | Quick 'n dirty hack: Increase the magic by 2 to force... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Neal Norwitz | Pluralss only need one s, not 2 (intss -> ints) |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Neal Norwitz | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Neal Norwitz | Fix test_compiler after adding unicode_literals |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Neal Norwitz | Fix warnings about using char as an array subscript... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Neal Norwitz | Fix memory leaks |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Neal Norwitz | Fix bytes so it works on 64-bit platforms. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Christian Heimes | Revert commit accident |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Christian Heimes | Hopefully added _fileio module to the Windows build... |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Benjamin Peterson | add commas for introductory clauses |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Use the new unicode literals for the io module |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Amaury Forgeot... | C89 compliance: Microsoft compilers want variable decla... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | I forgot to svn add the future test |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Initialize PyCompilerFlags cf_flags with 0 |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Surround p_flags access with #ifdef PY_PARSER_REQUIRES_... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Patch #2477: Added from __future__ import unicode_literals |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Mark Dickinson | Typo: "objects reference count" -> "object's reference... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Georg Brandl | Fix and simplify error handling, silencing a compiler... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Updated Misc/NEWS |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Removed merge tracking for "svnmerge" for |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Removed merge tracking for "svnmerge" for |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Merged revisions 61750,61752,61754,61756,61760,61763... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Christian Heimes | Prepare integration of bytearray backport branch |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Benjamin Peterson | Added help options to PDB |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Georg Brandl | Add an example for an RFC 822 continuation. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Georg Brandl | Add Josiah. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Jerry Seutter | Changed test so it no longer runs as a side effect... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Jerry Seutter | Changed test so it no longer runs as a side effect... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Neal Norwitz | Ensure that the mailbox is closed to prevent problems... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Jerry Seutter | Changed test so it no longer runs as a side effect... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Neal Norwitz | Try to get this test to be less flaky. It was failing... |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Andrew M. Kuchling | Add various items |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Andrew M. Kuchling | Minor docstring typos |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Benjamin Peterson | Opps! I merged the revisions, but forgot to add |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Thomas Heller | Make _ctypes.c PY_SSIZE_T_CLEAN. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Benjamin Peterson | Merged the ACKS from py3k |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Mark Dickinson | Issue #2482: Make sure that the coefficient of a Decimal |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Georg Brandl | Add Benjamin. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Mark Dickinson | Issue #2478: Decimal(sqrt(0)) failed when the decimal... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Georg Brandl | Move declarations to block start. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Georg Brandl | #2476: document that %default feature is new in 2.4. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Georg Brandl | #2359: add Py3k warning for array.read/array.write. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Georg Brandl | Fix tabs. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Georg Brandl | Make Py3k warnings consistent w.r.t. punctuation; also... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Georg Brandl | #2355: py3k warning for buffer(). |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Gregory P.... | On platforms without zlib, make this do the right thing... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Gregory P.... | Use a 32-bit unsigned int here, a long is not needed. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Georg Brandl | #868845: document <...> reprs. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Neal Norwitz | Try to get this test to be more stable: |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Neal Norwitz | Don't try to close a non-open file. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Gregory P.... | A stab in the dark attempt to fix the alpha/tru64 build... |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Neal Norwitz | Try to fix a bunch of compiler warnings on Win64. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Neal Norwitz | Fix a bunch of UnboundLocalErrors when the tests fail. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Amaury Forgeot... | Issue2469: Correct a typo I introduced at r61793: compi... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Christian Heimes | Added quick hack for bzr |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Christian Heimes | Added quick hack for bzr |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Martin v. Löwis | Conditionalize sys/time.h inclusion. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Martin v. Löwis | Patch #2240: Implement signal.setitimer and signal... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Martin v. Löwis | Install 2to3 script. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Georg Brandl | #1700821: add a note to audioop docs about signedness... |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Raymond Hettinger | Issue 2460: Make Ellipsis objects copyable. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Raymond Hettinger | Tighten documentation for Random.triangular. |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Martin v. Löwis | Merged revisions 61724-61824 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-24 |
Gregory P.... | Have the binascii module use zlib's optimized crc32... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gregory P.... | prevent a warning from the struct module when data... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gregory P.... | A bugfix for r61813, it would fail if the data size... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gregory P.... | replace calls to get the initial values with the raw... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gregory P.... | Fix gzip to deal with CRC's being signed values in... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Gregory P.... | Revert r61779 - It undid correct code and caused test_z... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Raymond Hettinger | Adopt Nick's suggestion for useful default arguments. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Raymond Hettinger | Issue 1681432: Add triangular distribution the random... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Amaury Forgeot... | #1477: ur'\U0010FFFF' raised in narrow unicode builds. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Georg Brandl | Make the doctests presentation-friendlier. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Neal Norwitz | Remove compiler warnings (on Alpha at least) about... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Neal Norwitz | Try to prevent the alarm going off early in tearDown |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Neal Norwitz | Move itertools before future_builtins since the latter... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Neal Norwitz | Suppress failure (to avoid a flaky test) if we cannot... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Neal Norwitz | Fix test_tarfile failures on Alpha (Tru64). The proble... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Neal Norwitz | Skip the epoll test if epoll() does not work |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Neal Norwitz | Speed up the test by avoiding socket timeouts. |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Neal Norwitz | Try to make this test a little more robust and not... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Raymond Hettinger | Simplify demo code. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Georg Brandl | Enable doctest running for several other documents. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Georg Brandl | Enable doctests in functions.rst. Already found two... |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Georg Brandl | Test doctests in operator docs. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Georg Brandl | Test doctests in datetime docs. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Georg Brandl | Make collections' doctests executable. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
Georg Brandl | Fix-up syntax problems. |
commit | commitdiff | tree | snapshot |
next |