summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15741: Fix potential NULL dereference. Found by Coverity.Stefan Krah2012-08-201-0/+2
* Issue #15738: Fix a missing NULL check in subprocess_fork_exec().Stefan Krah2012-08-202-0/+12
* Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().Stefan Krah2012-08-202-0/+18
* #13579: teach string.Formatter about 'a'.R David Murray2012-08-194-9/+26
* Issue #15595: Fix subprocess.Popen(universal_newlines=True)Andrew Svetlov2012-08-193-2/+38
* Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.Stefan Krah2012-08-191-1/+3
* Allow redemo.py to be used from the command line like other demos.Ned Deily2012-08-181-0/+2
* Issue #15615: Add some tests for the json module's handling of invalid input ...Antoine Pitrou2012-08-183-0/+13
* Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.Mark Dickinson2012-08-184-10/+28
* tutorial typo fixEli Bendersky2012-08-181-1/+1
* #15636: add versionadded for decodebytesR David Murray2012-08-181-0/+2
* #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
* #15694: reflow paragraph.R David Murray2012-08-181-3/+2
* #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-182-8/+16
* Issue 15660: Clarify 0 prefix for width field in str.format doc.Terry Jan Reedy2012-08-171-3/+3
* Issue #15412: Remove erroneous note about weakrefsRichard Oudkerk2012-08-171-6/+0
* Issue #14501: Clarify that authentication keys are byte stringsRichard Oudkerk2012-08-171-19/+20
* Update the getpeercert() example with a real-world cert showing non-trivial i...Antoine Pitrou2012-08-161-17/+33
* #11062: Fix universal newline support in Babyl._install_message()Petri Lehtinen2012-08-161-3/+10
* Fix str docstringNick Coghlan2012-08-161-4/+8
* Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...Antoine Pitrou2012-08-1511-39/+87
* clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin...Sandro Tosi2012-08-151-2/+2
* #15543: reflow paragraphs.R David Murray2012-08-156-34/+31
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-1513-23/+77
* merge heads in 3.2 branchEli Bendersky2012-08-153-13/+9
|\
| * #11062: Fix adding a message from file to Babyl mailboxPetri Lehtinen2012-08-153-13/+9
* | Issue #15656: fixing code sample in extending docEli Bendersky2012-08-151-5/+10
|/
* #15269: document dircmp.left and right, and add tests for them.R David Murray2012-08-152-2/+33
* fix typoSandro Tosi2012-08-141-1/+1
* Merge 3.2Andrew Svetlov2012-08-141-1/+1
|\
| * Modules/socketmodule.c: netdb_lock: define static.Matthias Klose2012-08-141-1/+1
* | Add test to explicit check the absence regression in subprocess (issue #15592).Andrew Svetlov2012-08-141-0/+12
|/
* Issue #14167: Document return statement in finally blocks.Andrew Svetlov2012-08-141-6/+17
* Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-144-2/+40
* Restore original line lengths.Georg Brandl2012-08-142-32/+26
* Fix #15496. Add directory removal helpers to make Windows tests more reliable...Brian Curtin2012-08-132-2/+69
* Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.Andrew Svetlov2012-08-131-3/+5
* Issue #15561: Update subprocess docs to reference io.TextIOWrapper.Andrew Svetlov2012-08-131-19/+21
* Issue #15624: clarify newline documentation for open and io.TextIOWrapperAndrew Svetlov2012-08-132-24/+30
* Issue #15630: Add an example for "continue" statement in the tutorial. Patch bySenthil Kumaran2012-08-122-3/+19
* add usage example from cli; thanks to Christian Clauss from docs@Sandro Tosi2012-08-121-1/+3
* escape '\'; thanks to Steve Holden from docs@Sandro Tosi2012-08-121-1/+1
* it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@Sandro Tosi2012-08-121-1/+1
* add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...Sandro Tosi2012-08-121-1/+1
* update Geany URL; thanks to Karl Tarbet from docs@Sandro Tosi2012-08-121-1/+1
* add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@Sandro Tosi2012-08-121-1/+1
* zip() returns an iterator, make a list() of it; thanks to Martin from docs@Sandro Tosi2012-08-121-1/+1
* Issue #15444: Use proper spelling for non-ASCII contributor names.Antoine Pitrou2012-08-1111-21/+24
* Remove unused variables in parsetok().Georg Brandl2012-08-111-2/+1
* Revert 961a15aff2a6, this is already checked in another way.Georg Brandl2012-08-111-3/+1