Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge: More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 1 | -7/+7 |
|\ | |||||
| * | More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 1 | -7/+7 |
| | | |||||
* | | Merge: More whatsnew updates. Also move a C-API NEWS item out of library ↵ | R David Murray | 2012-10-07 | 1 | -4/+4 |
|\ \ | |/ | | | | | section. | ||||
| * | More whatsnew updates. Also move a C-API NEWS item out of library section. | R David Murray | 2012-10-07 | 1 | -4/+4 |
| | | |||||
* | | More whatsnew updates. | R David Murray | 2012-10-06 | 1 | -5/+3 |
|\ \ | |/ | |||||
| * | More whatsnew updates. | R David Murray | 2012-10-06 | 1 | -5/+3 |
| | | |||||
* | | Merge: whatsnew updates for smtplib and collections.Counter. | R David Murray | 2012-10-06 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | whatsnew updates for smtplib and collections.Counter. | R David Murray | 2012-10-06 | 1 | -2/+3 |
| | | |||||
* | | merge #10968: commit threading doc changes and corresponding whatsnew entry. | R David Murray | 2012-10-06 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | | | It is unfortunate that the '_' names were not kept as aliases, and that RLock was not also converted to a class, but it is now too late to change either of those things for 3.3. | ||||
| * | #10968: commit threading doc changes and corresponding whatsnew entry. | R David Murray | 2012-10-06 | 1 | -4/+4 |
| | | | | | | | | | | | | It is unfortunate that the '_' names were not kept as aliases, and that RLock was not also converted to a class, but it is now too late to change either of those things for 3.3. | ||||
* | | Issue #13896: Make shelf instances work with 'with' as context managers. | Andrew Svetlov | 2012-10-06 | 1 | -0/+3 |
| | | | | | | | | Original patch by Filip Gruszczyński. | ||||
* | | Update NEWS for adding missed changes. | Andrew Svetlov | 2012-10-06 | 1 | -0/+5 |
| | | |||||
* | | add note to Misc/NEWS | Christian Heimes | 2012-10-06 | 1 | -0/+5 |
| | | |||||
* | | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) | Jesus Cea | 2012-10-05 | 1 | -2/+1 |
| | | |||||
* | | #16135: Removal of OS/2 support (I) | Jesus Cea | 2012-10-04 | 1 | -0/+2 |
| | | |||||
* | | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ↵ | Antoine Pitrou | 2012-10-04 | 1 | -0/+3 |
|\ \ | |/ | | | | | element_factory (fixes a regression in SimpleTAL). | ||||
| * | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ↵ | Antoine Pitrou | 2012-10-04 | 1 | -0/+3 |
| | | | | | | | | element_factory (fixes a regression in SimpleTAL). | ||||
* | | Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier ↵ | Andrew Svetlov | 2012-10-04 | 1 | -0/+1 |
|\ \ | |/ | | | | | Bernard from docs@ | ||||
| * | Fix typo in documentation for collections.ChainMap, thanks to Olivier ↵ | Andrew Svetlov | 2012-10-04 | 1 | -0/+1 |
| | | | | | | | | Bernard from docs@ | ||||
* | | MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.c | Jesus Cea | 2012-10-04 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Closes #16126: PyErr_Format format mismatch in _testcapimodule.c | Jesus Cea | 2012-10-04 | 1 | -0/+3 |
| | | |||||
* | | MERGE: Closes #16112: platform.architecture does not correctly escape ↵ | Jesus Cea | 2012-10-04 | 2 | -0/+4 |
|\ \ | |/ | | | | | argument to /usr/bin/file | ||||
| * | MERGE: Closes #16112: platform.architecture does not correctly escape ↵ | Jesus Cea | 2012-10-04 | 2 | -0/+4 |
| |\ | | | | | | | | | | argument to /usr/bin/file | ||||
| | * | Closes #16112: platform.architecture does not correctly escape argument to ↵ | Jesus Cea | 2012-10-04 | 2 | -0/+4 |
| | | | | | | | | | | | | /usr/bin/file | ||||
* | | | Closes #15488: Closed files keep their buffer alive | Jesus Cea | 2012-10-04 | 1 | -0/+3 |
| | | | |||||
* | | | MERGE: Fix Misc/ACKS alphabetic order | Jesus Cea | 2012-10-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | MERGE: Fix Misc/ACKS alphabetic order | Jesus Cea | 2012-10-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix Misc/ACKS alphabetic order | Jesus Cea | 2012-10-03 | 1 | -1/+1 |
| | | | |||||
* | | | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() | Jesus Cea | 2012-10-03 | 2 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() | Jesus Cea | 2012-10-03 | 2 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Closes #15897: zipimport.c doesn't check return value of fseek() | Jesus Cea | 2012-10-03 | 2 | -0/+4 |
| | | | |||||
* | | | Issue #9650: List commonly used format codes in time.strftime and ↵ | Alexander Belopolsky | 2012-10-02 | 1 | -0/+3 |
| | | | | | | | | | | | | time.strptime docsttings. | ||||
* | | | More whatsnew updates. | R David Murray | 2012-10-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | More whatsnew updates. | R David Murray | 2012-10-02 | 1 | -1/+1 |
| | | | |||||
| * | | Reword the next version placeholder now that the changelog is part of the ↵ | Nick Coghlan | 2012-10-02 | 1 | -1/+3 |
| | | | | | | | | | | | | published What's New docs | ||||
* | | | #15979: merge with 3.3. | Ezio Melotti | 2012-10-02 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | #15979: merge with 3.2. | Ezio Melotti | 2012-10-02 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | #15979: improve timeit documentation. | Ezio Melotti | 2012-10-02 | 1 | -0/+2 |
| | | | |||||
* | | | Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name. | R David Murray | 2012-10-02 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | #11109: clean up docs, add whatsnew entry, and fix Justin's last name. | R David Murray | 2012-10-02 | 1 | -1/+1 |
| | | | |||||
| * | | The default reST role `foo` can now be used in NEWS to refer to Python ↵ | Georg Brandl | 2012-10-01 | 1 | -205/+200 |
| | | | | | | | | | | | | objects. Use it for a fraction of the current NEWS file. | ||||
* | | | Use backticks in 3.4 NEWS. | Georg Brandl | 2012-10-01 | 1 | -54/+52 |
| | | | |||||
* | | | merge with 3.3. | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Several improvements to the HTML NEWS version: | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * rename to "Changelog" * recognize more issue links * add NEWS as a dependency for Sphinx | ||||
| * | | Move 3.1 and 3.2 NEWS items to HISTORY. | Georg Brandl | 2012-10-01 | 2 | -5397/+5397 |
| | | | |||||
* | | | Move 3.1, 3.2 and 3.3 NEWS items to HISTORY. | Georg Brandl | 2012-10-01 | 2 | -9499/+9497 |
| | | | |||||
* | | | Merge suspicious ignore file updates with 3.3. | Ezio Melotti | 2012-10-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Update suspicious ignore file. | Ezio Melotti | 2012-10-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge: More additions to whatsnew. | R David Murray | 2012-10-01 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | More additions to whatsnew. | R David Murray | 2012-10-01 | 1 | -4/+4 |
| | | |