| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
|
|
* | | | #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. | Giampaolo Rodolà | 2011-03-08 | 1 | -2/+2 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2011-03-08 | 3 | -16/+32 |
|\ \ \
| |/ / |
|
| * | | 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: Merged fix from 3.2. | Vinay Sajip | 2011-03-07 | 2 | -12/+227 |
|\ \ \
| |/ / |
|
| * | | #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 |
| |\ \
| | |/ |
|
* | | | merge 3.1 | Benjamin Peterson | 2011-03-06 | 1 | -4/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | only do this sys.stderr replacing on CPython | Benjamin Peterson | 2011-03-06 | 1 | -4/+7 |
|
|
* | | | Remove sys.subversion and svn build identification leftovers. | Georg Brandl | 2011-03-06 | 1 | -5/+1 |
|
|
* | | | Merge build identification to default branch. | Georg Brandl | 2011-03-06 | 2 | -2/+8 |
|\ \ \
| | |/
| |/| |
|
| * | | 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 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
| | * | Merged revisions 88174 via svnmerge from | Ned Deily | 2011-01-24 | 1 | -2/+4 |
|
|
| | * | Issue #11000 ast.parse doc fix (r88172) + tix fix (r88170) | Terry Reedy | 2011-01-24 | 1 | -4/+4 |
|
|
| | * | Issue #10949: Improved robustness of rotating file handlers. | Vinay Sajip | 2011-01-21 | 1 | -0/+2 |
|
|
| | * | Merged revisions 88137 via svnmerge from | Antoine Pitrou | 2011-01-21 | 1 | -0/+2 |
|
|
| | * | Merged revisions 88131 via svnmerge from | Antoine Pitrou | 2011-01-20 | 1 | -0/+13 |
|
|
| | * | Merged revisions 88097 via svnmerge from | Antoine Pitrou | 2011-01-18 | 1 | -0/+11 |
|
|
| | * | Merged revisions 88036 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -5/+9 |
|
|