summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Turn on regrtest -W (rerun immediately) option for Windows, too.R. David Murray2010-12-141-1/+1
* 9162: fix license in multiprocessing filesR. David Murray2010-12-1414-13/+352
* Use skipIf instead of a return when attribute doesn't exist.R. David Murray2010-12-141-2/+2
* #10699: fix docstring for tzset: it does not take a parameterR. David Murray2010-12-141-1/+1
* #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-134-5/+66
* #10698: fix typo in example.R. David Murray2010-12-131-1/+1
* Logging documentation update.Vinay Sajip2010-12-131-2/+5
* Logging documentation update.Vinay Sajip2010-12-131-110/+128
* Issue 10687. When --without-pymalloc is given, $VERSION is the same asBarry Warsaw2010-12-132-9/+15
* Captured IO streams with embedded backslashes are always such a fun combinati...Nick Coghlan2010-12-131-2/+8
* Logging documentatio update.Vinay Sajip2010-12-131-1/+2
* Mention the subprocess.Popen close_fds default change. Fixup *s to -s.Gregory P. Smith2010-12-131-2/+6
* regenerate configure based on r87207.Gregory P. Smith2010-12-131-1/+7
* issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag fromGregory P. Smith2010-12-1310-17/+195
* Get rid of the close_fds DeprecationWarning. Changes the default on a perGregory P. Smith2010-12-133-46/+26
* issue 10683Kristján Valur Jónsson2010-12-131-0/+11
* Actually finish the tests for r87182Nick Coghlan2010-12-131-3/+5
* Logging documentation - further update.Vinay Sajip2010-12-121-2/+2
* Logging documentation - further update.Vinay Sajip2010-12-121-4/+24
* Logging documentation - further update.Vinay Sajip2010-12-121-3/+4
* Improve readability of the socket docsAntoine Pitrou2010-12-121-57/+82
* Homogenize the "optional OS services" menuAntoine Pitrou2010-12-124-12/+12
* Consistent ordering of availability statementsAntoine Pitrou2010-12-121-2/+2
* Fix heading levelAntoine Pitrou2010-12-121-2/+2
* Remove redundant sentence, and fix markupAntoine Pitrou2010-12-121-7/+4
* #243654: only create a new MIME boundary if we don't already have one.R. David Murray2010-12-121-12/+6
* Add link to the buffer protocol description from the memory description.Antoine Pitrou2010-12-121-2/+2
* Better explain the buffer interface (hopefully)Antoine Pitrou2010-12-122-16/+26
* Make this a warning and fix indentationAntoine Pitrou2010-12-121-6/+6
* Obsolete aliases needn't be documentedAntoine Pitrou2010-12-121-4/+0
* Remove reference to stuff which is already obsolete in 2.x.Antoine Pitrou2010-12-121-82/+0
* SET_LINENO was removed in 2.3Antoine Pitrou2010-12-121-5/+0
* Logging documentation - further update.Vinay Sajip2010-12-121-51/+101
* Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile...Nick Coghlan2010-12-124-14/+79
* Logging documentation - further update.Vinay Sajip2010-12-121-0/+5
* Logging documentation - further update.Vinay Sajip2010-12-121-0/+8
* Logging documentation update.Vinay Sajip2010-12-121-144/+420
* having three copies of the same test is surely a bit excessiveBenjamin Peterson2010-12-121-296/+0
* remove (un)transform methodsBenjamin Peterson2010-12-129-274/+6
* Fix markup.Georg Brandl2010-12-111-2/+4
* Create the hardlink between python-3.2m and python-3.2 in altbininstall targetBarry Warsaw2010-12-111-5/+5
* Add versionchanged for parameter type changes.Martin v. Löwis2010-12-111-0/+5
* Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose ...Georg Brandl2010-12-111-0/+2
* Adjust PySlice_GetIndices documentation to signature change.Martin v. Löwis2010-12-111-2/+2
* Fix typo.Georg Brandl2010-12-101-2/+2
* Reverted accidental commit (from r87159)Alexander Belopolsky2010-12-102-29/+25
* Updated UCD version and unicode.org links to Unicode 6.0.0Alexander Belopolsky2010-12-103-33/+38
* Move nntp entry back to changed modules section and add entry for non-ascii i...Raymond Hettinger2010-12-101-7/+13
* logging: added handler of last resort.Vinay Sajip2010-12-103-14/+87
* #10668: fix wrong call of __init__.Georg Brandl2010-12-101-1/+1