summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Harmonize linesep docstrings, and fix the quoting of \r\nR David Murray2011-03-142-3/+6
* | #11496: skip history test if clear_history is not available.R David Murray2011-03-141-0/+4
* | Fix #11491. When dbm.open was called with a file which already exists andbriancurtin2011-03-142-3/+11
* | Skip test that requires zlib when zlib is not available.Ezio Melotti2011-03-141-0/+1
* | Merge #11488 patch from 3.1.R David Murray2011-03-141-0/+17
|\ \ | |/
| * #11488: Add tests for writelines method of SpooledTemporaryFile.R David Murray2011-03-141-0/+17
* | Fix whitespaceR David Murray2011-03-141-1/+1
* | Merge fix for #11490 from 3.1.R David Murray2011-03-141-1/+2
|\ \ | |/
| * #11490: EACCES can also mean command not foundR David Murray2011-03-141-1/+2
* | Issue #11223: Fix test_threadsignals to fail, not hang, when theAntoine Pitrou2011-03-131-2/+17
* | Merge #11131Mark Dickinson2011-03-122-8/+81
|\ \ | |/
| * Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operat...Mark Dickinson2011-03-122-8/+81
* | Issue #5622: merge fix from 3.1.Ned Deily2011-03-091-4/+5
|\ \ | |/
| * Issue #5622: Fix curses.wrapper to raise correct exception if cursesNed Deily2011-03-091-4/+5
* | Issue #11444: Merge fix from 3.1.Vinay Sajip2011-03-081-0/+3
|\ \ | |/
| * Issue #11444: Lock handlers while flushing/closing during shutdown.Vinay Sajip2011-03-081-0/+3
* | merge 3.1Benjamin Peterson2011-03-083-16/+32
|\ \ | |/
| * transform izip_longest #11424Benjamin Peterson2011-03-083-16/+32
* | #Issue 11424: added equivalent fixes for dictConfig.Vinay Sajip2011-03-072-7/+109
* | #Issue 11424: merged fix from 3.1.Vinay Sajip2011-03-072-5/+118
|\ \ | |/
| * Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-072-5/+118
* | merge 3.1Benjamin Peterson2011-03-071-4/+7
|\ \ | |/
| * only do this sys.stderr replacing on CPythonBenjamin Peterson2011-03-061-4/+7
* | Merge build identification to 3.2 branch.Georg Brandl2011-03-062-2/+8
|\ \ | |/
| * Adapt platform and test_platform to the build identification changes.Georg Brandl2011-03-052-2/+8
* | Merge fix for issue #11391Antoine Pitrou2011-03-061-0/+8
|\ \ | |/
| * Fix buildbot failure following 97a5590b9291Antoine Pitrou2011-03-061-3/+3
| * Issue #11391: Writing to a mmap object created withAntoine Pitrou2011-03-061-0/+8
| * Add updated .hgeol file and fix newlines in the 3.1 branch.Georg Brandl2011-03-05112-51896/+51896
| * Merged revisions 88722 via svnmerge fromGiampaolo Rodolà2011-03-031-3/+7
| * Apparently, skipUnless() doesn't prevent the execution ofAntoine Pitrou2011-03-011-4/+4
| * Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge fromAntoine Pitrou2011-02-283-4/+122
| * Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,...Georg Brandl2011-02-252-5/+5
| * Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-...Georg Brandl2011-02-253-17/+12
| * Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-254-4/+9
| * Merged revisions 87921 via svnmerge fromAlexander Belopolsky2011-02-151-1/+2
| * Merged revisions 87919 via svnmerge fromAlexander Belopolsky2011-02-151-0/+9
| * Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge...R. David Murray2011-02-113-3/+25
| * collections.Mapping is not available for setup.py. Remove the dependency the...Raymond Hettinger2011-02-021-2/+32
| * Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-0240-77/+94
| * Issue #11089: Fix performance issue limiting the use of ConfigParser()Raymond Hettinger2011-02-021-4/+38
| * Fix typo: BadZipFile exists in 3.2+ only, not older versions.Éric Araujo2011-02-021-1/+1
| * Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-311-0/+36
| * Merged revisions 88258 via svnmerge fromBrian Curtin2011-01-301-4/+4
| * Merged revisions 88234 via svnmerge fromNed Deily2011-01-291-2/+2
| * Merged revisions 88239 via svnmerge fromAlexander Belopolsky2011-01-291-6/+8
| * Merged revisions 88236 via svnmerge fromNed Deily2011-01-291-2/+2
| * Merged revisions 88231 via svnmerge fromAlexander Belopolsky2011-01-292-3/+14
| * Issue 11020: command-line pyclbr broken due to missing 2-to-3 conversion.Raymond Hettinger2011-01-271-1/+1
| * Merged revisions 88204 via svnmerge fromAntoine Pitrou2011-01-261-1/+1