summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Backport of 64903.Brett Cannon2008-07-131-0/+1
| * Backport r62627 + r62744 from trunk to fix issue 2632.Gregory P. Smith2008-07-061-0/+27
| * Backport of r64677.Brett Cannon2008-07-021-1/+1
| * #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-07-011-0/+29
| * #3242: fix a crash in "print", if sys.stdout is set to a custom object,Amaury Forgeot d'Arc2008-07-011-1/+20
| * Issue 3110: Crash with weakref subclass,Amaury Forgeot d'Arc2008-06-161-1/+40
| * #3117: backport r55087, fixes segfault with lambda (None,): None.Georg Brandl2008-06-151-0/+1
| * Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicateGregory P. Smith2008-06-011-0/+16
| * Patch #2111: Avoid mmap segfault when modifying a PROT_READ block.Martin v. Löwis2008-05-231-0/+17
| * Issue #2670: urllib2.build_opener() failed when two handlersAmaury Forgeot d'Arc2008-04-221-0/+6
| * Merge r62235 from trunk.Gregory P. Smith2008-04-091-0/+5
| * Fix a reference leak found by Georg, when compiling a class nested in another...Amaury Forgeot d'Arc2008-03-281-0/+4
| * Issue2495: tokenize.untokenize did not insert space between two consecutive s...Amaury Forgeot d'Arc2008-03-272-1/+9
| * Issue #2482: Make sure that the coefficient of a Decimal instanceMark Dickinson2008-03-251-0/+16
| * Decimal.sqrt(0) failed when the context was notMark Dickinson2008-03-251-0/+6
| * #1477: ur'\U0010FFFF' used to raise in narrow unicode builds.Amaury Forgeot d'Arc2008-03-241-2/+15
| * Issue #2432: give DictReader the dialect and line_num attributesGeorg Brandl2008-03-211-10/+12
| * Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *argsSean Reifscheider2008-03-201-0/+4
| * Backport r61450 from trunk:Gregory P. Smith2008-03-181-0/+28
| * The behaviour of winsound.Beep() seems to differ between different versions o...Trent Nelson2008-03-181-2/+10
| * Ensure this test passes even if there are no soundcards in the system. Backp...Trent Nelson2008-03-181-4/+16
| * Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue...Raymond Hettinger2008-03-061-0/+7
| * Patch #2232: os.tmpfile might fail on Windows if the user has noMartin v. Löwis2008-03-061-0/+38
| * Remove old expected output for test_resourceAndrew M. Kuchling2008-02-231-2/+0
| * #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure.Andrew M. Kuchling2008-02-231-62/+101
| * #1433694: minidom's .normalize() failed to set .nextSibling for last element.Andrew M. Kuchling2008-02-231-0/+8
| * Bug #2137: Remove test_struct.test_crasher, which was meaningfulMartin v. Löwis2008-02-181-4/+0
| * Revert 60793 for test_array; on a 64-bit system,Martin v. Löwis2008-02-151-17/+0
| * Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-142-0/+21
| * Backport the nts() function from the trunk. This fixes problems withLars Gustäbel2008-02-112-1/+7
| * Backport relevant part of issue 2021 fix (r60695): Support with statement pro...Nick Coghlan2008-02-111-3/+12
| * Backport test_resource fix from trunk to stop it crashing on UbuntuNick Coghlan2008-02-111-14/+19
| * issue 2045: Infinite recursion when printing a subclass of defaultdict,Amaury Forgeot d'Arc2008-02-081-0/+23
| * No need to emit co_lnotab item when both offsets are zeros.Amaury Forgeot d'Arc2008-02-041-0/+9
| * backport of r60575 (issue #1750076): Debugger did not step on every iteration...Amaury Forgeot d'Arc2008-02-041-3/+48
| * Try harder to provoke the exception since the ia64 buildbot stillNeal Norwitz2008-01-281-0/+2
| * Sync up with trunk. Try to flush repeatedly to ensure the exception is raised.Neal Norwitz2008-01-271-5/+7
| * Backport 60342:Neal Norwitz2008-01-271-2/+5
| * Backport r58453:Neal Norwitz2008-01-271-2/+12
| * Backport 60334:Neal Norwitz2008-01-271-0/+3
| * #1920: when considering a block starting by "while 0", the compiler optimized...Amaury Forgeot d'Arc2008-01-241-0/+9
| * Fix failing test_mailbox on CygwinAndrew M. Kuchling2008-01-241-0/+1
| * Backport r60208, skip some tests for huge passwd/group files.Guido van Rossum2008-01-232-0/+6
| * Backport of r60190:Gregory P. Smith2008-01-221-0/+19
| * Remove extra test that was accidentally backported from the trunkMark Dickinson2008-01-211-8/+0
| * Issue 1678380: fix a bug identifying -0.0 and 0.0Mark Dickinson2008-01-211-0/+21
| * Issue #1882: when compiling code from a string, encoding cookies in theGeorg Brandl2008-01-211-1/+9
| * Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...Andrew M. Kuchling2008-01-191-0/+14
| * This got fixed in r60056.Guido van Rossum2008-01-181-17/+0
| * Backport r55080:Guido van Rossum2008-01-183-33/+78