| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args | Sean Reifscheider | 2008-03-20 | 1 | -0/+4 |
|
|
| * | Backport r61450 from trunk: | Gregory P. Smith | 2008-03-18 | 1 | -0/+28 |
|
|
| * | The behaviour of winsound.Beep() seems to differ between different versions o... | Trent Nelson | 2008-03-18 | 1 | -2/+10 |
|
|
| * | Ensure this test passes even if there are no soundcards in the system. Backp... | Trent Nelson | 2008-03-18 | 1 | -4/+16 |
|
|
| * | Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue... | Raymond Hettinger | 2008-03-06 | 1 | -0/+7 |
|
|
| * | Patch #2232: os.tmpfile might fail on Windows if the user has no | Martin v. Löwis | 2008-03-06 | 1 | -0/+38 |
|
|
| * | Remove old expected output for test_resource | Andrew M. Kuchling | 2008-02-23 | 1 | -2/+0 |
|
|
| * | #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure. | Andrew M. Kuchling | 2008-02-23 | 1 | -62/+101 |
|
|
| * | #1433694: minidom's .normalize() failed to set .nextSibling for last element. | Andrew M. Kuchling | 2008-02-23 | 1 | -0/+8 |
|
|
| * | Bug #2137: Remove test_struct.test_crasher, which was meaningful | Martin v. Löwis | 2008-02-18 | 1 | -4/+0 |
|
|
| * | Revert 60793 for test_array; on a 64-bit system, | Martin v. Löwis | 2008-02-15 | 1 | -17/+0 |
|
|
| * | Added checks for integer overflows, contributed by Google. Some are | Martin v. Löwis | 2008-02-14 | 2 | -0/+21 |
|
|
| * | Backport the nts() function from the trunk. This fixes problems with | Lars Gustäbel | 2008-02-11 | 2 | -1/+7 |
|
|
| * | Backport relevant part of issue 2021 fix (r60695): Support with statement pro... | Nick Coghlan | 2008-02-11 | 1 | -3/+12 |
|
|
| * | Backport test_resource fix from trunk to stop it crashing on Ubuntu | Nick Coghlan | 2008-02-11 | 1 | -14/+19 |
|
|
| * | issue 2045: Infinite recursion when printing a subclass of defaultdict, | Amaury Forgeot d'Arc | 2008-02-08 | 1 | -0/+23 |
|
|
| * | No need to emit co_lnotab item when both offsets are zeros. | Amaury Forgeot d'Arc | 2008-02-04 | 1 | -0/+9 |
|
|
| * | backport of r60575 (issue #1750076): Debugger did not step on every iteration... | Amaury Forgeot d'Arc | 2008-02-04 | 1 | -3/+48 |
|
|
| * | Try harder to provoke the exception since the ia64 buildbot still | Neal Norwitz | 2008-01-28 | 1 | -0/+2 |
|
|
| * | Sync up with trunk. Try to flush repeatedly to ensure the exception is raised. | Neal Norwitz | 2008-01-27 | 1 | -5/+7 |
|
|
| * | Backport 60342: | Neal Norwitz | 2008-01-27 | 1 | -2/+5 |
|
|
| * | Backport r58453: | Neal Norwitz | 2008-01-27 | 1 | -2/+12 |
|
|
| * | Backport 60334: | Neal Norwitz | 2008-01-27 | 1 | -0/+3 |
|
|
| * | #1920: when considering a block starting by "while 0", the compiler optimized... | Amaury Forgeot d'Arc | 2008-01-24 | 1 | -0/+9 |
|
|
| * | Fix failing test_mailbox on Cygwin | Andrew M. Kuchling | 2008-01-24 | 1 | -0/+1 |
|
|
| * | Backport r60208, skip some tests for huge passwd/group files. | Guido van Rossum | 2008-01-23 | 2 | -0/+6 |
|
|
| * | Backport of r60190: | Gregory P. Smith | 2008-01-22 | 1 | -0/+19 |
|
|
| * | Remove extra test that was accidentally backported from the trunk | Mark Dickinson | 2008-01-21 | 1 | -8/+0 |
|
|
| * | Issue 1678380: fix a bug identifying -0.0 and 0.0 | Mark Dickinson | 2008-01-21 | 1 | -0/+21 |
|
|
| * | Issue #1882: when compiling code from a string, encoding cookies in the | Georg Brandl | 2008-01-21 | 1 | -1/+9 |
|
|
| * | Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M... | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+14 |
|
|
| * | This got fixed in r60056. | Guido van Rossum | 2008-01-18 | 1 | -17/+0 |
|
|
| * | Backport r55080: | Guido van Rossum | 2008-01-18 | 3 | -33/+78 |
|
|
| * | Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int... | Mark Dickinson | 2008-01-08 | 1 | -0/+10 |
|
|
| * | Decimal module and test cases were updated to their state of | Facundo Batista | 2008-01-08 | 148 | -2342/+60269 |
|
|
| * | Backport r59758. | Guido van Rossum | 2008-01-05 | 1 | -0/+5 |
|
|
| * | Issue #1735: TarFile.extractall() now correctly sets directory | Lars Gustäbel | 2008-01-04 | 1 | -0/+28 |
|
|
| * | Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: | Guido van Rossum | 2008-01-03 | 1 | -0/+30 |
|
|
| * | Backport r59480. | Alexandre Vassalotti | 2007-12-13 | 1 | -0/+10 |
|
|
| * | Issue #1531: Read fileobj from the current offset, do not seek to | Lars Gustäbel | 2007-12-01 | 1 | -2/+41 |
|
|
| * | Backport of r59241: str.decode fails on very long strings on 64bit platforms. | Amaury Forgeot d'Arc | 2007-11-30 | 1 | -4/+6 |
|
|
| * | Issue #1445: Fix a SystemError when accessing the ``cell_contents`` | Amaury Forgeot d'Arc | 2007-11-24 | 1 | -0/+12 |
|
|
| * | Backport of a fix for the __loader__.get_data() test. | Brett Cannon | 2007-11-23 | 1 | -0/+1 |
|
|
| * | Backport of r59082 (doctest and using __loader__.get_data()). | Brett Cannon | 2007-11-21 | 1 | -0/+18 |
|
|
| * | Backport r59049: | Walter Dörwald | 2007-11-19 | 1 | -0/+44 |
|
|
| * | Backport r59047: Fix typo in comment. | Walter Dörwald | 2007-11-19 | 1 | -1/+1 |
|
|
| * | Backport for issue1265 (pdb bug with "with" statement). | Amaury Forgeot d'Arc | 2007-11-13 | 1 | -2/+47 |
|
|
| * | Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat(). | Guido van Rossum | 2007-11-12 | 1 | -0/+7 |
|
|
| * | Fix issue #1705170 (backport from trunk) | Nick Coghlan | 2007-11-07 | 1 | -0/+17 |
|
|
| * | Backport r58868: | Gregory P. Smith | 2007-11-06 | 1 | -0/+125 |
|
|