summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent test_sqlite from hanging on older versions of sqlite.Neal Norwitz2008-04-051-0/+8
* Various editsAndrew M. Kuchling2008-04-051-16/+45
* Markup fix; explain what interval timers do; typo fixAndrew M. Kuchling2008-04-051-2/+8
* Minor editsAndrew M. Kuchling2008-04-051-3/+3
* Revert r62152 (Issue #2550). Being able to observe the results of all the bu...Trent Nelson2008-04-041-76/+0
* News entry for: Sync with files from the just released libffi 3.0.5 version.Thomas Heller2008-04-041-0/+4
* More files from libffi 3.0.5.Thomas Heller2008-04-044-22/+20
* Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() ...Trent Nelson2008-04-041-0/+76
* Oops again. EINTR is in errno, not signal.Jeffrey Yasskin2008-04-041-1/+1
* Sync with files from the just released libffi 3.0.5 version.Thomas Heller2008-04-045-2/+1246
* stupid, stupid, stupid!Fred Drake2008-04-041-1/+0
* my previous change did what I said it should not: it changed the currentFred Drake2008-04-042-7/+48
* Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gccThomas Heller2008-04-043-3/+14
* Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5.Thomas Heller2008-04-043-27/+39
* - Issue #2385: distutils.core.run_script() makes __file__ available, so theFred Drake2008-04-043-1/+46
* Doh! os.read() raises an OSError, not an IOError when it's interrupted.Jeffrey Yasskin2008-04-041-2/+5
* post release updatesBarry Warsaw2008-04-041-1/+25
* #1733757: the interpreter would hang on shutdown, if the function set by sys....Amaury Forgeot d'Arc2008-04-033-7/+41
* Make kill_python a little more forgiving if it can't obtain a snapshot of mod...Trent Nelson2008-04-031-5/+9
* Add the correct OutputFile values for debug builds. Fixes r62129's commit.Trent Nelson2008-04-031-0/+2
* Reimplement kill_python. The existing version had a number of flaws, namely,...Trent Nelson2008-04-0313-99/+513
* Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this f...Trent Nelson2008-04-031-3/+0
* Post tag version tweakBarry Warsaw2008-04-031-1/+1
* Create the tag for 2.6a2Barry Warsaw2008-04-031-0/+1
* Updating for 2.6a2v2.6a2Barry Warsaw2008-04-035-7/+14
* Suggested proposed changes to Python be considered on some mailing lists firstBenjamin Peterson2008-04-021-3/+5
* Remove debug prints; the buildbot now passes the testsAmaury Forgeot d'Arc2008-04-021-14/+0
* Added updates with respect to recent changes to TimedRotatingFileHandler.Vinay Sajip2008-04-021-4/+5
* Added updates with respect to recent changes to TimedRotatingFileHandler.Vinay Sajip2008-04-021-8/+17
* Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better ...Vinay Sajip2008-04-021-10/+62
* Update information pertaining to building external components, as well as not...Trent Nelson2008-04-021-134/+95
* Apply same patch from 3k branch to try and prevent this test from hangingNeal Norwitz2008-04-021-0/+1
* Try to make test_signal less flaky. I still see some flakiness inJeffrey Yasskin2008-04-021-6/+24
* A DocTestSuite cannot run multiple times: it clears its globals dictionary af...Amaury Forgeot d'Arc2008-04-021-3/+2
* Correct the apparent refleak in test_io:Amaury Forgeot d'Arc2008-04-021-12/+10
* Remove the advertising clause from the BSD license in timing.h.Guido van Rossum2008-04-011-6/+3
* Newly enabled test appears to leak:Amaury Forgeot d'Arc2008-04-011-12/+19
* Fix and enable a skipped test:Amaury Forgeot d'Arc2008-04-011-5/+4
* Add ``if __name__ == '__main__'`` to some test files where it didn't take a lotBrett Cannon2008-04-014-18/+36
* Generalize test.test_support.test_stdout() with a base context manager so thatBrett Cannon2008-04-011-7/+11
* Be sure to close the file. 2 places were deleting the file, so it was probablyNeal Norwitz2008-04-011-1/+3
* PyErr_Warn is decrepated. Use PyErr_WarnExBenjamin Peterson2008-03-311-1/+1
* Merged revisions 61990-62079 via svnmerge fromMartin v. Löwis2008-03-311-1/+1
* Use file.write instead of print to make it easier to merge with 3k.Neal Norwitz2008-03-311-12/+13
* Block the sys.exc_clear -3 warning from threading.py.Jeffrey Yasskin2008-03-311-0/+7
* Make AST nodes pickleable.Georg Brandl2008-03-303-4/+68
* Fix error message -- "expects either 0 or 0 arguments"Georg Brandl2008-03-302-4/+8
* The other download formats will be available for 2.6 too.Georg Brandl2008-03-301-1/+1
* Updated README regarding doc formatsBenjamin Peterson2008-03-301-8/+8
* Make _fields attr for no fields consistent with _attributes attr.Georg Brandl2008-03-303-16/+9