| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Harmonize linesep docstrings, and fix the quoting of \r\n | R David Murray | 2011-03-14 | 2 | -3/+6 |
|
|
* | | #11496: skip history test if clear_history is not available. | R David Murray | 2011-03-14 | 1 | -0/+4 |
|
|
* | | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 2 | -3/+11 |
|
|
* | | Skip test that requires zlib when zlib is not available. | Ezio Melotti | 2011-03-14 | 1 | -0/+1 |
|
|
* | | Merge #11488 patch from 3.1. | R David Murray | 2011-03-14 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | #11488: Add tests for writelines method of SpooledTemporaryFile. | R David Murray | 2011-03-14 | 1 | -0/+17 |
|
|
* | | Fix whitespace | R David Murray | 2011-03-14 | 1 | -1/+1 |
|
|
* | | Merge fix for #11490 from 3.1. | R David Murray | 2011-03-14 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | #11490: EACCES can also mean command not found | R David Murray | 2011-03-14 | 1 | -1/+2 |
|
|
* | | Issue #11223: Fix test_threadsignals to fail, not hang, when the | Antoine Pitrou | 2011-03-13 | 1 | -2/+17 |
|
|
* | | Merge #11131 | Mark Dickinson | 2011-03-12 | 2 | -8/+81 |
|\ \
| |/ |
|
| * | Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operat... | Mark Dickinson | 2011-03-12 | 2 | -8/+81 |
|
|
* | | Issue #5622: merge fix from 3.1. | Ned Deily | 2011-03-09 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Issue #5622: Fix curses.wrapper to raise correct exception if curses | Ned Deily | 2011-03-09 | 1 | -4/+5 |
|
|
* | | Issue #11444: Merge fix from 3.1. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #11444: Lock handlers while flushing/closing during shutdown. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 |
|
|
* | | merge 3.1 | Benjamin Peterson | 2011-03-08 | 3 | -16/+32 |
|\ \
| |/ |
|
| * | transform izip_longest #11424 | Benjamin Peterson | 2011-03-08 | 3 | -16/+32 |
|
|
* | | #Issue 11424: added equivalent fixes for dictConfig. | Vinay Sajip | 2011-03-07 | 2 | -7/+109 |
|
|
* | | #Issue 11424: merged fix from 3.1. | Vinay Sajip | 2011-03-07 | 2 | -5/+118 |
|\ \
| |/ |
|
| * | Issue #11424: Fix bug in determining child loggers. | Vinay Sajip | 2011-03-07 | 2 | -5/+118 |
|
|
* | | merge 3.1 | Benjamin Peterson | 2011-03-07 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | only do this sys.stderr replacing on CPython | Benjamin Peterson | 2011-03-06 | 1 | -4/+7 |
|
|
* | | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 2 | -2/+8 |
|\ \
| |/ |
|
| * | Adapt platform and test_platform to the build identification changes. | Georg Brandl | 2011-03-05 | 2 | -2/+8 |
|
|
* | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Fix buildbot failure following 97a5590b9291 | Antoine Pitrou | 2011-03-06 | 1 | -3/+3 |
|
|
| * | Issue #11391: Writing to a mmap object created with | Antoine Pitrou | 2011-03-06 | 1 | -0/+8 |
|
|
| * | Add updated .hgeol file and fix newlines in the 3.1 branch. | Georg Brandl | 2011-03-05 | 112 | -51896/+51896 |
|
|
| * | Merged revisions 88722 via svnmerge from | Giampaolo Rodolà | 2011-03-03 | 1 | -3/+7 |
|
|
| * | Apparently, skipUnless() doesn't prevent the execution of | Antoine Pitrou | 2011-03-01 | 1 | -4/+4 |
|
|
| * | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 3 | -4/+122 |
|
|
| * | Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,... | Georg Brandl | 2011-02-25 | 2 | -5/+5 |
|
|
| * | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 3 | -17/+12 |
|
|
| * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 4 | -4/+9 |
|
|
| * | Merged revisions 87921 via svnmerge from | Alexander Belopolsky | 2011-02-15 | 1 | -1/+2 |
|
|
| * | Merged revisions 87919 via svnmerge from | Alexander Belopolsky | 2011-02-15 | 1 | -0/+9 |
|
|
| * | Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge... | R. David Murray | 2011-02-11 | 3 | -3/+25 |
|
|
| * | collections.Mapping is not available for setup.py. Remove the dependency the... | Raymond Hettinger | 2011-02-02 | 1 | -2/+32 |
|
|
| * | Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from | Éric Araujo | 2011-02-02 | 40 | -77/+94 |
|
|
| * | Issue #11089: Fix performance issue limiting the use of ConfigParser() | Raymond Hettinger | 2011-02-02 | 1 | -4/+38 |
|
|
| * | Fix typo: BadZipFile exists in 3.2+ only, not older versions. | Éric Araujo | 2011-02-02 | 1 | -1/+1 |
|
|
| * | Merged revisions 88284 via svnmerge from | Antoine Pitrou | 2011-01-31 | 1 | -0/+36 |
|
|
| * | Merged revisions 88258 via svnmerge from | Brian Curtin | 2011-01-30 | 1 | -4/+4 |
|
|
| * | Merged revisions 88234 via svnmerge from | Ned Deily | 2011-01-29 | 1 | -2/+2 |
|
|
| * | Merged revisions 88239 via svnmerge from | Alexander Belopolsky | 2011-01-29 | 1 | -6/+8 |
|
|
| * | Merged revisions 88236 via svnmerge from | Ned Deily | 2011-01-29 | 1 | -2/+2 |
|
|
| * | Merged revisions 88231 via svnmerge from | Alexander Belopolsky | 2011-01-29 | 2 | -3/+14 |
|
|
| * | Issue 11020: command-line pyclbr broken due to missing 2-to-3 conversion. | Raymond Hettinger | 2011-01-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 88204 via svnmerge from | Antoine Pitrou | 2011-01-26 | 1 | -1/+1 |
|
|