Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utilize yield from | Philip Jenvey | 2012-10-01 | 11 | -36/+18 |
| | |||||
* | utilize subprocess.DEVNULL | Philip Jenvey | 2012-10-01 | 1 | -22/+20 |
| | |||||
* | merge with 3.3 | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
|\ | |||||
| * | Fix template syntax. | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
| | | |||||
* | | Use backticks in 3.4 NEWS. | Georg Brandl | 2012-10-01 | 1 | -54/+52 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2012-10-01 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | The default reST role `foo` can now be used in NEWS to refer to Python ↵ | Georg Brandl | 2012-10-01 | 2 | -206/+201 |
| | | | | | | | | objects. Use it for a fraction of the current NEWS file. | ||||
| * | Fix page name. | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.3. | Georg Brandl | 2012-10-01 | 4 | -13/+15 |
|\ \ | |/ | |||||
| * | Several improvements to the HTML NEWS version: | Georg Brandl | 2012-10-01 | 4 | -13/+15 |
| | | | | | | | | | | | | * rename to "Changelog" * recognize more issue links * add NEWS as a dependency for Sphinx | ||||
* | | Move 3.1, 3.2 and 3.3 NEWS items to HISTORY. | Georg Brandl | 2012-10-01 | 2 | -9499/+9497 |
| | | |||||
* | | null-merge with 3.3 | Georg Brandl | 2012-10-01 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Move 3.1 and 3.2 NEWS items to HISTORY. | Georg Brandl | 2012-10-01 | 2 | -5397/+5397 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue16097 Fix small typo in comment (patch by Wael Al Jishi) | Tim Golden | 2012-10-01 | 1 | -1/+1 |
| | | |||||
| * | Correcting my name since people keep bringing it up | Brian Curtin | 2012-10-01 | 1 | -1/+1 |
| | | |||||
* | | Issue16097 Fix small typo in comment (patch by Wael Al Jishi) | Tim Golden | 2012-10-01 | 1 | -1/+1 |
| | | |||||
* | | Merge suspicious ignore file updates with 3.3. | Ezio Melotti | 2012-10-01 | 2 | -1/+13 |
|\ \ | |/ | |||||
| * | Update suspicious ignore file. | Ezio Melotti | 2012-10-01 | 2 | -1/+13 |
| | | |||||
* | | Merge: More additions to whatsnew. | R David Murray | 2012-10-01 | 2 | -20/+60 |
|\ \ | |/ | |||||
| * | More additions to whatsnew. | R David Murray | 2012-10-01 | 2 | -20/+60 |
| | | |||||
* | | Merge: Fix sqlite3 class markup. | R David Murray | 2012-10-01 | 1 | -222/+226 |
|\ \ | |/ | |||||
| * | Merge: Fix sqlite3 class markup. | R David Murray | 2012-10-01 | 1 | -222/+226 |
| |\ | |||||
| | * | Fix sqlite3 class markup. | R David Murray | 2012-10-01 | 1 | -215/+215 |
| | | | |||||
* | | | Merge: More whatsnew adds, especially the os module. | R David Murray | 2012-10-01 | 2 | -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 Murray | 2012-10-01 | 2 | -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 Vawda | 2012-09-30 | 1 | -3/+9 |
|\ \ \ | |/ / | | | | | | | Optimizations suggested by Serhiy Storchaka. | ||||
| * | | Issue #16304: Further performance improvements for BZ2File. | Nadeem Vawda | 2012-09-30 | 1 | -3/+9 |
| | | | | | | | | | | | | Optimizations suggested by Serhiy Storchaka. | ||||
* | | | Merge: Add some missing stuff to whatsnew. | R David Murray | 2012-09-30 | 2 | -16/+48 |
|\ \ \ | |/ / | |||||
| * | | Add some missing stuff to whatsnew. | R David Murray | 2012-09-30 | 2 | -16/+48 |
| | | | |||||
* | | | #15923: merge with 3.3. | Ezio Melotti | 2012-09-30 | 2 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | #15923: merge with 3.2. | Ezio Melotti | 2012-09-30 | 2 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | #15923: fix a mistake in asdl_c.py that resulted in a TypeError after ↵ | Ezio Melotti | 2012-09-30 | 2 | -1/+4 |
| | | | | | | | | | | | | 2801bf875a24 (see #15801). | ||||
* | | | Null merge. | Stefan Krah | 2012-09-30 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Backport 5cfe8af7abb2. | Stefan Krah | 2012-09-30 | 1 | -0/+1 |
| | | | |||||
* | | | Suppress unknown pragma warning (STDC FENV_ACCESS). | Stefan Krah | 2012-09-30 | 1 | -0/+1 |
| | | | |||||
* | | | Adjust guidelines for What's New maintenance to account for issues ↵ | Nick Coghlan | 2012-09-30 | 1 | -24/+40 |
| | | | | | | | | | | | | encountered in 3.3 and in past releases | ||||
* | | | doc typo fixes | Gregory P. Smith | 2012-09-30 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | doc typo fixes | Gregory P. Smith | 2012-09-30 | 1 | -3/+3 |
| | | | |||||
* | | | Issue #15533: Merge update from 3.3. | Chris Jerdonek | 2012-09-30 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #15533: Merge update from 3.2. | Chris Jerdonek | 2012-09-30 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #15533: Skip test_cwd_with_relative_*() tests on Windows pending ↵ | Chris Jerdonek | 2012-09-30 | 1 | -0/+2 |
| | | | | | | | | | | | | resolution of issue. | ||||
* | | | merge with 3.3 | Georg Brandl | 2012-09-30 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Use newer version of Pygments that handles "yield from". | Georg Brandl | 2012-09-30 | 2 | -2/+2 |
| | | | |||||
* | | | Merge 3.3. | Stefan Krah | 2012-09-30 | 2 | -94/+94 |
|\ \ \ | |/ / | |||||
| * | | Support gcc's -ansi flag: use "__asm__" instead of "asm". | Stefan Krah | 2012-09-30 | 2 | -94/+94 |
| | | | |||||
* | | | Merge 3.3. | Stefan Krah | 2012-09-30 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | Revert 29506c7db353 (build output should be accurate). | Stefan Krah | 2012-09-30 | 1 | -5/+0 |
| | | | |||||
* | | | Merge 3.3. | Stefan Krah | 2012-09-30 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | merge | Christian Heimes | 2012-09-30 | 12 | -66/+404 |
| |\ \ |