| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sanity assertions in some import lock code (issue #15599). | Antoine Pitrou | 2012-12-18 | 2 | -0/+3 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 42 | -64/+64 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 36 | -54/+54 |
|
|
* | | Issue #16711: Fix required method names for collections.Iterator | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #16711: Fix required method names for collections.Iterator | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | Issue 16646 (ftplib): deliberately use intermediate variable after catching e... | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue 16646 (ftplib): deliberately use intermediate variable after catching e... | Giampaolo Rodola' | 2012-12-17 | 1 | -1/+2 |
|
|
* | | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #16647: save socket error details in LMTP.connect() | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|
|
* | | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 2 | -3/+10 |
|\ \
| |/ |
|
| * | Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (pa... | Giampaolo Rodola' | 2012-12-17 | 2 | -3/+10 |
|
|
* | | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Update example: Counter.subtract returns None, not self | Andrew Svetlov | 2012-12-17 | 1 | -0/+1 |
|
|
* | | Fix typo | Andrew Svetlov | 2012-12-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typo | Andrew Svetlov | 2012-12-17 | 1 | -1/+1 |
|
|
* | | Merge 3.2 | Brian Curtin | 2012-12-17 | 2 | -305/+30 |
|\ \
| |/ |
|
| * | Fix #14901. Update the Windows FAQ. | Brian Curtin | 2012-12-17 | 2 | -305/+30 |
|
|
* | | Issue #15783: Support None default values in the Context() constructor. | Stefan Krah | 2012-12-16 | 2 | -30/+54 |
|
|
* | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #1387... | Antoine Pitrou | 2012-12-16 | 1 | -1/+8 |
|
|
* | | Null merge | Antoine Pitrou | 2012-12-16 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Fix ResourceWarnings in test_pty | Antoine Pitrou | 2012-12-16 | 1 | -3/+5 |
|
|
* | | Issue #16696: fix comparison between bytes and string. Also, improve glob tests. | Antoine Pitrou | 2012-12-16 | 2 | -6/+29 |
|\ \
| |/ |
|
| * | Issue #16696: fix comparison between bytes and string. Also, improve glob tests. | Antoine Pitrou | 2012-12-16 | 2 | -6/+29 |
|
|
* | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 3 | -1/+21 |
|\ \
| |/ |
|
| * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the patte... | Antoine Pitrou | 2012-12-16 | 3 | -1/+21 |
|
|
* | | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 3 | -2/+11 |
|\ \
| |/ |
|
| * | #16664: Add regression tests for glob's behaviour concerning "."-entries | Hynek Schlawack | 2012-12-16 | 3 | -1/+10 |
|
|
* | | Issue #15783: Except for the number methods, the C version of decimal now | Stefan Krah | 2012-12-15 | 8 | -233/+625 |
|
|
* | | Use OSError instead of os.error in the docs. | Andrew Svetlov | 2012-12-15 | 2 | -5/+5 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | remove dead code | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 |
|
|
* | | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 4 | -2/+42 |
|\ \
| |/ |
|
| * | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 4 | -1/+23 |
|
|
* | | #16683: merge with 3.2. | Ezio Melotti | 2012-12-14 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka. | Ezio Melotti | 2012-12-14 | 1 | -6/+6 |
|
|
* | | #16681: merge with 3.2. | Ezio Melotti | 2012-12-14 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | #16681: use "bidirectional class" instead of "bidirectional category" in the ... | Ezio Melotti | 2012-12-14 | 1 | -1/+1 |
|
|
| * | #16681: use "bidirectional class" instead of "bidirectional category". | Ezio Melotti | 2012-12-14 | 1 | -1/+1 |
|
|
* | | Issue #16661: Fix the os.getgrouplist() test by not assuming that it | Ross Lagerwall | 2012-12-13 | 2 | -10/+6 |
|
|
* | | Cross compiling needs host and build settings. configure no longer | Christian Heimes | 2012-12-12 | 3 | -0/+7 |
|
|
* | | Just to be sure, initialize with a copy of the compiler's lib and inc dirs. | Christian Heimes | 2012-12-12 | 1 | -2/+2 |
|
|
* | | Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are | Christian Heimes | 2012-12-12 | 2 | -0/+6 |
|
|
* | | Code style fixup: No need for double ((parenthesis)) and use {} on an if else. | Gregory P. Smith | 2012-12-11 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Code style fixup: No need for double ((parenthesis)) and use {} on an if else. | Gregory P. Smith | 2012-12-11 | 1 | -4/+5 |
|
|
* | | null merge, no change needed in 3.3. | Gregory P. Smith | 2012-12-11 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the | Gregory P. Smith | 2012-12-11 | 1 | -1/+2 |
|
|
* | | Fix the internals of our hash functions to used unsigned values during hash | Gregory P. Smith | 2012-12-11 | 4 | -12/+12 |
|\ \
| |/ |
|
| * | Fix the internals of our hash functions to used unsigned values during hash | Gregory P. Smith | 2012-12-11 | 5 | -14/+14 |
|
|
* | | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 |
|
|