summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue16097 Fix small typo in comment (patch by Wael Al Jishi)Tim Golden2012-10-011-1/+1
|
* Merge suspicious ignore file updates with 3.3.Ezio Melotti2012-10-012-1/+13
|\
| * Update suspicious ignore file.Ezio Melotti2012-10-012-1/+13
| |
* | Merge: More additions to whatsnew.R David Murray2012-10-012-20/+60
|\ \ | |/
| * More additions to whatsnew.R David Murray2012-10-012-20/+60
| |
* | Merge: Fix sqlite3 class markup.R David Murray2012-10-011-222/+226
|\ \ | |/
| * Merge: Fix sqlite3 class markup.R David Murray2012-10-011-222/+226
| |\
| | * Fix sqlite3 class markup.R David Murray2012-10-011-215/+215
| | |
* | | Merge: More whatsnew adds, especially the os module.R David Murray2012-10-012-9/+44
|\ \ \ | |/ / | | | | | | | | | I went through all the versionchanged/versionadded tags in the os doc page for this changeset.
| * | More whatsnew adds, especially the os module.R David Murray2012-10-012-9/+44
| | | | | | | | | | | | | | | I went through all the versionchanged/versionadded tags in the os doc page for this changeset.
* | | Merge: #16304: Further performance improvements for BZ2File.Nadeem Vawda2012-09-301-3/+9
|\ \ \ | |/ / | | | | | | Optimizations suggested by Serhiy Storchaka.
| * | Issue #16304: Further performance improvements for BZ2File.Nadeem Vawda2012-09-301-3/+9
| | | | | | | | | | | | Optimizations suggested by Serhiy Storchaka.
* | | Merge: Add some missing stuff to whatsnew.R David Murray2012-09-302-16/+48
|\ \ \ | |/ /
| * | Add some missing stuff to whatsnew.R David Murray2012-09-302-16/+48
| | |
* | | #15923: merge with 3.3.Ezio Melotti2012-09-302-1/+4
|\ \ \ | |/ /
| * | #15923: merge with 3.2.Ezio Melotti2012-09-302-1/+4
| |\ \ | | |/
| | * #15923: fix a mistake in asdl_c.py that resulted in a TypeError after ↵Ezio Melotti2012-09-302-1/+4
| | | | | | | | | | | | 2801bf875a24 (see #15801).
* | | Null merge.Stefan Krah2012-09-300-0/+0
|\ \ \ | |/ /
| * | Backport 5cfe8af7abb2.Stefan Krah2012-09-301-0/+1
| | |
* | | Suppress unknown pragma warning (STDC FENV_ACCESS).Stefan Krah2012-09-301-0/+1
| | |
* | | Adjust guidelines for What's New maintenance to account for issues ↵Nick Coghlan2012-09-301-24/+40
| | | | | | | | | | | | encountered in 3.3 and in past releases
* | | doc typo fixesGregory P. Smith2012-09-301-3/+3
|\ \ \ | |/ /
| * | doc typo fixesGregory P. Smith2012-09-301-3/+3
| | |
* | | Issue #15533: Merge update from 3.3.Chris Jerdonek2012-09-301-0/+2
|\ \ \ | |/ /
| * | Issue #15533: Merge update from 3.2.Chris Jerdonek2012-09-301-0/+2
| |\ \ | | |/
| | * Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending ↵Chris Jerdonek2012-09-301-0/+2
| | | | | | | | | | | | resolution of issue.
* | | merge with 3.3Georg Brandl2012-09-302-2/+2
|\ \ \ | |/ /
| * | Use newer version of Pygments that handles "yield from".Georg Brandl2012-09-302-2/+2
| | |
* | | Merge 3.3.Stefan Krah2012-09-302-94/+94
|\ \ \ | |/ /
| * | Support gcc's -ansi flag: use "__asm__" instead of "asm".Stefan Krah2012-09-302-94/+94
| | |
* | | Merge 3.3.Stefan Krah2012-09-301-5/+0
|\ \ \ | |/ /
| * | Revert 29506c7db353 (build output should be accurate).Stefan Krah2012-09-301-5/+0
| | |
* | | Merge 3.3.Stefan Krah2012-09-300-0/+0
|\ \ \ | |/ /
| * | mergeChristian Heimes2012-09-3012-66/+404
| |\ \
* | \ \ mergeChristian Heimes2012-09-305-3/+83
|\ \ \ \
| * \ \ \ merge with 3.3Georg Brandl2012-09-305-3/+83
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section.Georg Brandl2012-09-304-0/+79
| | | | |
| | * | | Fix reST markup in NEWS.Georg Brandl2012-09-301-3/+4
| | | | |
* | | | | Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't ↵Christian Heimes2012-09-301-0/+5
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | supported in ANSI C
| * | | Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't ↵Christian Heimes2012-09-301-0/+5
| | | | | | | | | | | | | | | | supported in ANSI C
* | | | Record UCD update in whatsnew.Georg Brandl2012-09-301-1/+1
| | | |
* | | | Merge: Fix the return value of BZ2File._read_block() to be consistent with ↵Nadeem Vawda2012-09-301-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | comments.
| * | | Fix the return value of BZ2File._read_block() to be consistent with comments.Nadeem Vawda2012-09-301-1/+1
| | | |
* | | | Issue #15533: Merge fix from 3.3.Chris Jerdonek2012-09-303-33/+101
|\ \ \ \ | |/ / /
| * | | Issue #15533: Merge fix from 3.2.Chris Jerdonek2012-09-303-33/+101
| |\ \ \ | | | |/ | | |/|
| | * | Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.Chris Jerdonek2012-09-303-33/+101
| | | |
* | | | Add Misc/NEWS entries from 3.3.1 in 3.3 branch to 3.4.0 in default branch.Chris Jerdonek2012-09-301-0/+97
| | | |
* | | | Redo 3.3 mergeNick Coghlan2012-09-300-0/+0
|\ \ \ \ | |/ / /
| * | | Merge commit, because Mercurial's handling of push races is bloody awfulNick Coghlan2012-09-302-0/+39
| |\ \ \
* | \ \ \ Close previous headNick Coghlan2012-09-302-0/+39
|\ \ \ \ \