2008-04-04 |
Trent Nelson | Revert r62152 (Issue #2550). Being able to observe... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | News entry for: Sync with files from the just released... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | More files from libffi 3.0.5. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Trent Nelson | Issue 2550: extend test_socket.py to test SO_REUSEADDR... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jeffrey Yasskin | Oops again. EINTR is in errno, not signal. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Sync with files from the just released libffi 3.0.5... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Fred Drake | stupid, stupid, stupid! |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Fred Drake | my previous change did what I said it should not: it... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Issue #2544: On HP-UX systems, use 'gcc -shared' for... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Thomas Heller | Issue #2543: Make ctypes compatible (again) with Python... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Fred Drake | - Issue #2385: distutils.core.run_script() makes __file... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jeffrey Yasskin | Doh! os.read() raises an OSError, not an IOError when... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Barry Warsaw | post release updates |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Amaury Forgeot... | #1733757: the interpreter would hang on shutdown, if... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Make kill_python a little more forgiving if it can... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Add the correct OutputFile values for debug builds... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Reimplement kill_python. The existing version had... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Trent Nelson | Remove the building of Berkeley DB step; _bsddb44.vcpro... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Barry Warsaw | Post tag version tweak |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Barry Warsaw | Create the tag for 2.6a2 |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Barry Warsaw | Updating for 2.6a2 v2.6a2 |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Benjamin Peterson | Suggested proposed changes to Python be considered... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Amaury Forgeot... | Remove debug prints; the buildbot now passes the tests |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vinay Sajip | Added updates with respect to recent changes to TimedRo... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vinay Sajip | Added updates with respect to recent changes to TimedRo... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Vinay Sajip | Fix: #2315, #2316, #2317: TimedRotatingFileHandler... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Trent Nelson | Update information pertaining to building external... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Neal Norwitz | Apply same patch from 3k branch to try and prevent... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Jeffrey Yasskin | Try to make test_signal less flaky. I still see some... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Amaury Forgeot... | A DocTestSuite cannot run multiple times: it clears... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Amaury Forgeot... | Correct the apparent refleak in test_io: |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Guido van Rossum | Remove the advertising clause from the BSD license... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Amaury Forgeot... | Newly enabled test appears to leak: |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Amaury Forgeot... | Fix and enable a skipped test: |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Brett Cannon | Add ``if __name__ == '__main__'`` to some test files... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Brett Cannon | Generalize test.test_support.test_stdout() with a base... |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Neal Norwitz | Be sure to close the file. 2 places were deleting... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Benjamin Peterson | PyErr_Warn is decrepated. Use PyErr_WarnEx |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Martin v. Löwis | Merged revisions 61990-62079 via svnmerge from |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Neal Norwitz | Use file.write instead of print to make it easier to... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Jeffrey Yasskin | Block the sys.exc_clear -3 warning from threading.py. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Make AST nodes pickleable. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Fix error message -- "expects either 0 or 0 arguments" |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | The other download formats will be available for 2... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Benjamin Peterson | Updated README regarding doc formats |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Make _fields attr for no fields consistent with _attrib... |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Convert test_ast to unittest and add a test for r62049. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | #2505: allow easier creation of AST nodes. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Adapt test_ast to the new ExceptHandler type. |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Georg Brandl | Patch #2511: Give the "excepthandler" AST item proper... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Gerhard Häring | Documented the lastrowid attribute. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Benjamin Peterson | #2503 make singletons compared with "is" not == or != |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | Still investigating on the hanging test_socket. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | The buildbot "x86 W2k8 trunk" seems to hang in test_socket. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Georg Brandl | Properly check for consistency with the third argument of |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | Now that Lib/test/output is gone, tests should not... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | lib2to3 should install a logging handler only when... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Georg Brandl | Fix capitalization. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Raymond Hettinger | Be explicit about what efficient means. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Georg Brandl | Backport #1442: report exception when startup file... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | Correctly call the base class tearDown(); |
commit | commitdiff | tree | snapshot |
2008-03-29 |
Amaury Forgeot... | Revert my experiment. I found one reason of failures... |
commit | commitdiff | tree | snapshot |
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 |
next |