summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | #14880: Fix kwargs notation in csv.reader, .writer & .register_dialectHynek Schlawack2012-08-282-6/+9
* | #15788: fix broken links in subprocess doc. Patch by Chris Rebert.Ezio Melotti2012-08-271-2/+2
* | Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled...Ronald Oussoren2012-08-255-7/+128
* | Fix wrong way of adding Error information in shutil.copytree.Georg Brandl2012-08-251-1/+1
* | Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)Mark Dickinson2012-08-241-2/+0
* | Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-243-1/+23
* | Add glossary referencesAntoine Pitrou2012-08-241-3/+3
* | Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-242-6/+119
* | Closes #9374: add back now-unused module attributes; removing them is a backw...Georg Brandl2012-08-241-0/+10
* | Issue #15645: Ensure 2to3 grammar pickles are properly installed.Ned Deily2012-08-232-3/+5
* | Remove patch artifacts.Georg Brandl2012-08-211-2/+2
* | #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 #15741: Fix potential NULL dereference. Found by Coverity.Stefan Krah2012-08-201-0/+2
* | #13579: minimize code base drift for 'a' string.Formatter change.R David Murray2012-08-192-9/+10
* | Issue #15615: Add some tests for the json module's handling of invalid input ...Antoine Pitrou2012-08-183-0/+13
* | Add workaround for log1p(-0.0) on platforms where it's broken.Mark Dickinson2012-08-183-6/+28
* | Fix typo in tutorialEli Bendersky2012-08-181-1/+1
* | Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel EllisEli Bendersky2012-08-181-7/+308
* | #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
* | 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 #15604: Update uses of PyObject_IsTrue() to check for and handle errors...Antoine Pitrou2012-08-1511-52/+112
* | 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-157-49/+47
* | #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-1513-26/+78
* | #11062: Fix adding a message from file to Babyl mailboxPetri Lehtinen2012-08-153-1/+16
* | #15269: document dircmp.left and right.R David Murray2012-08-151-0/+25
* | fix typoSandro Tosi2012-08-141-1/+1
* | - Issue #15647: Make isdir static for windows and posixMatthias Klose2012-08-141-2/+2
* | Modules/socketmodule.c: netdb_lock: define static.Matthias Klose2012-08-141-1/+1
* | #9161: Fix test to use standard optparse test pattern (what was I thinking?)R David Murray2012-08-141-6/+6
* | Issue #14167: Document return statement in finally blocks.Andrew Svetlov2012-08-141-9/+22
* | Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-144-2/+43
* | #9161: add test for the bug fixed by r82581.R David Murray2012-08-141-0/+7
* | 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 #15630: Add an example for "continue" statement in the tutorial. Patch bySenthil Kumaran2012-08-122-3/+19
* | complete cgi.parse() signature; thanks to Aaron Bingham from docs@Sandro Tosi2012-08-121-2/+2
* | add usage example from cli; thanks to Christian Clauss from docs@Sandro Tosi2012-08-121-1/+3
* | 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
* | Remove unused variables in parsetok().Georg Brandl2012-08-111-2/+1
* | Fix casing of SocketServer module in 2.7.Georg Brandl2012-08-111-5/+5
* | Graft a89d654adaa2 from 3.2 branch. Fixes #15620.Georg Brandl2012-08-112-0/+5
|\ \
| * | #11496: skip history test if clear_history is not available.R David Murray2011-03-142-0/+5
| * | Fix #11491. When dbm.open was called with a file which already exists andbriancurtin2011-03-144-3/+16
| * | Skip test that requires zlib when zlib is not available.Ezio Melotti2011-03-141-0/+1