summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Issue #15417: Add support for csh and fish in venv activation scripts.Andrew Svetlov2012-10-043-14/+126
| | |
* | | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ↵Antoine Pitrou2012-10-044-31/+127
|\ \ \ | |/ / | | | | | | element_factory (fixes a regression in SimpleTAL).
| * | Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element ↵Antoine Pitrou2012-10-044-31/+127
| | | | | | | | | | | | element_factory (fixes a regression in SimpleTAL).
* | | Merge headsAndrew Svetlov2012-10-041-1/+1
|\ \ \
| * \ \ Merge: Fix typo in documentation for time module, thanks to docs@Andrew Svetlov2012-10-041-1/+1
| |\ \ \ | | |/ /
| | * | Fix typo in documentation for time module, thanks to docs@Andrew Svetlov2012-10-041-1/+1
| | | |
* | | | 3.3 -> 3.4 (closes #16130)Benjamin Peterson2012-10-041-1/+1
|/ / /
* | | Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier ↵Andrew Svetlov2012-10-042-1/+2
|\ \ \ | |/ / | | | | | | Bernard from docs@
| * | Fix typo in documentation for collections.ChainMap, thanks to Olivier ↵Andrew Svetlov2012-10-042-1/+2
| | | | | | | | | | | | Bernard from docs@
* | | MERGE: Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-043-1/+15
|\ \ \ | |/ /
| * | Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-043-1/+15
| | |
* | | MERGE: Closes #16112: platform.architecture does not correctly escape ↵Jesus Cea2012-10-043-5/+12
|\ \ \ | |/ / | | | | | | argument to /usr/bin/file
| * | MERGE: Closes #16112: platform.architecture does not correctly escape ↵Jesus Cea2012-10-043-5/+12
| |\ \ | | |/ | | | | | | argument to /usr/bin/file
| | * Closes #16112: platform.architecture does not correctly escape argument to ↵Jesus Cea2012-10-043-5/+11
| | | | | | | | | | | | /usr/bin/file
* | | Closes #15488: Closed files keep their buffer aliveJesus Cea2012-10-043-0/+16
| | |
* | | MERGE: Whatsnew typoJesus Cea2012-10-041-2/+2
|\ \ \ | |/ /
| * | Whatsnew typoJesus Cea2012-10-041-2/+2
| | |
* | | MERGE: whatsnewJesus Cea2012-10-041-0/+7
|\ \ \ | |/ /
| * | whatsnewJesus Cea2012-10-041-0/+7
| | |
* | | long_to_decimal_string_internal() doesn't need to write the final NULL characterVictor Stinner2012-10-041-1/+0
| | |
* | | unicode_result_wchar(): move the assert() to the "#ifdef Py_DEBUG" blockVictor Stinner2012-10-041-3/+3
| | |
* | | Split the huge PyUnicode_Format() function (+540 lines) into subfunctionsVictor Stinner2012-10-041-472/+605
| | |
* | | PyUnicode_Format(): disable overallocation when we are writing the last partVictor Stinner2012-10-031-1/+3
| | | | | | | | | | | | of the output string
* | | Unicode: resize_compact() and resize_inplace() fills also the Unicode stringsVictor Stinner2012-10-031-5/+33
| | | | | | | | | | | | with invalid bytes in debug mode, as done by PyUnicode_New()
* | | Merge #12947 workaround from 3.3Nick Coghlan2012-10-031-10/+20
|\ \ \ | |/ /
| * | Issue #12947: Better workaround for the problem with doctest directives ↵Nick Coghlan2012-10-031-10/+20
| | | | | | | | | | | | being stripped from code examples that are intended to illustrate those directives
* | | Merge doctest note from 3.3Nick Coghlan2012-10-031-0/+8
|\ \ \ | |/ /
| * | Issue #12947: Add a note to doctest until the example rendering is fixedNick Coghlan2012-10-031-0/+8
| | |
* | | NULL mergeJesus Cea2012-10-030-0/+0
|\ \ \ | |/ /
| * | NULL mergeJesus Cea2012-10-030-0/+0
| |\ \ | | |/
| | * Closes #15897: zipimport.c doesn't check return value of fseek(). TypoJesus Cea2012-10-031-5/+5
| | |
* | | MERGE: Fix Misc/ACKS alphabetic orderJesus Cea2012-10-031-1/+1
|\ \ \ | |/ /
| * | MERGE: Fix Misc/ACKS alphabetic orderJesus Cea2012-10-031-1/+1
| |\ \ | | |/
| | * Fix Misc/ACKS alphabetic orderJesus Cea2012-10-031-1/+1
| | |
* | | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()Jesus Cea2012-10-033-7/+40
|\ \ \ | |/ /
| * | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek()Jesus Cea2012-10-033-7/+40
| |\ \ | | |/
| | * Closes #15897: zipimport.c doesn't check return value of fseek()Jesus Cea2012-10-033-7/+40
| | |
* | | Issue #9650: List commonly used format codes in time.strftime and ↵Alexander Belopolsky2012-10-022-3/+28
| | | | | | | | | | | | time.strptime docsttings.
* | | More whatsnew updates.R David Murray2012-10-022-18/+55
|\ \ \ | |/ /
| * | More whatsnew updates.R David Murray2012-10-022-18/+55
| | |
| * | Reword the next version placeholder now that the changelog is part of the ↵Nick Coghlan2012-10-021-1/+3
| | | | | | | | | | | | published What's New docs
* | | Remove unnecessary [].Ezio Melotti2012-10-021-9/+9
| | |
* | | Null mergeAndrew Svetlov2012-10-020-0/+0
|\ \ \ | |/ /
| * | Merge: Close open bracket, thanks to Josh Helzer from docs@Andrew Svetlov2012-10-021-1/+1
| |\ \ | | |/
* | | Merge: Close open bracket, thanks to Josh Helzer from docs@Andrew Svetlov2012-10-021-1/+1
|\ \ \ | | |/ | |/|
| * | Close open bracket, thanks to Josh Helzer from docs@Andrew Svetlov2012-10-021-1/+1
| | |
* | | Updated docstring for logging.config.listen().Vinay Sajip2012-10-021-2/+11
| | |
* | | Issue #15452: Added verify option for logging configuration socket listener.Vinay Sajip2012-10-023-26/+114
| | |
* | | Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile ↵R David Murray2012-10-021-0/+9
|\ \ \ | | |/ | |/| | | | removal.
| * | Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.R David Murray2012-10-021-0/+9
| | |