| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit for #11233 | Antoine Pitrou | 2011-03-13 | 1 | -2/+17 |
|\ |
|
| * | Issue #11223: Fix test_threadsignals to fail, not hang, when the | Antoine Pitrou | 2011-03-13 | 1 | -2/+17 |
|
|
* | | Issue 9856: Change object.__format__ with a non-empty format string from a Pe... | Eric V. Smith | 2011-03-12 | 2 | -4/+4 |
|
|
* | | Merge #11131 | Mark Dickinson | 2011-03-12 | 2 | -8/+81 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | Remove a now unneeded tweak to test_zipimport_support in order to not | Brett Cannon | 2011-03-11 | 1 | -5/+0 |
|
|
* | | | Issue #9935: Speed up pickling of instances of user-defined classes. | Antoine Pitrou | 2011-03-11 | 1 | -1/+20 |
|
|
* | | | Issue #11244: The peephole optimizer is now able to constant-fold | Antoine Pitrou | 2011-03-11 | 1 | -2/+29 |
|
|
* | | | Remove unused import. | Eric V. Smith | 2011-03-10 | 1 | -1/+0 |
|
|
* | | | Issue #5622: merge fix from 3.2. | Ned Deily | 2011-03-09 | 1 | -4/+5 |
|\ \ \
| |/ / |
|
| * | | 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.2. | Vinay Sajip | 2011-03-08 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|