Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge changelog filtering fixes/improvements with 3.3. | Ezio Melotti | 2012-10-01 | 2 | -21/+53 |
|\ | |||||
| * | Fix/improve the changelog filtering. | Ezio Melotti | 2012-10-01 | 2 | -21/+53 |
| * | Merge | Antoine Pitrou | 2012-10-01 | 2 | -15/+13 |
| |\ | |||||
* | | | Issue #15609: Optimize str%args for integer argument | Victor Stinner | 2012-10-01 | 3 | -68/+119 |
* | | | more yield from | Philip Jenvey | 2012-10-01 | 5 | -39/+22 |
* | | | Merge | Antoine Pitrou | 2012-10-01 | 2 | -15/+13 |
|\ \ \ | |||||
| * \ \ | Merge 3.3. | Stefan Krah | 2012-10-01 | 1 | -3/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #15599: Increase the switch interval. Several systems cannot handle | Stefan Krah | 2012-10-01 | 1 | -3/+1 |
| * | | | Merge: #16304: Optimizations for BZ2File, and minor bugfix. | Nadeem Vawda | 2012-10-01 | 1 | -12/+12 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #16304: Further optimize BZ2File.readlines?(). | Nadeem Vawda | 2012-10-01 | 1 | -6/+8 |
| | * | | Fix error handling in new fast path of BZ2File.readline(). | Nadeem Vawda | 2012-10-01 | 1 | -0/+1 |
| | * | | Issue #16304: Another performance optimization for BZ2File. | Nadeem Vawda | 2012-10-01 | 1 | -6/+3 |
* | | | | Sanitize and modernize some of the _elementtree code (see issue #16089). | Antoine Pitrou | 2012-10-01 | 1 | -107/+59 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Sanitize and modernize some of the _elementtree code (see issue #16089). | Antoine Pitrou | 2012-10-01 | 1 | -107/+59 |
| |/ | |||||
* | | 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 object... | Georg Brandl | 2012-10-01 | 2 | -206/+201 |
| * | 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 |
* | | 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 |
|\ \ \ | |/ / | |||||
| * | | More whatsnew adds, especially the os module. | R David Murray | 2012-10-01 | 2 | -9/+44 |
* | | | Merge: #16304: Further performance improvements for BZ2File. | Nadeem Vawda | 2012-09-30 | 1 | -3/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue #16304: Further performance improvements for BZ2File. | Nadeem Vawda | 2012-09-30 | 1 | -3/+9 |
* | | | 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 2801bf8... | Ezio Melotti | 2012-09-30 | 2 | -1/+4 |
* | | | 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 |