summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...Ronald Oussoren2012-08-222-1/+3
* Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.Trent Nelson2012-08-212-3/+24
* #15752: s/assertRaisesRegexp/assertRaisesRegex/gEzio Melotti2012-08-211-2/+2
* Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().Stefan Krah2012-08-212-0/+15
* Issue #15285: Refactor connect timeout test in test_timeout.Trent Nelson2012-08-212-8/+86
* Issue #14954: Clarify the interaction of weak references and garbage collection.Antoine Pitrou2012-08-202-1/+5
* #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-203-1/+5
* #15742: clarify sqlite parameter substitution example.R David Murray2012-08-201-1/+1
* Issue #15726: Fix incorrect bounds checking in PyState_FindModule.Antoine Pitrou2012-08-203-1/+5
* 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