| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() | Jesus Cea | 2012-10-03 | 3 | -7/+40 |
|\ \ \
| |/ / |
|
| * | | MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() | Jesus Cea | 2012-10-03 | 3 | -7/+40 |
| |\ \
| | |/ |
|
| | * | Closes #15897: zipimport.c doesn't check return value of fseek() | Jesus Cea | 2012-10-03 | 3 | -7/+40 |
|
|
* | | | Issue #9650: List commonly used format codes in time.strftime and time.strpti... | Alexander Belopolsky | 2012-10-02 | 2 | -3/+28 |
|
|
* | | | More whatsnew updates. | R David Murray | 2012-10-02 | 2 | -18/+55 |
|\ \ \
| |/ / |
|
| * | | More whatsnew updates. | R David Murray | 2012-10-02 | 2 | -18/+55 |
|
|
| * | | Reword the next version placeholder now that the changelog is part of the pub... | Nick Coghlan | 2012-10-02 | 1 | -1/+3 |
|
|
* | | | Remove unnecessary []. | Ezio Melotti | 2012-10-02 | 1 | -9/+9 |
|
|
* | | | Null merge | Andrew Svetlov | 2012-10-02 | 0 | -0/+0 |
|\ \ \
| |/ / |
|
| * | | Merge: Close open bracket, thanks to Josh Helzer from docs@ | Andrew Svetlov | 2012-10-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Merge: Close open bracket, thanks to Josh Helzer from docs@ | Andrew Svetlov | 2012-10-02 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Close open bracket, thanks to Josh Helzer from docs@ | Andrew Svetlov | 2012-10-02 | 1 | -1/+1 |
|
|
* | | | Updated docstring for logging.config.listen(). | Vinay Sajip | 2012-10-02 | 1 | -2/+11 |
|
|
* | | | Issue #15452: Added verify option for logging configuration socket listener. | Vinay Sajip | 2012-10-02 | 3 | -26/+114 |
|
|
* | | | Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile ... | R David Murray | 2012-10-02 | 1 | -0/+9 |
|\ \ \
| | |/
| |/| |
|
| * | | Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. | R David Murray | 2012-10-02 | 1 | -0/+9 |
|
|
* | | | Issue #15609: Fix refleak introduced by my last optimization | Victor Stinner | 2012-10-02 | 1 | -1/+4 |
|
|
* | | | merge with 3.3. | Georg Brandl | 2012-10-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | In this case it is not useful to hide "threading". | Georg Brandl | 2012-10-02 | 1 | -1/+1 |
|
|
* | | | #15979: merge with 3.3. | Ezio Melotti | 2012-10-02 | 2 | -99/+164 |
|\ \ \
| |/ / |
|
| * | | #15979: merge with 3.2. | Ezio Melotti | 2012-10-02 | 2 | -99/+164 |
| |\ \
| | |/ |
|
| | * | #15979: improve timeit documentation. | Ezio Melotti | 2012-10-02 | 2 | -105/+167 |
|
|
* | | | Merge: Add threading.get_ident to whatsnew. | R David Murray | 2012-10-02 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Add threading.get_ident to whatsnew. | R David Murray | 2012-10-02 | 1 | -0/+6 |
|
|
* | | | Merge #11109: clean up docs, add whatsnew entry, and fix Justin's last name. | R David Murray | 2012-10-02 | 4 | -11/+23 |
|\ \ \
| |/ / |
|
| * | | #11109: clean up docs, add whatsnew entry, and fix Justin's last name. | R David Murray | 2012-10-02 | 4 | -10/+22 |
|
|
* | | | Close #15766: Catch exceptions while raising the ImportError in imp.load_dyna... | Victor Stinner | 2012-10-01 | 1 | -7/+18 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|