2008-03-29 |
Gerhard Häring | Brought documentation for sqlite3 module up-to-date... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | At least let the module compile |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | Try to understand why most buildbots suddenly turned... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Benjamin Peterson | NIL => NULL |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Amaury Forgeot... | One #ifdef too much, and I broke all windows buildbots: |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Amaury Forgeot... | Repair compilation for Visual Studio 2005. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Benjamin Peterson | #2498 modernized try, except, finally statements in bdb |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Amaury Forgeot... | Fix a reference leak found by Georg, when compiling... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Georg Brandl | Silence compiler warning at the source. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Amaury Forgeot... | Silence a compilation warning |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Gregory P.... | These svn adds were forgotten in r62000 |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Gerhard Häring | Update sqlite3 module to match current version of pysqlite. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Georg Brandl | #2502: add example how to do enum types with named... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Georg Brandl | Don't use the confusing term "set membership". |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Georg Brandl | Phase out has_key usage in the tutorial; correct docs... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Georg Brandl | Patch #1810 by Thomas Lee, reviewed by myself: |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Gregory P.... | Accept patch issue2426 by Paul Kippes (kippesp). |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Georg Brandl | #2406: add examples to gzip docs. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Gregory P.... | This patch moves some tests from test_urllib2_net to... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Neal Norwitz | Name the main method correctly so the test is run |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Neal Norwitz | Bug 1503: Get the test to pass on OSX. This should... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Neal Norwitz | Fix compiler warning about finite() missing on Solaris. |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Martin v. Löwis | Merged revisions 61825-61989 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-28 |
Martin v. Löwis | Run 2to3 tests. |
commit | commitdiff | tree | snapshot |
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 |
next |