| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge: use OSError instead of os.error in the docs. | Andrew Svetlov | 2012-12-15 | 2 | -5/+5 |
|\ |
|
| * | Use OSError instead of os.error in the docs. | Andrew Svetlov | 2012-12-15 | 2 | -5/+5 |
|
|
* | | merge heads | Benjamin Peterson | 2012-12-15 | 5 | -12/+60 |
|\ \ |
|
| * | | #11175: argparse.FileType now accepts encoding and errors arguments. | Petri Lehtinen | 2012-12-15 | 5 | -12/+60 |
|
|
* | | | merge 3.3 | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | merge 3.2 | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 |
| |\ |
|
| | * | remove dead code | Benjamin Peterson | 2012-12-15 | 1 | -2/+0 |
|
|
* | | | Issue #16488: epoll() objects now support the `with` statement. | Antoine Pitrou | 2012-12-15 | 4 | -1/+36 |
|
|
* | | | Merge | Antoine Pitrou | 2012-12-15 | 2 | -3/+7 |
|\ \ \ |
|
| * | | | use error label instead of breaking eval loop (closes #16693) | Benjamin Peterson | 2012-12-15 | 2 | -3/+7 |
|
|
* | | | | 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 | -2/+42 |
| |\ \
| | |/ |
|
| | * | Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte... | Antoine Pitrou | 2012-12-15 | 4 | -1/+23 |
|
|
* | | | Remove compile warnings for _testimportmodule | Andrew Svetlov | 2012-12-15 | 1 | -3/+3 |
|
|
* | | | Rename test module names for #16421 to don't clash with other tests. | Andrew Svetlov | 2012-12-15 | 2 | -10/+10 |
|
|
* | | | cleanup and fix refleaks | Benjamin Peterson | 2012-12-15 | 1 | -8/+12 |
|
|
* | | | #16683: merge with 3.3. | Ezio Melotti | 2012-12-14 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | #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.3. | Ezio Melotti | 2012-12-14 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | #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 |
|
|
* | | | Cleanup filecmp: starting from 3.3 os.error is alias for OSError | Andrew Svetlov | 2012-12-14 | 1 | -3/+3 |
|
|
* | | | Issue #16421: allow to load multiple modules from the same shared object. | Andrew Svetlov | 2012-12-14 | 12 | -10/+887 |
|
|
* | | | compile doesn't accept code objects | Philip Jenvey | 2012-12-13 | 1 | -1/+1 |
|
|
* | | | Issue #16049: add abc.ABC helper class. | Andrew Svetlov | 2012-12-13 | 4 | -4/+36 |
|
|
* | | | Merge with 3.3 for #16661 | Ross Lagerwall | 2012-12-13 | 2 | -10/+6 |
|\ \ \
| |/ / |
|
| * | | Issue #16661: Fix the os.getgrouplist() test by not assuming that it | Ross Lagerwall | 2012-12-13 | 2 | -10/+6 |
|
|
* | | | expose TCP_FASTOPEN and MSG_FASTOPEN | Benjamin Peterson | 2012-12-13 | 2 | -1/+9 |
|
|
* | | | Cross compiling needs host and build settings. configure no longer | Christian Heimes | 2012-12-12 | 3 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | 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 |
|\ \ \
| |/ / |
|
| * | | 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 |
|\ \ \
| |/ / |
|
| * | | 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 |
| |\ \
| | |/ |
|
| | * | Code style fixup: No need for double ((parenthesis)) and use {} on an if else. | Gregory P. Smith | 2012-12-11 | 1 | -4/+5 |
|
|
* | | | Fix the internals of our hash functions to used unsigned values during hash | Gregory P. Smith | 2012-12-11 | 4 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Using 'long double' to force this structure to be worst case aligned is no | Gregory P. Smith | 2012-12-11 | 1 | -1/+1 |
|
|
* | | | 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 |
| |\ \
| | |/ |
|
| | * | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 |
|
|
* | | | #15872: Some more Windows related tuning to shutil.rmtree tests | Hynek Schlawack | 2012-12-10 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | #15872: Some more Windows related tuning to shutil.rmtree tests | Hynek Schlawack | 2012-12-10 | 1 | -7/+7 |
| |\ \
| | |/ |
|