summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Branch mergeÉric Araujo2011-06-062-5/+6
|\ \
| * | Remove unnecessary executable bit on one distutils fileÉric Araujo2011-06-041-0/+0
| * | Remove outdated bit of advice (c882b5ff92d9 follow-up)Éric Araujo2011-06-041-5/+6
* | | merge 2.7.2 release branchBenjamin Peterson2011-06-052-2/+2
|\ \ \ | | |/ | |/|
| * | Stop adding txt files twice.Martin v. Löwis2011-06-051-2/+0
| * | Add 2.7.2 UUIDsMartin v. Löwis2011-06-051-0/+2
* | | Issue #12080: Fix a performance issue in Decimal._power_exact that caused som...Mark Dickinson2011-06-043-38/+97
| |/ |/|
* | Null merge from 2.6.Barry Warsaw2011-06-040-0/+0
|\ \
| * | Replay svn r88852.Barry Warsaw2011-06-042-1/+13
| * | Replay svn r88850.v2.6.7Barry Warsaw2011-06-047-26/+14
* | | Issue #12016: Add test_errorhandle() to TestBase_Mapping ofVictor Stinner2011-06-031-4/+38
* | | Issue #12016: Reindent decoders of HK and JP codecsVictor Stinner2011-06-032-51/+52
* | | merge 2.7.2 release branchBenjamin Peterson2011-06-031-2/+3
|\ \ \ | | |/ | |/|
| * | another benefit of this changeBenjamin Peterson2011-06-031-2/+3
| * | merge release tagBenjamin Peterson2011-06-011-0/+1
| |\ \
* | | | Document working dir for “make html” (#12249). Patch by Tshepang Lekhonk...Éric Araujo2011-06-031-0/+1
* | | | Fix named tuples to work with vars().Raymond Hettinger2011-06-034-2/+7
* | | | sys.checkinterval() now refreshes the current countdown ticker.Raymond Hettinger2011-06-022-0/+8
* | | | Cleanup exampleRaymond Hettinger2011-06-011-5/+4
* | | | Multiple clean-ups to the docs for builtin functions.Raymond Hettinger2011-06-011-28/+34
* | | | Link to suggestions for how to use super().Raymond Hettinger2011-06-011-0/+4
* | | | Branch mergeÉric Araujo2011-06-012-2/+2
|\ \ \ \
| * | | | Fix markup: arguments in a class directive are __init__ arguments, not base c...Éric Araujo2011-05-311-1/+1
| * | | | Fix error message to use the Python name instead of the C nameÉric Araujo2011-05-311-1/+1
| | |/ / | |/| |
* | | | merge headsBenjamin Peterson2011-06-012-1/+4
|\ \ \ \
| * | | | Issue #12085: Fix test_subprocess for my previous commitVictor Stinner2011-05-312-1/+4
* | | | | merge 2.7.2 release branchBenjamin Peterson2011-06-012-21/+16
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | simply use the Python version for pyexpat.__version__ #12221Benjamin Peterson2011-05-312-21/+10
| * | | add 2.7.2 headerBenjamin Peterson2011-05-311-0/+7
* | | | Close #12085: Fix an attribute error in subprocess.Popen destructor if theVictor Stinner2011-05-314-1/+19
* | | | Issue #12057: Add tests for ISO 2022 codecsVictor Stinner2011-05-307-1/+83
* | | | Issue #1195: fix the issue number of the NEWS entryVictor Stinner2011-05-301-1/+1
* | | | Issue #12016: my_fgets() now always clears errors before calling fgets(). FixVictor Stinner2011-05-302-0/+17
| |/ / |/| |
* | | Added tag v2.7.2rc1 for changeset f48756685406Benjamin Peterson2011-05-291-0/+1
|/ /
* | bump to 2.7.2rc1v2.7.2rc1Benjamin Peterson2011-05-296-9/+9
* | Branch mergeÉric Araujo2011-05-292-86/+99
|\ \
| * | Re-add missing doc stub for the distutils check commandÉric Araujo2011-05-281-0/+14
| * | Backport doc improvements for distutils.cmd.Command (#9223).Éric Araujo2011-05-281-76/+80
| * | Fix test_distutils when sys.dont_write_bytecode is true (#9831).Éric Araujo2011-05-281-16/+11
* | | Issue #12205: Fix test_subprocess failure due to uninstalled test data.Ned Deily2011-05-292-1/+3
* | | Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,Ned Deily2011-05-282-0/+17
* | | Nearly null-merge 2.5.6Martin v. Löwis2011-05-281-0/+2
|\ \ \ | | |/ | |/|
| * | Nearly null-merge 2.5.6Martin v. Löwis2011-05-281-0/+2
| |\ \
| | * \ merge 2.5.6c1 tagMartin v. Löwis2011-05-286-7/+19
| | |\ \
| | | * | Added tag v2.5.6 for changeset de34c7b097e8Martin v. Löwis2011-05-281-0/+1
| | | * | r88840: Prepare for 2.5.6.v2.5.6Martin v. Löwis2011-05-285-6/+17
| | | * | r88828: Fix year.Martin v. Löwis2011-05-281-1/+1
| | * | | Added tag v2.5.6c1 for changeset a87c7b96672bMartin v. Löwis2011-05-281-0/+1
| | |/ /
| | * | r88824: Prepare for 2.5.6c1.v2.5.6c1Martin v. Löwis2011-05-285-7/+12
* | | | Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-283-0/+48
| |_|/ |/| |