| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Fix PEP name. | Ezio Melotti | 2012-10-21 | 1 | -3/+3 |
|
|
* | | | Merge punctuation fixes with 3.3. | Ezio Melotti | 2012-10-20 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix punctuation. | Ezio Melotti | 2012-10-20 | 1 | -2/+2 |
|
|
* | | | Merge "seealso" change with 3.3. | Ezio Melotti | 2012-10-20 | 1 | -3/+1 |
|\ \ \
| |/ / |
|
| * | | Move note about the implementation in the "seealso". | Ezio Melotti | 2012-10-20 | 1 | -3/+1 |
|
|
* | | | Merge: A couple more whatsnew updates. | R David Murray | 2012-10-17 | 1 | -0/+14 |
|\ \ \
| |/ / |
|
| * | | A couple more whatsnew updates. | R David Murray | 2012-10-17 | 1 | -0/+14 |
|
|
* | | | Merge typo fix. | Ezio Melotti | 2012-10-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix typo. | Ezio Melotti | 2012-10-16 | 1 | -1/+1 |
|
|
| * | | merge 3.2 | Benjamin Peterson | 2012-10-12 | 1 | -2/+2 |
| |\ \
| | |/ |
|
* | | | Merge __next__ method link fixes with 3.3. | Ezio Melotti | 2012-10-12 | 1 | -2/+2 |
|\ \ \ |
|
| * \ \ | Merge __next__ method link fixes with 3.2. | Ezio Melotti | 2012-10-12 | 1 | -2/+2 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Fix links to the __next__ method. | Ezio Melotti | 2012-10-12 | 1 | -2/+2 |
|
|
* | | | Merge: More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 1 | -9/+19 |
|\ \ \
| |/ / |
|
| * | | More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 1 | -9/+19 |
|
|
* | | | Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 1 | -0/+7 |
|
|
* | | | Merge: More whatsnew updates. Also move a C-API NEWS item out of library sec... | R David Murray | 2012-10-07 | 1 | -1/+26 |
|\ \ \
| |/ / |
|
| * | | More whatsnew updates. Also move a C-API NEWS item out of library section. | R David Murray | 2012-10-07 | 1 | -1/+26 |
|
|
* | | | merge #9957: document that SpooledTemporaryFile.truncate now accepts a size arg | R David Murray | 2012-10-06 | 1 | -0/+8 |
|\ \ \
| |/ / |
|
| * | | #9957: document that SpooledTemporaryFile.truncate now accepts a size arg | R David Murray | 2012-10-06 | 1 | -0/+8 |
| |\ \
| | |/ |
|
* | | | More whatsnew updates. | R David Murray | 2012-10-06 | 1 | -19/+60 |
|\ \ \
| |/ / |
|
| * | | More whatsnew updates. | R David Murray | 2012-10-06 | 1 | -19/+60 |
|
|
* | | | Merge: whatsnew updates for smtplib and collections.Counter. | R David Murray | 2012-10-06 | 1 | -7/+13 |
|\ \ \
| |/ / |
|
| * | | whatsnew updates for smtplib and collections.Counter. | R David Murray | 2012-10-06 | 1 | -7/+13 |
|
|
* | | | Merge: Fix typos. | R David Murray | 2012-10-06 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix typos. | R David Murray | 2012-10-06 | 1 | -2/+2 |
|
|
* | | | merge #10968: commit threading doc changes and corresponding whatsnew entry. | R David Murray | 2012-10-06 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | #10968: commit threading doc changes and corresponding whatsnew entry. | R David Murray | 2012-10-06 | 1 | -0/+10 |
|
|
* | | | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo... | Christian Heimes | 2012-10-06 | 1 | -1/+1 |
|
|
* | | | 3.3 -> 3.4 (closes #16130) | Benjamin Peterson | 2012-10-04 | 1 | -1/+1 |
|
|
* | | | MERGE: Whatsnew typo | Jesus Cea | 2012-10-04 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Whatsnew typo | Jesus Cea | 2012-10-04 | 1 | -2/+2 |
|
|
* | | | MERGE: whatsnew | Jesus Cea | 2012-10-04 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | whatsnew | Jesus Cea | 2012-10-04 | 1 | -0/+7 |
|
|
* | | | More whatsnew updates. | R David Murray | 2012-10-02 | 1 | -17/+54 |
|\ \ \
| |/ / |
|
| * | | More whatsnew updates. | R David Murray | 2012-10-02 | 1 | -17/+54 |
|
|
* | | | 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 |
|
|
* | | | 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 |
|
|
* | | | 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 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | #11109: clean up docs, add whatsnew entry, and fix Justin's last name. | R David Murray | 2012-10-02 | 1 | -0/+10 |
|
|
* | | | Merge changelog filtering fixes/improvements with 3.3. | Ezio Melotti | 2012-10-01 | 1 | -8/+0 |
|\ \ \
| |/ / |
|
| * | | Fix/improve the changelog filtering. | Ezio Melotti | 2012-10-01 | 1 | -8/+0 |
|
|
* | | | merge with 3.3. | Georg Brandl | 2012-10-01 | 2 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | Several improvements to the HTML NEWS version: | Georg Brandl | 2012-10-01 | 2 | -7/+7 |
|
|
* | | | merge with 3.3 | Georg Brandl | 2012-10-01 | 1 | -1/+1 |
|\ \ \
| |/ / |
|