summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Do not add txt files twice.Martin v. Löwis2011-06-051-2/+0
* | | | | | Closes issue #11557: removal of non-idiomatic code in test_logging.Vinay Sajip2011-06-051-31/+25
* | | | | | merge heads.Gregory P. Smith2011-06-05223-3536/+11838
|\ \ \ \ \ \
| * \ \ \ \ \ merge headsBenjamin Peterson2011-06-053-38/+97
| |\ \ \ \ \ \
| | * | | | | | Issue #12080: Fix a performance issue in Decimal._power_exact that causes som...Mark Dickinson2011-06-043-38/+97
| | | |_|/ / / | | |/| | | |
| * | | | | | only clear the parser error if it's set (closes #12264)Benjamin Peterson2011-06-052-2/+11
| |/ / / / /
| * | | | | merge headsBenjamin Peterson2011-06-033-54/+85
| |\ \ \ \ \
| | * \ \ \ \ (Merge 3.2) Issue #12016: Add test_errorhandle() to TestBase_Mapping ofVictor Stinner2011-06-031-3/+33
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Issue #12016: Add test_errorhandle() to TestBase_Mapping ofVictor Stinner2011-06-031-3/+33
| | * | | | | (Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecsVictor Stinner2011-06-032-51/+52
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Issue #12016: Reindent decoders of HK and JP codecsVictor Stinner2011-06-032-51/+52
| | | | |_|/ | | | |/| |
| * | | | | some horrible preprocessing tricks to automatically update the tagBenjamin Peterson2011-06-031-2/+10
| |/ / / /
| * | | | run autoconfBenjamin Peterson2011-06-031-2/+0
| * | | | remove AC_REVISIONBenjamin Peterson2011-06-031-1/+0
| | |_|/ | |/| |
| * | | Merge #12249 fix from 3.2Éric Araujo2011-06-031-0/+1
| |\ \ \ | | |/ /
| | * | Document working dir for “make html” (#12249). Patch by Tshepang Lekhonk...Éric Araujo2011-06-031-0/+1
| * | | Fix reST label for collections ABCs.Éric Araujo2011-06-033-3/+5
| * | | Document autoflushing in packaging.test.support.LoggingCatcher.get_logs.Éric Araujo2011-06-031-1/+4
| * | | Add NEWS and whatsnew entries for the packaging moduleÉric Araujo2011-06-032-1/+17
| * | | Merge.Charles-François Natali2011-06-032-10/+8
| |\ \ \
| | * | | Close #12250: Disable the regrtest timeout by defaultVictor Stinner2011-06-032-10/+8
| * | | | Issue #12196: Make test.support's requires_linux_version a decorator.Charles-François Natali2011-06-033-29/+33
| |/ / /
| * | | mergeRaymond Hettinger2011-06-033-1/+5
| |\ \ \ | | |/ /
| | * | Fix named tuples to work with vars().Raymond Hettinger2011-06-034-1/+7
| * | | Merge packaging doc fixÉric Araujo2011-06-029-31/+103
| |\ \ \
| | * | | Packaging doc: Add missing index file, improve main page description.Éric Araujo2011-06-024-14/+71
| | * | | Fix format of warnings from the packaging check commandÉric Araujo2011-06-022-1/+12
| | * | | Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler.Éric Araujo2011-06-023-15/+19
| * | | | added the generate-setup actionTarek Ziade2011-06-022-2/+18
| * | | | this documentation is now handled by all the new packaging contributorsTarek Ziade2011-06-021-1/+1
| * | | | mergeRaymond Hettinger2011-06-011-22/+32
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Forward port doc updates for builtin functions.Raymond Hettinger2011-06-011-22/+32
| * | | Kill trailing whitespaceÉric Araujo2011-06-014-30/+30
| * | | Add documentation for the packaging module.Éric Araujo2011-06-0142-3/+7388
| * | | Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3"Charles-François Natali2011-06-011-0/+5
| * | | Merge 3.2Éric Araujo2011-06-012-4/+4
| |\ \ \ | | |/ /
| | * | Branch mergeÉric Araujo2011-06-012-4/+4
| | |\ \
| | | * | Fix markup: arguments in a class directive are __init__ arguments, not base c...Éric Araujo2011-05-311-3/+3
| | | * | Fix error message to use the Python name instead of the C nameÉric Araujo2011-05-311-1/+1
| * | | | Branch mergeÉric Araujo2011-06-019-143/+45
| |\ \ \ \
| | * | | | The compiler class for EMX was removedÉric Araujo2011-06-012-5/+2
| | * | | | Fix typos in class namesÉric Araujo2011-06-012-6/+6
| | * | | | Re-add line that was mistakenly removed alongside RPM support.Éric Araujo2011-05-311-0/+1
| | * | | | Re-apply distutils2 changes lost before the merge of packaging.Éric Araujo2011-05-313-102/+6
| | * | | | Fix nonsensical name.Éric Araujo2011-05-311-28/+28
| | * | | | Fix test name in debug messageÉric Araujo2011-05-311-2/+2
| * | | | | Remove duplicate entry for JosipÉric Araujo2011-06-011-1/+0
| * | | | | test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) inVictor Stinner2011-06-011-6/+7
| * | | | | (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes,Victor Stinner2011-06-013-18/+31
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the fileVictor Stinner2011-06-012-1/+34