Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #16443: Add docstrings to regular expression match objects. | Andrew Svetlov | 2012-12-23 | 1 | -15/+55 |
|\ | | | | | | | Patch by Anton Kasyanov. | ||||
| * | Issue #16443: Add docstrings to regular expression match objects. | Andrew Svetlov | 2012-12-23 | 1 | -15/+55 |
| |\ | | | | | | | | | | Patch by Anton Kasyanov. | ||||
| | * | Issue #16443: Add docstrings to regular expression match objects. | Andrew Svetlov | 2012-12-23 | 1 | -15/+55 |
| | | | | | | | | | | | | Patch by Anton Kasyanov. | ||||
* | | | Merge 3.3. | Stefan Krah | 2012-12-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc). | Stefan Krah | 2012-12-23 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.3. | Stefan Krah | 2012-12-22 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD. | Stefan Krah | 2012-12-22 | 1 | -1/+2 |
| | | | |||||
* | | | Merge 3.3. | Stefan Krah | 2012-12-22 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix Visual Studio build. | Stefan Krah | 2012-12-22 | 1 | -0/+3 |
| | | | |||||
* | | | Merge 3.3. | Stefan Krah | 2012-12-22 | 12 | -1/+95 |
|\ \ \ | |/ / | |||||
| * | | Issue #16745: Hide symbols in _decimal.so. | Stefan Krah | 2012-12-22 | 12 | -1/+95 |
| | | | |||||
* | | | Merge. | Stefan Krah | 2012-12-21 | 1 | -64/+35 |
|\ \ \ | |||||
| * | | | Simplify random_seed to use _PyLong_AsByteArray. Closes issue #16496. | Mark Dickinson | 2012-12-21 | 1 | -64/+35 |
| | | | | |||||
* | | | | Merge 3.3. | Stefan Krah | 2012-12-21 | 2 | -8/+8 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Issue #16745: Hide a couple of symbols by making them local. | Stefan Krah | 2012-12-21 | 2 | -8/+8 |
| | | | |||||
* | | | Merge with 3.3 : Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Don't DECREF the ctypes error_object without the GIL held. | Kristjan Valur Jonsson | 2012-12-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 3.3 (#16597) | Benjamin Peterson | 2012-12-20 | 2 | -9/+41 |
|\ \ \ \ | |/ / / | |||||
| * | | | call close on the underlying stream even if flush raises (closes #16597) | Benjamin Peterson | 2012-12-20 | 2 | -9/+41 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 3 | -21/+21 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 3 | -5/+5 |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 3 | -5/+5 |
| |\ \ \ | | |/ / | | | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | | Merge 3.3. | Stefan Krah | 2012-12-16 | 1 | -30/+33 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #15783: Support None default values in the Context() constructor. | Stefan Krah | 2012-12-16 | 1 | -30/+33 |
| | | | | |||||
* | | | | Merge 3.3. | Stefan Krah | 2012-12-15 | 4 | -178/+267 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #15783: Except for the number methods, the C version of decimal now | Stefan Krah | 2012-12-15 | 4 | -178/+267 |
| | | | | | | | | | | | | | | | | | | | | supports all None default values present in decimal.py. These values were largely undocumented. | ||||
* | | | | 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 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | | 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 | 1 | -6/+6 |
| | | | | |||||
* | | | | #16681: merge with 3.3. | Ezio Melotti | 2012-12-14 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | #16681: merge with 3.2. | Ezio Melotti | 2012-12-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | #16681: use "bidirectional class" instead of "bidirectional category" in the ↵ | Ezio Melotti | 2012-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | docstring too. | ||||
* | | | | Issue #16421: allow to load multiple modules from the same shared object. | Andrew Svetlov | 2012-12-14 | 1 | -0/+57 |
| | | | | | | | | | | | | | | | | Patch by Václav Šmilauer. | ||||
* | | | | expose TCP_FASTOPEN and MSG_FASTOPEN | Benjamin Peterson | 2012-12-13 | 1 | -1/+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 |
| | | | | |||||
* | | | | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | | | | | | | | | Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come] | ||||
| * | | | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | | | | | | | Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come] | ||||
| | * | | 1 << 31 is invalid for signed integers, fix it by making 1 unsigned. | Gregory P. Smith | 2012-12-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come] | ||||
* | | | | Issue #16628: Fix a memory leak in ctypes.resize(). | Antoine Pitrou | 2012-12-08 | 3 | -2/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16628: Fix a memory leak in ctypes.resize(). | Antoine Pitrou | 2012-12-08 | 3 | -2/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #16628: Fix a memory leak in ctypes.resize(). | Antoine Pitrou | 2012-12-08 | 3 | -2/+3 |
| | | | |