| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16082: clarify the documentation of tostring[list] saying that it may ... | Eli Bendersky | 2012-10-09 | 1 | -8/+8 |
|
|
* | Issue #12322: clarify xpath reference for cases where the path reaches ancest... | Eli Bendersky | 2012-10-09 | 1 | -2/+4 |
|
|
* | Merge issue #16174: Fix suggested usage of dummy_threading module. | Andrew Svetlov | 2012-10-09 | 1 | -1/+1 |
|\ |
|
| * | Issue #16174: Fix suggested usage of dummy_threading module. | Andrew Svetlov | 2012-10-09 | 1 | -1/+1 |
|
|
| * | Fix Issue 15922: make howto/urllib2.rst doctests pass. | Senthil Kumaran | 2012-10-09 | 1 | -15/+14 |
|
|
* | | Fix Issue 15922: make howto/urllib2.rst doctests pass. | Senthil Kumaran | 2012-10-09 | 1 | -15/+14 |
|
|
* | | Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2. | Chris Jerdonek | 2012-10-09 | 1 | -30/+35 |
|\ \
| |/ |
|
| * | Issue #16115: Improve subprocess.Popen() documentation around args, shell, an... | Chris Jerdonek | 2012-10-09 | 1 | -30/+35 |
|
|
* | | Merge 3.2 | Hynek Schlawack | 2012-10-08 | 1 | -8/+11 |
|\ \
| |/ |
|
| * | #13498: Clarify docs of os.makedirs()'s exist_ok argument. | Hynek Schlawack | 2012-10-07 | 1 | -8/+11 |
|
|
* | | Issue #14783: Merge changes from 3.2. | Chris Jerdonek | 2012-10-07 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #14783: Improve int() docstring and also str(), range(), and slice(). | Chris Jerdonek | 2012-10-07 | 1 | -1/+2 |
|
|
* | | Issue #15888: fixing problems in ipaddress doctests. Patch by Chris Jerdonek | Eli Bendersky | 2012-10-07 | 2 | -18/+30 |
|
|
* | | More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 1 | -9/+19 |
|
|
* | | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 2 | -2/+9 |
|
|
* | | More whatsnew updates. Also move a C-API NEWS item out of library section. | R David Murray | 2012-10-07 | 1 | -1/+26 |
|
|
* | | #9957: document that SpooledTemporaryFile.truncate now accepts a size arg | R David Murray | 2012-10-06 | 2 | -0/+11 |
|\ \
| |/ |
|
| * | #9957: document that SpooledTemporaryFile.truncate does not take size arg | R David Murray | 2012-10-06 | 1 | -1/+2 |
|
|
| * | Closes #16149: remove now-false statement about the inability to compare Deci... | Georg Brandl | 2012-10-06 | 1 | -10/+4 |
|
|
* | | More whatsnew updates. | R David Murray | 2012-10-06 | 1 | -19/+60 |
|
|
* | | Fix markup in Counter note. | Georg Brandl | 2012-10-06 | 1 | -10/+10 |
|
|
* | | whatsnew updates for smtplib and collections.Counter. | R David Murray | 2012-10-06 | 1 | -7/+13 |
|
|
* | | Fix typos. | R David Murray | 2012-10-06 | 1 | -2/+2 |
|
|
* | | #10968: commit threading doc changes and corresponding whatsnew entry. | R David Murray | 2012-10-06 | 3 | -167/+158 |
|
|
* | | Issue #16025: Minor corrections to the zipfile documentation. | Andrew Svetlov | 2012-10-06 | 1 | -12/+12 |
|\ \
| |/ |
|
| * | Issue #16025: Minor corrections to the zipfile documentation. | Andrew Svetlov | 2012-10-06 | 1 | -9/+9 |
|
|
* | | Closes #11710: create "landing pages" (/library/package.html) for those packa... | Georg Brandl | 2012-10-06 | 9 | -8/+79 |
|
|
* | | Closes #16149: remove now-false statement about the inability to compare Deci... | Georg Brandl | 2012-10-06 | 1 | -10/+4 |
|
|
* | | Merge ftplib doc fix with 3.2. | Ezio Melotti | 2012-10-05 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | The file obj passed to ftp.storbinary/storlines must be opened in binary mode. | Ezio Melotti | 2012-10-05 | 1 | -9/+9 |
|
|
* | | Merge issue #16138: fix typo. | Andrew Svetlov | 2012-10-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #16138: fix typo. | Andrew Svetlov | 2012-10-05 | 1 | -1/+1 |
|
|
* | | #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-10-05 | 2 | -5/+1 |
|
|
* | | Fix typo in documentation for time module, thanks to docs@ | Andrew Svetlov | 2012-10-04 | 1 | -1/+1 |
|
|
* | | Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard... | Andrew Svetlov | 2012-10-04 | 1 | -1/+1 |
|
|
* | | Whatsnew typo | Jesus Cea | 2012-10-04 | 1 | -2/+2 |
|
|
* | | whatsnew | Jesus Cea | 2012-10-04 | 1 | -0/+7 |
|
|
* | | Issue #12947: Better workaround for the problem with doctest directives being... | Nick Coghlan | 2012-10-03 | 1 | -10/+20 |
|
|
* | | Issue #12947: Add a note to doctest until the example rendering is fixed | Nick Coghlan | 2012-10-03 | 1 | -0/+8 |
|
|
* | | More whatsnew updates. | R David Murray | 2012-10-02 | 1 | -17/+54 |
|
|
* | | 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 |
|
|
* | | Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal. | R David Murray | 2012-10-02 | 1 | -0/+9 |
|
|
* | | In this case it is not useful to hide "threading". | Georg Brandl | 2012-10-02 | 1 | -1/+1 |
|
|
* | | #15979: merge with 3.2. | Ezio Melotti | 2012-10-02 | 1 | -99/+162 |
|\ \
| |/ |
|
| * | #15979: improve timeit documentation. | Ezio Melotti | 2012-10-02 | 1 | -105/+165 |
|
|
* | | Add threading.get_ident to whatsnew. | R David Murray | 2012-10-02 | 1 | -0/+6 |
|
|
* | | #11109: clean up docs, add whatsnew entry, and fix Justin's last name. | R David Murray | 2012-10-02 | 2 | -8/+20 |
|
|
* | | Fix/improve the changelog filtering. | Ezio Melotti | 2012-10-01 | 2 | -21/+53 |
|
|
* | | Fix template syntax. | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
|
|