summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-163-0/+35
| | |/ / / /
| | * | | | Issue #15936: Reformat text for os.random to follow Larry Hastings suggestionAndrew Svetlov2012-10-161-2/+2
| | * | | | Issue #15936: Add link from os.urandom to random.SystemRandomAndrew Svetlov2012-10-161-1/+3
| | * | | | Issue #16244: Remove file mode overrides.Vinay Sajip2012-10-161-2/+0
| | * | | | Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.Chris Jerdonek2012-10-162-11/+24
| | * | | | fix typoBenjamin Peterson2012-10-161-1/+1
| | * | | | don't expect warnings from doctests if they can't runBenjamin Peterson2012-10-162-3/+6
| | * | | | Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.Chris Jerdonek2012-10-161-2/+2
| | * | | | Issue #16206: Backport dict documentation improvements from 3.2.Chris Jerdonek2012-10-132-31/+43
| | * | | | String exceptions aren't just deprecated, they are gone.Raymond Hettinger2012-10-131-4/+1
| | * | | | Fixes Issue #12268 for the io module - File readline, readlines andGregory P. Smith2012-10-127-8/+293
| | * | | | Issue #16199: Backport 2to3 typo fix from 3.2.Chris Jerdonek2012-10-111-1/+1
| | * | | | Fix #16176. Properly identify Windows 8 via platform.platform()Brian Curtin2012-10-112-1/+8
| | * | | | Backport from 3.2: Fix placement of shell=True warning in subprocess.Popen() ...Chris Jerdonek2012-10-111-11/+8
| | * | | | Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-111-17/+24
| | * | | | Issue #12947: Backport doctest documentation change from 3.3.Chris Jerdonek2012-10-101-3/+3
| | * | | | Missed one instance of code-block:: text highlighting to revert.Georg Brandl2012-10-101-3/+1
| | * | | | Issue #12947: revert earlier workaround and use a monkey-patch to enable show...Georg Brandl2012-10-102-23/+37
| | * | | | Issue #12947: Backport doctest documentation improvements from 3.3.Chris Jerdonek2012-10-101-35/+50
| | * | | | Fix Issue 15922: make howto/urllib2.rst doctests pass.Senthil Kumaran2012-10-091-15/+15
| | * | | | Issue #16168: Use specified socket type for domain sockets in SysLogHandler.Vinay Sajip2012-10-091-8/+2
| | * | | | Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.Chris Jerdonek2012-10-092-29/+38
| | * | | | Issue #14783: Backport changes from 3.2.Chris Jerdonek2012-10-089-24/+44
| | * | | | Issue #14900: Add aliases for sorting params for pstat to follow column names...Andrew Svetlov2012-10-071-0/+4
| | * | | | Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-072-1/+3
| | * | | | Clean up a test turd.Mark Dickinson2012-10-071-0/+1
| | * | | | #9957: document that SpooledTemporaryFile.truncate does not take size argR David Murray2012-10-061-1/+2
| | * | | | Issue #16025: Minor corrections to the zipfile documentation.Andrew Svetlov2012-10-061-9/+9
| | * | | | #16112: platform.architecture does not correctly escape argument to /usr/bin/...Jesus Cea2012-10-051-2/+2
| | * | | | #16112: platform.architecture does not correctly escape argument to /usr/bin/...Jesus Cea2012-10-051-4/+3
| | * | | | Issue #14997: disable <F5> in idle shell window.Andrew Svetlov2012-10-041-0/+2
| | * | | | Closes #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-041-1/+21
| | * | | | Backed out changeset 5abacebec9d2Jesus Cea2012-10-043-5/+12
| | * | | | Backed out changeset c73b90b6daddJesus Cea2012-10-043-12/+5
| | * | | | Closes #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-043-5/+12
| | * | | | Issue #12947: Better workaround for the problem with doctest directives being...Nick Coghlan2012-10-031-11/+21
| | * | | | Issue #12947: Add a note to doctest until the example rendering is fixedNick Coghlan2012-10-031-0/+8
| | * | | | Fix Misc/ACKS alphabetic orderJesus Cea2012-10-031-1/+1
| | * | | | Closes #15897: zipimport.c doesn't check return value of fseek()Jesus Cea2012-10-033-7/+39
| | * | | | #15979: improve timeit documentation.Ezio Melotti2012-10-022-108/+174
| | * | | | Close #16036: Backport 3.x documentation improvement.Chris Jerdonek2012-10-012-14/+23
| | * | | | Fix sqlite3 class markup.R David Murray2012-10-011-213/+213
| | * | | | #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf8...Ezio Melotti2012-09-302-1/+4
| | * | | | Commit current version of the doc "dailybuild" script.Georg Brandl2012-09-301-4/+4
| | * | | | Doc sidebar: point to 3.4 as dev.Georg Brandl2012-09-301-3/+2
| | * | | | merge headsGregory P. Smith2012-09-292-8/+8
| | |\ \ \ \
| | | * | | | Close issue #16077: fix code example in documentation of reduce() built-in (f...Chris Jerdonek2012-09-291-1/+1
| | | * | | | #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
| | * | | | | Issue #15756: subprocess.poll() now properly handles errno.ECHILD toGregory P. Smith2012-09-293-2/+22
| | |/ / / /
| | * | | | Issues #16029, #16030: Fix pickling and repr of large xranges.Mark Dickinson2012-09-283-5/+110