summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-3013-108/+119
* Merge 3.2: ignore commits (already done in 3.3 previously)Victor Stinner2011-04-300-0/+0
|\
| * Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-265-15/+43
| * Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)Victor Stinner2011-04-261-1/+1
* | Merged mentions of issues #11324 and #11858.Łukasz Langa2011-04-301-0/+5
|\ \ | |/
| * Mentioned issues #11324 and #11858.Łukasz Langa2011-04-301-0/+5
* | Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+107
|\ \ | |/
| * Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+107
| |\
| | * whitespace...Brian Curtin2011-04-301-3/+3
| | * Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+98
* | | Wrap the correct test with the skip decorator for the issue10761.Senthil Kumaran2011-04-291-1/+2
|\ \ \ | |/ /
| * | merge from 3.1Senthil Kumaran2011-04-291-1/+2
| |\ \ | | |/
| | * Wrap the testskip decorator for the proper test to resolve bb failure.Senthil Kumaran2011-04-291-1/+1
* | | whitespace fixBrian Curtin2011-04-291-1/+1
* | | mergeBrian Curtin2011-04-291-2/+9
|\ \ \ | |/ /
| * | mergeBrian Curtin2011-04-291-2/+9
| |\ \ | | |/
| | * Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of theBrian Curtin2011-04-291-2/+9
* | | Merged minor cleanups from 3.2.Łukasz Langa2011-04-292-3/+1
|\ \ \ | |/ /
| * | Removed debugging leftovers.Łukasz Langa2011-04-291-2/+0
| * | __class__ of a __class__ check worked only by chance.Łukasz Langa2011-04-291-1/+1
* | | Small grammar fix.Georg Brandl2011-04-291-2/+2
* | | Empty merge for TestChainMap tweaks in 3.2Łukasz Langa2011-04-290-0/+0
|\ \ \ | |/ /
| * | TestChainMap was not previously used. Minor corrections applied.Łukasz Langa2011-04-291-8/+8
* | | #11952: merge with 3.2.Ezio Melotti2011-04-291-1/+1
|\ \ \ | |/ /
| * | #11952: merge with 3.1.Ezio Melotti2011-04-291-1/+1
| |\ \ | | |/
| | * #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* | | MergeAntoine Pitrou2011-04-281-1/+4
|\ \ \
| * | | Implement #11832. Add an option to start regrtest and wait for inputBrian Curtin2011-04-281-1/+4
* | | | Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)Antoine Pitrou2011-04-281-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)Antoine Pitrou2011-04-281-0/+2
* | | Fix whitespaceAntoine Pitrou2011-04-281-5/+5
* | | Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. PatchAntoine Pitrou2011-04-284-20/+31
* | | Issue #11811: Factor out detection of IPv6 support on the current hostAntoine Pitrou2011-04-284-23/+28
* | | Merged solution for #11324 from 3.2.Łukasz Langa2011-04-283-4/+44
|\ \ \ | |/ /
| * | Closes #11324: ConfigParser(interpolation=None) doesn't work.Łukasz Langa2011-04-283-4/+44
* | | Merged ACKS from 3.2: added Yuxiao ZengŁukasz Langa2011-04-281-0/+1
|\ \ \ | |/ /
| * | Added Yuxiao Zeng for finding and resolving #11858. Thanks!Łukasz Langa2011-04-281-0/+1
* | | Improved test_logging coverage.Vinay Sajip2011-04-283-7/+65
* | | Merged styling updates for #11670 from 3.2.Łukasz Langa2011-04-282-30/+24
|\ \ \ | |/ /
| * | Style updates for the #11670 solution after post-commit review by Ezio Melotti:Łukasz Langa2011-04-282-30/+24
* | | merge from 3.2Senthil Kumaran2011-04-281-0/+1
|\ \ \ | |/ /
| * | merge from 3.1Senthil Kumaran2011-04-281-0/+1
| |\ \ | | |/
| | * skip the extractall test on platforms where os.symlink is not available.Senthil Kumaran2011-04-281-0/+1
* | | Merged solution for #11858 from 3.2.Łukasz Langa2011-04-282-6/+72
|\ \ \ | |/ /
| * | Closes #11858: configparser.ExtendedInterpolation and section case.Łukasz Langa2011-04-282-6/+72
* | | merge from 3.2Senthil Kumaran2011-04-281-0/+28
|\ \ \ | |/ /
| * | merge from 3.1Senthil Kumaran2011-04-281-0/+28
| |\ \ | | |/
| | * Add tests for tarfile extractall feature when with symlinksSenthil Kumaran2011-04-281-0/+27
* | | #11926: merge with 3.2.Ezio Melotti2011-04-283-12/+25
|\ \ \ | |/ /
| * | #11926: merge with 3.1.Ezio Melotti2011-04-283-10/+23
| |\ \ | | |/